text
stringlengths
7
995k
package com.trendyol.selenium.runners; import io.cucumber.java.Scenario; import io.github.bonigarcia.wdm.WebDriverManager; import org.apache.commons.lang3.StringUtils; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chr...
/* * 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 ma...
package com.ynhenc.gis.model.style; public class AlignH extends Align { private AlignH( int value ) { super( value ); } public final static AlignH LEFT = new AlignH( 0 ); public final static AlignH CENTER = new AlignH( 1 ); public final static AlignH RIGHT = new AlignH( 2 ); }
package venturus.org.br.ventuchat.model; import android.os.AsyncTask; import android.util.Log; import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.Scanner; import org.json.JSONArray; import org.json.JSONE...
/** * Copyright 2005-2014 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by a...
// 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 applicable law...
/* * 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 2014-2018 Chronicle Software * * http://chronicle.software * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
package org.jruby.ir.transformations.inlining; import java.util.Set; import java.util.List; import java.util.ArrayList; import java.util.HashSet; import org.jruby.RubyModule; import org.jruby.ir.IRClosure; import org.jruby.ir.IRScope; import org.jruby.ir.Tuple; import org.jruby.ir.instructions.CallBase; import org.jr...
package org.kpax.bpf; public interface ExitCodes { int OK = 0; }
import static org.junit.Assert.*; import java.io.IOException; import java.util.List; import org.junit.After; import org.junit.Before; import org.junit.Test; public class SearchUnitTest1 { private Graph g1; public final static int DF = 0; public final static int BF = 1; public final static int SAME = 2; public...
/* * Copyright (C) 2020 CMCC, Inc. and others. 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 requ...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi * * 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 l...
package org.esupportail.nfctag.security; import java.util.List; public interface GroupService { List<String> getGroups(String eppn); }
/* The MIT License Copyright (c) 2010-2020 Paul R. Holser, Jr. 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, mod...
package module608packageJava0; import java.lang.Integer; public class Foo690 { Integer int0; Integer int1; public void foo0() { new module608packageJava0.Foo689().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
/* * The MIT License (MIT) * * Copyright (c) 2017-2018 Yegor Bugayenko * * 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 *...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.security.keyvault.keys.cryptography; import com.azure.core.util.Base64Url; import com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm; import com.fasterxml.jackson.annotation.JsonPrope...
package com.adundar.messageservice.cache.service; import com.adundar.messageservice.model.User; public interface UserCacheService { void save(User user); User get(String userName); void update(User user); void delete(String userName); }
/******************************************************* * CircularStack.java * Created by Stephen Hall on 11/09/17. * Copyright (c) 2017 Stephen Hall. All rights reserved. * A Circular Stack implementation in Java ********************************************************/ package Stacks.CircularStack; /** * ...
package com.example.xyzreader.ui; import android.content.Intent; import android.database.Cursor; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.widget.FloatingActionButton; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import ...
/** * Copyright (C) 2006 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.example.springeurekazuul.security; import org.springframework.security.core.AuthenticationException; import org.springframework.security.web.AuthenticationEntryPoint; import org.springframework.stereotype.Component; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; impor...
package com.github.jinahya.database.metadata.bind; /*- * #%L * database-metadata-bind * %% * Copyright (C) 2011 - 2019 Jinahya, 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 a...
/* ****************************************************************************** * Copyright (c) 2015 Fabian Prasser. * 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 available at...
/** * * Copyright © 2014-2020 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 required by applicable la...
package com.bjio.my.shop.commons.persistence; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * 实体基类 */ @Data public abstract class BaseEntity implements Serializable { private Long id; private Date created; private Date updated; }
/* * 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 o...
package de.dfki.sds.datasprout.vocab; import org.apache.jena.rdf.model.Property; import org.apache.jena.rdf.model.Resource; import org.apache.jena.rdf.model.ResourceFactory; /** * the CSVW Namespace Vocabulary Terms and Term definitions used for creating * Metadata descriptions for Tabular Data. */ public class C...
package de.chrlembeck.aoc2017; import de.chrlembeck.aoc2017.day05.Aoc2017Day05; import org.junit.jupiter.api.Test; import static de.chrlembeck.aoccommon.TestUtils.test; import static org.junit.jupiter.api.Assertions.assertEquals; public class Aoc2017Day05Test { @Test public void test1() { final Aoc2...
/* * 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 2012-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 ap...
/* * Copyright 1997-2018 Optimatika * * 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, modify, merge, publish...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
package com.szmirren.vxApi.core.auth; /** * 用户的角色 * * @author <a href="http://szmirren.com">Mirren</a> * */ public interface VxApiRolesConstant { // ================================================= // ===================权限能力======================== // ================================================= /** ...
/* * 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")...
/* * Copyright 2000-2009 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...
/** * PermissionsEx * Copyright (C) zml and PermissionsEx contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
/* * SPDX-License-Identifier: MIT * * The MIT License (MIT) * * Copyright (c) 2015-2021 <Your name and contributors> * * 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 restric...
package ee.fj.http.tinyweb; import java.util.Optional; import java.util.function.BiConsumer; public interface Binder { Binder bind(String path, BiConsumer<Request, Response> responseHandler); Optional<String> getPath(); Optional<String> getAbsolutePath(); }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.spring.data.gremlin.repository; import com.microsoft.spring.data.gremlin.common.GremlinEntityType; import com.microsoft.spring.data.gremlin.common.TestRepositoryConfiguration; import com.microsoft.spr...
package com.xishanqu.kafka.common.aop; import com.xishanqu.kafka.common.annotation.ApiCount; import lombok.extern.slf4j.Slf4j; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.aspectj...
// // $Id$ // // Getdown - application installer, patcher and launcher // Copyright (C) 2004-2010 Three Rings Design, Inc. // http://code.google.com/p/getdown/ // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: // // 1....
/* Copyright (c) 2000, Board of Trustees of Leland Stanford Jr. University. 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, thi...
package org.apache.spark.deploy.rest; /** * An exception thrown if a field is missing from a {@link SubmitRestProtocolMessage}. */ class SubmitRestMissingFieldException extends org.apache.spark.deploy.rest.SubmitRestProtocolException { public SubmitRestMissingFieldException (java.lang.String message) { throw ne...
package fr.openwide.core.wicket.more.link.descriptor.builder.state.parameter.choice.somechosen; import fr.openwide.core.wicket.more.link.descriptor.builder.state.parameter.chosen.common.IChosenParameterState; public interface ITwoOrMoreMappableParameterSomeChosenChoiceState { /** * Pick the first-declared mappab...
/* * Copyright (c) 2015. Bearchoke */ package com.bearchoke.platform.persistence.mongo.converter.spring; import lombok.extern.log4j.Log4j2; import org.springframework.core.convert.converter.Converter; import org.springframework.data.convert.WritingConverter; import java.time.Duration; /** * Created by Bjorn Harv...
/* * Copyright (C) 2014 Divide.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * 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 net.ssehub.easy.instantiation.core.model.expressions; import net.ssehub.easy.basics.messages.IMessageHandler; import net.ssehub.easy.instantiation.core.model.common.VilException; /** * Implements a basic expression version restriction validator. * * @author Holger Eichelberger */ public class ExpressionV...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
package com.vanniktech.rxriddles.operators.onestream; import io.reactivex.rxjava3.core.Single; class Riddle30 { /** * Call the given [function] when the [source] is being subscribed to. * <p> * Use case: Add some logging. */ public static Single<Integer> solve(Single<Integer> source, Runnable runnable) { ...
/* * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/** * iBizSys 5.0 用户自定义代码 * http://www.ibizsys.net */ package net.ibizsys.psrt.srv.codelist; /** * 静态代码表[扩展表格单元格水平对齐方式]模型对象 */ public class CodeList74CodeListModel extends CodeList74CodeListModelBase { public CodeList74CodeListModel() { super(); } }
package com.sap.cloudfoundry.client.facade.domain; import java.util.Collections; import java.util.List; import org.immutables.value.Value; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; @Value.Immutable @JsonSerialize(as = ImmutableI...
package PickupPointSystem.DatabaseSystem.Tables; /** * This class represents the 'deliverymen' database table * * @author Gruppo D19 * @version 1.0.0 */ public class DeliveryManTable { private String delID; private String password; /** * The constructor. It sets the ID and the password * ...
package net.demilich.metastone.game.behaviour.heuristic; import net.demilich.metastone.game.GameContext; import net.demilich.metastone.game.GameTag; import net.demilich.metastone.game.Player; import net.demilich.metastone.game.entities.minions.Minion; public class WeightedHeuristic implements IGameStateHeuristic { ...
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright Terracotta, 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 ...
/** * Created by liuxz on 17-3-5. */ public class Leet62UniquePaths { public int uniquePaths(int m, int n) { int[][] matrix = new int[m][n]; for (int j = 0 ; j < n ; j ++) matrix[0][j]=1; for (int i = 0 ; i < m ; i ++) matrix[i][0]=1; for (int j = 1 ; j < n ; j ++){ for...
/* * Copyright (c) 2020-2021 by Botorabi. All rights reserved. * https://github.com/botorabi/TaskTracker * * License: MIT License (MIT), read the LICENSE text in * main directory for more details. */ package net.vrfun.tasktracker.common; import java.util.Objects; /** * Base of all entity types. It pr...
package org.minperf.hash; public class Mix { public static int supplementalHashWeyl(long hash, long index) { long x = hash + (index * 0xbf58476d1ce4e5b9L); x = (x ^ (x >>> 32)) * 0xbf58476d1ce4e5b9L; x = ((x >>> 32) ^ x); return (int) x; } public static int hash32(int x) {...
package seedu.room.storage; import static java.util.Objects.requireNonNull; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Optional; import java.util.logging.Logger; import seedu.room.commons.core.LogsCenter; import seedu.room.commons.exceptions.DataConversion...
/* * Copyright (c) 2015, Alachisoft. 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 ...
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package de.eintosti.buildsystem.listener; import de.eintosti.buildsystem.BuildSystem; import de.eintosti.buildsystem.manager.WorldManager; import de.eintosti.buildsystem.object.world.BuildWorld; import de.eintosti.buildsystem.object.world.WorldStatus; import org.bukkit.World; import org.bukkit.entity.Player; import or...
/* * Copyright (c) Meta Platforms, Inc. and 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 appl...
package module0659_public_tests_more.a; import javax.net.ssl.*; import javax.rmi.ssl.*; import java.awt.datatransfer.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo...
/* Copyright (c) 2015, Louis Capitanchik 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 retain the above copyright notice, this list of conditions and the follow...
package aQute.bnd.annotation.headers; import java.lang.annotation.*; /** * Maven defines contributors and developers in the POM. This annotation will * generate a (not standardized by OSGi) Bundle-Contributors header. <p> This * annotation can be used directly on a type or it can 'color' an annotation. * This col...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
/* * Copyright (C) 2012 United States Government as represented by the Administrator of the * National Aeronautics and Space Administration. * All Rights Reserved. */ package gov.nasa.worldwind; import java.io.IOException; /** * Exportable marks an object that can be exported in different data formats. Implemen...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v3/services/ad_group_criterion_service.proto package com.google.ads.googleads.v3.services; public interface MutateAdGroupCriteriaResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads....
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package org.opencb.opencga.core.models.file; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; @JsonIgnoreProperties({"uid", "studyUid", "release", "external", "size"}) public class FileMixin { }
// File generated by hadoop record compiler. Do not edit. /** * 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 th...
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, 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:/...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * 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, cop...
package org.broadinstitute.dsm.model; import java.util.Collection; public class ParticipantSurveyUploadResponse { private Collection<ParticipantSurveyUploadObject> failedToTrigger; private Collection<ParticipantSurveyUploadObject> alreadyTriggered; public ParticipantSurveyUploadResponse(Collection<Parti...
package org.gnucash.android.app; import android.app.Application; /** * Dummy utility class for overriding Stetho initializing in release build variants */ public class StethoUtils { public static void install(Application application) { //nothing to see here, move along //check the debug versio...
package com.github.ifillbrito.tree.iterator; import com.github.ifillbrito.tree.iterator.builder.NodeBuilder; import com.github.ifillbrito.tree.iterator.domain.Node; import static org.junit.Assert.assertEquals; /** * Created by gjib on 09.03.18. */ public abstract class AbstractNodeIteratorTest { protected Node...
/* * Copyright 2017-2020 Baidu 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...
/* * 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.service.base; /** * 环境配置 */ public class DebugConfig { public static final boolean isTest = true; public static final boolean isDev = false; public static final boolean isOnline = false; public static boolean isDebug;//true=测试,开发环境 .false=正式环境 static { if (isTest || isDev...
package com.student.dao.util; public class Queries { public static final String GET_STUDENT_BY_EMAIL_PASSWORD = "SELECT pk_id,email FROM user WHERE (email=? OR mobile_no=? OR login_id=? )AND password=? "; public static final String VALIDATING_STUDENT_EXISTS="SELECT s.name,s.gender,s.dob,s.standard,sh.hobbies FROM s...
package cc.xacademy.xahousesystem.container.builder; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.ItemMeta; public class Presets { public static final ItemStack RED_PANE = new ItemStack(Material.RED_STAINED_GLASS_PANE); public static final InvMask B...
package com.twu.biblioteca; public class BibliotecaApp { public static void main(String[] args) { BibliotecaUI bibliotecaUI = new BibliotecaUI(); bibliotecaUI.start(); } }
package com.db117.example.leetcode.solution; /** * 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 * <p> * 字符 数值 * I 1 * V 5 * X 10 * L 50 * C 100 * D 500 * M 1000 * 例如, 罗马数字 2 写做 II ,即为两个并列的 1。12 写做 XII ,即为 X + II 。 27 写做 XXVII...
/** * Created by holten on 2016-08-29. * Email: holten.ko@gmail.com */ public class Q058_LengthofLastWord_holten { public int lengthOfLastWord1(String s) { s = s.trim(); int lastIndex = s.lastIndexOf(' ') + 1; return s.length() - lastIndex; } public int lengthOfLastWord2(Stri...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
package it.mycraft.powerlib.common.chat; import it.mycraft.powerlib.common.utils.ColorAPI; import it.mycraft.powerlib.common.utils.ServerAPI; import org.jetbrains.annotations.Nullable; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.*; import static it.mycraft.po...
package com.bor.gulimall.ware.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; /** * 采购信息 * * @author bor * @email zhangbyby@outlook.com * @date 2...
package controleur; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import affichage.FenetreDessin; import affichage.VariableAfficher; public class ControleurPositionCurseurCouleur implements ActionListener { FenetreDessin fenetreDessin; VariableAfficher position; ...
// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/* * MIT License * * Copyright (c) 2014-2018 David Moskowitz * * 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, c...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * 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.kettle.core.k8s; import java.util.List; import io.quarkus.runtime.annotations.RegisterForReflection; /** * ApiGroup */ @RegisterForReflection public class ApiGroup { private String name; private GroupVersionForDiscovery preferredVersion; private List<GroupVersionForDiscovery> versions; ...
/* * 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.rest.security; import java.io.Serializable; import java.sql.SQLException; import...
/* ### * 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...