text
stringlengths
7
995k
package com.atguigu.gmall.scheduled.pojo; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; import java.math.BigDecimal; /** * @author saberlin * @create 2021/12/20 0:35 */ @Data @Tab...
package com.jeffmony.sample; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import android.widget.RadioButton; import android.widget.RadioGroup; import and...
/** * 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.thinklance.pidev.GUI; import java.io.File; import javafx.scene.Cursor; import javafx.scene.control.Label; import javafx.scene.image.Image; import javafx.scene.image.ImageView; import javafx.scene.layout.AnchorPane; import javafx.scene.layout.HBox; import javafx.scene.layout.VBox; public class Cardlist ext...
package org.apache.lucene.index; /** * 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, Versi...
package com.mossle.bpm.parser; import org.activiti.engine.impl.bpmn.parser.BpmnParser; import org.activiti.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory; import org.activiti.engine.impl.bpmn.parser.factory.DefaultActivityBehaviorFactory; public class CustomBpmnParser extends BpmnParser{ //当使用自定义activityBe...
/* * 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 AST.Expresion.Casteo.Explicito; import AST.Entorno.Entorno; import AST.Entorno.Tipo; import static AST.Entorno.Tipo.TypePrimit...
/* * 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 * "...
package tech.tablesaw.geopackage; import java.io.File; import java.sql.SQLException; import java.util.List; import mil.nga.geopackage.GeoPackage; import mil.nga.geopackage.features.user.FeatureDao; import mil.nga.geopackage.features.user.FeatureResultSet; import mil.nga.geopackage.manager.GeoPackageManager; import org...
package cn.az.project.shop.db.service.impl; import cn.az.project.shop.db.entity.Keyword; import cn.az.project.shop.db.mapper.KeywordMapper; import cn.az.project.shop.db.service.IKeywordService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** * @a...
/*- * Copyright (c) 2010, Derek Konigsberg * 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 o...
/* * Copyright 2015 Karl Dahlgren * * 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.velmurugan.imagesliderwithindicatorexample; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.GridLayoutManager; import androidx.recyclerview.widget.RecyclerView; import com.daimajia.slider.library.Animations.DescriptionAnimation; impor...
package com.stupidtree.hita.fragments.timetable_manager; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.localb...
/* * (C) Copyright 2020 Radix DLT Ltd * * Radix DLT Ltd licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the * License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
package com.wolfo.database; import org.springframework.data.repository.CrudRepository; import com.wolfo.beans.PfElementWrapper; public interface PfElementWrapperCrud extends CrudRepository<PfElementWrapper, Long> { }
package tutorspet.logic.commands; import tutorspet.model.Model; /** * Format full help instructions for every command for display. */ public class HelpCommand extends Command { public static final String COMMAND_WORD = "help"; public static final String MESSAGE_USAGE = COMMAND_WORD + ": Shows program usag...
package org.asciidocdsl.domain; /** * Created by Shannon on 11/22/15. */ public interface Listable<T> extends Renderable { T getItem(); }
package com.thekirschners.wiki.analyzer.connector.adapter.eventmetrics; import com.codahale.metrics.MetricRegistry; import com.google.common.eventbus.Subscribe; import com.thekirschners.wiki.analyzer.connector.WikiEvent; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereoty...
package de.thb.paf.scrabblefactory.persistence.entities; import java.util.Date; /** * Represents mapping-class for the database entity 'UserScore'. * * @author Dominic Schiller - Technische Hochschule Brandenburg * @version 1.0 * @since 1.0 */ public class UserScore implements IDBEntity { /** * The ...
package com.planet_ink.coffee_mud.Commands; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_in...
/* ******************************************************************************* * Copyright (C) 2014, International Business Machines Corporation and * * others. All Rights Reserved. * *************************************************************************...
package com.example.explicitintent; 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 ...
import java.util.LinkedList; import java.io.*; public class LogBook { File LogFile; FileWriter fWriter; BufferedWriter bWriter; FileReader fReader; BufferedReader bReader; public LinkedList<LogEntry> LogEntryList; //Constructors LogBook() { this.LogEntryList = new LinkedList<LogEntry>(); } LogBo...
package org.apache.samoa.apex.topology.impl; /* * #%L * SAMOA * %% * Copyright (C) 2014 - 2015 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 * * ...
/** * 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 not us...
package com.torrenal.craftingGadget.dataModel.value; import com.torrenal.craftingGadget.CookingCore; public class ValueLaurel extends ValueElement<ValueLaurel> { double gems; static { valueModifier.put(ValueType.AC_TOKENS, 140F/15F); } public ValueLaurel(double gems) { this.gems = gems; } @Override ...
/* * Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * The Universal Permissive License (UPL), Version 1.0 * * Subject to the condition set forth below, permission is hereby granted to any * person obtaining a copy of ...
package com.mt.demo.jpa.entity.view; import lombok.AllArgsConstructor; import lombok.Data; /** * DogView * * @author mt.luo * @description: */ @Data @AllArgsConstructor public class DogView { private Long id; private String name; }
/* * Copyright (c) 2020 Oracle 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 applic...
/* * Copyright © 2013-2018 camunda services GmbH and various authors (info@camunda.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...
package module0526_public.a; import javax.lang.model.*; import javax.management.*; import javax.naming.directory.*; /** * 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 duo...
/* * Copyright 2002-2018 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...
package com.eventcount.entities; import java.util.Objects; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.ManyToOne; /** * To Do's Attachment entity * * @author eventcount */ @Entity public class Attachment { @Id @GeneratedV...
/* * Copyright 2011 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * 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....
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * © Copyright 2013 EntIT Software LLC * Certain versions of software and/or documents (“Material”) accessible here may contain branding from * Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, * the Material is now offered by Micro Focus, a separately owne...
package gin.fitness; import org.junit.Assert; import org.junit.Test; import static org.junit.Assert.*; public class AssertionValueTypeCheckerTest { // boolean @Test public void string_arr_checkTypeTest0() { assertEquals(AssertionValueTypeChecker.checkType("[4,9,9,*,+,10,-,13,+]"), AssertionValue...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/privacy/dlp/v2/dlp.proto package com.google.privacy.dlp.v2; /** * * * <pre> * Request to search for potentially sensitive info in a ContentItem. * </pre> * * Protobuf type {@code google.privacy.dlp.v2.InspectContentRequest} */ publi...
package com.ycs.community.spring.interceptor; import com.ycs.community.basebo.domain.dto.BaseRequestDto; import com.ycs.community.sysbo.domain.po.UserPo; import com.ycs.community.spring.security.utils.SecurityUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory....
package org.hisp.dhis.datavalue; /* * Copyright (c) 2004-2017, University of Oslo * 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 copy...
package com.gismat.test.service; import com.gismat.test.config.audit.AuditEventConverter; import com.gismat.test.repository.PersistenceAuditEventRepository; import org.springframework.boot.actuate.audit.AuditEvent; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org...
package folioxml.slx; import folioxml.core.InvalidMarkupException; import java.io.IOException; public interface ISlxTokenReader { public SlxToken read() throws IOException, InvalidMarkupException; public void close() throws IOException; public boolean canRead(); }
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.07....
package com.skyseraph.xknife.lib.module.logcat; import android.support.annotation.CheckResult; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import java.io.IOException; import java.util.ArrayList; impor...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distr...
/* * Tendermint RPC * Tendermint supports the following RPC protocols: * URI over HTTP * JSON-RPC 2.0 over HTTP * JSON-RPC 2.0 over websockets (deprecated) ## Configuration RPC can be configured by tuning parameters under `[rpc]` table in the `$TMHOME/config/config.toml` file or by using the `--rpc.X` command-line...
package org.odk.collect.android.storage.migration; import org.odk.collect.android.database.ItemsetDbAdapter; import org.odk.collect.android.storage.StoragePathProvider; import org.odk.collect.android.storage.StorageSubdirectory; import java.io.File; public class StorageEraser { private final StoragePathProvider...
/* Copyright 2001,2003 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 by applica...
package com.heyweather.app.model; public class Country { private int id; private String countryName; private String countryCode; private int cityId; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getCountryName() { return countryName; } public void setCount...
package com.influxdb.client.service; import retrofit2.Call; import retrofit2.http.*; import okhttp3.RequestBody; import okhttp3.ResponseBody; import okhttp3.MultipartBody; import com.influxdb.client.domain.AddResourceMemberRequestBody; import com.influxdb.client.domain.Error; import com.influxdb.client.domain.LabelM...
/** * Serpent, a Python literal expression serializer/deserializer * (a.k.a. Python's ast.literal_eval in Java) * Software license: "MIT software license". See http://opensource.org/licenses/MIT * @author Irmen de Jong (irmen@razorvine.net) */ package net.razorvine.serpent; import java.io.IOException; import jav...
package commandline.command; import org.junit.Test; import java.util.Collection; import java.util.LinkedList; import java.util.Map; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertSame; import sta...
package com.simibubi.create.content.curiosities.toolbox; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllRecipeTypes; import net.minecraft.block.Block; import net.minecraft.inventory.CraftingInventory; import net.minecraft.item.DyeColor; import net.minecraft.item.ItemStack; import net.minecraft.it...
package com.box.l10n.mojito.okapi; /** * Additional {@link net.sf.okapi.common.resource.Property} * * @author jaurambault */ public class Property { public static final String STATE = "state"; public static final String TARGET_NOTE = "target_note"; public static final String TARGET_COMMENT...
/* * 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 mx.edu.uam.practica3.control; import mx.edu.uam.practica3.electrodomestico.Radio; /** * * @author invited */ public class...
package xyz.aiinirii.forum.portal.component; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.springframework.stereotype.Component; import org.springframework.validation.BindingResu...
/** * Copyright (C) 2015 DataTorrent, 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 la...
/* * Copyright (C) Cristian Sulea ( http://cristian.sulea.net ) * * 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 requi...
package br.com.prontomed.peg.services; import br.com.prontomed.peg.models.Paciente; import br.com.prontomed.peg.repositories.PacienteRepository; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service publ...
/* * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package tables_extractor.inject; import java.io.File; import com.google.inject.AbstractModule; import com.google.inject.util.Providers; import tables_extractor.arguments.Arguments; import tables_extractor.file.DeepPdfFileManager; import tables_extractor.file.FlatPdfFileManager; import tables_extractor.file.PdfFileMa...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package org.escalate42.javaz.common.function; /** * Created by vdubs * on 1/22/15. */ public interface ThrowableClosure<T> { T apply() throws Throwable; default Closure<T> ommitThrow() { return () -> { try { return apply(); } catch (Throwable t) { ...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.stb; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org.lw...
/** * Activiti app component part of the Activiti project * Copyright 2005-2015 Alfresco Software, Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either...
/* * Copyright 2016-2021 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 org.joget.plugin; import java.util.ArrayList; import java.util.Collection; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceRegistration; public class Activator implements BundleActivator { protected Collection<ServiceRegistration> regis...
package org.openmrs.module.initializer.api.loaders; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.mockito.Matchers.any; import static org.mockito.Matchers.eq; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; imp...
package codeforces.round_600_649.round_637; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; import java.util.Random; import java.util.StringTokenizer; public final class D { private static final int[][] NUMS = { new int[] { 0b11110...
package se.lth.cs.srl.options; import java.io.File; import se.lth.cs.srl.Parse; public class ParseOptions extends Options { ParseOptions(){} public ParseOptions(String[] args) { superParseCmdLine(args); } public boolean skipPI=false; //Whether to skip predicate identification. public boolean useReranker=f...
package SynthLang.constraints; /*Generated by MPS */ import jetbrains.mps.smodel.runtime.base.BaseConstraintsDescriptor; import jetbrains.mps.smodel.adapter.ids.MetaIdFactory; import java.util.Map; import jetbrains.mps.smodel.adapter.ids.SPropertyId; import jetbrains.mps.smodel.runtime.PropertyConstraintsDescriptor; ...
/* * 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 applica...
package com.j4ltechnologies.formations.classes.exercices.dab; /** * @author Stagiaire * */ public class Compte { private String numero; private int solde; public Compte(String numero) { this(numero, 0); } public Compte(String numero, int solde) { this.numero = numero; t...
package com.adelean.inject.resources.spring; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.adelean.inject.resources.annotations.Extends; import com.adel...
package com.xceptance.xlt.mastercontroller; import java.util.Properties; import org.junit.Assert; import org.junit.Test; import com.xceptance.xlt.api.util.XltException; public class TestLoadProfileConfigurationTest { final String LOADTESTS = "com.xceptance.xlt.loadtests"; final String DEFAULT = LOADTESTS +...
/* * 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.ctrip.framework.apollo; import com.ctrip.framework.apollo.enums.ConfigSourceType; import com.google.common.base.Function; import java.util.Date; import java.util.Locale; import java.util.Set; /** * @author Jason Song(song_s@ctrip.com) */ public interface Config { /** * Return the property value wi...
package com.kongzue.dialogx.style; import android.content.Context; import com.kongzue.dialogx.interfaces.DialogXStyle; import com.kongzue.dialogx.interfaces.ProgressViewInterface; import com.kongzue.dialogx.kongzuetheme.R; /** * @author: Kongzue * @github: https://github.com/kongzue/ * @homepage: http://kongzue.c...
/* * Copyright 2016-2021 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.mcreator.minerustaddonsmod; import net.minecraftforge.fml.relauncher.SideOnly; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.common.registry.GameRegistry; import net.minecraftforge.client.model.ModelLoader; import net.minecraftforge.client.event.ModelRegistryEvent; import ne...
package org.packt.academic.student.portal.model.data; // Generated 03 12, 16 1:32:12 PM by Hibernate Tools 4.3.1 import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; /** * Tbladminuser generated by hbm2java */ @Entity @Table(name = "tbladmin...
package pl.charmas.android.reactivelocation2.observables; import android.support.annotation.NonNull; import com.google.android.gms.common.api.PendingResult; import com.google.android.gms.common.api.Result; import com.google.android.gms.common.api.ResultCallback; import io.reactivex.ObservableEmitter; import io.react...
/* Adobe AEM Brightcove Connector Copyright (C) 2018 Coresecure Inc. Authors: Alessandro Bonfatti Yan Kisen Pablo Kropilnicki This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published ...
package io.github.vasouv.customer; import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; /** * Configures a JAX-RS endpoint. Delete this class, if you are not exposing * JAX-RS resources in your application. * * @author airhacks.com */ @ApplicationPath("packt-customers") public class JAXRSConf...
package module1972_public.a; import java.util.zip.*; import javax.annotation.processing.*; import javax.lang.model.*; /** * 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 d...
package mage.cards.s; import mage.abilities.Ability; import mage.abilities.effects.OneShotEffect; import mage.cards.Card; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.choices.Choice; import mage.choices.ChoiceImpl; import mage.constants.CardType; import mage.constants.CommanderCardType; 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...
package org.magic.api.beans; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Optional; import java.util.Set; import org.magic.api.beans.Ma...
package liquibase.sdk.maven.plugins; import liquibase.sdk.github.GitHubClient; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugins.annotations.Parameter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.IOException; abstract class AbstractGitHubMojo extends AbstractMoj...
/* * MIT License * * Copyright (c) 2020 SvenAugustus * * 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...
/* * 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 dk.alexandra.fresco.suite.spdz; import dk.alexandra.fresco.suite.spdz.datatypes.SpdzSInt; import dk.alexandra.fresco.suite.spdz.datatypes.SpdzInputMask; import dk.alexandra.fresco.suite.spdz.datatypes.SpdzTriple; import dk.alexandra.fresco.suite.spdz.storage.FakeTripGen; import java.io.IOException; import java...
package org.hope6537.note.design.composite.real; import java.util.List; /** * 总体抽象构件 */ public abstract class Component { public void doSomething() { System.out.println("业务逻辑"); } public abstract void add(Component component); public abstract void remove(Component component); public ...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. See terms of license at gnu.org. */ package org.atalk.android.gui.settings; import android.os.Bundle; import androidx.fragment.app.Fragment; import androidx.preference.Preference; import androidx.preference.Pr...
package com.atguigu.gmall.oms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.common.bean.PageResultVo; import com.atguigu.gmall.common.bean.PageParamVo; import com.atguigu.gmall.oms.entity.OrderItemEntity; import java.util.Map; /** * 订单项信息 * * @author sqq * @email f...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
// Copyright 2015-present 650 Industries. All rights reserved. package host.exp.exponent.kernel; import android.app.Activity; import android.app.ActivityManager; import android.app.Application; import android.app.RemoteInput; import android.content.Context; import android.content.Intent; import android.net.Uri; impor...
/*- * << * UAVStack * == * Copyright (C) 2016 - 2017 UAVStack * == * 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 frc.robot.commands; import edu.wpi.first.wpilibj2.command.CommandBase; import frc.robot.subsystems.Shooter; /** * An ShootMax command that uses Shooter subsystem. * * @author Raadwan Masum * @author Rohan Juneja * @author Aadit Gupta */ public class ShootMax extends CommandBase { @SuppressWarnings({ ...