text
stringlengths
7
995k
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * WSO2 Inc. 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/l...
/* * 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 framework.problem.cannibals; /** * * @author jesimar */ public class StateCannibals{ public int DIM_X; public ...
package com.example.yzbkaka.things.Adapter; import android.content.Intent; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import 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 may...
package jp.co.yahoo.adsdisplayapi.v6.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import jp.co.yahoo.adsdisplayapi.v6.model.GuaranteedIn...
/* * $Id: ResourceReference.java,v 1.1.1.1 2004-12-05 23:14:32 davidsch Exp $ * * Typecast - The Font Development Environment * * Copyright (c) 2004 David Schweinsberg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
/* * 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 © 2017 Florian Troßbach (trossbach@gmail.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 b...
// Generated from XMLParser.g4 by ANTLR 4.5.3 import org.antlr.v4.runtime.ParserRuleContext; import org.antlr.v4.runtime.tree.ErrorNode; import org.antlr.v4.runtime.tree.TerminalNode; /** * This class provides an empty implementation of {@link XMLParserListener}, * which can be extended to create a listener which 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 agreed to in writing, software * distribut...
/* * Copyright 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 "license" file ...
import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.Pipe; import org.junit.Test; public class TestPipe { @Test public void test1() throws IOException{ //1. 获取管道 Pipe pipe = Pipe.open(); //2. 将缓冲区中的数据写入管道 ByteBuffer buf = ByteBuffer.allocate(1024); Pipe.SinkChannel sinkC...
/** * Copyright (c) 2018 See AUTHORS file * 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...
package de.dc.javafx.photoshop; import javafx.animation.KeyFrame; import javafx.animation.KeyValue; import javafx.animation.Timeline; import javafx.application.Application; import javafx.beans.property.DoubleProperty; import javafx.beans.property.SimpleDoubleProperty; import javafx.scene.Group; import javafx.scene.Scen...
package com.adamldavis.z.java; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedList; import java.util.List; import javax.xml.parsers.D...
/* * Copyright 2018 Kaushik N. Sanji * * 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 com.ps.repos; import com.ps.ents.Pet; import com.ps.ents.User; import java.util.Set; /** * Created by iuliana.cosmina on 7/16/16. */ public interface PetRepo { Set<Pet> findByOwner(User owner); }
package google.architecture.home.adapter; import android.graphics.Paint; import android.support.v7.util.DiffUtil; import android.util.TypedValue; import android.view.ViewGroup; import android.widget.TextView; import com.bumptech.glide.request.RequestOptions; import com.chad.library.adapter.base.BaseMultiItemQuickAdap...
/* * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.swing; import java.awt.*; import java.awt.event.*; import java.beans.*; import javax.swi...
package chapter2.practice; /** * @Author: cunxiaopan * @Date: 2018/12/14 1:15 AM * @Description: */ public class Two { public static void main(String[] args) { System.out.println("Hello, World"); } }
// 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 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * @(#)AccessibilityEventMonitor.java 1.22 05/11/11 */ package com.sun.java.accessibility.util; import java.util.*; import java.beans.*; import java.awt.*; import java.awt.event....
/* * 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 u...
package com.badlogic.gdx.physics.bullet.collision; import com.badlogic.gdx.math.Vector3; import com.badlogic.gdx.physics.bullet.linearmath.btVector3; /*[0;X] com.dragome.commons.compiler.annotations.MethodAlias */ /** @author xpenatan */ public class ClosestRayResultCallback extends RayResultCallback { /*JNI #incl...
package com.msauerm.androidrestrequester; import android.content.Context; import com.android.volley.RequestQueue; import com.android.volley.toolbox.Volley; import com.google.gson.Gson; /**Configuration-Class*/ public class RESTConfig { public Gson gson; // instance of Gson public RequestQu...
/* * Copyright 2002-2006 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 (C) 2012 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
/* * 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.github.catstiger.common.lazy.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 标注在Entity Bean(BaseEntity的子类)的getters方法上,可以自动加载关联实体中的数据。 * 分为如下情况: * <ul> * <li> * 直接...
/* * nimbus-jose-jwt * * Copyright 2012-2016, Connect2id Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
package net.dirtcraft.plugin; import org.spongepowered.api.command.CommandException; import org.spongepowered.api.command.CommandResult; import org.spongepowered.api.command.CommandSource; import org.spongepowered.api.command.args.CommandContext; import org.spongepowered.api.command.spec.CommandExecutor; import org.sp...
/* * Copyright by 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 applicable ...
package Hibernate_Code_First_9.Lab_Shampoo_company; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; public class Main { public static void main(String[] args) { EntityManagerFactory entityManagerFactory = Persistence....
package com.demo.listener; import com.alibaba.excel.context.AnalysisContext; import com.alibaba.excel.event.AnalysisEventListener; import com.demo.exception.BaseException; import com.demo.pojo.ExcelToSql; import lombok.Getter; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.Logge...
/* * 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.tal.wangxiao.conan.sys.framework.aspectj; import java.lang.reflect.Method; import com.tal.wangxiao.conan.config.core.spring.SpringUtils; import com.tal.wangxiao.conan.sys.auth.core.domain.model.LoginUser; import com.tal.wangxiao.conan.utils.core.ConanBaseEntity; import org.aspectj.lang.JoinPoint; import o...
package pl.Vorpack.app.Controller.ClosedOrderController; import com.jfoenix.controls.JFXButton; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.scene.control.Label; import javafx.scene.control.TableColumn; import javafx.scene.control.TableView; ...
package cn.itcast_02; /* * Integer的构造方法: * Integer(int value): 把int类型的值包装成Integer类型 * Integer(String s): 把数字类型的字符串转换成Integer类型 */ public class IntegerDemo { public static void main(String[] args) { // 方式1 int number = 100; Integer i = new Integer(number); System.out.println("i:" + i); // 方式2 String s...
package com.nike.riposte.server.handler.base; import com.nike.internal.util.Pair; import com.nike.riposte.server.channelpipeline.ChannelAttributes; import com.nike.riposte.server.http.HttpProcessingState; import com.nike.riposte.util.AsyncNettyHelper; import com.nike.wingtips.Span; import com.nike.wingtips.Tracer; im...
import java.util.ArrayList; import java.util.List; /** * 递归实现二叉树前序遍历 */ public class Solution { private void dfs(TreeNode root, List<Integer> res) { if (root == null) return; res.add(root.val); dfs(root.left, res); dfs(root.right, res); } public List<Integer> preorderTra...
package com.scatl.uestcbbs.module.post.view; import com.scatl.uestcbbs.entity.SendPostBean; import com.scatl.uestcbbs.entity.UploadResultBean; import java.io.File; import java.util.List; /** * author: sca_tl * description: * date: 2020/1/25 13:04 */ public interface PostCreateCommentView { void onSendComment...
package pt.up.fc.dcc.mooshak.evaluation.graph.data; import java.util.Map; import pt.up.fc.dcc.mooshak.evaluation.graph.eval.Match; public abstract class PropertyName{ public abstract boolean isSimple(); public abstract String toString(); public abstract int hashCode(); public abstract boolean equals(Object obj);...
/* *AVISO LEGAL © Copyright *Este programa esta protegido por la ley de derechos de autor. *La reproduccion o distribucion ilicita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y seran objeto de todas las sanciones legales que correspondan. *Su conteni...
package com.maneesh.streamingalgo; import java.math.BigInteger; import java.util.BitSet; import java.util.stream.Stream; import static java.lang.Math.*; public class FlajoletMartin<T> { private int L; private final BitSet bitset; public FlajoletMartin(int L) { this.L = L; this.bitset = ...
/* * 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 2009-2012 The MyBatis Team * * 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 de.leanovate.contoso.security.jwt; import java.io.IOException; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.Authentication; import org.sprin...
package fca.gui.context.table.model; import java.util.Vector; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JTable; import fca.core.context.binary.BinaryContext; import fca.core.context.nested.NestedContext; import fca.exception.AlreadyExistsException; import fca.exception.LMLogger; impor...
package hudson.plugins.git.extensions.impl; import hudson.AbortException; import hudson.Extension; import hudson.plugins.git.GitException; import hudson.plugins.git.GitSCM; import hudson.plugins.git.Revision; import hudson.plugins.git.Branch; import hudson.plugins.git.UserMergeOptions; import hudson.plugins.git.extens...
/* * Copyright 1999-2010 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution o...
package com.learnium.RNDeviceInfo; import android.Manifest; import android.annotation.SuppressLint; import android.app.KeyguardManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.SharedPreferences; import android.content.Intent; import android.content.IntentFilter;...
package com.acme.tpc_backend.service; import com.acme.tpc_backend.domain.model.Lesson; import com.acme.tpc_backend.domain.model.LessonStudent; import com.acme.tpc_backend.domain.model.Student; import com.acme.tpc_backend.domain.repository.LessonRepository; import com.acme.tpc_backend.domain.repository.LessonStudentRep...
package com.getling.gwframe.utils; import android.app.Activity; import android.app.DatePickerDialog; import android.content.Context; import android.content.DialogInterface; import android.view.KeyEvent; import android.view.LayoutInflater; import android.view.View; import android.view.Window; import android.view.Window...
/* * Copyright (C) 2015-2022 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
package slimeknights.tconstruct.smeltery.tileentity.inventory; import net.minecraft.fluid.Fluid; import net.minecraft.fluid.Fluids; import net.minecraft.item.ItemStack; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraftforge.fluids.FluidUtil; import net.minecraftforge.fluid...
/* * 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 may ...
package net.minestom.server.entity.pathfinding; import com.extollit.gaming.ai.path.model.Gravitation; import com.extollit.gaming.ai.path.model.IPathingEntity; import com.extollit.gaming.ai.path.model.Passibility; import com.extollit.linalg.immutable.Vec3d; import net.minestom.server.attribute.Attribute; import net.min...
/** * The MIT License * Copyright (c) 2011 Kuali Mobility Team * * 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, ...
package com.savstanis.quickauction.dto.Bid; import com.fasterxml.jackson.annotation.JsonRootName; import com.savstanis.quickauction.dto.Lot.ExtendedLotDto; import lombok.Data; import lombok.NoArgsConstructor; import javax.validation.constraints.NotNull; import javax.validation.constraints.Positive; @Data @NoArgsCons...
/** * 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 (c) 2018-2028, Chill Zhuang 庄骞 (smallchill@163.com). * <p> * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE 3.0; * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.gnu.org/licenses/lgpl.html * <p> * Unless requir...
/* * Copyright Jordan LEFEBURE © 2019. * * 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...
/* * 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 (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.profitera.services.business.rpm; import java.util.ArrayList; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class AccountRuleLogger implements IAccountRuleListener { private static final Log LOG = LogFactory.getLog(IAccountRuleListener...
package me.parzibyte.crearcodigoqr; import android.content.Context; import android.os.Vibrator; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class RegistroActivity extends AppCompatActivity { // Button btnsesion; @Ov...
package org.alex.wirelesscontroller; import android.app.AlarmManager; import android.content.Context; import org.alex.wirelesscontroller.receivers.ScheduleWakefulReceiver; import java.io.File; import java.io.IOException; import java.util.Calendar; import java.util.logging.FileHandler; import java.util.logging.Level;...
/* * Copyright 2016-2018 shardingsphere.io. * <p> * 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 l...
package com.skeqi.mes.pojo.chenj.srm.rsp; /** * @author ChenJ * @date 2021/6/7 * @Classname CSrmPurchaseDemandH * @Description ${Description} */ /** * 采购需求管理头查询 */ public class CSrmPurchaseDemandHRsp { /** * 申请单号 */ private String requestCode; /** * 状态(1.新建2.审批中3.待分配4.已分配5.已删除) ...
/* // Licensed to Julian Hyde under one or more contributor license // agreements. See the NOTICE file distributed with this work for // additional information regarding copyright ownership. // // Julian Hyde licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file e...
/* * Copyright (C) Justson(https://github.com/Justson/AgentWeb) * * 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 requir...
/* * Copyright 2002-2014 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 2000-2018 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.idea.maven.wizards; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.externalSystem.service.project.IdeModifiableMode...
/* * Copyright 2002-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...
/* ==================================================================== 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 Y...
/* * Copyright 2014 - 2022 Blazebit. * * 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...
package at.ac.fernfh.foodtracker.config; import at.ac.fernfh.foodtracker.service.UserDetailsServiceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.au...
package pl.zankowski.fixparser.auth.core; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityC...
package application; import static org.junit.Assert.assertTrue; import java.io.File; import org.junit.Test; import de.mcs.microservice.application.generator.DataModelGenerator; import de.mcs.utils.Files; public class TestDataModelGenerator { private String[] generatedFiles = new String[] { "de/mcs/microservice/...
/* * Copyright (C) 2018 Alauda.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 agre...
/* * 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 API.Services.AssignmentService; import API.Models.Database_Entities.AssignmentTypeEntity; import API.Repository.Assignment.AssignmentTypeDAO; import Shared.ForCreation.AssignmentTypeForCreationDto; import Shared.ForCreation.AssignmentTypeForUpdateDto; import Shared.ToReturn.AssignmentTypeDto; import org.modelm...
package de.worldOneo.advancedBankSystem.command.subCommands; import org.bukkit.entity.Player; public class BankSystemCommand implements PlayerSubCommand { @Override public boolean execute(Player player, String[] args) { return false; } }
/* * Copyright (c) 2015 Luca Burgazzoli * * https://github.com/lburgazzoli * * 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 de.bastiankrol.startexplorer.customcommands; import static de.bastiankrol.startexplorer.customcommands.CommandConfigObjectMother.oneForBoth; import static de.bastiankrol.startexplorer.customcommands.CommandConfigObjectMother.oneForBothOneForResourceOneForEditor; import static org.junit.Assert.assertEquals; imp...
package net.minestom.server.entity; import net.minestom.server.entity.metadata.ProjectileMeta; import net.minestom.server.event.EventDispatcher; import net.minestom.server.event.entity.EntityAttackEvent; import net.minestom.server.event.entity.EntityShootEvent; import net.minestom.server.instance.Chunk; import net.min...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package co.touchlab.squeaky.field.types; import android.database.Cursor; import co.touchlab.squeaky.field.FieldType; import co.touchlab.squeaky.field.SqlT...
package logic; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import java.io.ByteArrayOutputStream; import java.io.PrintWriter; import java.util.HashMap; import java.util.HashSet; import java.util.Set; import org.apache.commons.lang3.StringUtils; import org.junit.jupiter...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.logic.implementation; import com.azure.core.http.rest.PagedIterable; import com.azure.core.http.rest.Response; import com.azure....
/* Generated By:JJTree: Do not edit this line. Node.java */ package com.viaoa.javaparser; /* All AST nodes must implement this interface. It provides basic machinery for constructing the parent and child relationships between nodes. */ public interface Node { /** This method is called after the node has be...
package org.atpfivt.jsyntrax; import org.approvaltests.Approvals; import org.approvaltests.core.Options; import org.atpfivt.jsyntrax.generators.SVGCanvas; import org.atpfivt.jsyntrax.generators.SVGCanvasBuilder; import org.atpfivt.jsyntrax.styles.StyleConfig; import org.atpfivt.jsyntrax.styles.TitlePosition; import or...
/******************************************************************************* * Copyright 2019, 2020 grondag * 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.or...
package ru.job4j.chainstorage.storages; import ru.job4j.chainstorage.Food; import java.util.ArrayList; public class Trash extends Storage { /** * Change with special conditions. * @param goods * @return */ @Override public ArrayList<Food> change(ArrayList<Food> goods) { for (...
package com.webank.weevent.core.fisco.web3sdk.v2; import java.math.BigInteger; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.TimeoutException; import com.webank.weevent....
package cla.edg.project.yrcms.gen.graphquery; public class MODEL { public static String getBasePackageName() { return "com.yrdec.yrcms"; } public static Platform platform() { Platform rst = new Platform(); rst.setModelTypeName("platform"); return rst; } public static MobileApp mobileApp() {...
/* Copyright 2012 - 2014 Jerome Leleu 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.commercetools.api.models.message; import java.util.*; import java.util.function.Function; import io.vrap.rmf.base.client.Builder; import io.vrap.rmf.base.client.utils.Generated; @Generated(value = "io.vrap.rmf.codegen.rendring.CoreCodeGenerator", comments = "https://github.com/vrapio/rmf-codegen") public...