code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
/*******************************************************************************
* Copyright (c) 2017-2019 DocDoku.
* 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, and is available a... | polarsys/eplmp | eplmp-server/eplmp-server-ejb/src/main/java/org/polarsys/eplmp/server/configuration/spec/SerialNumberBasedEffectivityConfigSpec.java | Java | epl-1.0 | 2,628 |
/*
* Copyright (c) 2006, Oracle. All rights reserved.
*
* This software is the proprietary information of Oracle Corporation.
* Use is subject to license terms.
*/
package org.eclipse.persistence.tools.workbench.uitools;
import java.awt.Dialog;
/**
* This <code>PostExecution</code> is used to post ex... | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | utils/eclipselink.utils.workbench/uitools/source/org/eclipse/persistence/tools/workbench/uitools/PostExecution.java | Java | epl-1.0 | 795 |
/*******************************************************************************
* Copyright (c) 2015 Fraunhofer Institute for Embedded Systems and
* Communication Technologies ESK
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public Licens... | FraunhoferESK/ernest-eclipse-integration | de.fraunhofer.esk.ernest.core.analysismodel/src/ernest/architecture/types/impl/TypesPackageImpl.java | Java | epl-1.0 | 9,441 |
/*******************************************************************************
* Copyright (c) Emil Crumhorn - Hexapixel.com - emil.crumhorn@gmail.com
* 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... | FranColmenero/Nebula | src/org/eclipse/nebula/widgets/ganttchart/GanttScope.java | Java | epl-1.0 | 1,065 |
/*-
*******************************************************************************
* Copyright (c) 2011, 2014 Diamond Light Source Ltd.
* 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, ... | PeterC-DLS/org.eclipse.dataset | org.eclipse.dataset/src/org/eclipse/dataset/internal/dense/CompoundFloatDataset.java | Java | epl-1.0 | 58,123 |
/*******************************************************************************
* Copyright (c) 2020, 2021 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, an... | OpenLiberty/open-liberty | dev/io.openliberty.microprofile.config.2.0.internal_fat/fat/src/io/openliberty/microprofile/config/internal_fat/Config20ExceptionTests.java | Java | epl-1.0 | 7,941 |
/*******************************************************************************
* Copyright (c) 1998, 2013 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. ... | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIMWithValueHolderTest.java | Java | epl-1.0 | 4,999 |
/*
*******************************************************************************
* Copyright (c) 2016 Whizzo Software, LLC.
* 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, and is avai... | whizzosoftware/hobson-hub-api | src/main/java/com/whizzosoftware/hobson/api/action/Action.java | Java | epl-1.0 | 1,684 |
package com.ibm.sk.ff.gui.client;
import java.awt.GridLayout;
import javax.swing.JPanel;
import javax.swing.JTextField;
import com.ibm.sk.ff.gui.common.objects.gui.GFoodObject;
import com.ibm.sk.ff.gui.common.objects.gui.Location;
public class FoodView extends JPanel {
private static final long serialVersionUID = ... | gamefest2017/ants | FallFestGUIClient/test/com/ibm/sk/ff/gui/client/FoodView.java | Java | epl-1.0 | 1,326 |
/*******************************************************************************
* Copyright (c) 1998, 2013 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. ... | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesTestModel.java | Java | epl-1.0 | 10,707 |
/**
* Waffle (https://github.com/dblock/waffle)
*
* Copyright (c) 2010 - 2015 Application Security, Inc.
*
* 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, and is available at
* http:... | vimil/waffle | Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsSecurityContext.java | Java | epl-1.0 | 3,450 |
/*******************************************************************************
* Copyright (c) 1998, 2012 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. ... | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | utils/eclipselink.utils.workbench/mappingsplugin/source/org/eclipse/persistence/tools/workbench/mappingsplugin/ui/descriptor/MethodPropertiesPanel.java | Java | epl-1.0 | 10,494 |
package dk.lasse_it.smartcontrolv2;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import dk.lasse_it.smartcontrol.Alarmview... | lasse-it/SMART | SMARTcontrol_android/app/src/main/java/dk/lasse_it/smartcontrolv2/Main.java | Java | epl-1.0 | 9,660 |
package com.redhat.ceylon.eclipse.code.editor;
import java.text.MessageFormat;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
public class FoldingMessages {
private static final String BUNDLE_NAME= "com.redhat.ceylon.eclipse.code.editor.FoldingMessages"; //$NON-NLS-1$
private sta... | rohitmohan96/ceylon-ide-eclipse | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/editor/FoldingMessages.java | Java | epl-1.0 | 2,168 |
/**
* Eclipse Public License - v 1.0
*
* THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
* OF THE
* PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
*
* 1. DEFINITIONS
*
* "Contribution" means:
*
* a) in ... | RodriguesJ/Atem | src/com/runescape/client/revised/cache/data/AbstractData.java | Java | epl-1.0 | 11,752 |
/**
*/
package org.obeonetwork.m2doc.genconf.impl;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.eclipse.emf.ecore.impl.EPackageImpl;
import org.obeonetwork.m2doc.genconf.BooleanDefinition;
impor... | ylussaud/M2Doc | plugins/org.obeonetwork.m2doc.genconf/src-gen/org/obeonetwork/m2doc/genconf/impl/GenconfPackageImpl.java | Java | epl-1.0 | 18,344 |
/*
* Copyright (c) 2015 Cisco Systems, Inc. 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,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | qqbbyq/controller | opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/persisted/DeletedDataTreeCandidateNode.java | Java | epl-1.0 | 2,005 |
/**
*/
package org.muml.eloquent.algorithm.ilp.gurobi.config;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see org.muml.eloquent.algorithm.ilp.gurobi.con... | upohl/eloquent | plugins/org.muml.eloquent.algorithm.ilp.gurobi/src-gen/org/muml/eloquent/algorithm/ilp/gurobi/config/ConfigFactory.java | Java | epl-1.0 | 1,158 |
package bingo.modules.securityConsole.role;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Service;
import bingo.common.BaseService;
import bingo.common.core.utils.StringUtils;
import bingo.modules.securityConsole.log.SecLogService;
@Service
... | yshe/shopStyle | yabushan.shopstyle.security/src/main/java/bingo/modules/securityConsole/role/RoleMenuService.java | Java | epl-1.0 | 4,412 |
package tp.pr4.logica;
/**
* Almacena la información de un tablero rectangular.
* El tamaño se fija en el momento de la construcción,
* y contiene métodos para acceder a la información de cada celda y para colocar fichas.
*/
public class Tablero implements TableroInmutable{
private Ficha [][] tablero;
private in... | juanmont/4enRaya | src/tp/pr4/logica/Tablero.java | Java | epl-1.0 | 3,473 |
package org.eu.nl.onno204.Core.SmallEventListener.Loggers;
import java.io.IOException;
import java.util.Date;
import org.bukkit.event.Listener;
import org.eu.nl.onno204.Core.Config.TxTWriter;
public class LoginAndOutLogger implements Listener {
@SuppressWarnings("deprecation")
public static void Join(o... | onno204/Core | Core/CoreGitSync/src/org/eu/nl/onno204/Core/SmallEventListener/Loggers/LoginAndOutLogger.java | Java | epl-1.0 | 1,191 |
/*******************************************************************************
* Copyright (c) 1998, 2013 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. ... | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/MassInsertAddressUnitOfWorkTest.java | Java | epl-1.0 | 2,405 |
/*
* Copyright (C) 2009, Christian Halstrick <christian.halstrick@sap.com>
* Copyright (C) 2010, Google Inc.
* and other copyright owners as documented in the project's IP log.
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Distribution License v1.0 which
* ac... | forge/plugin-undo | src/main/jgit/org/jboss/forge/jgit/merge/MergeChunk.java | Java | epl-1.0 | 4,881 |
/**
* Copyright (c) 2016-2022 by the respective copyright holders.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
pa... | zsmartsystems/com.zsmartsystems.zigbee | com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ezsp/structure/EmberKeyData.java | Java | epl-1.0 | 2,847 |
/*
* Copyright 2012 PRODYNA AG
*
* Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or
* http://www.nabucco.org/License... | NABUCCO/org.nabucco.testautomation.engine | org.nabucco.testautomation.engine/src/intf/org/nabucco/testautomation/engine/exception/TestExecutionAssertionException.java | Java | epl-1.0 | 1,340 |
package org.hl7.v3;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>
* Java class for ApplicationMediaType.
*
* <p>
* The following schema fragment specifies the expected content contained within this class.
* <p>
*
... | DavidGutknecht/elexis-3-base | bundles/ch.docbox.elexis/src/org/hl7/v3/ApplicationMediaType.java | Java | epl-1.0 | 1,296 |
/**
*/
package org.gemoc.activitydiagram.concurrent.xactivitydiagram.activitydiagram.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.gemoc.activitydiagram.conc... | gemoc/activitydiagram | dev/gemoc_concurrent/language_workbench/org.gemoc.activitydiagram.concurrent.xactivitydiagram/src/org/gemoc/activitydiagram/concurrent/xactivitydiagram/activitydiagram/impl/BooleanExpressionImpl.java | Java | epl-1.0 | 3,966 |
/**
* Copyright (c) 2016-2019 by the respective copyright holders.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
pa... | cschwer/com.zsmartsystems.zigbee | com.zsmartsystems.zigbee.dongle.telegesis/src/test/java/com/zsmartsystems/zigbee/dongle/telegesis/internal/protocol/TelegesisGetChannelMaskCommandTest.java | Java | epl-1.0 | 1,228 |
/** 30-Mar-07 by John Green
*
* Copyright (C) 2007 Joanju Software.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.h... | consultingwerk/proparse | src/org/prorefactor/treeparser/Parameter.java | Java | epl-1.0 | 1,759 |
package fi.sysart.jfreplay;
import static org.junit.Assert.assertEquals;
import java.io.Serializable;
import org.junit.Test;
import fi.sysart.jfreplay.ReplayableProxyTest.ModificationSet.ReplayableModificationSet;
public class ReplayableProxyTest {
public interface ModificationSet extends Serializable {
inter... | sysart/jfreplay | src/test/java/fi/sysart/jfreplay/ReplayableProxyTest.java | Java | epl-1.0 | 1,163 |
/*
// $Id: //open/mondrian-release/3.1/src/main/mondrian/util/CreationException.java#2 $
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// Copyright (C) 2007-2007 Julian Hyde and others
// All Rights... | Twixer/mondrian-3.1.5 | src/main/mondrian/util/CreationException.java | Java | epl-1.0 | 831 |
/*
* 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 ... | DavidGutknecht/elexis-3-base | bundles/org.apache.solr/src/org/apache/solr/client/solrj/impl/ClusterStateProvider.java | Java | epl-1.0 | 3,749 |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red H... | sleshchenko/che | wsagent/che-core-api-git-shared/src/main/java/org/eclipse/che/api/git/shared/RebaseResponse.java | Java | epl-1.0 | 1,899 |
/**
* Copyright (c) 1997, 2015 by ProSyst Software GmbH 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
p... | chaton78/smarthome | bundles/automation/org.eclipse.smarthome.automation.providers/src/main/java/org/eclipse/smarthome/automation/internal/core/provider/AbstractResourceBundleProvider.java | Java | epl-1.0 | 23,634 |
/**
* Copyright (c) 2011 - 2015, Lunifera GmbH (Gross Enzersdorf), Loetz KG (Heidelberg)
* 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, and is available at
* http://www.eclipse.org/le... | lunifera/lunifera-dsl | org.lunifera.dsl.dto.xtext/src/org/lunifera/dsl/dto/xtext/serializer/DtoGrammarTransientValueService.java | Java | epl-1.0 | 1,074 |
/**
* Copyright (c) 2014 Laboratoire de Genie Informatique et Ingenierie de Production - Ecole des Mines d'Ales
*
* 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, and is available at
*... | francoispfister/diagraph | org.isoe.diagraph.diastyle/src/org/isoe/diagraph/diastyle/DFontName.java | Java | epl-1.0 | 5,512 |
package org.python.pydev.parser;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.Document;
import org.python.pydev.parser.fastparser.grammar_fstrings_common.FStringsAST;
import org.python.pydev.parser.fastparser.g... | akurtakov/Pydev | plugins/org.python.pydev.parser/tests/org/python/pydev/parser/FStringsParserTest.java | Java | epl-1.0 | 5,592 |
/*******************************************************************************
* Copyright (c) 2000, 2014 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, an... | trylimits/Eclipse-Postfix-Code-Completion | luna/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java | Java | epl-1.0 | 483,837 |
/**
* Copyright (c) 2011 - 2015, Lunifera GmbH (Gross Enzersdorf), Loetz KG (Heidelberg)
* 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, and is available at
* http://www.eclipse.org/leg... | lunifera/lunifera-dsl | org.lunifera.dsl.xtext.lazyresolver/src/org/lunifera/dsl/xtext/lazyresolver/LazyJvmTypeLinkingHelper.java | Java | epl-1.0 | 4,784 |
/*
* generated by Xtext
*/
package org.muml.uppaal.trace.ui.contentassist.antlr;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.antlr.runtime.RecognitionException;
import org.eclipse.xtext.AbstractElement;
import org.eclipse.xtext.ui.editor.contentassist.antlr.Abs... | uppaal-emf/uppaal | trace/org.muml.uppaal.trace.ui/src-gen/org/muml/uppaal/trace/ui/contentassist/antlr/DiagnosticTraceParser.java | Java | epl-1.0 | 8,960 |
package com.llh.utils;
import com.llh.entity.FoodModel;
/**
* The author ou on 2015/6/30.
*/
public interface OrderFoodInterface {
public void callBack();
public void refreshShoppingList(FoodModel foodModel);
public void refreshFoodList();
}
| orq518/lelaohui | CamerLelaohui/src/com/llh/utils/OrderFoodInterface.java | Java | epl-1.0 | 258 |
/*******************************************************************************
* Copyright (c) 2014 BSI Business Systems Integration AG.
* 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,... | jmini/org.eclipsescout.rt.ui.fx | org.eclipsescout.rt.ui.fx/src/org/eclipsescout/rt/ui/fx/window/internalwindow/FxScoutInternalWindow.java | Java | epl-1.0 | 5,500 |
/**
*/
package com.sii.group.group;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Musiciens</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link com.sii.group.group.... | tdepont/RcpTraining | com.sii.group/src/com/sii/group/group/Musiciens.java | Java | epl-1.0 | 2,561 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2015.09.23 at 10:57... | bradsdavis/cxml-api | src/main/java/org/cxml/v12028/DsSignatureValue.java | Java | epl-1.0 | 2,029 |
/*
* Copyright (c) 2010-2012 Research In Motion Limited. All rights reserved.
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License, Version 1.0,
* which accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*... | blackberry/Eclipse-JDE | net.rim.ejde/src/net/rim/ejde/internal/core/BlackBerryMarkerResolutionGenerator.java | Java | epl-1.0 | 1,536 |
package com.dubture.getcomposer.core.entities;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import com.dubture.getcomposer.core.collection.JsonArray;
import com.dubture.getcomposer.core.objects.JsonObject;
public class JsonValue {
private Object value;
public JsonValue(Object value) {
this... | pulse00/Composer-Java-Bindings | java-api/src/main/java/com/dubture/getcomposer/core/entities/JsonValue.java | Java | epl-1.0 | 3,952 |
/*
* Copyright (c) 2015 Cisco Systems, Inc. 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,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | opendaylight/yangtools | model/yang-model-ri/src/main/java/org/opendaylight/yangtools/yang/model/ri/stmt/impl/decl/DeviateStatementImpl.java | Java | epl-1.0 | 1,063 |
/**
* Copyright (c) 2011 - 2015, Lunifera GmbH (Gross Enzersdorf), Loetz KG (Heidelberg)
* 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, and is available at
* http://www.eclipse.org/leg... | lunifera/lunifera-ecview | org.lunifera.ecview.core.extension.model/src/org/lunifera/ecview/core/extension/model/extension/impl/YHorizontalLayoutImpl.java | Java | epl-1.0 | 9,886 |
/*******************************************************************************
* Copyright (c) 2013 Markus Alexander Kuppe 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, an... | lemmy/greenhouse | org.eclipse.ecf.examples.greenhouse.consumer/src/org/eclipse/ecf/examples/greenhouse/consumer/GreenhouseConsumer.java | Java | epl-1.0 | 1,150 |
/******************************************************************************
* Copyright (c) 2000-2015 Ericsson Telecom AB
* 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, and is avail... | alovassy/titan.EclipsePlug-ins | org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/LogFileActionProvider.java | Java | epl-1.0 | 3,155 |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat, Inc. - initial API a... | davidfestal/che | infrastructures/kubernetes/src/test/java/org/eclipse/che/workspace/infrastructure/kubernetes/wsplugins/KubernetesPluginsToolingApplierTest.java | Java | epl-1.0 | 41,801 |
package com.odcgroup.domain.translation;
import com.odcgroup.workbench.core.AbstractActivator;
/**
* The activator class controls the plug-in life cycle
*/
public class DomainTranslationCore extends AbstractActivator {
// The plug-in ID
public static final String PLUGIN_ID = "com.odcgroup.domain.translation";
... | debabratahazra/DS | designstudio/components/domain/core/com.odcgroup.domain.translation/src/main/java/com/odcgroup/domain/translation/DomainTranslationCore.java | Java | epl-1.0 | 452 |
/*******************************************************************************
* Copyright (c) 2010-2015, Benedek Izso, Gabor Szarnyas, Istvan Rath and Daniel Varro
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which ac... | FTSRG/trainbenchmark | trainbenchmark-tool-neo4j/src/test/java/hu/bme/mit/trainbenchmark/benchmark/neo4j/test/Neo4jTest.java | Java | epl-1.0 | 3,240 |
package com.worthent.foundation.util.metadata;
import java.io.Serializable;
import java.text.Format;
import java.util.Collection;
import java.util.Map;
import com.worthent.foundation.util.recorder.DataErrorRecorder;
/**
* Specifies accessors for the children data within complex data objects. The
* implementation o... | erikkworth/worthent-foundation | src/main/java/com/worthent/foundation/util/metadata/DataGetter.java | Java | epl-1.0 | 8,890 |
/*******************************************************************************
* Copyright (c) 2009, 2010 Progress Software Corporation.
* 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,... | oisin/Message-Owl | org.fusesource.tools.core.message/src/org/fusesource/tools/core/message/impl/MessageFactoryImpl.java | Java | epl-1.0 | 4,454 |
/**
* Copyright (c) 2011 committers of YAKINDU 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributor... | Yakindu/statecharts | plugins/org.yakindu.base.gmf.runtime/src/org/yakindu/base/gmf/runtime/highlighting/IHighlightingSupport.java | Java | epl-1.0 | 2,781 |
/*******************************************************************************
* Copyright (c) 2015-2021 MINRES Technologies GmbH 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 distribu... | Minres/SCViewer | plugins/com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/preferences/WaveformPreferencesPage.java | Java | epl-1.0 | 2,037 |
/*******************************************************************************
* Copyright (c) 2022 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, and is a... | OpenLiberty/open-liberty | dev/com.ibm.ws.concurrent_fat_jakarta/fat/src/test/jakarta/concurrency/ConcurrencyJSPTest.java | Java | epl-1.0 | 3,409 |
/*******************************************************************************
* Copyright (c) 2020, 2021 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, an... | OpenLiberty/open-liberty | dev/com.ibm.ws.jaxrs.2.0_fat/fat/src/com/ibm/ws/jaxrs20/fat/JerseyInjectionTest.java | Java | epl-1.0 | 6,326 |
/*******************************************************************************
* Copyright (c) 2004, 2021 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, an... | OpenLiberty/open-liberty | dev/com.ibm.tx.core/src/com/ibm/ws/uow/UOWScopeCallbackManager.java | Java | epl-1.0 | 2,470 |
/*
* Copyright (c) Jul 14, 2018 StarChart Labs Authors.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributor... | Corona-IDE/corona-ide | corona-ide-core-api/src/main/java/com/coronaide/core/model/ProjectDeleteRequest.java | Java | epl-1.0 | 2,834 |
/*
* Copyright 2012 PRODYNA AG
*
* Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or
* http://www.nabucco.org/License... | NABUCCO/org.nabucco.business.organization | org.nabucco.business.organization.impl.service/src/main/man/org/nabucco/business/organization/impl/service/produce/ProduceCorporationServiceHandlerImpl.java | Java | epl-1.0 | 2,622 |
/*******************************************************************************
* Copyright (c) 2000, 2011 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, an... | elucash/eclipse-oxygen | org.eclipse.jdt.ui/src/org/eclipse/jdt/internal/corext/refactoring/participants/JavaProcessors.java | Java | epl-1.0 | 1,772 |
/**
* Copyright (c) 2010-2014, openHAB.org 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | dereulenspiegel/openhab | bundles/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/device/physical/HMPhysicalDevice.java | Java | epl-1.0 | 1,289 |
package cn.com.nbd.nbdmobile.config;
public class BaseUrlConfig {
private String host;
private String business;
private int port;
public String getHost() {
return host;
}
public void setHost(String host) {
this.host = host;
}
public String getBusiness() {
return business;
}
public void setBusi... | 907198993/nbd | src/cn/com/nbd/nbdmobile/config/BaseUrlConfig.java | Java | epl-1.0 | 483 |
/*
* ShellStyleDao.java
*
* Copyright 2005-2006 Stefan Reichert.
* All Rights Reserved.
*
* This software is the proprietary information of Stefan Reichert.
* Use is subject to license terms.
*
*/
package net.sf.wickedshell.domain.configuration;
import java.io.File;
import java.io.IOException;
import java.... | stefanreichert/wickedshell | net.sf.wickedshell.domain/src/net/sf/wickedshell/domain/configuration/ShellDescriptorPropertiesDao.java | Java | epl-1.0 | 5,263 |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red H... | sleshchenko/che | plugins/plugin-nodejs-debugger/che-plugin-nodejs-debugger-ide/src/test/java/org/eclipse/che/plugin/nodejsdbg/ide/configuration/NodeJsDebuggerConfigurationPagePresenterTest.java | Java | epl-1.0 | 3,243 |
package org.fipro.ds.configurable;
import java.util.Map;
import org.osgi.service.component.annotations.Activate;
import org.osgi.service.component.annotations.Component;
@Component(
properties="OSGI-INF/config.properties"
)
public class FileConfiguredComponent {
@Activate
void activate(Map<String, Strin... | fipro78/osgi-ds-getting-started-pde | org.fipro.ds.configurable/src/org/fipro/ds/configurable/FileConfiguredComponent.java | Java | epl-1.0 | 713 |
/**
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html... | miklossy/xtext-core | org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.java | Java | epl-1.0 | 3,358 |
package com.redhat.ceylon.eclipse.code.refactor;
import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
import org.eclipse.ui.IEditorPart;
public class InvertBooleanRefactoringAction extends AbstractRefactoringAction {
public InvertBooleanRefactoringAction(IEditorPart editor) {
super(editor);
}
... | rohitmohan96/ceylon-ide-eclipse | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/refactor/InvertBooleanRefactoringAction.java | Java | epl-1.0 | 896 |
/*
* Copyright (c) 2014. Seonggyu Lee. All Rights Reserved.
* User: Seonggyu Lee
* Date: 14. 9. 30 오후 6:22
* Created Date : $today.year.month.day
* Last Modified : 14. 9. 30 오후 6:22
* User email: shalomeir@gmail.com
*/
package cc.mallet.fst;
import java.util.BitSet;
import java.util.logging.Logger;
import cc.... | shalomeir/tctm | src/cc/mallet/fst/MEMMTrainer.java | Java | epl-1.0 | 12,097 |
/*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.... | pecko/debrief | org.mwc.debrief.legacy/src/Debrief/Wrappers/SensorWrapper.java | Java | epl-1.0 | 44,150 |
/*******************************************************************************
* Copyright (C) 2010, Dariusz Luksza <dariusz@luksza.org>
*
* 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 distributi... | mdoninger/egit | org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelRepository.java | Java | epl-1.0 | 5,587 |
/**
* OWASP Benchmark Project v1.1
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The Benchmark is free software: you can redistribute it and/... | iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest06186.java | Java | gpl-2.0 | 1,681 |
/*
* OCaml Support For IntelliJ Platform.
* Copyright (C) 2010 Maxim Manuylov
*
* 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 option) any ... | consulo/consulo-ocaml | src/main/java/manuylov/maxim/ocaml/lang/parser/psi/element/impl/OCamlForExpressionIndexVariableNameImpl.java | Java | gpl-2.0 | 1,756 |
/**
*
*/
package org.melati.poem.test;
import java.util.Hashtable;
import org.melati.poem.Field;
import org.melati.poem.FieldSet;
/**
* @author timp
* @since 14 Jan 2007
*
*/
public class FieldSetTest extends PoemTestCase {
/**
* @param name
*/
public FieldSetTest(String name) {
super(name);
... | timp21337/Melati | poem/src/test/java/org/melati/poem/test/FieldSetTest.java | Java | gpl-2.0 | 1,485 |
public class Solution {
public String simplifyPath(String path) {
StringBuilder sb = new StringBuilder();
ArrayList<String> dirs = new ArrayList<>();
path = path + '/';
for (int i = 0; i < path.length(); i++) {
if (path.charAt(i) == '/') {
if ... | Jacy-Wang/MyLeetCode | SimplifyPath.java | Java | gpl-2.0 | 1,294 |
/*
* Copyright 2014 Albert Vaca Cintora <albertvaka@gmail.com>
*
* 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 option) version 3 or any late... | ottodog/kde-connect-android | src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java | Java | gpl-2.0 | 21,024 |
package corgis.energy.domain;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import corgis.energy.domain.Industrial;
import corgis.energy.domain... | RealTimeWeb/datasets | datasets/java/energy/src/corgis/energy/domain/Expenditure.java | Java | gpl-2.0 | 4,573 |
/*
* Copyright (c) 1998-2011 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | dlitz/resin | modules/resin/src/com/caucho/server/dispatch/InvocationServer.java | Java | gpl-2.0 | 8,896 |
package mzlabs.gart;
/**
* Genetic art system. Copyright (C) 1995-2003 John Mount (j@mzlabs.com)
*/
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import javax... | JohnMount/Gart | src/mzlabs/gart/PStrip.java | Java | gpl-2.0 | 5,331 |
package cn.lucifer.demo.http.domain;
public class ArrPic {
private String nID, sImg, sDesc, sTheD;
/**
* @return the nID
* @see #nID
*/
public String getnID() {
return nID;
}
/**
* @param nID
* the nID to set
* @see #nID
*/
public void setnID(String nID) {
this.n... | hjp4lucifer/lucifer_test | src/main/java/cn/lucifer/demo/http/domain/ArrPic.java | Java | gpl-2.0 | 1,083 |
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | ljx0305/ice | java-compat/src/Ice/src/main/java/Ice/BatchRequestInterceptor.java | Java | gpl-2.0 | 1,196 |
package org.wordpress.android.ui.prefs;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
import org.wordpress.android.R;
import org.... | rishabh7m/WordPress-Android | WordPress/src/main/java/org/wordpress/android/ui/prefs/MyProfileActivity.java | Java | gpl-2.0 | 7,071 |
package cz.fi.muni.pa165.calorycounter.backend.service.impl;
import cz.fi.muni.pa165.calorycounter.backend.dao.UserDao;
import cz.fi.muni.pa165.calorycounter.backend.dao.UserStatsDao;
import cz.fi.muni.pa165.calorycounter.backend.dao.impl.UserStatsDaoImplJPA.UserStats;
import cz.fi.muni.pa165.calorycounter.serviceapi.... | smartly23/CaloryCounter | CaloryCounter-BusinessLogic/src/main/java/cz/fi/muni/pa165/calorycounter/backend/service/impl/UserServiceImpl.java | Java | gpl-2.0 | 9,147 |
package com.sergius02.sudoku;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import java.util.StringTokenizer;
public class SudokuSolver {
private Sudoku sudoku;
private int n;
private Integer[][] board;
public static void main(String[] args) {
ne... | sergius02/SudokuSolver | src/com/sergius02/sudoku/SudokuSolver.java | Java | gpl-2.0 | 3,302 |
/**
* OWASP Benchmark Project v1.1
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The Benchmark is free software: you can redistribute it and/... | iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02539.java | Java | gpl-2.0 | 2,521 |
package com.lami.tuomatuo.search.base.curator.Elections;
import com.google.common.collect.Lists;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.retry.ExponentialBackoffRetry;
import org.apache.curator.utils.CloseableUtils;
im... | jackkiexu/tuomatuo | tuomatuo-search/src/main/java/com/lami/tuomatuo/search/base/curator/Elections/LeaderSelectorExample.java | Java | gpl-2.0 | 2,011 |
package penguin.sean.seanfriends.app;
import android.app.Application;
import android.text.TextUtils;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
import penguin.sean.seanfriends.util.LruBitmapCache;... | mezpahlan/SeanAndFriends | app/src/main/java/penguin/sean/seanfriends/app/AppController.java | Java | gpl-2.0 | 1,761 |
/*
* RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2012 RomRaider.com
*
* 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, o... | RomRaider/assembla.mirror | src/com/romraider/io/j2534/op20/SConfig.java | Java | gpl-2.0 | 1,018 |
package com.javarush.test.level08.lesson03.task01;
/* HashSet из растений
Создать коллекцию HashSet с типом элементов String.
Добавить в неё 10 строк: арбуз, банан, вишня, груша, дыня, ежевика, жень-шень, земляника, ирис, картофель.
Вывести содержимое коллекции на экран, каждый элемент с новой строки.
Посмотреть, как ... | plx9421/JavaRushHomeWork | javarush/test/level08/lesson03/task01/Solution.java | Java | gpl-2.0 | 1,193 |
/*
* 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 br.ufms.facom.progweb.syscontato.model;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
i... | mnahabedian/ProgWebContato | SysContato/src/java/br/ufms/facom/progweb/syscontato/model/Operadora.java | Java | gpl-2.0 | 3,332 |
package net.sf.rails.common;
import com.google.common.base.MoreObjects;
import com.google.common.collect.Lists;
import net.sf.rails.game.state.ChangeSet;
import net.sf.rails.util.Util;
import java.util.List;
/**
* ReportSet contains all messages that reference one ChangeSet
*/
public class ReportSet {
/**
... | Rails-18xx/Rails | src/main/java/net/sf/rails/common/ReportSet.java | Java | gpl-2.0 | 3,297 |
/*
* org.openmicroscopy.shoola.agents.metadata.TabularDataLoader
*
*------------------------------------------------------------------------------
* Copyright (C) 2006-2011 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
* it under the te... | joshmoore/openmicroscopy | components/insight/SRC/org/openmicroscopy/shoola/agents/dataBrowser/TabularDataLoader.java | Java | gpl-2.0 | 3,973 |
package render;
import java.nio.IntBuffer;
import org.lwjgl.BufferUtils;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL20;
import org.lwjgl.opengl.GL30;
import org.lwjgl.opengl.GL32;
public class Framebuffer {
private int handle;
private TexFile tex;
Texture texture;
public Framebuffer(String texNam... | Marghytis/LWJGL-Core | LWJGL-Core/src/render/Framebuffer.java | Java | gpl-2.0 | 2,593 |
/**
* OWASP Benchmark Project v1.1
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The Benchmark is free software: you can redistribute it and/... | iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest11958.java | Java | gpl-2.0 | 2,229 |
/*
* Copyright (c) 2010, 2013, 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 ... | hazzik/nashorn | src/jdk/nashorn/internal/objects/NativeFloat32Array.java | Java | gpl-2.0 | 8,494 |
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.11.06 um 0... | Team-OfferManager/ebay-jaxb-bindings | src/main/java/de/idealo/offers/imports/offermanager/ebay/api/binding/jaxb/trading/StoreOwnerExtendedListingDurationsDefinitionType.java | Java | gpl-2.0 | 1,472 |
/**
* Distribution License:
* JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License, version 2.1 as published by
* the Free Software Foundation. This program is distributed in the hope
* that it will be useful, but WITHOUT ANY WARRANTY; wi... | truhanen/JSana | JSana/src_others/org/crosswire/jsword/book/sword/RawLDBackend.java | Java | gpl-2.0 | 18,300 |
/*
* RapidMiner
*
* Copyright (C) 2001-2008 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Lice... | ntj/ComplexRapidMiner | src/com/rapidminer/tools/Tableable.java | Java | gpl-2.0 | 1,257 |