text
stringlengths
7
995k
package org.cloudfoundry.multiapps.controller.core.cf.clients; import static org.junit.Assert.assertEquals; import java.net.MalformedURLException; import java.util.UUID; import org.cloudfoundry.client.lib.CloudControllerClient; import org.cloudfoundry.client.lib.CloudOperationException; import org.cloudfoundry.clien...
package model; public class Funcionario extends Pessoa implements IFuncionario { private static final long serialVersionUID = 734534523412123300L; private static int contadorMatricula = 1; private final int matricula; public Funcionario (long cpf, String nome, long telefone, Endereco endereco) { super(cpf, ...
/* * Copyright 2016 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...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/** * */ package cancionero.view; import java.awt.Dimension; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.ComponentListener; import java.awt.event.ComponentEvent; import jav...
/* * Copyright (c) 1996, 1998, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.rmi; /** * An <code>UnknownHostException</code> is thrown if a * <code>java.net.Unknown...
// "Replace with ThreadLocal.withInitial()" "true" public class Main { // comment ThreadLocal<? extends CharSequence> tlr = ThreadLocal.withInitial(() -> "initial"); }
/* * Copyright 2012-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * JBoss, Home of Professional Open Source * Copyright 2021, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
package org.ovirt.engine.core.bll.storage.disk.image; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Optional; import org.ovirt.engine.core.bll.CommandBase; import org.ovirt.engine.core.bll.InternalCommandAttribute; import org.ovirt.engine.core.bll.NonTransactiveComm...
package com.maodun.udf; import org.springframework.cache.Cache; import org.springframework.cache.interceptor.CacheOperationInvocationContext; import org.springframework.cache.interceptor.CacheResolver; import java.util.Collection; /** * @author tongjian * @date 2020/9/21 18:38 */ public class UdfCacheResolver imp...
/* * Camel EndpointConfiguration generated by camel-api-component-maven-plugin */ package org.apache.camel.component.google.calendar; import org.apache.camel.spi.Configurer; import org.apache.camel.spi.ApiMethod; import org.apache.camel.spi.ApiParam; import org.apache.camel.spi.ApiParams; import org.apache.camel.spi...
package com.mt.mall.infrastructure; import com.mt.common.domain.model.domainId.DomainId; import com.mt.mall.domain.model.tag.TagId; import javax.persistence.AttributeConverter; import java.util.Arrays; import java.util.Set; import java.util.stream.Collectors; public class MetaChangeTagIdConverter implements Attribut...
/* * Copyright 2017 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 app...
package com.example.autowired; import com.example.beans.SimpleBean; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype.Component; @Component public class InjectBean { @Autowired private SimpleBea...
package com.msr.mybatisplus; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; import com.msr.mybatisplus.entity.User; import com.msr.mybatisplus.mapper.UserMapper; import org.junit.Test; import org.junit.runner.RunWith; import org...
package org.waag.ah; import org.apache.commons.configuration.ConfigurationException; import org.apache.commons.configuration.PropertiesConfiguration; // //import java.util.ArrayList; //import java.util.List; //import java.util.Properties; // //import org.apache.commons.configuration.ConfigurationException; //import o...
/* * Copyright (c) 2017, University of Oslo * * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of condition...
/* * 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 MIT License * * Copyright (c) 2018 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 without restriction, including without limitation the rights * to use, co...
/* * 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")...
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University // Copyright (c) 2011, 2012 Open Networking Foundation // Copyright (c) 2012, 2013 Big Switch Networks, Inc. // This library was generated by the LoxiGen Compiler. // See the file LICENSE.txt which should have been included in the sour...
package net.lospi.juno.estimation.ml; import net.lospi.juno.estimation.sim.ParametricProcess; import net.lospi.juno.model.ObjectMatrix; import net.lospi.juno.model.ObjectVector; import net.lospi.juno.model.SafeObjectVector; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public cl...
/////////////////////////////////////////////////////////////////////////// // __ _ _ ________ // // / / ____ ____ _(_)____/ | / / ____/ // // / / / __ \/ __ `/ / ___/ |/ / / __ // // ...
/* * 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 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 you under the Apache License, Version 2.0 (the * "License"); you m...
/* * Copyright 2019 Yangkai.Shen * * 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 writin...
package com.beyondeye.kjsonpatch.lcs; import java.util.List; /* * 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 un...
/* * P_CreateLiteralExpression.java * Copyright © 1993-2018, The Avail Foundation, LLC. * 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...
/* * The MIT License * Copyright © 2014-2021 Ilkka Seppä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, copy...
package top.xchuiao.projectprocedurems.dao; import top.xchuiao.projectprocedurems.entity.Staffinfo; import org.apache.ibatis.annotations.Param; import java.util.List; /** * (Staffinfo)表数据库访问层 * * @author makejava * @since 2020-06-13 17:01:15 */ public interface StaffinfoDao { /** * 通过ID查询单条数据 * ...
/* * 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 lv.m8008m.driver; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.events.AbstractWebDriverEventListener; import org.openqa.selenium.support.events.WebDriverEventListener; public class WDriverEventListener extends AbstractWebDriverEventListener implements WebDriverEventListener { ...
package org.openstack.atlas.adapter.stingray.helper; import org.openstack.atlas.adapter.exception.BadRequestException; import org.openstack.atlas.common.converters.StringConverter; import org.openstack.atlas.service.domain.entity.Node; import java.util.*; public class NodeHelper { public static String[][] build...
/******************************************************************************* * Copyright (c) 2011, 2018 Wind River Systems, Inc. and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License 2.0 which accompanies this distributio...
/** * Copyright (c) 2011-2013, kidzhou 周磊 (zhouleib1412@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 requ...
package com.planet_ink.coffee_mud.Abilities.Prayers; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.coffee_mud.Behaviors.interfaces.*; import ...
/* * Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* * The contents of this file are subject to the terms of the Common Development * and Distribution License (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at http://www.netbeans.org/cddl.html * or http://www.netbeans.org/cddl.txt. * * ...
/* * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.javafx.font.freetype; import com.sun.javafx.font.Disposer; import com.sun.javafx.font....
import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.WebDriverWait; import java.util.Random; import java.u...
/* * 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 data.scripts.world.nosuchorg.stars; import com.fs.starfarer.api.Global; import com.fs.starfarer.api.campaign.JumpPointAPI; import com.fs.starfarer.api.campaign.OrbitAPI; import com.fs.starfarer.api.campaign.PlanetAPI; import com.fs.starfarer.api.campaign.SectorAPI; import com.fs.starfarer.api.campaign.SectorEn...
package com.atlassian.bitbucket.plugins.slack.notification.configuration; import com.atlassian.bitbucket.AuthorisationException; import com.atlassian.bitbucket.permission.Permission; import com.atlassian.bitbucket.permission.PermissionValidationService; import com.atlassian.bitbucket.plugins.slack.event.analytic.Repos...
/* * Copyright (C) 2015 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...
/** * 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 ...
/* * 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.jsonzou.jmockdata.mocker; import com.github.jsonzou.jmockdata.DataConfig; import com.github.jsonzou.jmockdata.Mocker; import java.sql.Timestamp; import java.time.Instant; import java.util.Date; /** * Timestamp对象模拟器 */ public class TimestampMocker implements Mocker<Timestamp> { private DateMock...
class QueenAttackCalculator { Queen white, black; public QueenAttackCalculator(Queen white, Queen black) { this.white = white; this.black = black; if (this.white == null || this.black == null) { throw new IllegalArgumentException("You must supply valid positions for both Q...
package cz.cuni.mff.perestroika.perestroika_problem_15_3_0_2_0_2_6; import cz.cuni.mff.perestroika.domain.types.T_Resource; import cz.cuni.mff.perestroika.problem.E_Resource; public final class E_Resources { public static final T_Resource r1 = new T_Resource("r1"); public static final T_Resource r2 = new T_Resourc...
package com.robotalife.signin.helper; import software.amazon.awssdk.regions.Region; import software.amazon.awssdk.services.secretsmanager.SecretsManagerClient; import software.amazon.awssdk.services.secretsmanager.model.GetSecretValueRequest; import software.amazon.awssdk.services.secretsmanager.model.GetSecretValueRe...
package com.mycompany.DTO; import com.mycompany.DTO.Answer; import com.mycompany.DTO.Programme; import javax.annotation.Generated; import javax.persistence.metamodel.CollectionAttribute; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; @Generated(value="Eclipse...
package swiss.sib.sparql.playground; 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.cache.CacheManager; import org.springframework.cac...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.07.28 at 05:34:4...
package cn.video.aspect; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.After; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import java.util.Date; ...
import static org.junit.Assert.*; import java.math.BigDecimal; import java.math.BigInteger; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import ntp.NTP; import org.junit.Test; import database.QoraDb; import qora.account.Account; import qora.account.PrivateKeyAccount; import qora.asset...
package com.zhaimy.gulimall.coupon.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 秒杀活动场次 * * @author zhaimy * @email zhaimy_5@163.com * @date 2020-10-17 23:45:37 */ ...
/* * 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 Vista.Estacion; /** * * @author admin */ public class buscarEstacion extends javax.swing.JFrame { /** * Creates n...
/* * This file was automatically generated by EvoSuite * Wed Aug 01 05:26:48 GMT 2018 */ package org.mozilla.javascript; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; import org.mozil...
/* * Copyright 2000-2011 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...
/* predefMacros.java * ========================================================================= * This file is part of the JLaTeXMath Library - http://forge.scilab.org/jlatexmath * * Copyright (C) 2009 DENIZET Calixte * * This program is free software; you can redistribute it and/or modify * it under the terms ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package org.jeecg.modules.demo.eth_hub.service; import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.demo.eth_hub.entity.PlatformConfig; /** * @Description: platform_config * @Author: jeecg-boot * @Version: V1.0 */ public interface IPlatformConfigService extends IService<PlatformCo...
/** * Copyright © 2019 同程艺龙 (zhihui.li@ly.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
package net.minecraft.util; import org.lwjgl.input.Mouse; import org.lwjgl.opengl.Display; public class MouseHelper { /** Mouse delta X this frame */ public int deltaX; /** Mouse delta Y this frame */ public int deltaY; /** * Grabs the mouse cursor it doesn't move and isn't seen. */ ...
package net.anotheria.moskito.webui.threshold.api; import net.anotheria.moskito.core.stats.TimeUnit; import net.anotheria.moskito.core.threshold.ThresholdConditionGuard; import javax.xml.bind.annotation.*; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * Contains configuration i...
package com.atguigu.core.utils; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Random; /** * 获取随机数 * * @author qianyi * */ public class RandomUtils { private static final Random random = new Random(); private static final Decimal...
/* * 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")...
package hk.hku.cecid.piazza.commons.test.utils; import java.io.IOException; import java.net.URL; import java.net.URLClassLoader; import java.util.Enumeration; import org.slf4j.LoggerFactory; import org.slf4j.Logger; /** * The <code>FixtureLoader</code> is * * @author Twinsen Tsang * @version 1.0.0 * @since ...
package com.example.administrator.mifei.bean; import com.example.administrator.mifei.http.bean.BaseHttpModel; import java.util.List; /** * Created by Administrator on 2018/3/24. */ public class GoodsInfoModel extends BaseHttpModel{ public static class goodsInfo_YCKCTop extends BaseHttpModel{ public S...
package snsoft.wind.entity; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; /** * <p>项目标题: TODO</p> * <p>项目功能: </p> * <p>所属模...
// Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.tvm; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import org.bytedeco.dnnl.*; import static org.bytedeco.dnnl.global.dnnl.*; i...
/* * Copyright 2008 biaoping.yin * * 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 agr...
/* * 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 2001-2007 The VietSpider All rights reserved. * **************************************************************************/ package org.vietspider.html.path2; /** * Author : Nhu Dinh Thuan * nhudinhthuan@...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
package org.openapitools.model; import java.net.URI; 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 java.util.HashMap; import java.util.Ma...
package ysomap.core.serializer; import ysomap.common.exception.ArgumentsMissMatchException; import ysomap.core.util.ByteHelper; import ysomap.payloads.Payload; import java.util.HashMap; import java.util.Map; /** * @author wh1t3p1g * @since 2021/7/30 */ public abstract class BaseSerializer<T> implements Serializer...
package com.example.crm.document; import java.util.List; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; import org.springframework.data.mongodb.core.mapping.Field; @Document(collection = "customers") public class CustomerDocument { @Id private String i...
package mage.cards.n; import mage.abilities.dynamicvalue.DynamicValue; import mage.abilities.dynamicvalue.MultipliedValue; import mage.abilities.dynamicvalue.common.ControllerGotLifeCount; import mage.abilities.effects.common.GainLifeEffect; import mage.abilities.effects.common.continuous.BoostTargetEffect; import mag...
/* Copyright 2011-2012 Opera Software ASA 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,...
/* * Copyright 2007-2011 Bas Leijdekkers * * 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...
package com.bakery.management.enums.converters; import com.bakery.management.enums.OrderItemStatus; import javax.persistence.AttributeConverter; import javax.persistence.Converter; /*** * Provides converter methods for enum type. * @since 1.0 * @author Moustapha Star */ @Converter(autoApply = true) public class ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * 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/license...
/* * 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) 1998, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 ...
/* * Copyright 2020 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://www.apache.org/licenses/LICENSE-2.0 *...
package saiba.bmlflowvisualizer.gui; import java.awt.Dimension; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JTextArea; /** * Custom popup to display details. * @author jpoeppel * */ @SuppressWarnings("serial") public class DetailPopup extends JFrame { public DetailPopup(Strin...
/* * 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) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
// $Id: SIMDBigCore.java 214 2010-06-03 17:25:08Z tp $ // Author : Vlad Cristian // Contact : vcris@gmx.com package chainrepublik.kernel.x34; /** * This class implements SIMD-384 and SIMD-512. * * <pre> * ==========================(LICENSE BEGIN)============================ * * Copyright (c) 2007-2010 Projet ...
/* * Copyright 2019 Avee Player. 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 appli...
/******************************************************************************* * 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. * *...
/* * 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 ma...
/* * Copyright (c) 2005-2021 Xceptance Software Technologies 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 requir...
/**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. http://www.cocos2d-x.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 So...
/******************************************************************************* * Copyright 2021 spancer * * 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...
/* * Anyline Cordova Plugin * AnylinePlugin.java * * Copyright (c) 2015 9yards GmbH * * Created by martin at 2015-07-21 */ package io.anyline.cordova; import android.content.Intent; import android.os.Bundle; import android.util.Log; import org.apache.cordova.CallbackContext; import org.apache.cordova.CordovaP...
/** * Copyright (C) 2011 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...