text
stringlengths
7
995k
package xyz.cuteclouds.earthchan.logging; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.core.ConsoleAppender; import org.jline.reader.LineReader; import org.jline.terminal.Terminal; import org.jline.terminal.TerminalBuilder; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java...
/** * Copyright (C) 2014-2016 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
package org.zstack.sdk; import java.util.HashMap; import java.util.Map; import org.zstack.sdk.*; public class DeleteEcsImageRemoteAction extends AbstractAction { private static final HashMap<String, Parameter> parameterMap = new HashMap<>(); private static final HashMap<String, Parameter> nonAPIParameterMap...
// Copyright 2006 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 applicable l...
package exceptions; public class TurtleOffScreenError extends TurtleError{ public TurtleOffScreenError(String errorMessage) { // TODO Auto-generated constructor stub super(errorMessage); } }
/* * 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 (c) Microsoft Corporation. * Licensed under the MIT License. */ package io.dapr.serializer; import io.dapr.utils.TypeRef; import java.io.IOException; /** * Serializes and deserializes application's objects. */ public interface DaprObjectSerializer { /** * Serializes the given object as byt...
package com.uit.Providers; import java.util.HashMap; import com.uit.R; public class HashmapDB { public HashmapDB() { } public HashMap<String, Integer> getMapBienBao() { HashMap<String, Integer> localHashMap = new HashMap<String, Integer>(); localHashMap.put("101", R.drawable.bb_101); localHashMap.put("10...
package com.qidao.framework.web.service; import java.beans.BeanInfo; import java.beans.Introspector; import java.beans.PropertyDescriptor; import org.apache.shiro.SecurityUtils; import org.apache.shiro.subject.Subject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Servi...
package cn.shrmus.blog.service.impl; import cn.shrmus.blog.mapper.BlogLeaveMessageMapper; import cn.shrmus.blog.pojo.BlogLeaveMessage; import cn.shrmus.blog.pojo.BlogLeaveMessageExample; import cn.shrmus.blog.service.MessageService; import org.springframework.beans.factory.annotation.Autowired; import org.springframew...
package com.mrjimmyboo.egit.multi.java1; public class HelloWorld1 { public static void main(String[] args) { System.out.println("Hello World1!"); } }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE80_XSS__CWE182_Servlet_PropertiesFile_21.java Label Definition File: CWE80_XSS__CWE182_Servlet.label.xml Template File: sources-sink-21.tmpl.java */ /* * @description * CWE: 80 Cross Site Scripting (XSS) * BadSource: PropertiesFile Read data from a .properties file (i...
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-20 15:17:43 */ public class AlipayPcreditHuabeiMerchantActivityPauseModel extends AlipayObject { private static final long ser...
/* * Copyright (c) 2016. * chinaume@163.com */ package com.goav.netty.Handler; import java.util.List; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.ByteToMessageDecoder; /** * 接收解析器 * * @time: 16/10/8 12:14.<br/> * @author: Created by moo<br/> ...
/** * Copyright (c) 2011, Ben Fortuna * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * o Redistributions of source code must retain the above copyright * notice, this list of condit...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, CloudBees, Inc. * * 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 witho...
/**Copyright 2015 Research Studios Austria Forschungsgesellschaft mBH * * This file is part of easyrec. * * easyrec is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * ...
package com.geektcp.alpha.agent.builder; import com.geektcp.alpha.agent.constant.AgentMethod; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; import java.util.List; import static com.geektcp.alpha.agent.util.LogUtil.log;...
package org.xdef.sys; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.Field; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.TreeSet; import jav...
package datawave.query.jexl.visitors; import datawave.query.jexl.nodes.BoundedRange; import datawave.query.jexl.nodes.QueryPropertyMarker; import datawave.webservice.common.logging.ThreadConfigurableLogger; import org.apache.commons.jexl2.parser.ASTAndNode; import org.apache.commons.jexl2.parser.ASTEQNode; import 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 ...
/* * Copyright (C) 2014 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
// 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 git4idea.config; import com.google.common.annotations.VisibleForTesting; import com.intellij.execution.configurations.PathEnvironmentVariableUtil; import com.intellij.ope...
package QueenMod.powers; import QueenMod.QueenMod; import QueenMod.actions.SuccessionAction; import QueenMod.cards.*; import QueenMod.util.TextureLoader; import basemod.interfaces.CloneablePowerInterface; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.evacipated...
package com.github.amusingimpala75.terrafabriccraft; import net.fabricmc.fabric.api.client.itemgroup.FabricItemGroupBuilder; import net.minecraft.item.ItemGroup; import net.minecraft.item.ItemStack; import net.minecraft.util.registry.Registry; public class TerraFabricCraftItemGroups { public static final ItemGro...
/******************************************************************************* * Copyright (c) 2006, 2016 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution...
class PowerOfANumber{ public static void main(String args[]) { PowerOfANumber powerInstance = new PowerOfANumber(); int result = powerInstance.power(2,-3); System.out.println(result); } public int power(int base, int exp) { if(exp<0) return -1; if(exp == 0) return 1; return base*power(base...
package top.geminix.circle.service; import org.springframework.stereotype.Service; /** * @version 1.0.0 * @Author Zachary * @createTime 2020年12月15日 12:55:00 */ public interface IQuestionInfoService { public void getAllTest(); }
package com.matez.wildnature.world.gen.biomes.biomes; import com.matez.wildnature.Main; import com.matez.wildnature.blocks.config.ConfigSettings; import com.matez.wildnature.world.gen.biomes.setup.WNBiomeFeatures; import net.minecraft.entity.EntityClassification; import net.minecraft.entity.EntityType; import net.mine...
/* TaggedProfileHolder.java -- Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (a...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE476_NULL_Pointer_Dereference__int_array_53a.java Label Definition File: CWE476_NULL_Pointer_Dereference.label.xml Template File: sources-sinks-53a.tmpl.java */ /* * @description * CWE: 476 Null Pointer Dereference * BadSource: Set data to null * GoodSource: Set data...
package com.simibubi.create.lib.mixin.common; import org.jetbrains.annotations.Nullable; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Shadow; import com.simibubi.create.lib.extensions.BlockExtensions; import net.minecraft.core.BlockPos; import net.minecraft.world.entity.Entity; import...
package com.yqb.imitatemeipai.widget; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; /** * Created by QJZ on 2017/8/13. */ public class VideoPagerAdapter<VH extends RecyclerView.ViewHolder> extends RecyclerView.Adapter<VH> { private final VideoSwitchPag...
/* * aca-py client * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v0.7.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do ...
/* * Copyright 2021 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 applica...
package org.innovateuk.ifs; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springfra...
package CSharp.textGen; /*Generated by MPS */ import jetbrains.mps.text.rt.TextGenDescriptorBase; import jetbrains.mps.text.rt.TextGenContext; import jetbrains.mps.text.impl.TextGenSupport; import jetbrains.mps.lang.smodel.generator.smodelAdapter.SLinkOperations; import jetbrains.mps.smodel.adapter.structure.MetaAdap...
/* * 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 ...
/* This SDK is licensed under the MIT license (MIT) Copyright (c) 2015- Applied Technologies Internet SAS (registration number B 403 261 258 - Trade and Companies Register of Bordeaux – France) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation fi...
package com.example.doandidong.ChucNang.CuaHangOnline.Adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.rec...
/** */ package Gtm.impl; import Gtm.GtmPackage; import Gtm.Legacy108Station; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; /** * <!-- begin-user-doc --> * An impleme...
/** * Author: Ravi Tamada * URL: www.androidhive.info * twitter: http://twitter.com/ravitamada * */ package assalaam.studio.ujikom.helper; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sql...
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * 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.example.colorapp.view.activities; import android.app.Fragment; import android.app.FragmentManager; import android.app.FragmentTransaction; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import androidx.appcompat.app.AppCompatActivity; impo...
/* * © Copyright IBM Corp. 2013 * * 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 ...
/* * 08/29/2004 * * RSyntaxTextAreaEditorKit.java - The editor kit used by RSyntaxTextArea. * * This library is distributed under a modified BSD license. See the included * LICENSE file for details. */ package org.fife.ui.rsyntaxtextarea; import java.awt.Component; import java.awt.Font; import java.awt.Point; ...
package com.pgmacdesign.internal.services; import com.pgmacdesign.internal.logging.MyErrorLogger; import com.pgmacdesign.internal.datamodels.Course; import com.pgmacdesign.internal.datamodels.Topic; import com.pgmacdesign.utils.L; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor...
package org.hisp.dhis.reporting.document.action; /* * Copyright (c) 2004-2013, 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 retai...
package io.github.okohub.azure.cosmosdb.junit.async; import com.azure.cosmos.CosmosAsyncContainer; import com.fasterxml.jackson.databind.JsonNode; import java.util.stream.Stream; /** * @author Onur Kagan Ozcan */ interface AsyncCosmosDBPopulator { /** * @return request charge as request units (RU) consumed by...
/* * 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 ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
/* * Copyright (c) 2004-2005 SLF4J.ORG * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights...
/** * Copyright (C) FuseSource, Inc. * http://fusesource.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...
package sk.hackcraft.bwu.selection; import jnibwapi.Unit; import sk.hackcraft.bwu.Comparison; import sk.hackcraft.bwu.selection.UnitSelector.BooleanSelector; import sk.hackcraft.bwu.selection.UnitSelector.RealSelector; public class RealComparisonSelector implements BooleanSelector { private RealSelector selector; p...
/* * MIT License * * Copyright (c) 2022 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...
/* * 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...
package bisondb.hadoop; import bisondb.Utils; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import org.apache.hadoop.io.Writable; public class BisonRecordWritable implements Writable { public byte[] key; public byte[] value; public BisonRecordWritable() { } pub...
/** * Copyright (c) 2013-2019 Contributors to the Eclipse Foundation * * See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Version 2....
package com.integralblue.httpresponsecache.compat.libcore.net.http; import com.b.a; import java.io.FilterOutputStream; import java.io.OutputStream; final class t extends FilterOutputStream { t(s params, OutputStream paramOutputStream, p paramp, a parama) { super(paramOutputStream); } public final void cl...
package com.lielamar.mobcash.utils.versions; import org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer; import org.bukkit.entity.Player; import com.lielamar.mobcash.utils.PacketVersion; import net.minecraft.server.v1_13_R1.ChatMessageType; import net.minecraft.server.v1_13_R1.IChatBaseComponent; import net.minecraft...
package org.zstack.core.salt; import org.apache.commons.codec.digest.DigestUtils; import org.apache.commons.io.FileUtils; import org.springframework.beans.factory.annotation.Autowire; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Configurable; import...
/* * 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...
/* * 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 ...
package mage.cards.m; import mage.MageInt; import mage.abilities.Ability; import mage.abilities.common.BeginningOfCombatTriggeredAbility; import mage.abilities.common.SimpleStaticAbility; import mage.abilities.effects.Effect; import mage.abilities.effects.OneShotEffect; import mage.abilities.effects.common.CreateToken...
package cc.cc1234.specification.listener; import cc.cc1234.specification.node.ZkNode; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public class NodeEvent { private ZkNode node; private String server; }
package com.srx.xddmall.order.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.srx.co...
/* * 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 com.itheima.zhbj.fragment; import android.app.Activity; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public abstract class BaseFragment extends Fragment { public Activity mActivity; @Overri...
package internal.com.spotify.annoy; /*- * ==========================License-Start============================= * Indra Core Module * -------------------------------------------------------------------- * Copyright (C) 2016 - 2017 Lambda^3 * -------------------------------------------------------------------- * P...
/* * Copyright (C) 2004-2016 L2J Server * * This file is part of L2J Server. * * L2J Server is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any ...
package def.js; public class WeakSet<T> extends def.js.Object { native public WeakSet<T> add(T value); native public void clear(); native public java.lang.Boolean delete(T value); native public java.lang.Boolean has(T value); native public java.lang.String $get(Symbol toStringTag); public WeakSe...
package evolution.dependence.application; import evolution.dependence.domain.models.JClass; import evolution.dependence.domain.repository.ClassRepository; import evolution.dependence.domain.scan.asm.ClassPaser; import java.nio.file.Path; import java.nio.file.Paths; public class OneClassVisitor { public static ...
package net.modificationstation.stationapi.mixin.item.client; import net.minecraft.client.gui.DrawableHelper; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Invoker; @Mixin(DrawableHelper.class) public interface DrawableHelperInvoker { @Invoker void invokeFillGradient(int x1...
/* * Copyright (C) 2015 theta4j project */ package org.theta4j.ptp.type; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.math.BigInteger; /** * A class represents UINT128 defined in PTP standard. */ public final class UINT128 extends PtpInteger { // Utility Fi...
package inferno_demo.models.impl; import inferno_demo.enumerations.WeaponTypes; public class Axe extends Weapon { public Axe(String name) { super(name, WeaponTypes.AXE.getMinDamage(), WeaponTypes.AXE.getMaxDamage(), WeaponTypes.AXE.getSockets()); } }
/* * 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.planet_ink.coffee_mud.core.intermud.i3.packets; import com.planet_ink.coffee_mud.core.intermud.i3.server.*; 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....
/** * 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...
/* * This file was automatically generated by EvoSuite * Fri May 22 11:12:46 GMT 2020 */ package com.alibaba.fastjson; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.alibaba.fastjson.JS...
package com.bcgdv.asia.fanmenu; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
package com.crawljax.test.rules; import org.junit.rules.ExternalResource; import java.io.File; import java.text.SimpleDateFormat; import java.util.Date; import static com.google.common.base.Preconditions.checkArgument; import static org.apache.commons.io.FileUtils.deleteQuietly; public class TempDirInTargetFolder e...
package fr.minuskube.inv.button; import fr.minuskube.inv.ClickableItem; import fr.minuskube.inv.SmartInventory; import fr.minuskube.inv.content.Pagination; import net.kyori.adventure.text.Component; import net.kyori.adventure.text.format.NamedTextColor; import net.minestom.server.entity.PlayerSkin; import net.minestom...
package betterwithmods.common.registry; import betterwithmods.common.BWMBlocks; import betterwithmods.common.BWOreDictionary; import betterwithmods.common.items.ItemMaterial; import betterwithmods.util.item.Stack; import betterwithmods.util.item.StackMap; import net.minecraft.block.Block; import net.minecraft.init.Ite...
/* * 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...
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
package net.md_5.bungee.connection; import com.google.common.base.Preconditions; import com.mojang.brigadier.context.StringRange; import com.mojang.brigadier.suggestion.Suggestion; import com.mojang.brigadier.suggestion.Suggestions; import io.netty.channel.Channel; import java.util.ArrayList; import java.util.LinkedLi...
package com.yoga.massms; import com.mascloud.sdkclient.Client; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.yoga.utility.sms.service.SmsActor; import java.util.Map; public class MasSmsActor implements SmsActor { public static final Logger logger = LoggerFactory.getLogger(MasSmsActor.class)...
package com.kornperkus.nodementia; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.provider.AlarmClock; import android.view.Menu; import android.view.MenuItem; import android.view.V...
package net.openhft.chronicle.queue.impl.single; import net.openhft.chronicle.bytes.Bytes; import net.openhft.chronicle.core.io.IOTools; import net.openhft.chronicle.queue.ChronicleQueue; import net.openhft.chronicle.queue.ExcerptAppender; import net.openhft.chronicle.queue.ExcerptTailer; import net.openhft.chronicle....
package org.activiti.engine.impl.util.json; /* Copyright (c) 2008 JSON.org 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...
/* * 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 (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
package com.joojet.plugins.mobs.monsters.zombie.hungergames; import java.util.List; import org.bukkit.ChatColor; import org.bukkit.block.Biome; import com.joojet.plugins.agcraft.enums.TextPattern; import com.joojet.plugins.agcraft.util.StringUtil; import com.joojet.plugins.mobs.enums.MonsterClassifier; import com.jo...
package org.gentar.biology.outcome.type; import lombok.AccessLevel; import lombok.Data; import lombok.NoArgsConstructor; import org.gentar.BaseEntity; import javax.persistence.*; @NoArgsConstructor(access= AccessLevel.PUBLIC, force=true) @Data @Entity public class OutcomeType extends BaseEntity { @Id @Seque...
/* * Copyright 2019-present HiveMQ GmbH * * 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 ag...
package org.kyojo.schemaorg.m3n4.pending.impl; import java.util.ArrayList; import java.util.List; import org.kyojo.schemaorg.SimpleJsonBuilder; import org.kyojo.schemaorg.m3n4.bib.Container.PublisherImprint; import org.kyojo.schemaorg.m3n4.bib.Container.TranslationOfWork; import org.kyojo.schemaorg.m3n4.bib.Container...
/** * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under ...
package mage.abilities.effects.common; import mage.MageObject; import mage.abilities.Ability; import mage.abilities.effects.ContinuousRuleModifyingEffectImpl; import mage.constants.Duration; import mage.constants.Outcome; import mage.filter.FilterObject; import mage.filter.FilterPermanent; import mage.filter.FilterSpe...
/* * ****************************************************************************** * * * * * * This program and the accompanying materials are made available under the * * terms of the Apache License, Version 2.0 which is available at * * https://www.apache.org/licenses/LICENSE-2.0. * * * * See the NO...