text
stringlengths
7
995k
/* * Decompiled with CFR 0.150. */ package us.myles.ViaVersion.protocols.protocol1_9to1_8; import us.myles.ViaVersion.api.Via; import us.myles.ViaVersion.api.data.UserConnection; import us.myles.ViaVersion.protocols.base.ProtocolInfo; import us.myles.ViaVersion.protocols.protocol1_9to1_8.Protocol1_9To1_8; import us....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.management.storage.models; import com.azure.core.annotation.BodyParam; import com.azure.core.annotation.Delete; import com.azure.core.annotation...
/* * Copyright 2000-2022 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.example.Xml_ch.ch11.JacksonDemo.v11; import com.fasterxml.jackson.annotation.JacksonInject; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.InjectableValues; import com.fasterxml.jackson.databind.ObjectMapper;...
package org.egov.filestore.web.contract; import org.egov.common.contract.request.RequestInfo; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor @Builder public class RequestInfoWrapper { private RequestInfo requ...
package com.Da_Technomancer.crossroads.items; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.level.Level; import javax.annotation.Nullable; import j...
package io.quarkus.sample.superheroes.fight.client; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; import org.eclipse.microprofile.openapi.annotations.media.Schema; /** * POJO representing a Villain response from the Villain service */ @Schema(description = "The villain ...
/** * ********************************************************************** * * <p>DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * <p>Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved. * * <p>Use is subject to license terms. * * <p>Licensed under the Apache License, Versi...
/* * 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.yarolegovich.materialprefsample; import android.content.Context; import android.support.annotation.ColorInt; import com.yarolegovich.mp.io.UserInputModule; import java.util.Collections; import java.util.Map; /** * Created by yarolegovich on 16.05.2016. * <br>Edit by loongg-max on 19.08.12 */ public c...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /** Core classes responsible for handling all core field data operations */ package org.opensearch.index.fielddata....
package com.uns.ftn.accountservice.repository; import com.uns.ftn.accountservice.domain.Role; import org.springframework.data.jpa.repository.JpaRepository; public interface RoleRepository extends JpaRepository<Role, Long> { Role findByName(String name); }
package com.cqust.rest.utils; public class Carouse{ public static final String ZIXUN = "资讯"; public static final String SHANGPING = "商品"; }
package models; import io.ebean.Finder; import io.ebean.Model; import io.ebean.annotation.WhenCreated; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.LocalTime; @Entity @Table(name = "appointments") public class A...
/* * 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 fr.upmc.infop6.mlo; public class Et extends OpBin { public Et(Formule fg, Formule fd){ this.fg = fg; this.fd = fd;} public void accepte(Visiteur v){v.visite(this);} }
/** * Copyright (c) 2016-present, RxJava Contributors. * * 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 l...
package com.example.testcore.data; import com.example.testcore.models.Standard; import java.util.ArrayList; public interface QuestionforStandardAsyncResponse { void processFinished(String questionText); }
package course.examples.notification.toastwithcustomview; import android.app.Activity; import android.os.Bundle; import android.view.Gravity; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toast; public class NotificationToastActivity extends Ac...
package org.robolectric.shadows; import static android.content.pm.PackageManager.MATCH_DIRECT_BOOT_AWARE; import static android.content.pm.PackageManager.MATCH_DIRECT_BOOT_UNAWARE; import static android.os.Build.VERSION_CODES.P; import static android.os.Build.VERSION_CODES.Q; import static android.os.Build.VERSION_COD...
/* * Copyright (c) 2021 Airbyte, Inc., all rights reserved. */ package io.airbyte.integrations.source.bigquery; import static io.airbyte.integrations.source.bigquery.BigQuerySource.*; import com.fasterxml.jackson.databind.JsonNode; import com.google.cloud.bigquery.Dataset; import com.google.cloud.bigquery.DatasetI...
/** * RemoteValidationException.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.atlassian.connector.commons.jira.soap.axis; public class RemoteValidationException extends RemoteException implements java.io.Serializable { pu...
package com.fasteque.rxbackup.views; import com.fasteque.rxbackup.model.entities.ApplicationInfo; import java.util.List; /** * Created by danielealtomare on 05/08/15. * Project: RxBackup */ public interface AppListView extends View { void refreshAppList(List<ApplicationInfo> applicationInfoList); }
/* * Copyright (C) 2021 Dynamia Soluciones IT S.A.S - NIT 900302344-1 * Colombia / South America * * 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...
package com.eucalyptus.tests.awssdk; import static com.eucalyptus.tests.awssdk.Eutester4j.assertThat; import static com.eucalyptus.tests.awssdk.Eutester4j.eucaUUID; import static com.eucalyptus.tests.awssdk.Eutester4j.initS3ClientWithNewAccount; import static com.eucalyptus.tests.awssdk.Eutester4j.print; import static...
// This file was generated by Mendix Modeler. // // WARNING: Code you write here will be lost the next time you deploy the project. package jobs.proxies; /** * [3833] Added entity */ public class Job { private final com.mendix.systemwideinterfaces.core.IMendixObject jobMendixObject; private final com.mendix.syst...
package com.stream.wangxiang.activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.os.PersistableBundle; import android.support.annotation.Nullable; import android.util.Log; import com.stream.wangxiang.event.GetSettingsListEvent; import...
package com.kimo.shapesinfo; import java.util.Scanner; import com.kimo.shapesinfo.menu.ShapeMenu; import com.kimo.shapesinfo.utils.PrintInterface; public class Main implements PrintInterface { private static ShapeMenu shapeMenu = new ShapeMenu(); private static Scanner scan = new Scanner(System.in); public stati...
package be.cegeka.harrypotter.solution; public enum BookType { THE_PHILOSOPHERS_STONE, THE_CHAMBER_OF_SECRETS, THE_PRISONER_OF_AZKABAN, THE_GOBLET_OF_FIRE, THE_ORDER_OF_THE_PHOENIX }
package com.huaweicloud.sdk.sms.v3.model; import com.huaweicloud.sdk.core.SdkResponse; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import com.huawe...
// Copyright (c) 2003-present, Jodd Team (http://jodd.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // th...
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package core; import java.util.ArrayList; import java.util.List; public class Renderer { private static final List<Item> items = new ArrayList<>(); private Renderer() { } public static void init() { items.forEach(Item::init); } public static void addItem(Item item) { if(!i...
/** Automatically generated file. DO NOT MODIFY */ package com.example.webviewexample; public final class BuildConfig { public final static boolean DEBUG = true; }
/* * (C) Copyright 2013 Kurento (http://kurento.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 applicab...
package com.thomaskim.koorweather.gson; import com.google.gson.annotations.SerializedName; /** * Created by ThomasKim on 2017/1/12. */ /** * cond为状态,如晴,阴等 */ public class Now { @SerializedName("tmp") public String temperature; public Cond cond; public class Cond { @SerializedName("txt"...
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
package edu.fiuba.algo3.modelo.Opcion; public class OpcionSinGrupo implements Opcion { private String texto; public OpcionSinGrupo(String texto){ this.texto = texto; } public String getTexto(){ return texto; } @Override public boolean equals(Object obj){ if (obj...
package io.mykit.weixin.sdk.mp.api.impl; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.google.gson.JsonPrimitive; import com.google.gson.reflect.TypeToken; import io.mykit.weixin.sdk.common.bean.WxCardApiSignature; import io.mykit.weixin.sdk.common...
/* * Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 David Berkman * * This file is part of the SmallMind Code Project. * * The SmallMind Code Project is free software, you can redistribute * it and/or modify it under either, at your discretion... * * 1) The term...
/* ### * IP: GHIDRA * * 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 writin...
package com.spring.annotation.autowired; import org.springframework.beans.factory.annotation.Autowired; public class ThreatNotifierConstructorAutowired { private IocCollectorConstructorAutowired collector; private String iocType; /* * A constructor @Autowired annotation indicates that the constructor should be...
package project.triangulator.image; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import project.triangulator.filter.GreyscaleFilter; import project.triangulator.filter.classifier.Filter; import project.triangulator.process.Process; import project...
package page20.q1962; import java.util.ArrayList; import java.util.Collections; import java.util.Scanner; import java.util.TreeMap; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); TreeMap<Integer, ArrayList<Integer>> t = new TreeMap<Integer, ArrayList<Intege...
/** * Copyright (C) 2010-2013 eBusiness Information, Excilys Group * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
package edu.pitt.apollo.libraryclient; import edu.pitt.apollo.types.v4_0_2.*; import java.math.BigInteger; import java.util.List; /** * * Author: Nick Millett * Email: nick.millett@gmail.com * Date: Feb 19, 2015 * Time: 11:13:54 AM * Class: ExampleAntiviralControlMeasure */ public class ExampleAntiviralContro...
/* * Copyright 2007 JBoss 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 t...
import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int T = scan.nextInt(); while (T-- > 0) { long B = scan.nextLong(); long W = scan.nextLong(); long X = scan.nextLong(); ...
package io.opensphere.wms.state; import static org.junit.Assert.assertEquals; import org.junit.Test; /** * Tests the map layer state controller. * */ public class DataLayerStateControllerTest { /** * Verifies the static property. */ @Test public void test() { assertEquals("Layers...
/* Copyright 2002-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* ************************************************** Copyright (c) 2012, University of Cambridge Neal Lathia, neal.lathia@cl.cam.ac.uk Kiran Rachuri, kiran.rachuri@cl.cam.ac.uk This library was developed as part of the EPSRC Ubhave (Ubiquitous and Social Computing for Positive Behaviour Change) Project. For more i...
/* * Copyright 2015 Allette Systems (Australia) * http://www.allette.com.au * * 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...
package sk.mimacom.techsession.vertx.dto.game; public class GameCommandDTO extends GameDTO { public GameCommandDTO() { setCommand(""); } public void setCommand(String command) { this.put("command", command); } @Override public String getType() { return "command"; ...
package org.smartregister.immunization.domain.conditions; import org.smartregister.immunization.db.VaccineRepo; import org.smartregister.immunization.domain.Vaccine; import org.smartregister.immunization.domain.VaccineCondition; import org.smartregister.immunization.domain.jsonmapping.Condition; import java.util.Date...
/* * Copyright 2017 Nafundi * * 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...
package net.b07z.sepia.server.assist.services; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import net.b07z.sepia.server.assist.answers.Answers; import net.b07z.sepia.server.assist.assistant.LANGUAGES; import net.b07z.sepia.server.assist.interpreters.NluResult; import net.b07z.sepia.server...
package org.batfish.representation.cisco; import org.batfish.datamodel.Prefix; public class BgpAggregateIpv4Network extends BgpAggregateNetwork { private Prefix _prefix; public BgpAggregateIpv4Network(Prefix prefix) { _prefix = prefix; } @Override public boolean equals(Object o) { if (o == this) ...
/* * The MIT License * * Copyright 2018 Karus Labs. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
package com.mana.innovative.dao.consumer.impl; import com.mana.innovative.constants.DAOConstants; import com.mana.innovative.dao.BasicDAO; import com.mana.innovative.dao.consumer.CardDAO; import com.mana.innovative.dao.response.DAOResponse; import com.mana.innovative.domain.consumer.Card; import com.mana.innovative.dt...
/** * Copyright (C) 2011 the original author or authors. * See the notice.md file distributed with this work for additional * information regarding copyright ownership. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package server.registeredphonecard.archive; public class RecordCallManagement implements IRecord { @Override public void addList(RecordServer recordServer, RecordServer newRecord) { recordServer.addListCallOpearations(newRecord.getCallList()); } }
package mprog.nl.mars_weather_explorer; /** * WeatherDataModel.java * * Created by Nadeche Studer * * This class contains all weather data fields used in the app and the widget. */ public class WeatherDataModel { private String terrestrial_date; // the earth date private double min_temp_C; /...
package com.baeldung.h2db.springboot.models; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; @Table(name = "users") @Entity public class User { @Id @GeneratedValue private int id; private String firstName; pr...
/* * 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 Smart Society Services B.V. * * 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 org.opensmartgridplatform.dto.va...
package mat.shared; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import mat.client.shared.GenericResult; import mat.model.cql.CQLIncludeLibrary; public class GetUsedCQLArtifactsResult extends GenericResult{ private List<String> usedCQLDef...
/* * 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 org.metaborg.meta.lang.dynsem.interpreter.nabl2.sg.layouts; import org.metaborg.meta.lang.dynsem.interpreter.nabl2.sg.Occurrence; import org.metaborg.meta.lang.dynsem.interpreter.nabl2.sg.ScopeIdentifier; import com.oracle.truffle.api.object.DynamicObject; import com.oracle.truffle.api.object.ObjectType; impo...
/* * Copyright 2009-2015 University of Hildesheim, Software Systems Engineering * * 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 (C) 2015-2019 Expedia, 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 ag...
package compal.logic.parser; import compal.commons.LogUtils; import compal.logic.command.Command; import compal.logic.command.DoneCommand; import compal.logic.parser.exceptions.ParserException; import java.util.logging.Logger; /** * Parses input arguments and creates a new DoneCommand object. */ //@@author Sholih...
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the ter...
/** * Copyright 2009-2019 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 * * Unle...
/** * 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 ...
/* * Copyright 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://www.apache.org/licenses/LICENSE-2.0 * * or in ...
/* * Copyright 2015-2017 GenerallyCloud.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 applicabl...
package de.hochschuleTrier.fmv.model.impl.complexConstraints; public enum ComplexConstraintType { IMPLIES("implies"), EXCLUDES("excludes"), AND("and"), OR("or"); private final String xmlTag; ComplexConstraintType(final String xmlTag) { this.xmlTag = xmlTag; } public String getXmlTag() { return this.xmlTag;...
/* * Copyright (C) 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package cc.mrbird.febs.common.utils; import cc.mrbird.febs.common.authentication.JWTUtil; import cc.mrbird.febs.common.domain.FebsConstant; import cc.mrbird.febs.common.domain.QueryRequest; import cc.mrbird.febs.common.function.CacheSelector; import cc.mrbird.febs.common.service.CacheService; import cc.mrbird.febs.sys...
package se.lth.cs.srl.corpus; import java.util.HashMap; import java.util.Map; import java.util.TreeMap; import se.lth.cs.srl.Learn; public class Predicate extends Word { private static final long serialVersionUID = 1L; private Map<Word,String> argmap; private String sense; //This is PredLemmaSense in CoNLL2008 ...
package com.alipay.api.request; import java.util.HashMap; import java.util.Map; import com.alipay.api.FileItem; import com.alipay.api.AlipayUploadRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayInsSceneClaimAttachmentUploadResponse; import com.alipay.api.AlipayObject; ...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* Copyright 2013, 2014, 2017-2020 Nationale-Nederlanden, 2020, 2021 WeAreFrank! Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Un...
package com.lauren.simplenews.utils; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; impor...
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.integration.marketdata.manipulator.dsl; import java.util.Objects; import org.fudgemsg.FudgeMsg; import org.fudgemsg.MutableFudgeMsg; import org.fudgemsg.mappi...
package actions; import play.mvc.With; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @With(BasicAuthAction.class) @Retentio...
package com.sequenceiq.cloudbreak.converter; import java.util.HashSet; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import com.sequenceiq.cloudbreak.api.model.rds.RDSConfigResponse; import com.sequenceiq.cloudbreak.domai...
package gr.iti.mklab.sfc.utils; import java.text.Normalizer; import java.util.ArrayList; import java.util.List; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.Predicate; import cmu.arktweetnlp.Twokenize; public class TextUtils { public static String clean(String te...
/* * Copyright (c) 2015 The Jupiter 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...
package io.github.bingorufus.chatitemdisplay; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import io.github.bingorufus.chatitemdisplay.api.display.Displayable; import io.github.bingorufus.chatitemdisplay.util.ChatItemConfig; import org.bukkit.Bukkit; import org.bukkit.entity.Human...
package com.hellcat.system.entity; import com.hellcat.common.enumeration.BizStatusEnum; import lombok.Data; import java.time.LocalDateTime; /** * @author stand * 2020/3/23 14:12 */ @Data public class ServerFunControlDO { private String id; private int value; private BizStatusEnum bizStatus; privat...
/** * AdGroupAdCountLimitExceeded.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter. */ package com.google.api.ads.adwords.axis.v201402.cm; /** * Indicates too many ads were added/enabled under the specified adgroup. */ public class AdGroupA...
package porebook; import javax.swing.*; import java.awt.*; /** * 注册界面 * @author Bob Liao */ public class RegistrationPage { public RegistrationPage(){ final User user = new User(null, null, null, null); JFrame jFrame = new JFrame("注册"); jFrame.setDefaultCloseOperation(WindowConstants...
package com.vip.saturn.job.console; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @author xiaopeng.he */ public final class SaturnEnvProperties { /** * 指定Console在进行sharding计算和dashbaord统计等计算的服务器集群标识 */ public static String NAME_VIP_SATURN_CONSOLE_C...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package uk.trainwatch.nrod.rtppm.model; /** * * @author peter */ public class RollingPPM extends PPM { private String trend; private boolean display; public String getTrend() { retur...
package com.hurley.codehub.module.wanandroid.event; /** * <pre> * @author hurley * date : 2019/3/16 12:39 PM * github : https://github.com/HurleyJames * desc : 注册事件类 * </pre> */ public class RegisterEvent { }
package jsortie.quicksort.selector.clean; import jsortie.quicksort.collector.NullSampleCollector; import jsortie.quicksort.collector.external.ExternalPositionalCollector; import jsortie.quicksort.collector.external.ExternalSampleCollector; import jsortie.quicksort.expander.branchavoiding.LeftSkippyExpander; import jso...
/* * © 2021. TU Dortmund University, * Institute of Energy Systems, Energy Efficiency and Energy Economics, * Research group Distribution grid planning and operation */ package edu.ie3.datamodel.io.factory.timeseries; import static edu.ie3.datamodel.models.StandardUnits.*; import edu.ie3.datamodel.exceptions.Facto...
/* * 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 ...