text
stringlengths
7
995k
/* * Copyright (c) 2005-2019 Radiance Zodiac Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, ...
/** * 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 *...
/* * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * */ package org.graalvm.compiler.hotspot.replacements.aot; import static org.graalvm.compiler.nodes.extended.Br...
import net.runelite.mapping.Export; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("eb") public class class143 extends class128 { @ObfuscatedName("v") @ObfuscatedGetter(longValue = -5266391678876425789L) l...
package com.yingu.config; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @EnableConfigServer @SpringBootApplication public class ServiceConfigApplication { public static void m...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. package com.microsoft.sampleandroid; import com.microsoft.azure.spatialanchors.PlatformLocationProvider; public class LocationProviderSensorStatus implements SensorStatusModel { private PlatformLocationProvider locatio...
package com.feyon.codeset.controller.api; import com.feyon.codeset.controller.result.Result; import com.feyon.codeset.form.SubmissionForm; import com.feyon.codeset.service.SubmissionService; import com.feyon.codeset.vo.SubmissionVO; import org.springframework.web.bind.annotation.*; import java.util.List; /** * @aut...
package org.acme.messages; import org.acme.rest.json.Content; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class DummyValidator implements Runnable { private static final Logger logger = LoggerFactory.getLogger(DummyValidator.class); private Content payload; public DummyValidator(Con...
/* * MIT LICENSE * Copyright 2000-2020 Simplified Logic, Inc * 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, co...
package github.tornaco.android.nitro.framework.host.install.util; import android.os.Build; import com.elvishew.xlog.XLog; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import java.util.concurrent.Executor; import java.util.concurrent.E...
/* * Copyright 2018 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 ...
package com.coolweather.android.util; import android.text.TextUtils; import com.coolweather.android.db.City; import com.coolweather.android.db.County; import com.coolweather.android.db.Province; import com.coolweather.android.gson.Weather; import com.google.gson.Gson; import org.json.JSONArray; import org.json.JSONE...
package top.jfunc.http; import org.junit.Assert; import org.junit.Rule; import org.junit.Test; import org.mockserver.client.MockServerClient; import org.mockserver.junit.MockServerRule; import top.jfunc.http.holderrequest.DefaultRequest; import top.jfunc.http.interceptor.UrlStatisticsInterceptor; import top.jfunc.http...
package io.quarkus.annotation.processor.generate_doc; import java.io.IOException; import java.io.Writer; import java.nio.file.Files; import java.nio.file.Path; import java.util.Collections; import java.util.List; import java.util.Map; import io.quarkus.annotation.processor.Constants; final public class ConfigDocWrit...
/** * 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 io.extact.rms.application.persistence.jpa; import java.time.LocalDate; import java.time.LocalDateTime; import java.util.List; import java.util.stream.Collectors; import javax.enterprise.context.ApplicationScoped; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import io.e...
/* * Copyright 2008 Nokia Siemens Networks Oyj * * 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...
/* * Copyright 2017-2020 Frederic Thevenet * * 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...
/* * 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.trading.protrading.marketdata; import com.trading.protrading.data.strategy.Asset; import com.trading.protrading.data.strategy.Quote; import com.trading.protrading.exceptions.InvalidPeriodException; import java.time.LocalDate; import java.time.LocalDateTime; import java.util.Collection; public class Marke...
/* * Copyright (C) 2009 Teleca Poland Sp. z o.o. <android@teleca.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 r...
package com.bank.xyz.api; import javax.xml.bind.annotation.XmlTransient; @javax.annotation.Generated(value = "class io.swagger.codegen.languages.SpringCodegen", date = "2019-02-21T10:34:32.613Z") @javax.xml.bind.annotation.XmlRootElement public class ApiResponseMessage { public static final int ERROR = 1; public s...
/* * Copyright Strimzi authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.strimzi.operator.cluster.model; import io.fabric8.kubernetes.api.model.ConfigMap; import io.fabric8.kubernetes.api.model.ConfigMapKeySelectorBuilder; import io.fabric8.k...
package se.danielmartensson.components; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.ConnectException; import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPFile; import org.slf4j.Logger; impo...
/* * 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...
/* * Copyright 2017 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 ...
/* * Copyright 2002-2013 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...
/* * Living Documentation * * Copyright (C) 2017 Focus IT * * 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 u...
package cn.k12soft.servo.module.employees.domain.form; public class ActorNum { private Integer actorId; private Integer actorNum; public Integer getActorId() { return actorId; } public Integer getActorNum() { return actorNum; } }
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/devtools/containeranalysis/v1beta1/deployment/deployment.proto package io.grafeas.v1beta1.deployment; public final class DeploymentOuterClass { private DeploymentOuterClass() {} public static void registerAllExtensions( com.google...
/** * Licensed to ObjectStyle LLC under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ObjectStyle LLC licenses * this file to you under the Apache License, Version 2.0 (the * “License”); you ma...
package spittr; import org.springframework.stereotype.Repository; import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicLong; @Repository public class NaiveMapBasedSpittleRepository implements SpittleRepository { private AtomicLong nextId = new ...
package mage.cards.c; import java.util.UUID; import mage.abilities.LoyaltyAbility; import mage.abilities.common.PlaneswalkerEntersWithLoyaltyCountersAbility; import mage.abilities.dynamicvalue.common.StaticValue; import mage.abilities.effects.Effects; import mage.abilities.effects.common.DamageAllControlledTargetEffec...
/* * Copyright 1999-2017 Alibaba Group Holding 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 applica...
/* * Copyright 2013 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 applicabl...
package com.dt.billy.androiddemo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterViewFlipper; import android.widget.BaseAdapter; import android.widget.ImageView; public class AdapterViewFlipperTest extend...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
/* * Copyright (c) 2016, 2017, 2018, 2019 FabricMC * * 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 com.example.yourshop; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void a...
/** * Copyright (c) 2008-2019 Bird Dog Games, Inc. * * This file is part of Ardor3D. * * Ardor3D is free software: you can redistribute it and/or modify it * under the terms of its license which may be found in the accompanying * LICENSE file or at <https://git.io/fjRmv>. */ package com.ardor3d.example.collis...
package android.support.v4.app; import android.app.Notification; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; public interface INotificationSideChannel extends IInterface { public static abstract class Stub extends...
/******************************************************************************* * Copyright (c) 2019 Infostretch Corporation * * 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 r...
/* * 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 2013 Canada Health Infoway, 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 applicab...
public class ListNode { int val; ListNode next; ListNode(int x) { val = x; //this.next = null; } }
package lykrast.noisysorting.sorting; import java.util.Arrays; import lykrast.noisysorting.array.VisualArray; public class SorterRadixLSD extends SorterAbstract { private int radix; public SorterRadixLSD(VisualArray array, int radix) { super(array); this.radix = radix; } @Override protected void sort(...
package com.atguigu.gmall.sms.dao; import com.atguigu.gmall.sms.entity.SeckillSkuRelationEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 秒杀活动商品关联 * * @author xuchu * @email chu@atguigu.com * @date 2019-12-02 22:21:36 */ @Mapper public interface...
/* Copyright 2020 The FedLearn 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 applicable law or agreed to...
// -------------------------------------------------------------------------------- // Copyright 2002-2022 Echo Three, LLC // Copyright 1999-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. // Y...
/* * Copyright (C) 2007 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 SecCon.SecCon; import java.math.BigInteger; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Multiplicity Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link SecCon.SecCon.MultiplicityElement#isIsOrdered <...
/* ### * 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 condicionales; public class Pag74EjIfelse { public static void main(String[] args) { if (estaLloviendo()) { cogeElParaguas(); ponteElChubasquero(); } else { noEstaLloviendo(); } } private static boolean estaLloviendo() { int lluvia = (int) (Math.random() * 10 + 1); boolean lloviendo =...
/* * 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 com.arpablue.arpatest.files.logs; import com.arpablue.arpatest.exception.*; import com.arpablue.arpatest.tools.TimeTool; /** ...
/* * Copyright (C) 2015 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.cjburkey.monopoly.img; import javafx.geometry.Point2D; import javafx.scene.image.Image; public class TextureManager { public static Image imgCurNormal; public static Image imgCurMove; public static Image imgCurZoom; public static Image imgCurSelect; //public static Image imgIconPerson; public st...
package org.loed.framework.r2dbc.test.po; import lombok.Data; import javax.persistence.Column; import javax.persistence.Index; import javax.persistence.OneToMany; import javax.persistence.Table; import java.util.List; /** * @author thomason * @version 1.0 * @since 2019/8/2 6:11 PM */ @Table(name = "t_menu",index...
/* * Licensed to GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache 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...
package br.com.users.manager.domain.dtos; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import lombok.NoArgsConstructor; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; import java.time.LocalDateTime; @Data @NoArgsConstructor public class UserDTO...
package br.com.technologies.venom.frutastropicais; import java.util.List; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class ResultWrapper { @SerializedName("results") @Expose private List<Result> results = null; @SerializedName("tfvcount") @...
package me.chanjar.jdbc.timezone; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.jdbc.core.JdbcTemplate; import org.springf...
package org.ggp.base.player.gamer.statemachine.MCTS.manager.parameterstuning.evolution; import java.util.Random; import org.ggp.base.player.gamer.statemachine.GamerSettings; import org.ggp.base.player.gamer.statemachine.MCTS.manager.hybrid.GameDependentParameters; import org.ggp.base.player.gamer.statemachine.MCTS.ma...
package com.easycodebox.common.tag; import com.easycodebox.common.CommonProperties; import com.easycodebox.common.lang.Symbol; import com.easycodebox.common.net.Https; import org.apache.taglibs.standard.tag.common.core.ParamParent; import javax.servlet.http.HttpServletRequest; import javax.servlet.jsp.JspException; i...
package net.theawesomegem.blockdropstweaker.common.command.remove; import net.minecraft.command.CommandException; import net.minecraft.command.ICommandSender; import net.minecraft.command.WrongUsageException; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.server.MinecraftServer; import net.minec...
package de.backenddev.led.stripcontrol.quarkusbackend; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import de.backenddev.led.stripcontrol.ledhandling.E...
package com.whzl.modules.sys.entity; import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableName; import javax.validation.constraints.NotBlank; /** * 系统配置信息 * * @author xuchao * @email 1009470059@qq.com * @date 2019-01-26 10:33 */ @TableName("sys_config") public ...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.graphics.drawable; public final class R { public static final class attr { public static final int ...
/* * 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 ...
/* test jni api version */ package org.infinispan.client.hotrod; import java.io.IOException; import java.util.HashMap; import org.infinispan.marshall.Marshaller; import org.infinispan.client.hotrod.RemoteCacheManager; import org.infinispan.client.hotrod.jni.Hotrod; import org.infinispan.client.hotrod.jni.RemoteCache...
package com.pedrohrr.simpletransfer.controller; import com.blade.ioc.annotation.Inject; import com.blade.mvc.annotation.*; import com.blade.mvc.ui.RestResponse; import com.pedrohrr.simpletransfer.data.transfer.TransferCreate; import com.pedrohrr.simpletransfer.exception.SimpleTransferException; import com.pedrohrr.sim...
package com.virtualapplications.play; public class Constants { public static String TAG = "Play!"; public static final int READ_WRITE_PERMISSION = 0; /** * Preferences */ public static final String PREF_EMU_GENERAL_SHOWFPS = "ui.showfps"; public static final String PREF_EMU_GENERAL_SHOWVIRTUALPAD = "ui.showv...
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.SubCertDetail; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.campaign.subcert.query response. * * @...
/* * Copyright 2000-2013 JetBrains s.r.o. * * 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...
/*================================================================================ Copyright (c) 2013 Steve Jin. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must re...
/* * Copyright (c) 2017 Sphereon BV https://sphereon.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 appl...
/* 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...
/* * The MIT License * * Copyright 2017 Luca Gambetta <l.gambetta@studenti.unisa.it>. * * 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 limitatio...
/* * Copyright 2012-2016 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 "lice...
// 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 2018 T Mobile, 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 * o...
package org.flowable.engine.impl.variable; import org.flowable.common.engine.impl.interceptor.CommandContext; import org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl; import org.flowable.engine.impl.context.Context; import org.flowable.variable.api.types.ValueFields; import org.flowable.variable.api.types.V...
package com.pulsar.func.executor; import org.apache.commons.lang.StringUtils; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; /** * com.pulsar.func.executor * FunctionExecutorTest * * @author hbn * @date 2022/3/30 */ public class FunctionExecutorTest { private static FunctionE...
/* * 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...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.reactnativecommunity.art; import javax.annotation.Nullable; import android.graphics.Canvas; import android.graphics....
/* * To change this license header, choose License Headers inputStream Project Properties. * To change this template file, choose Tools | Templates * and open the template inputStream the editor. */ package org.jrd.agent; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; imp...
/* * 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 2019 TWO SIGMA OPEN SOURCE, 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...
package com.singlehe.shiro.dao.impl; import com.singlehe.shiro.dao.ResourceDao; import com.singlehe.shiro.entity.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.jdbc.core.JdbcTemplate; import org.springframe...
package studio.ignitionigloogames.help; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.FileDialog; import java.awt.GridLayout; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.JFr...
package cn.jeeweb.modules.scgl.dto; /** * Dscription: 搜索项DTO * @author : Kevin Du * @version : 1.0 * @date : 2018/9/20 12:39 */ public class SsxDTO { /**计划ID*/ private String jhid; /**计划名称*/ private String jhbh; /**零部件ID*/ private String ljid; /**零部件名称*/ private String ljmc; /*...
package com.jy.framework.shiro.realm; import java.util.HashSet; import java.util.Set; import com.jy.framework.util.ShiroUtils; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationException; import org.apache.shiro.authc.AuthenticationInfo; import org.apache.shiro.authc.AuthenticationTok...
/** */ package apshardwareoptions.provider; import apshardwareoptions.APSReqModuleOption; import apshardwareoptions.ApshardwareoptionsPackage; import apsoptions.provider.APSReqOptionItemProvider; import java.util.Collection; import java.util.List; import org.eclipse.emf.common.notify.AdapterFactory; import org.ec...
package com.joey.boot.system.controller; import com.joey.boot.system.entity.enums.RoleEnum; import com.joey.boot.system.entity.vo.RoleVO; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org....
package org.jruby.race; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; /********************************************************************** * MetaData.java - * * $Author: Weixing Ji created at: Jan. 2013 ********************************************************...
package helper; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.Sel...
/* * 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 okhttp3.internal.platform; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.List; import javax.annotation.Nullable; import javax.net.ssl.SSLParameters; import javax.net.ssl.SSLSocket; import javax.net.ssl.SSLSocketFactory; import javax.net.ssl.X509TrustManag...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.storage.file.share.models; import com.azure.core.annotation.Fluent; import com.azure.core.util.CoreUtils; import com.fasterxml.jackson.annotatio...
package com.espressif.iot.action.device.common.upgrade; import com.espressif.iot.type.upgrade.EspUpgradeDeviceCompatibility; public interface IEspDeviceCheckCompatibility extends IEspDeviceUpgrade { static final String OLDEST_IOT_DEMO_VERSION = "b1.1.0t45772(a)"; static final String NEWEST_IOT_DEMO_VERSI...