text
stringlengths
7
995k
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
package com.joanna.services; import com.joanna.Model.Egg; public interface EggsCartonService { boolean isFull(); void addEgg(Egg egg); void updateFreePlace(); void fullControl(); void fillEmptyEggs(); }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.cosmos.implementation.directconnectivity; import com.azure.cosmos.implementation.DiagnosticsClientContext; import com.azure.cosmos.implementation.GoneException; import com.azure.cosmos.implementation.RxDo...
package org.zstack.sdk; import java.util.HashMap; import java.util.Map; public class QueryGCJobAction extends QueryAction { private static final HashMap<String, Parameter> parameterMap = new HashMap<>(); public static class Result { public ErrorCode error; public QueryGCJobResult value; ...
package com.fbd.admin.app.config.service; import java.util.List; import org.springframework.security.access.prepost.PreAuthorize; import com.fbd.core.app.config.model.SysConfigModel; import com.fbd.core.common.model.SearchResult; public interface ISysConfigService { SearchResult<SysConfigModel> getSysConfigPage(...
package com.compositesw.services.system.admin; import javax.xml.ws.WebFault; import com.compositesw.services.system.util.common.Fault; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.1-b01- * Generated source version: 2.2 * */ @WebFault(name = "fault", targetNamespace = "http://www.compositesw...
/* * (C) Copyright 2012-2018 Nuxeo (http://nuxeo.com/) and others. * * 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 org.kyojo.schemaorg.m3n5.healthLifesci.impl; import java.util.ArrayList; import java.util.List; import org.kyojo.schemaorg.SimpleJsonBuilder; import org.kyojo.schemaorg.m3n5.core.Container.AdditionalType; import org.kyojo.schemaorg.m3n5.core.Container.AlternateName; import org.kyojo.schemaorg.m3n5.core.Contai...
/* * 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 com.miscell.slidefragment; 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 v...
package com.github.otymko.phoenixbsl; import com.github.otymko.phoenixbsl.gui.Toolbar; import com.github.otymko.phoenixbsl.logic.GlobalKeyListenerThread; import com.github.otymko.phoenixbsl.logic.PhoenixAPI; import com.github.otymko.phoenixbsl.logic.PhoenixContext; import com.github.otymko.phoenixbsl.logic.designer.De...
/* * 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...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.gridgain.com/products/software/community-edition...
package it.tredi.ecm.service; import java.util.Set; import it.tredi.ecm.dao.entity.File; import it.tredi.ecm.dao.entity.PianoFormativo; import it.tredi.ecm.dao.entity.Provider; public interface PianoFormativoService { public boolean exist(Long providerId, Integer annoPianoFormativo); public PianoFormativo create(...
package db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.database.sqlite.SQLiteDatabase.CursorFactory; import java.util.LinkedList; import java.util.List; /** * Created by tangzhijing on 2016/8/31. */ public class Tas...
/* * ****************************************************************************** * Copyright (c) 2013-2014 Gabriele Mariotti. * * 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 ...
/* * Copyright (c) 2008-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...
package com.github.nijian.jkeel.report; import com.github.nijian.jkeel.commons.ObjectHolder; import org.apache.pdfbox.multipdf.PDFMergerUtility; import org.apache.pdfbox.pdmodel.PDDocument; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.io.InputStream; import java.io.OutputS...
package com.prasadam.kmrplayer.Adapters.RecyclerViewAdapters.NetworkAdapter; import android.content.Context; import android.os.Handler; import android.os.Looper; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.wi...
/* * JBoss, Home of Professional Open Source * Copyright 2008-10 Red Hat and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser G...
package org.broadband_forum.obbaa.netconf.mn.fwk.server.model.support.yang.validation; import static junit.framework.TestCase.assertEquals; import static junit.framework.TestCase.fail; import java.util.ArrayList; import java.util.List; import org.broadband_forum.obbaa.netconf.mn.fwk.server.model.AbstractSubSystem; i...
package org.ff4j.sample.strategy; import java.util.Arrays; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.ff4j.core.FeatureStore; import org.ff4j.core.FlippingExecutionContext; import org.ff4j.strategy.AbstractFlipStrategy; /** * Filter features for a subset of regions. * * @aut...
package com.southwind.springboottest.controller; import com.southwind.springboottest.entity.User; import com.southwind.springboottest.http.HttpResult; import com.southwind.springboottest.service.UserService; import com.southwind.springboottest.utils.JwtTokenUtils; import io.swagger.annotations.Api; import io.swagger.a...
/* * Copyright 2013 JBoss 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 i...
/* * Copyright 2009-2021 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 * * Unles...
/* * (c) hubersn Software * www.hubersn.com */ /* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and ...
//2014 Java C 5 public class TypeLog { private static int n = 1; public static void main(String[] args) { for(int i=0; i<6; i++) write(""); } public static void write(String msg) { String filename = "t" + n + ".log"; n = n%3+1; System.out.println("write to file: " + filename + " " + msg); } }
/* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited * * 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 Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this file * ...
package interpreter; import java.util.List; /** * NonTerminalExpression * @autor aoliferov * @since 17.08.2019 */ public class Select implements Expression { private String column; private From from; Select(String column, From from) { this.column = column; this.from = from; } ...
package tw.jiunjiun.apb.shuttle.DetectTouchGesture; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.ViewConfiguration; import android.widget.LinearLayout; /** * Created by jiun on 2015/2/24. * * ref link: http://blog.csdn.net/weidongjian/articl...
/* * Copyright (c) Facebook, Inc. and 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...
import java.lang.Math; import javax.swing.JOptionPane; public class Main { public static void main(String[] args) { String pc = ""; System.out.println("Ok! giochiamo!"); double macchina = (int) Math.random() * 4; int Castato = (int) macchina; switch (Castato) { case 0: pc = "sasso"; break; case ...
package cn.iocoder.dashboard.modules.system.controller.dept.vo.post; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @ApiModel(value = "岗位导出 Request VO", description = "参数和 SysPostExcelVO 是一致的") @Data public class SysPostExportReqVO { @ApiModelProperty(...
package br.com.zupacademy.thiago.casadocodigo.controller; import br.com.zupacademy.thiago.casadocodigo.controller.dto.FormCategoria; import br.com.zupacademy.thiago.casadocodigo.model.Categoria; import br.com.zupacademy.thiago.casadocodigo.repository.CategoriaRepository; import org.springframework.beans.factory.annota...
/** * 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 org.zalando.riptide; import org.junit.jupiter.api.Test; import org.springframework.util.concurrent.ListenableFuture; import org.springframework.util.concurrent.ListenableFutureTask; import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletionException; import static org.hamcrest.Matc...
/* * Copyright 2017 StreamSets 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...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.flags.json.wire; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; impo...
package uk.co.odinconsultants.dates; import org.junit.Test; import java.sql.Date; import java.sql.Timestamp; import java.text.SimpleDateFormat; import java.util.TimeZone; import static org.junit.Assert.assertEquals; public class DateFormatTest { static { TimeZone ApplicationTimeZone = TimeZone.getTimeZ...
package com.amazon.speech.speechlet.dialog.directives; import com.amazon.speech.speechlet.Directive; /** * Abstract superclass for Dialog.* directives. Each Dialog directive supports an optional * updatedIntent field. A skill may use this field to update slot values or confirmation statuses * of the intent, for ex...
package com.ojas.ra; import java.util.Arrays; import com.mongodb.DB; import com.mongodb.MongoClient; import com.mongodb.ReadPreference; import com.mongodb.ServerAddress; import com.ojas.ra.exception.RAException; public class MongoDBClientImpl implements MongoDBClient { MongoConfig mongoConfig; MongoClient mongoC...
/* * The Gemma project * * Copyright (c) 2006 University of British Columbia * * 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 * ...
/* * 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 2015 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.robotframework.ide.eclipse.main.plugin.tableeditor.source.assist; import java.util.ArrayList; import java.util.Collection; import org.eclipse.jface.text.IRegion; im...
/* * 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 ...
//,temp,ListBaremetalPxeServersCmd.java,69,83,temp,CreateStorageNetworkIpRangeCmd.java,114,126 //,3 public class xxx { @Override public void execute() throws ResourceUnavailableException, InsufficientCapacityException, ServerApiException, ConcurrentOperationException, ResourceAllocationException { ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.rss.elPais; import java.util.ArrayList; import java.util.List; import org.xml.sax.Attributes; import org.xml.sax.SAXExcept...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 支付宝会员积分接入预咨询接口 * * @author auto create * @since 1.0, 2022-04-07 13:51:12 */ public class AlipayUserMpointPreconsultModel extends AlipayObject { private static final long serialVersionUID = ...
package io.avaje.metrics.agent; import io.avaje.metrics.agent.asm.AnnotationVisitor; import io.avaje.metrics.agent.asm.ClassVisitor; import io.avaje.metrics.agent.asm.Label; import io.avaje.metrics.agent.asm.MethodVisitor; import io.avaje.metrics.agent.asm.Opcodes; import java.util.ArrayList; import java.util.List; ...
package com.PT.entity; import java.util.ArrayList; import java.util.List; public class BankcardExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public BankcardExample() { oredCriteria = new ArrayList<Criteria>(); } public ...
package net.minecraft.entity.monster; import java.util.List; import java.util.UUID; import net.minecraft.block.material.Material; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.IRangedAttackMob; import net.minecraft.entity.SharedMonsterAttributes; import net.minecraft.entity.ai.EntityAIAttac...
/** * 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.example.santiago.cuantassabes.model; public class Pacient { private String photoUrl; private String doctorSelected; private String pacientName; private String pacientGender; private String pacientAge; private String pacientHeight; private String pacientWeight; private String...
package net.minecraft.util; public class FastColor { public static class ARGB32 { public static int alpha(int p_13656_) { return p_13656_ >>> 24; } public static int red(int p_13666_) { return p_13666_ >> 16 & 255; } public static int green(int p_13668_) { ...
package io.github.t3rmian.jmetersamples.controller.ws.dto; import io.github.t3rmian.jmetersamples.controller.dto.UserUpdateRequest; import io.github.t3rmian.jmetersamples.controller.ws.WSEndpoint; import javax.xml.bind.annotation.*; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "userUpdateRequestPayload", pr...
package com.auth0; /** * Represents the values for the SameSite cookie attribute. * * @see <a href="https://www.owasp.org/index.php/SameSite">OWASP - SameSite</a> for additional information about the SameSite attribute.. */ enum SameSite { LAX("Lax"), NONE("None"), STRICT("Strict"); private String...
package com.perforce.p4java.tests.dev.unit.features123; import com.perforce.p4java.client.IClient; import com.perforce.p4java.core.IChangelist; import com.perforce.p4java.core.file.FileSpecBuilder; import com.perforce.p4java.core.file.IExtendedFileSpec; import com.perforce.p4java.core.file.IFileSpec; import com.perfor...
/* * 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 ...
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.avro; import java.net.URISyntaxException; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.camel.spi.EndpointUriFactory; /** ...
/* * 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 2017 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...
package com.ctrip.xpipe.redis.console.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.unidal.dal.jdbc.DalException; import com.ctrip.xpipe.redis.console.exception.BadRequestException; import com.ctrip.xpipe....
package cc.mallet.util; // Math and statistics functions public final class Maths { public static final double logGamma (double x) { double result, y, xnum, xden; int i; final double d1 = -5.772156649015328605195174e-1; final double p1[] = { 4.945235359296727046734888e0, 2.018112620856775083915565e2, ...
package com.sample; public @interface IntegerAnnotation { int value(); }
/* * Copyright 2017-2022 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 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package mcjty.modtut.network; import io.netty.buffer.ByteBuf; import net.minecraft.block.Block; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.RayTraceResult; import net.minecraft.util.text.TextComponent...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.plugins.gradle.importing; import com.intellij.ide.projectWizard.NewProjectWizardTestCase; import com.intellij.ide.projectWizard.ProjectTypeStep; import com....
package com.alibaba.chaosblade.exec.plugin.jmq2.model; import com.alibaba.chaosblade.exec.common.model.matcher.BasePredicateMatcherSpec; import com.alibaba.chaosblade.exec.plugin.jmq2.Jmq2Constant; /** * @author wanyong10 * @date 2020/10/30 - 2:43 下午 */ public class ConsumerMatcherSpec extends BasePredicateMatcher...
package com.bfirestone.udacity.popularmovies; 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 ...
/** * 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.chy.lamia.entity; public class Var { String name; String classPath; public Var(String name, String classPath) { this.name = name; this.classPath = classPath; } public String getName() { return name; } public void setName(String name) { this.n...
package com.mycompany.myapp.service.mapper; import com.mycompany.myapp.domain.User; import com.mycompany.myapp.service.dto.UserDTO; import org.apache.commons.lang3.RandomStringUtils; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.util.ArrayList; import java.util.HashSet; impor...
package frc.robot.commands; public class LiftDown extends CommandBase { @Override public void execute() { m_lift.on(false); while (m_button.get()) {} m_lift.off() } }
/* * Copyright (c) 1996, 2006, 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 ...
/* * 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://duracloud.org/license/ */ package org.duracloud.snapshot.db.repo; import java.util.List; import org.duracloud.snapshot.db.mod...
package utilities; import com.relevantcodes.extentreports.ExtentReports; import java.lang.reflect.Field; public class ReflectionUtility { /** * To Start extent test case * @param */ public ExtentReports getStaticFieldValueFromClass(String className){///EXTENTREPORTS ExtentReports report...
package org.hypertrace.core.graphql.span.dao; import static java.util.concurrent.TimeUnit.MILLISECONDS; import io.reactivex.rxjava3.core.Single; import java.util.Map; import javax.inject.Inject; import org.hypertrace.core.graphql.context.GraphQlRequestContext; import org.hypertrace.core.graphql.span.request.SpanReque...
package org.basex.core; import java.util.*; import org.basex.data.*; /** * This class organizes all currently opened databases. * * @author BaseX Team 2005-13, BSD License * @author Christian Gruen */ public final class Datas { /** List of data references. */ private final ArrayList<Data> list = new ArrayLi...
// // ======================================================================== // Copyright (c) 1995-2022 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under the // terms of the Eclipse Public License v. 2.0 which is available at // https://www.eclipse.org/...
/** * 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.netease.nim.uikit.recent.viewholder; import android.text.TextUtils; import com.netease.nim.uikit.NimUIKit; import com.netease.nim.uikit.cache.TeamDataCache; import com.netease.nimlib.sdk.msg.attachment.NotificationAttachment; public class TeamRecentViewHolder extends CommonRecentViewHolder { @Override ...
/** * <copyright> * </copyright> * * */ package eu.hyvar.mspl.manifest.resource.hymanifest.analysis; import java.util.Map; import org.eclipse.emf.common.util.BasicEList; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EReference; import eu.hyvar.data...
/** * Copyright 2019 Pleo Soft d.o.o. (pleosoft.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...
package com.delivery.presenter.rest.api.order; import com.delivery.core.domain.Identity; import com.delivery.core.usecases.order.DeleteOrderUseCase; import com.delivery.core.usecases.order.DeliveryOrderUseCase; import com.delivery.core.usecases.order.GetOrderUseCase; import com.delivery.core.usecases.UseCaseExecutor; ...
package com.liu.ssmblog.service.impl; import com.liu.ssmblog.entity.Category; import com.liu.ssmblog.mapper.CategoryMapper; import com.liu.ssmblog.service.CategoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * @auth...
package org.jabref.gui.fieldeditors; import java.io.IOException; import java.util.Optional; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.property.SimpleObjectProperty; import org.jabref.gui.DialogSer...
package com.elarian.model; public final class AuthToken { public final String token; public final long lifetime; public AuthToken(String token, long lifetime) { this.token = token; this.lifetime = lifetime; } }
/* * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package cn.edu.zjut.order.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 订单操作历史记录 * * @author zett0n * @email d673326004@163.com * @date 2021-08-24 05:14:57 */ @Data...
/* * Copyright (C) 2018 Fionn Langhans */ package feder.types; import java.util.LinkedList; import java.util.List; import feder.FederCompiler; /** * @author Fionn Langhans * @ingroup types */ public class FederInterface extends FederBody implements FederArguments, FederHeaderGen { /** * The arguments of the ...
/* * Copyright 2020 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.google.android.gms.measurement.internal; import android.os.Bundle; final class zzgw implements Runnable { private final /* synthetic */ zzgp zzpt; private final /* synthetic */ Bundle zzqg; zzgw(zzgp zzgp, Bundle bundle) { this.zzpt = zzgp; this.zzqg = bundle; } publi...
package it.nextworks.nfvmano.libs.descriptors.sol006; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.ArrayList; import java.util.List; /** * ElementGroupSchema */ @javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.SpringCodegen", date = "...
/** * Copyright(c) isystk.com</br> */ package com.isystk.sample.common.constants; import java.io.File; import com.isystk.sample.common.image.ImageInfo; import com.isystk.sample.common.image.ImageSuffix; import com.isystk.sample.common.image.procedure.BasicImageProcedure; import com.isystk.sample.common.image.proced...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.sinaloense.ODBC; import com.sinaloense.Models.RoleModel; import java.util.List; import javax.sql.DataSource; /** * * @a...
/* * Copyright © 2020 Cask Data, 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 t...
package lkd.namsic.cnkb.controller; import lkd.namsic.cnkb.bearer.JwtTokenProvider; import lkd.namsic.cnkb.config.Config; import lkd.namsic.cnkb.domain.game.player.Player; import lkd.namsic.cnkb.dto.socket.SocketRequest; import lkd.namsic.cnkb.dto.socket.SocketResponse; import lkd.namsic.cnkb.enums.Doing; import lkd.n...