text
stringlengths
7
995k
package com.hazebyte.crate.api.util; import org.bukkit.Bukkit; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; public class ReflectionUtils { /** * <b>Reflect...
/* * 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 ...
//,temp,ClusteredAgentManagerImpl.java,287,300,temp,AgentManagerImpl.java,1062,1076 //,3 public class xxx { @Override protected AgentAttache createAttacheForDirectConnect(final Host host, final ServerResource resource) { s_logger.debug("create ClusteredDirectAgentAttache for " + host.getId()); f...
package com.red.alert.services.gcm; import android.app.IntentService; import android.content.Intent; import android.util.Log; import com.red.alert.config.Logging; import com.red.alert.logic.push.GCMRegistration; public class GCMRegistrationService extends IntentService { private static final String TAG = "GCMReg...
package org.xdef.impl.util.conv.xsd.xsd_1_0.type.domain; import org.xdef.xml.KXmlUtils; import org.xdef.impl.util.conv.xsd2xd.schema_1_0.Utils; import java.net.URL; import java.util.Map; import org.w3c.dom.Element; /** Represents list of XML schema data type. * @author Alexandrov */ public class List extends Specif...
/** * 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...
import java.applet.Applet; import net.runelite.mapping.Export; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("ab") public class class44 { @ObfuscatedName("f") @Export("applet") public static Applet applet; @ObfuscatedName("o") public static String fie...
package com.github.ffpojo.metadata.delimited.annotation.extra; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD, ElementType.FIELD}) public @i...
/* * 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. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
package br.com.conductor.heimdall.core.configuration; /*- * =========================LICENSE_START================================== * heimdall-core * ======================================================================== * Copyright (C) 2018 Conductor Tecnologia SA * ===========================================...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.eql.execution.search; import org.apache.logg...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.appservice.v2019_08_01.implementation; import ja...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
/* * Copyright 2021 Apollo 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 law or agreed to i...
package com.linln.admin.core.thymeleaf; import com.linln.admin.core.thymeleaf.utility.DictUtil; import com.linln.admin.core.thymeleaf.utility.LogUtil; import com.linln.admin.core.thymeleaf.utility.PageUtil; import org.thymeleaf.context.IExpressionContext; import org.thymeleaf.expression.IExpressionObjectFactory; impo...
package org.simple.compiler.frontend; public abstract class Token { protected TokenType tokenType; protected String text; protected Object value; protected Source source; private int lineNum; private int position; }
/* * * Copyright 2016 Netflix, 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 ap...
/* * Copyright Matt Palmer 2009-2011, All rights reserved. * * This code is licensed under a standard 3-clause BSD license: * * 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 m...
/* * Copyright 2015-2016 Smithsonian Institution. * * 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/ * * This software and accompanying documentation is su...
/* * 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")...
/** * OLAT - Online Learning and Training<br> * http://www.olat.org * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unl...
package org.rookit.mongodb.datastore; import com.google.inject.Inject; import com.mongodb.client.MongoCollection; import org.rookit.api.dm.genre.Genre; import org.rookit.api.storage.RookitModelDataStore; import org.rookit.api.storage.query.GenreQuery; import org.rookit.api.storage.update.GenreUpdateQuery; import org.r...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
// This is mutant program. // Author : ysma public class slicedQueue { private java.lang.Object[] elements; private int size; private int front; private int back; private static final int capacity = 2; public slicedQueue() { elements = new java.lang.Object[capacity]; s...
package com.example.tests.model; public class PollData { private final String name; private final String description; private final String level; private final String national_project; private final String date_start; private final String date_end; private final String show_statistics; ...
/* * Copyright 2002-2007 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...
/* * 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 t...
package io.leopard.boot.rocketmq; import java.util.LinkedHashMap; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import java.util.concurrent.ConcurrentHashMap; import javax.annotation.PostConstruct; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; i...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/** 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 use this ...
package com.dzpackage.app.repository; import com.dzpackage.app.config.Constants; import com.dzpackage.app.config.audit.AuditEventConverter; import com.dzpackage.app.domain.PersistentAuditEvent; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.actuate.audit.AuditEvent; import or...
// 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 com.intellij.codeInsight.editorActions; import com.intellij.application.options.CodeStyle; import com.intellij.lang.ASTNode; import com.intellij.openapi.editor.Document; ...
package edu.cmu.pra.graph; import java.io.Serializable; import edu.cmu.lti.algorithm.container.MapID; import edu.cmu.lti.algorithm.container.MapIMapID; import edu.cmu.lti.algorithm.container.VectorX; import edu.cmu.pra.graph.AGraph.VirtualMicroRelation; import edu.cmu.pra.graph.GraphCreator.Format; public class VirW...
package redis.clients.jedis; import java.io.Closeable; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Set; import org.json.JSONArray; import redis.clients.jedis.args.*; import redis.clients.jedis.commands.DatabasePipelineCommands; import redis.clients.jedis.commands.Pipeline...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package eu.driver.admin.service.dto.solution; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.p...
package koks.modules.impl.visuals; import koks.event.Event; import koks.modules.Module; /** * @author avox | lmao | kroko * @created on 02.09.2020 : 22:15 */ public class Animations extends Module { public Animations() { super("Animations", "You have animations", Category.VISUALS); } @Overrid...
// Copyright © 2012-2019 Andy Goryachev <andy@goryachev.com> package goryachev.common.io; import goryachev.common.util.CKit; import goryachev.common.util.FileTools; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.i...
/* * Copyright 2012-2017 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 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.ActionMenuView package org.chromium.chrome.browser.payments.ui; import android.app.Activity; import android.content.Context; import android.content.Dialog...
package com.hazelcast.partition; import com.hazelcast.config.Config; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.test.HazelcastTestSupport; import com.hazelcast.test.TestHazelcastInstanceFactory; import org.junit.After; import org.junit.Before; import java.io.IOException; import java.util.ArrayL...
package net.glowstone.block.blocktype; import net.glowstone.block.GlowBlock; import net.glowstone.block.GlowBlockState; import net.glowstone.entity.GlowPlayer; import org.bukkit.Material; import org.bukkit.block.BlockFace; import org.bukkit.inventory.ItemStack; import org.bukkit.material.MaterialData; import org.bukki...
/* * Gom * * Copyright (c) 2000-2017, Universite de Lorraine, Inria * Nancy, France. * * This program 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 of the License, or * (at your opt...
abstract class A { abstract void test1(); abstract void test2(); abstract void test3(); abstract void test4(); abstract void test5(); }
/* * Copyright 2019 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package mage.cards.t; import mage.MageInt; import mage.abilities.Ability; import mage.abilities.common.SimpleActivatedAbility; import mage.abilities.common.SimpleStaticAbility; import mage.abilities.costs.common.TapSourceCost; import mage.abilities.effects.common.continuous.BoostAllEffect; import mage.abilities.effect...
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.editor.diagram.figures; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Collectio...
package com.dharma.patterns.gof.structure.flyweight; import java.awt.*; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; class ColorBox extends Canvas implements Runnable { private int pause; private Color curColor = getColor(); private static Color[] colors = {Color.black, Color.bl...
package com.markmao.pulltorefresh.lib.chat; import android.app.ListActivity; import android.content.Intent; import android.database.DataSetObserver; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.View; import android.view.inputmethod.EditorInfo; import android.widg...
/* * This class is distributed as part of the Botania Mod. * Get the Source Code in github: * https://github.com/Vazkii/Botania * * Botania is Open Source and distributed under the * Botania License: http://botaniamod.net/license.php */ package vazkii.botania.common.entity; import net.minecraft.network.syncher....
package org.pac4j.oauth.profile.twitter; import com.fasterxml.jackson.databind.JsonNode; import com.github.scribejava.core.model.OAuth1Token; import org.pac4j.core.profile.converter.Converters; import org.pac4j.core.profile.converter.DateConverter; import org.pac4j.oauth.config.OAuth10Configuration; import org.pac4j.o...
/** * This package (org.dataalgorithms.chap05.spark) contains source * code for chapter 05 of the Data Algorithms book published by O'Reilly. * * This package contains Java/Spark solution for chapter 5. * * @author Mahmoud Parsian * */ package org.dataalgorithms.chap05.spark; //rest of the file is empty
/******************************************************************************* * Copyright (c) 2001, 2021 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
/* * 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 2020 The Bazel Authors. 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 appl...
/* * Copyright 2018 Liu Bo * * 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 wri...
package de.fu_berlin.imp.apiua.diff.model; import de.fu_berlin.imp.apiua.core.model.TimeZoneDate; import de.fu_berlin.imp.apiua.diff.model.impl.DiffRecord; import de.fu_berlin.imp.apiua.diff.model.impl.DiffRecords; public interface IDiffRecords extends Iterable<IDiffRecord> { /** * Creates a {@link DiffRecord} an...
/** * Hub Common * * Copyright (C) 2017 Black Duck Software, Inc. * http://www.blackducksoftware.com/ * * 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 owners...
package com.ruiec.web.controller.api; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apache.commons.lang3.ObjectUtils; import org.apach...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/main/protobuf/extra_actions_base.proto package com.google.devtools.build.lib.actions.extra; /** * <pre> * An individual action printed by the print_action command. * </pre> * * Protobuf type {@code blaze.DetailedExtraActionInfo} */ publi...
package org.apache.spark.repl; /** * Represents an auto-completion tool for the supplied interpreter that * utilizes supplied queries for valid completions based on the current * contents of the internal buffer. * <p> * param: intp The interpreter to use for information retrieval to do with * auto co...
package io.boomerang.mongo.model; public enum FlowTaskTemplateStatus { active, inactive //NOSONAR }
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package network; /** * * @author java4 */ import java.io.InputStream; import java.security.spec.KeySpec; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.c...
package com.zwenexsys.reverse.models; import com.google.gson.annotations.Expose; /** * Created by Ye Lin Aung on 14/11/02. */ public class Bounds { @Expose private Northeast northeast; @Expose private Southwest southwest; /** * @return The northeast */ public Northeast getNortheast() { return...
/* * Copyright (c) 2021, the hapjs-platform Project Contributors * SPDX-License-Identifier: Apache-2.0 */ package org.hapjs.widgets.video; import org.hapjs.runtime.ProviderManager; import org.hapjs.widgets.video.manager.PlayerManager; import org.hapjs.widgets.video.manager.PlayerManagerProvider; public class Play...
package com.ctrip.xpipe.redis.core.meta.comparator; import com.ctrip.xpipe.redis.core.entity.ClusterMeta; import com.ctrip.xpipe.redis.core.entity.DcMeta; import org.unidal.tuple.Triple; import java.util.Set; /** * @author wenchao.meng * * Sep 2, 2016 */ public class DcMetaComparator extends AbstractMetaComparat...
package com.mojang; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.zip.GZIPOutputStream; /** * NBT IO class * * @see <a href="http://www.minecraft.net/docs/NBT.txt">Online NBT specification</a> ...
package com.techempower.ee7.tests; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import javax.persistence.EntityManager; import javax.persistence.PersistenceException; import javax.transaction.Transactional; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces;...
/** * <p>Coyright (R) 2014 我是大牛软件股份有限公司。<p> */ package com.woshidaniu.fastxls.core; /** *@类名称 : ValidationType.java *@类描述 : *@创建人 :kangzhidong *@创建时间 :Mar 24, 2016 10:14:59 PM *@修改人 : *@修改时间 : *@版本号 :v1.0 */ /** * ValidationType enum */ public final class ValidationType { private ValidationType() { // ...
/* * Copyright (C) 2008 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...
/* * 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) 2017, 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.apac...
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
/************************************************************** * * 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...
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB 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 without restriction, including * without limitation the rights to...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.jni.appleforked.stream.decoder.entry; import java.io.File; import com.microsoft.tfs.jni.FileSystemUtils; import com.microsoft.tfs.jni.appleforked.fileformat.AppleForke...
package crazypants.enderio.conduit.item.filter; import net.minecraft.inventory.InventoryCrafting; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.IRecipe; import net.minecraft.util.EnumChatFormatting; import net.minecraft.world.World; import net.minecraftforge.event.entity.player.ItemTooltipEve...
package com.atguigu.gmall.sms.config; import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor; import org.mybatis.spring.annotation.MapperScan; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * @author 刘溪 * @date 2021/4/14 10:36 *...
package com.jaeger.ninegridimgdemo; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
package com.ironhack.playlistservice.controller; import com.fasterxml.jackson.databind.ObjectMapper; import com.ironhack.playlistservice.PlaylistServiceApplication; import com.ironhack.playlistservice.dao.Movie; import com.ironhack.playlistservice.dao.Playlist; import com.ironhack.playlistservice.dao.User; import com....
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2017 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
package org.dnteam.histindex.frames; import org.dnteam.histindex.database.Database; import org.dnteam.histindex.database.EntityManager; import org.dnteam.histindex.database.Source; import org.dnteam.histindex.database.SourceManager; import javafx.scene.control.TableColumn; import javafx.scene.control.TableView; impor...
/******************************************************************************* * 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.javarush.task.task13.task1311; /* Нанимаем переводчика */ public class Solution { public static void main(String[] args) throws Exception { EnglishTranslator englishTranslator = new EnglishTranslator(); System.out.println(englishTranslator.translate()); } public static abstra...
/* * 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 mekanism.common.inventory.container; import mekanism.api.gas.IGasItem; import mekanism.common.inventory.slot.SlotEnergy.SlotDischarge; import mekanism.common.inventory.slot.SlotOutput; import mekanism.common.inventory.slot.SlotStorageTank; import mekanism.common.tile.TileEntityChemicalWasher; import mekanism.c...
/* * Copyright (c) 2016, Regents of the University of California and * contributors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * 1. Redistributions of source code must retain the a...
/* * Copyright (C) 2017, Ulrich Wolffgang <ulrich.wolffgang@proleap.io> * All rights reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package io.proleap.cobol.preprocessor.sub; import com.google.common.base.Strings; import io...
/* * Copyright 2011-2021 GatlingCorp (https://gatling.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 appli...
package eu.simuline.testhelpers; //import eu.simuline.testhelpers.Actions; //import eu.simuline.testhelpers.Accessor; //import static eu.simuline.testhelpers.Assert; import static org.junit.Assert.assertEquals; // import static org.junit.Assert.assertTrue; // import static org.junit.Assert.assertNull; // import stati...
package com.example.android.tabexperiment; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class TabFragment1 extends Fragment { public TabFragment1() { } @Override public View onCre...
package com.multibrains.ninecat.aop.logging; import io.github.jhipster.config.JHipsterConstants; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; impor...
/** * Copyright 2009-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
// Copyright 2000-2020 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.intellij.lang.regexp; import com.intellij.codeInspection.LocalInspectionTool; import org.intellij.lang.regexp.ecmascript.EcmaScriptRegexpLanguage; import org.intellij...
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package org.opensha.oaf.aafs; import java.util.List; import org.opensha.oaf.aafs.entity.PendingTask; import org.opensha.oaf.aafs.entity.LogEntry; import org.opensha.oaf.aafs.entity.CatalogSnapshot; import org.opensha.oaf.aafs.entity.TimelineEntry; import org.opensha.oaf.util.MarshalReader; import org.opensha.oaf.uti...
package easeml.dag; import java.util.List; import java.util.concurrent.Future; /** * Created by takun on 02/01/2018. */ public interface StageContext { <T> Future<T> run(StageRunTime stage) ; Future<List<Object>> parallel_run(List<StageRunTime> stages) ; void start() ; void shutdown() ; }
/** * Copyright 2018 Ricoh Company, 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 by applicable law or agree...
/* * @(#)SwaggerConfig.java ${date} * * Copyright (c) ${year} - 2099. All Rights Reserved. * */ package ${packagePrefix}.config; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springfram...