text
stringlengths
7
995k
package com.zkzong.ss.repository; import com.zkzong.ss.entity.Order; public interface OrderRepository extends CommonRepository<Order, Long> { }
/* * Copyright 2013 MovingBlocks * * 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 seedu.address.logic.commands; import static java.util.Objects.requireNonNull; import java.util.ArrayList; import java.util.List; import java.util.Set; import seedu.address.commons.core.Messages; import seedu.address.commons.core.index.Index; import seedu.address.logic.commands.exceptions.CommandException; im...
/******************************************************************************* * 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...
/* * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <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 the * <a href="http://www.apache...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * 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, an...
/* * Copyright (c) 2016-2021 VMware 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. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * *...
package com.cloud.storage.volume; import com.cloud.engine.subsystem.api.storage.DataObjectInStore; import com.cloud.engine.subsystem.api.storage.DataStore; import com.cloud.engine.subsystem.api.storage.VolumeInfo; import com.cloud.legacymodel.communication.answer.Answer; import com.cloud.legacymodel.communication.answ...
/* * Copyright 2018-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 2018 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...
/* * Copyright 2021 Collate * 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,...
/* * 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 org.jetbrains.jet.plugin.codeInsight; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; import com.intellij.psi.PsiComment; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import com.intellij....
package com.muatik.ManyToOne.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; /** * Created by mustafaatik on 01/02/2017. */ @Entity public class Post { @Id @GeneratedValue private long id; private String title; public Post(){} ...
package cn.ky.jzk.model; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; /** * 基本实体类 * The type Abstract entity. * BaseEntity * @Author: Kevin * @Date: 2020 /6/2 3:42 下午 */ @Data @ApiModel(value = "基本实体类", description = "基...
/* * --------------------------------------------------------------------------------------------------------------------- * AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit UngroupedCharVectorColumnSource and regenerate * ----------------------------------------------------------------------------...
/* * Copyright © 2013-2016 The Nxt Core Developers. * Copyright © 2016-2019 Jelurida IP B.V. * * See the LICENSE.txt file at the top-level directory of this distribution * for licensing information. * * Unless otherwise agreed in a custom licensing agreement with Jelurida B.V., * no part of the Nxt software, in...
/** * Copyright (c) 2014-2019 CK. * * 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...
/* * 版权属于:yitter(yitter@126.com) * 开源地址:https://gitee.com/yitter/idgenerator */ package com.github.yitter.contract; /** * Id生成时回调参数 */ public class OverCostActionArg { /** * 事件类型 * 1-开始,2-结束,8-漂移 */ public int ActionType = 0; /** * 时间戳 */ public long TimeTick = 0; /...
package scouter.plugin.server.alert.teamup; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.NameValuePair; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.me...
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.j...
package com.sequenceiq.environment.environment.flow.deletion.chain; import static com.sequenceiq.environment.environment.flow.deletion.event.EnvClustersDeleteStateSelectors.START_DATAHUB_CLUSTERS_DELETE_EVENT; import static com.sequenceiq.environment.environment.flow.deletion.event.EnvDeleteStateSelectors.START_FREEIP...
/* * Copyright 2021 ThoughtWorks, 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 agr...
package lecho.lib.hellocharts.view; import android.content.Context; import android.graphics.RectF; import android.os.Build; import androidx.core.view.ViewCompat; import android.util.AttributeSet; import android.util.Log; import android.view.View; import lecho.lib.hellocharts.BuildConfig; import lecho.lib.hellocharts....
package com.appgoalz.rnjwplayer; import android.app.Activity; import android.app.NotificationManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.content.pm.ActivityInfo; import android.content.pm.Package...
package com.yan.todo.service; import java.util.List; import java.util.Map; import org.apache.kafka.clients.consumer.ConsumerRecord; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.kafka.annotation.KafkaListener; import org.springframework.kafka.support.Acknowledgment; import ...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
/* * Copyright 2021 ConsenSys AG. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.lang.java.rule.codestyle; import net.sourceforge.pmd.testframework.PmdRuleTst; public class GenericsNamingTest extends PmdRuleTst { // no additional unit tests }
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
/* * Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* * Copyright (C) 2014-2015 Dominik Schürmann <dominik@dominikschuermann.de> * * 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 2015-2020 Hippo B.V. (http://www.onehippo.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 a...
package com.sparrowwallet.sparrow.io; import com.google.common.io.Files; import com.sparrowwallet.drongo.wallet.Wallet; import com.sparrowwallet.drongo.wallet.WalletModel; import com.sparrowwallet.sparrow.AppServices; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.io.IOExcep...
/* SPDX-License-Identifier: Apache 2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.commonservices.ocf.metadatamanagement.converters; import org.odpi.openmetadata.commonservices.ocf.metadatamanagement.mappers.ConnectorTypeMapper; import org.odpi.openmetadata.commonservices....
package com.networknt.content; /** * Created by Ricardo Pina Arellano on 13/06/18. */ public class ContentConfig { boolean enabled; String contentType; String description; public ContentConfig() { } public boolean isEnabled() { return enabled; } public void setEnabled(boolean enabled) { th...
package io.oasp.gastronomy.restaurant.staffmanagement.dataaccess.api; import io.oasp.gastronomy.restaurant.general.common.api.datatype.Role; import io.oasp.gastronomy.restaurant.general.dataaccess.api.ApplicationPersistenceEntity; import io.oasp.gastronomy.restaurant.staffmanagement.common.api.StaffMember; import jav...
package fr.openwide.core.test.jpa.more.business.history.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import static org.mockito.Mockito.when; import java.util.Locale; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.mockito.InjectMocks;...
package com.reservation.domain.model.reservation.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; import com.reservation.domain.model.car.exceptions.CarRentalException; @ResponseStatus(HttpStatus.BAD_REQUEST) public class ReservationException exte...
package com.example.web.servlet.async; import javax.servlet.AsyncEvent; import javax.servlet.AsyncListener; import java.io.IOException; public class LoggingAsyncListener implements AsyncListener { @Override public void onComplete(AsyncEvent asyncEvent) throws IOException { System.out.println("onCompl...
package org.kyojo.schemaorg.m3n3.doma.healthLifesci.container; import org.seasar.doma.ExternalDomain; import org.seasar.doma.jdbc.domain.DomainConverter; import org.kyojo.schemaorg.m3n3.healthLifesci.impl.DOSE_SCHEDULE; import org.kyojo.schemaorg.m3n3.healthLifesci.Container.DoseSchedule; @ExternalDomain public clas...
/******************************************************************************* * Copyright (c) 2008, 2012 IBM Corporation and others. * 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, an...
/* * Copyright (C) 2018 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 app.blacklisted.com.oath.micro.server.copy; import com.oath.micro.server.MicroserverApp; public class SimpleApp { public static void main(String[] args){ new MicroserverApp(()-> "simple-app").run(); } }
package com.byene.Conversion; import com.byene.Pojo.WxInfo; import org.springframework.stereotype.Component; import org.springframework.util.DigestUtils; /** * 对用户信息进行MD5加密 * @author byene * @date 2019/1/8 8:56 PM */ @Component public class InfoMd5 { private static final String slat = "&%5123***&&%%$$#@"; ...
package seedu.cc.logic.parser; import static seedu.cc.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import seedu.cc.commons.core.index.Index; import seedu.cc.logic.commands.accountlevel.SwitchAccountCommand; import seedu.cc.logic.parser.exceptions.ParseException; import seedu.cc.logic.parser.util.ParserUtil; ...
package br.com.animati.Medico; public class ConselhoProfissionalType { }
package com.ivy.baseproject.test.data.bean.response; import com.google.gson.annotations.SerializedName; /** * @author * @version 1.0 * @date 2018/8/3 */ public class LoginBean { /** * data : {"sessionId:":"D594D7D4FB2FBA0FF6C0CC073C48CC96"} * message : 登录成功 * code : 200 */ private Dat...
package edu.cmu.chimps.love_study; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Build; import android.os.Bundle; import android.preference.Preference; import android.preference.PreferenceActivity; import ...
package com.kongzue.wifilinker.interfaces; import android.net.wifi.ScanResult; import java.util.List; /** * @author: Kongzue * @github: https://github.com/kongzue/ * @homepage: http://kongzue.com/ * @mail: myzcxhh@live.cn * @createTime: 2019/7/26 15:47 */ public abstract class OnWifiScanListener { pub...
/* * 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 ...
/* ======================================================================== * JCommon : a free general purpose class library for the Java(tm) platform * ======================================================================== * * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project I...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package edu.uiowa.slis.viva; public class DemoTest { /* THIS IS A PLACE HOLDER */ }
/* * Kubernetes * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: v1.11.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class...
/* * Copyright 2018-2019 Karakun AG. * Copyright 2015-2018 Canoo Engineering AG. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
package com.atguigu.gmall.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 优惠券领取历史记录 * * @author hehao * @email hehao@hehao.com * @date 2021-01-18 23:15:04 */ @Dat...
/* * Copyright 2017, gRPC 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 appli...
/* * 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 ...
/* * 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...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.12....
package omtteam.openmodularlighting.client.render.models; import com.google.common.base.Function; import net.minecraft.block.state.IBlockState; import net.minecraft.client.renderer.block.model.IBakedModel; import net.minecraft.client.renderer.block.model.ItemCameraTransforms; import net.minecraft.client.renderer.block...
/* * Copyright (c) 2020. Eugen Covaci * 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 com.chris.bulleyeadmin.system.mapper; import com.chris.bulleyeadmin.common.basemapper.BaseMapper; import com.chris.bulleyeadmin.system.dto.MenuDto; import com.chris.bulleyeadmin.system.pojo.Menu; import java.util.List; import java.util.Map; public interface MenuMapper extends BaseMapper<Menu> { List<...
package com.trivadis.plsql.formatter.settings.tests.issues; import com.trivadis.plsql.formatter.settings.ConfiguredTestFormatter; import org.junit.jupiter.api.Test; public class Issue_82_outer_apply extends ConfiguredTestFormatter { @Test public void bulk_collect_outer_apply() { var sql = """ ...
/* * Copyright 2014 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 com.udacity.gamedev.gigagal.entities; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.math.Vector2; import com.udacity.gamedev.gigagal.util.Assets; import com.udacity.gamedev.gigagal.util.Constants; import com.udacity.gamedev.gigagal...
package com.concurnas.compiler.ast; import java.util.ArrayList; import com.concurnas.compiler.ast.interfaces.Expression; import com.concurnas.compiler.visitors.Visitor; public class TupleExpression extends Node implements Expression { public ArrayList<Expression> tupleElements; public TupleExpression(int line, i...
package com.ikaimen.pattern.MementoPattern.demo2; /** * @Author: Mr.Chen * * @Description: 融合备忘录的发起人角色 * * @Date: Created in 2017/9/10 下午4:27 **/ public class Originator implements Cloneable{ private Originator backup ; //内部状态 private String state = ""; public String getState(){ ret...
package com.sicdlib.dao; import com.sicdlib.dto.SpiderInfoEntity; import java.util.List; /** * Created by haoyang on 2017/4/24. */ public interface ISpiderDAO { String saveSpiderInfo(SpiderInfoEntity spiderInfo); List<SpiderInfoEntity> getAllSpiderInfo(); /** * 获取爬虫和所怕爬站的信息 * @return */...
package mage.cards.e; import java.util.UUID; import mage.MageObject; import mage.MageObjectReference; import mage.abilities.Ability; import mage.abilities.effects.OneShotEffect; import mage.cards.*; import mage.constants.CardType; import mage.constants.ComparisonType; import mage.constants.Outcome; import mage.constan...
/* * (c) Copyright 2018 Micro Focus or one of 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 ap...
package org.aaronhe.rxgooglemapsbinding; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.model.Marker; import rx.Observable; import rx.Subscriber; import rx.functions.Action0; import rx.subscriptions.Subscriptions; final class InfoWindowCloseOnSubscribe implements Observable.OnSubscri...
package com.wans.mall.sms.dao; import com.wans.mall.sms.entity.CategoryBounds; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 商品分类积分设置 * * Created by wans on 2020-10-27 16:20:17. */ @Mapper public interface CategoryBoundsDao extends BaseMapper<CategoryBo...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ package org.elasticsearch.xpack.slm.action; import org.elasticsea...
package cn.e3mall.pojo; import java.io.Serializable; import java.util.Date; public class TbItemParam implements Serializable{ /** * */ private static final long serialVersionUID = 1L; private Long id; private Long itemCatId; private Date created; private Date updated; private String pa...
package rocchio; import java.io.File; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import strict.ca.usask.cs.srlab.strict.config.StaticData; import strict.stopwords.StopWordManager; import strict.utility.ContentLoa...
package de.fh_dortmund.inf.cw.phaseten.server.beans; import static java.util.Collections.synchronizedList; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.LinkedList; import java.util.List; import javax.annotation.Resource; import javax.ejb.EJB; import javax.ejb.St...
package uk.gov.hmcts.reform.divorce.transformservice.domain.model.divorceapplicationdata; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Arrays; public enum YesNoAnswer { YES("Yes"), NO("No"); private final String answer; YesNoAnswer(String answer) { this.answer = an...
package org.hisrc.jscm.codemodel.operator; public interface JSKeywordPrefixOperator extends JSPrefixOperator { }
package Filter; import javax.servlet.*; import java.io.IOException; /* Filter:过滤器 Chain:链,链条 FilterChain:就是过滤器链(多个过滤器如何一起工作) 多个Filter过滤器执行的特点: 1.所有Filter和目标资源默认都执行在同一个线程中 2.多个Filter共同执行的时候,它们都使用同一个Request对象 3.多个Filter过滤器执行的时候,它们执行的优先顺序是由它们在web.xml中从上到下配置的顺序决定的 */ public class Filter1 implements Filter { public vo...
package br.com.magalu.challenger.scheduler.applications.controllers; import br.com.magalu.challenger.scheduler.applications.dtos.ScheduleDto; import br.com.magalu.challenger.scheduler.applications.dtos.errors.MessageBodyResponseDto; import br.com.magalu.challenger.scheduler.applications.validations.TypeValidationsFact...
/* * Copyright 2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package com.cn.xiaonuo.utils; import java.util.Map; import java.util.TreeMap; public class SettingBase { // 用户权限相关的提示信息! public static final String strPermissionTipsNeedSignIn = "Need sign in first!"; public static final String strPermissionTipsGroupAdmin = "Only group admin allowed!"; public static final ...
package nl.quintor.studybits.indy.wrapper.util; import java.security.SecureRandom; public class SeedUtil { private static final String ALPHA_NUMERIC_STRING = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; private SeedUtil() { } private static String randomAlphaNumeric(int count) ...
// 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...
/* * 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 2021 The original 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 la...
package br.ufal.easy.exceptionhunter.models.assertj; import com.google.gson.annotations.Expose; import br.ufal.easy.exceptionhunter.models.AbstractOrdinaryModel; /** * Salva o nome da exceção passada como argumento ao metoodo assertThatThrownBy do AssertJ */ public class AssertJ_assertThatExceptionOfTypeModel exten...
/* * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EV...
package org.launchcode.watchlist.Controllers; import info.movito.themoviedbapi.model.core.MovieResultsPage; import org.launchcode.watchlist.Models.dto.PersonListDTO; import org.launchcode.watchlist.Services.MovieService; import org.launchcode.watchlist.Services.PagingService; import org.launchcode.watchlist.data.CastM...
/* * Copyright 2001-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
// Copyright 2019 Alpha Cephei 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 agree...
package gov.sciencebase.files.upload.status; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.messaging.MessageSecurityMetadataSourceRegistry; import org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerCon...
package local.jren.orders.models; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Entity @Table(name = "payments") public class Payment { @Id @GeneratedValue(strategy = GenerationType.AUTO) private long paymenti...
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 generiert // Siehe <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> // Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2019.0...
// Copyright 2018 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...
package org.usfirst.frc746.Robot7462018.commands; import org.usfirst.frc746.Robot7462018.Robot; import edu.wpi.first.wpilibj.command.Command; /** * */ public class robotOutake extends Command { public robotOutake() { // Use requires() here to declare subsystem dependencies // eg. requires(chas...