text
stringlengths
7
995k
package in.vibhorgupta.www.sliderappdemo; 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 p...
/* * Copyright 2008-2009 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 1999-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 ...
package com.ccnode.codegenerator.database.handler.oracle; import com.ccnode.codegenerator.database.handler.BaseQueryBuilder; import com.ccnode.codegenerator.database.handler.GenerateMethodXmlHandler; import com.ccnode.codegenerator.methodnameparser.buidler.MethodNameParsedResult; import com.ccnode.codegenerator.method...
package com.atguigu.gmall.pms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.pms.entity.BrandEntity; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; /** * 品牌 * * @author moyu * @email 1017565766@qq.com * @date 2020-04-05 00:12:40 ...
/** * 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 Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
/* * 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.products.reto_carvajal.api; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframew...
package com.xiaomi.common.logger.thrift.mfs; import java.util.EnumSet; import java.util.HashMap; import java.util.Iterator; import java.util.Map; public enum a$a { HOST((short) 1, "host"), LAND_NODE_INFO((short) 2, "land_node_info"); private static final Map<String, a$a> c; private final short d; ...
/********************************************************************************* * * Copyright 2014 BOUSSEJRA Malik Olivier, HALDEBIQUE Geoffroy, ROYER Johan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
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.MarketResult; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.mini.market.multibundle.consult response. * ...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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 ...
package model; import models.News; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; public class NewsTest { @Test public void NewsClassCreatesInstances(){ News news = new News( "Angry man Vandalizes Property", "An angry man vandalized...
/** * * Copyright 2003-2006 Jive Software, 2014 Florian Schmaus * * 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 require...
package com.liferay.support.tools.organization; import com.liferay.portal.kernel.model.OrganizationConstants; import com.liferay.portal.kernel.util.ParamUtil; import com.liferay.support.tools.common.ParamContext; import javax.portlet.ActionRequest; public class OrgContext extends ParamContext { private long start...
package com.example; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android device. * ...
/* * 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 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) 2017-2020. Nitrite 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...
// Utiilities for LAN operations package utils; import java.net.Socket; import java.net.InetSocketAddress; import java.net.SocketException; import java.net.NetworkInterface; import java.net.InterfaceAddress; import java.net.InetAddress; import java.net.Inet4Address; import java.util.Enumeration; public class LANUtil...
package io.github.u2ware.data.test.example05; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; impor...
/** * 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 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...
package sge.math; /** * 2 Dimensional Col-Major Matrix * * 0 1 * +---- * x| 0 2 * y| 1 3 */ public final class Matrix2 { public static final int SIZE = 4; public static final int BYTE_SIZE = SIZE * FMath.FLOAT_SIZE; public static final Matrix2 ZERO = new Matrix2( 0.0f, 0.0f, ...
package com.eagle.smarthome.util; import android.annotation.TargetApi; import android.app.Activity; import android.os.Build; import android.view.View; import android.view.WindowManager; /** * An API 11+ implementation of {@link SystemUiHider}. Uses APIs available in * Honeycomb and later (specifically {@link View#s...
package edu.virginia.vcgr.genii.client.cache.unified.subscriptionmanagement; import java.util.Date; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /* * This class tracks the last polling time, polling interval...
package org.pushingpixels.radiance.demo.themingapps.cookbook.svg; import java.awt.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.io.*; import java.lang.ref.WeakReference; import java.util.Base64; import java.util.Stack; import javax.imageio.ImageIO; import javax.swing.SwingUtilities; impor...
package ca.uhn.fhir.rest.server.interceptor.consent; /*- * #%L * HAPI FHIR - Server Framework * %% * Copyright (C) 2014 - 2022 Smile CDR, 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...
/* * 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...
package io.leasingninja.sales.infrastructure; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; @Repository public interface ContractDatabaseEntityRepository extends CrudRepository<ContractDatabaseEntity, String>{ }
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.cpachecker.cpa.value.symbolic.type; import org.sosy_lab....
/* * Copyright 2011 the original author or authors. * Copyright 2011 SorcerSoft.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-...
package com.atguigu.common.utils; import com.atguigu.common.xss.SQLFilter; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.metadata.OrderItem; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import org.apache.commons.lang.StringUtils; import java.util.Map; ...
package com.google.maps.androidMapUtility.kml; import com.google.android.gms.maps.model.GroundOverlayOptions; import com.google.android.gms.maps.model.LatLngBounds; import java.util.HashMap; import java.util.Map; /** * Represents a KML Ground Overlay */ public class KmlGroundOverlay { private final Map<String...
package com.launchdarkly.sdk.android; import com.google.gson.JsonObject; import com.launchdarkly.sdk.LDUser; interface FeatureFetcher { void fetch(LDUser user, final LDUtil.ResultCallback<JsonObject> callback); }
/* Copyright 2021. Huawei Technologies Co., Ltd. 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.zsw.server.cms; import com.zsw.pojo.ApiResponse; import com.zsw.user.UserDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; /** * 描述:用户管理 * * @author ZhangShaowei * @versio...
/* * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ package com.sap.hybris.saprevenuecloudproduct.inbound; import de.hybris.platform.core.model.ItemModel; import de.hybris.platform.odata2services.odata.persistence.hook.PostPersistHook; import de.hybris.platform.servicelayer.model.Mode...
// This file was generated by Mendix Modeler 7.7. // // WARNING: Code you write here will be lost the next time you deploy the project. package roletemplates.proxies.microflows; import java.util.HashMap; import java.util.Map; import com.mendix.core.Core; import com.mendix.core.CoreException; import com.mendix.systemw...
package com.ppdai.stargate.vo; import lombok.Data; @Data public class InstanceCountVO { private String env; private String zone; private Integer instanceCount; }
// Template Source: BaseMethodCollectionResponse.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------...
import objectdraw.*; import java.awt.*; import java.util.*; public class A3_013_ICanCountALot_Overcash extends WindowController { int xTranslateVal; int yTranslateVal; Location nLine; Text countTextNumMClick; Text countTextNumMExit; Text countTextNumMPress; Text countTextNumMDrag; Text c...
/* * Copyright 2017 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.flipped.common.log.utils.enums; import lombok.Getter; import lombok.RequiredArgsConstructor; /** * 日志类型 * * @author chiwenda * @date 2022/1/29 下午3:01 */ @Getter @RequiredArgsConstructor public enum LogTypeEnum { /** * 正常日志类型 */ NORMAL("0", "正常日志"), /** * 错误日志类型 */ ...
/* * Copyright 2016 Google 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 by applica...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.network.fluent; import com.azure.core.annotation.ReturnType; import com.azure.core.annotation.ServiceMethod; import com.azure.co...
package com.grydtech.msstack.core.types; import com.fasterxml.jackson.annotation.JsonIgnore; import com.grydtech.msstack.core.types.messaging.Event; import lombok.Data; import java.util.UUID; @Data public abstract class Entity { private long version = 0; @JsonIgnore public abstract UUID getEntityId(); ...
/* * 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.ceiba.compra.controlador; import com.ceiba.ApplicationMock; import com.ceiba.compra.comando.ComandoFactura; import com.ceiba.compra.servicio.testdatabuilder.ComandoFacturaTestDataBuilder; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.ext...
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.controller; import com.yahoo.vespa.hosted.controller.api.integration.noderepository.MaintenanceJobList; import com.yahoo.vespa.hosted.controller.api.integration.noderepo...
/* * 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...
/* * 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...
/* * 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 android.demo.res.layout; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.Widget; public class SidebarAdapter extends Composite { private static MyUiBinder uiBinder = GWT.create(MyUiBin...
package q10815; public class PrimitiveTypes { static byte val1; static short val2; static int val3; static long val4; static boolean val5; static double val6; static float val7; public static void main(String[] args) { System.out.println("byte default value = " + val1); System.out.println("short default val...
/* * The MIT License (MIT) * * Copyright (c) 2013 Milad Naseri. * * 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...
/* * Copyright (C) 2015 AlexMofer * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package io.sitoolkit.cv.core.infra.util; import org.apache.commons.lang3.StringUtils; import lombok.Data; @Data public class SignatureParser { private String packageName; /** * class + method + params without package */ private String simpleMedhod; public static SignatureParser parse(String signature...
/* * 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 wec.filters; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import wec.data.WECContext; import wec.data.WECMention; import java.util.Set; public class ByCorefFilter implements ICorefFilter<WECContext> { private static final Logger LOGGER = LoggerFactory.getLogger(ByCorefFilter.class); priv...
/* Copyright (c) 2016 LinkedIn 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 applicable law or agreed to...
package com.entertailion.android.launcher.appwidget; /* * Copyright (C) 2008 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...
/* * Copyright 2015-2017 Alexandr Evstigneev * * 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 a...
package com.repositories; import com.models.User; import com.models.UserRole; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import org.spring...
package org.usfirst.frc.team3339.robot.subsystems; import static org.usfirst.frc.team3339.robot.InitProfiles.ROBOT_PROFILE; import org.usfirst.frc.team3339.robot.RobotMap; import edu.wpi.first.wpilibj.VictorSP; import edu.wpi.first.wpilibj.command.Subsystem; /** * */ public class ClimbRoller extends Subsystem { ...
/* * 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.muiz6.system.attendance.ui.controller; import com.muiz6.system.attendance.ui.control.DatePickerDialog; import javafx.fxml.Initializable; import javafx.scene.control.Label; import java.net.URL; import java.text.SimpleDateFormat; import java.util.Date; import java.util.ResourceBundle; public class HolidayR...
package co.idwall.iddog.ui.activity; import android.content.Intent; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; import co.idwall.iddog.Constantes; import co...
package com.alibaba.jstorm.cluster; import java.io.Serializable; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; /** * Topology metrics monitor in ZK */ public class StormMonitor implements Serializable { private static final long serialVersionUID = -...
package com.macro.mall.controller; import com.macro.mall.common.api.CommonPage; import com.macro.mall.common.api.CommonResult; import com.macro.mall.dto.PmsProductParam; import com.macro.mall.dto.PmsProductQueryParam; import com.macro.mall.dto.PmsProductResult; import com.macro.mall.model.PmsProduct; import com.macro....
/* * 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 CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
/** * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.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...
/* * Copyright 2013 Andriy Vityuk * * 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 2019 Ren Binden * * 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 i...
package br.com.jgle.acti.entity; import java.util.Map; import javax.persistence.Column; import javax.persistence.Entity; @SuppressWarnings("serial") @Entity public class MotoristaReferencia extends AbstractEntity { @Column(length = 35) protected String contato; @Column(length = 35) protected String empresa; @C...
/* * Copyright (c) 2002-2020 Manorrock.com. 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, * this list ...
import java.io.File; import java.io.FileInputStream; import java.security.MessageDigest; public class VideoSHA { public static byte[] sha256(byte[] bytes) { byte[] result = null; try { MessageDigest digest = MessageDigest.getInstance("SHA-256"); result = digest.digest(bytes); } catch (...
/* * ============LICENSE_START======================================================================== * ONAP : ccsdk feature sdnr wt * ================================================================================================= * Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. All right...
import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; import net.runelite.rs.ScriptOpcodes; @ObfuscatedName("fm") @Implements("LoginPacket") public class Logi...
package com.journaldev.design.command; public class WriteFileCommand implements Command { private FileSystemReceiver fileSystem; public WriteFileCommand(FileSystemReceiver fs){ this.fileSystem=fs; } @Override public void execute() { this.fileSystem.writeFile(); } }
/* File LRU.java */ package bufmgr; import diskmgr.*; import global.*; /** * class LRU is a subclass of class Replacer using LRU * algorithm for page replacement */ class LRU extends Replacer { /** * private field * An array to hold number of frames in the buffer pool */ private int fra...
/* * 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 ...
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.util; import java.io.IOException; import java.sql.SQLException; import java.sq...
/* * 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 LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.system.dyncall; import javax.annotation.*; import java.nio.*; import org.lwjgl.system.*; import static org.lwjgl.system.Checks.*; import static org.lwjgl.system.Me...
package com.zsy.common.exception.job; /** * 计划策略异常 * * @author cloud */ public class TaskException extends Exception { private static final long serialVersionUID = 1L; private Code code; public TaskException(String msg, Code code) { this(msg, code, null); } public TaskException(...
package com.fcgl.madrid.search.repository.elasticsearch; import com.fcgl.madrid.search.dataModel.elasticsearch.ProductSearch; import org.springframework.data.elasticsearch.repository.ElasticsearchCrudRepository; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface Pro...
package com.funlab.quickpoll.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import lombok.Getter; import lombok.Setter; @Entity @Getter @Setter @Ta...
/* * 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 modelo; /** * * @author Felipe */ public class Checker extends Piece { public Checker(boolean color, int x, int y) { ...
/* * Copyright 2018 JDCLOUD.COM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:#www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
/* * 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 ...
/** * The MIT License * Copyright (c) 2014 Benoit Lacelle * * 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,...
package cn.zzq0324.alarm.bot.core.vo; import cn.zzq0324.alarm.bot.core.constant.CallbackType; import com.alibaba.fastjson.JSONObject; import lombok.Data; /** * description: 回调数据 <br> * date: 2022/2/7 10:27 下午 <br> * author: zzq0324 <br> * version: 1.0 <br> */ @Data public class CallbackData { /** * 回调类...
package org.apereo.cas.support.oauth.services; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonTypeInfo; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToStrin...
/* * Copyright 2018 Schibsted ASA. * * 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 2018-2020 The Code Department. * * 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 ...
package cn.stronglink.collection.guis.core.util; import java.io.File; import java.io.IOException; import com.google.common.io.Files; public class LicenseUtil { public static void init(){ LicenseUtil.copyLibToJavaPath(); } /** * 注册 * @param licenseKey * @return */ public static boolean register(String...