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
package midiplayer.frame.action; import java.beans.PropertyChangeEvent; import java.util.MissingResourceException; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.Action; import jswingshell.IJssController; import jswingshell.action.AbstractJssSwitchAction; import midiplayer.MidiPl...
madmath03/MidiPlayer
src/main/java/midiplayer/frame/action/LoopAction.java
Java
mit
6,843
package game; import java.util.List; public abstract class Hero { protected String name; protected List<Treasure> inventory; protected int posx, posy; /* Hero actions */ public void move(Direction direction) { if (direction == Direction.E) posy = (posy + 1) % GameState.MAP_SIZE; if (direction == D...
oop-pub/laboratoare
old/design-patterns/2015-skel/game/Hero.java
Java
mit
1,455
package net.eleritec.fractalui.dialog; import javax.swing.*; /** * Created by IntelliJ IDEA. * User: cbutler * Date: May 27, 2008 * Time: 7:50:31 PM * To change this template use File | Settings | File Templates. */ public class OptionPaneModel { private String title; private String message; private...
eleritec/fractal-ui
src/main/java/net/eleritec/fractalui/dialog/OptionPaneModel.java
Java
mit
1,421
package at.game.objects; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.Body; public class EquippedWeapon extends AbstractGameObject { private final AbstractGameObject equippedBy; public EquippedWeapon(final Body b2Body, final ...
TheElk205/KillTheNerd
core/src/at/game/objects/EquippedWeapon.java
Java
cc0-1.0
836
package nl.hsleiden.beans; import hslbeans.YoutubePlayerParameters; import hslbeans.YoutubeUrlParameters; import javax.jcr.Node; import nl.hsleiden.utils.TestUtils; import org.easymock.EasyMock; import org.hippoecm.hst.content.beans.ObjectBeanManagerException; import org.hippoecm.hst.content.beans.manager.ObjectCon...
HogeschoolLeiden/website
site/src/test/java/nl/hsleiden/beans/YoutubeBeanTest.java
Java
cc0-1.0
3,275
package com.megotechnologies.ecommerce_retronight; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.util.TypedValue; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.widge...
ZonCon/Ecommerce-Retronight-Android
app/src/main/java/com/megotechnologies/ecommerce_retronight/FragmentDev.java
Java
cc0-1.0
3,508
package game.entity.living.water; import java.awt.Dimension; import java.awt.image.BufferedImage; import engine.image.Images; import engine.save.DataTag; import game.World; import game.item.ItemStack; import game.item.Items; import game.util.WeightedStack; public class EntityFish extends EntityWaterCreature { priv...
ArtixAllMighty/bol_java2D
Game/src/game/entity/living/water/EntityFish.java
Java
cc0-1.0
1,661
package com.megotechnologies.publishing_morningmist.alerts; import android.app.AlertDialog; import android.content.DialogInterface; import android.graphics.Bitmap; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.text.TextUtils.TruncateAt; import ...
ZonCon/Publishing-Morningmist-Android
app/src/main/java/com/megotechnologies/publishing_morningmist/alerts/FragmentAlertItemsList.java
Java
cc0-1.0
30,667
package crazypants.structures; import cpw.mods.fml.common.network.NetworkRegistry; import cpw.mods.fml.common.network.NetworkRegistry.TargetPoint; import cpw.mods.fml.common.network.simpleimpl.IMessage; import cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper; import net.minecraft.entity.player.EntityPlayerM...
SleepyTrousers/Structures
src/main/java/crazypants/structures/PacketHandler.java
Java
cc0-1.0
1,056
/* * Copyright (C) 2014 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 */ package org.opendaylight.neutr...
opendaylight/neutron
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallPolicyCRUD.java
Java
epl-1.0
586
/* * 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 com.vinhpq.dao.hibernate.imp; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation...
thanhtung7449/OnlineStore
Online-Store/src/main/code/com/vinhpq/dao/hibernate/imp/CategoryDaoImp.java
Java
epl-1.0
633
/******************************************************************************* * 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/ui/viewsupport/AppearanceAwareLabelProvider.java
Java
epl-1.0
5,048
/* * This file is part of the Jikes RVM project (http://jikesrvm.org). * * This file is licensed to You under the Eclipse Public License (EPL); * 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....
CodeOffloading/JikesRVM-CCO
jikesrvm-3.1.3/rvm/src/org/jikesrvm/adaptive/measurements/listeners/MethodListener.java
Java
epl-1.0
4,741
package org.opendaylight.controller.sal.dom.broker.osgi; import org.opendaylight.controller.sal.core.api.notify.NotificationListener; import org.opendaylight.controller.sal.core.api.notify.NotificationService; import org.opendaylight.yangtools.concepts.Registration; import org.opendaylight.yangtools.yang.common.QName;...
xiaohanz/softcontroller
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/osgi/NotificationServiceProxy.java
Java
epl-1.0
890
// // 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 11:07...
bradsdavis/cxml-api
src/main/java/org/cxml/catalog/Characteristic.java
Java
epl-1.0
2,600
/******************************************************************************* * 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
moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/oxm/mappings/compositeobject/errortests/CompositeObjectErrorProject.java
Java
epl-1.0
2,905
// Copyright (c) 1996-2002 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice // and this paragraph app...
argocasegeo/argocasegeo
src/org/argouml/uml/diagram/static_structure/ui/FigNote.java
Java
epl-1.0
16,712
package info.limpet.data.csv; import info.limpet.ICollection; import info.limpet.IQuantityCollection; import info.limpet.IStore.IStoreItem; import info.limpet.ITemporalQuantityCollection; import info.limpet.data.impl.ObjectCollection; import info.limpet.data.impl.samples.StockTypes.NonTemporal; import info.limpet.data...
pecko/testlimpet
info.limpet/src/info/limpet/data/csv/CsvParser.java
Java
epl-1.0
14,688
/* * 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-project-shared/src/main/java/org/eclipse/che/api/project/shared/dto/service/ImportRequestDto.java
Java
epl-1.0
726
/** * Copyright (c) 2010-2021 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
paulianttila/openhab2
bundles/org.openhab.binding.digitalstrom/src/main/java/org/openhab/binding/digitalstrom/internal/lib/structure/devices/deviceparameters/constants/ApplicationGroup.java
Java
epl-1.0
4,160
/* * Copyright (C) 2006, 2007 Dennis Hunziker, Ueli Kistler * * IFS Institute for Software, HSR Rapperswil, Switzerland * */ package org.python.pydev.refactoring.core.model.overridemethods; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.eclipse.jface.viewers.ITreeC...
smkr/pyclipse
plugins/org.python.pydev.refactoring/src/org/python/pydev/refactoring/core/model/overridemethods/ClassMethodsTreeProvider.java
Java
epl-1.0
1,574
package jvm.util; import backtype.storm.Constants; import backtype.storm.tuple.Tuple; public final class TupleHelpers { private TupleHelpers() { } public static boolean isTickTuple(Tuple tuple) { return tuple.getSourceComponent().equals(Constants.SYSTEM_COMPONENT_ID) && tuple.getSourceStreamId().equals( ...
avantgarde-labs/dd-bd-storm-2014
src/jvm/util/TupleHelpers.java
Java
epl-1.0
368
/* * 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.framework.exporting
org.nabucco.framework.exporting.impl.service/src/main/gen/org/nabucco/framework/exporting/impl/service/produce/ProduceExportJobServiceHandler.java
Java
epl-1.0
3,733
/* * generated by Xtext */ package org.mendix.dsl.datacontract.xtext.labeling; import org.eclipse.xtext.ui.core.DefaultLabelProvider; /** * */ public class DataContractLabelProvider extends DefaultLabelProvider{ /* //Labels and icons can be computed like this: String text(MyModel ele) { return "my "+ele.g...
mendix/Mendix-Core
ServiceDsl/org.mod4j.dsl.service.mm/oaw/org/mod4j/org.mod4j.dsl.datacontract.xtext.ui/src/org/mod4j/dsl/datacontract/xtext/labeling/DataContractLabelProvider.java
Java
epl-1.0
417
/* This file was generated by SableCC (http://www.sablecc.org/). */ package com.abstratt.mdd.frontend.textuml.grammar.node; import com.abstratt.mdd.frontend.textuml.grammar.analysis.*; @SuppressWarnings("nls") public final class ANamedArgument extends PNamedArgument { private TIdentifier _identifier_; privat...
abstratt/textuml
plugins/com.abstratt.mdd.frontend.textuml.grammar/src-gen/com/abstratt/mdd/frontend/textuml/grammar/node/ANamedArgument.java
Java
epl-1.0
3,848
package com.xgimi.gradletest; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import android.widget.Button; public class MyDirectionPanBtn extends Button { IBtnClick iClick; private OnDirectionListening onDirectionListening; private static final int[] STATE_UP ...
wugian/work_study
GradleTest/src/com/xgimi/gradletest/MyDirectionPanBtn.java
Java
epl-1.0
3,537
/* * 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-java/che-plugin-java-ext-lang-client/src/test/java/org/eclipse/che/ide/ext/java/client/command/JavaCommandPagePresenterTest.java
Java
epl-1.0
2,797
/******************************************************************************* * Copyright (c) 2012, 2014 UT-Battelle, 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 avail...
eclipse/ice
org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICETableComponentSectionPart.java
Java
epl-1.0
26,427
/******************************************************************************* * Copyright (c) 2006, 2009 Abstratt Technologies * 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 ...
abstratt/textuml
plugins/com.abstratt.mdd.frontend.cli/src/com/abstratt/mdd/frontend/cli/CompilationDirectorCLI.java
Java
epl-1.0
3,025
/* * 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.scheduling
org.nabucco.business.scheduling.impl.service/src/main/man/org/nabucco/business/scheduling/impl/service/resolve/ResolveSchedulingServiceHandlerImpl.java
Java
epl-1.0
2,105
/** */ package astm.impl; import astm.AstmPackage; import astm.RDBDecimal; import org.eclipse.emf.ecore.EClass; import org.xtext.example.plsql.astm.util.Visitor; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>RDB Decimal</b></em>'. * <!-- end-user-doc --> * * @generated */ publ...
adolfosbh/cs2as
org.xtext.example.plsql/emf-gen/astm/impl/RDBDecimalImpl.java
Java
epl-1.0
855
/** */ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Function; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.TypeReference; import h...
viatra/VIATRA-Generator
Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java
Java
epl-1.0
8,311
/******************************************************************************* * Copyright (c) 2013, 2014, 2015 QPark Consulting S.a r.l. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0. * The Eclipse Public License is available at * http:...
QPark/EIP
qp-enterprise-integration-platform-impl/eip-core/src/test/java/com/qpark/eip/core/test/ReportingThreadPoolProviderTest.java
Java
epl-1.0
2,707
package org.allmyinfo.nature.impl.action; import org.allmyinfo.coordinator.Coordinator; import org.allmyinfo.meaning.owner.OwnerMeaning; import org.allmyinfo.nature.NatureRegistry; import org.allmyinfo.nature.action.ActionNature; import org.allmyinfo.nodekey.row.RowIdsNodeKeyType; import org.allmyinfo.nodes.NodeId; im...
sschafer/atomic
org.allmyinfo.nature.impl.action/src/org/allmyinfo/nature/impl/action/Activator.java
Java
epl-1.0
3,467
/********************************************************************** * Copyright (c) 2005 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 * availabl...
sazgin/elexis-3-core
ch.elexis.core.ui/src/ch/elexis/core/ui/locks/Messages.java
Java
epl-1.0
988
package data_manipulation; import java.io.FileNotFoundException; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; /********************************************** * import selenium jars * download selenium-ja...
breezedu/LossHomozygosity
JavaCodes/D0628_tryPullData_from_ExAC.java
Java
epl-1.0
3,861
package org.gemoc.scenario.xdsml.functionscenario.adapters.functionscenariomt.information.datavalue; import fr.inria.diverse.melange.adapters.EObjectAdapter; import java.util.Collection; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.gemoc.scenario.xdsml.functionscenario.adap...
smadelenat/CapellaModeAutomata
Semantic/Scenario/org.gemoc.scenario.xdsml/src-gen/org/gemoc/scenario/xdsml/functionscenario/adapters/functionscenariomt/information/datavalue/EnumerationReferenceAdapter.java
Java
epl-1.0
27,482
/******************************************************************************* * Copyright (C) 2009, Robin Rosenberg <robin.rosenberg@dewire.com> * Copyright (C) 2010, Ketan Padegaonkar <KetanPadegaonkar@gmail.com> * * All rights reserved. This program and the accompanying materials * are made available under th...
spearce/egit
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/wizards/clone/GitCloneWizardTest.java
Java
epl-1.0
13,339
/** * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.addon.parser.java.projects; import java.util.ArrayList; import java.util.List; import org.jboss.forge.addon.pro...
stalep/forge-core
parser-java/api/src/main/java/org/jboss/forge/addon/parser/java/projects/JavaEnterpriseProjectType.java
Java
epl-1.0
1,552
package ca.junctionbox.cljbuck.build.graph; import ca.junctionbox.cljbuck.build.rules.BuildRule; import java.io.PrintStream; public class PrintDepsGraph implements Walken { private final PrintStream out; public PrintDepsGraph(final PrintStream out) { this.out = out; } @Override public v...
nfisher/cljbuck
build/src/ca/junctionbox/cljbuck/build/graph/PrintDepsGraph.java
Java
epl-1.0
741
/* COPYRIGHT-ENEA-SRC-R2 * ************************************************************************** * Copyright (C) 2005-2007 by Enea Software AB. * All rights reserved. * * This Software is furnished under a software license agreement and * may be used only in accordance with the terms of such agreement. * An...
debabratahazra/OptimaLA
Optima/com.ose.system/src/com/ose/system/service/pm/signal/PmInstallLoadModuleReply.java
Java
epl-1.0
1,531
/** * Copyright (c) 2014-2017 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...
AchimHentschel/smarthome
extensions/binding/org.eclipse.smarthome.binding.dmx.test/src/test/java/org/eclipse/smarthome/binding/dmx/DimmerThingHandlerTest.java
Java
epl-1.0
9,482
package edu.utah.dcc.e4.ui.core.parts; import org.eclipse.jface.resource.JFaceResources; import org.eclipse.jface.resource.LocalResourceManager; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.layout.FormAttachment; import org.eclipse.swt.layout.FormData; import org.eclipse.swt....
mdean77/Model-Driven-Decision-Support
edu.utah.dcc.e4.application.ui.core/src/edu/utah/dcc/e4/ui/core/parts/DecisionCompositeButtonsOnly.java
Java
epl-1.0
6,795
/* * 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/L...
NABUCCO/org.nabucco.business.project
org.nabucco.business.project.facade.service/src/main/gen/org/nabucco/business/project/facade/service/produce/ProduceProjectRemote.java
Java
epl-1.0
951
/* * */ package SimpleBPMN.diagram.edit.policies; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EStructuralFeature...
bluezio/simplified-bpmn-example
org.eclipse.epsilon.eugenia.bpmn.diagram/src/SimpleBPMN/diagram/edit/policies/GroupGroupElementsCompartmentCanonicalEditPolicy.java
Java
epl-1.0
7,501
/** * generated by Xtext 2.10.0-SNAPSHOT */ package uk.ac.york.cs.miniocl.miniOCL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Exp CS</b></em>'. * <!-- end-user-doc --> * * * @see uk.ac.york.cs.miniocl.miniOCL.MiniOCLPackage#getExpCS() * ...
adolfosbh/cs2as
uk.ac.york.cs.miniocl.xtext/src-gen/uk/ac/york/cs/miniocl/miniOCL/ExpCS.java
Java
epl-1.0
397
/******************************************************************************* * Copyright (c) 2010 Oak Ridge National Laboratory. * 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...
css-iter/cs-studio
applications/alarm/alarm-plugins/org.csstudio.alarm.beast.ui.alarmtable/src/org/csstudio/alarm/beast/ui/alarmtable/AlarmTableView.java
Java
epl-1.0
21,349
package database; import java.util.*; import java.sql.*; import transaksi.*; public class StockTable{ private Connection koneksi; public StockTable(){ try { Class.forName(Config.DATABASE_DRIVER).newInstance(); koneksi=DriverManager.getConnection(Config.URL,Config.username,Config.password); } catch (Ins...
accan83/TokoObat
src/database/StockTable.java
Java
epl-1.0
4,321
/******************************************************************************* * Copyright (c) 2011, 2016 Eurotech and/or its affiliates 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...
muros-ct/kapua
org.eclipse.kapua.app.console/src/main/java/org/eclipse/kapua/app/console/servlet/FileServlet.java
Java
epl-1.0
13,844
package org.bicknese.cfwarning; import org.eclipse.ui.views.properties.IPropertyDescriptor; import org.eclipse.ui.views.properties.IPropertySource; import org.eclipse.ui.views.properties.PropertyDescriptor; public class FunctionProperties implements IPropertySource { protected Function element; protected static fi...
lbicknese/CFWarning
src/org/bicknese/cfwarning/FunctionProperties.java
Java
epl-1.0
1,593
/** * Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package org.python.pydev.debug....
smkr/pyclipse
plugins/org.python.pydev.debug/src/org/python/pydev/debug/pyunit/PyUnitServer.java
Java
epl-1.0
12,830
package markdowikitext.commonmark.refspec.cases; import markdowikitext.commonmark.refspec.RefSpecCase; public class SetextHeaders03 extends RefSpecCase { public SetextHeaders03() { super(createInput(), createOutput()); } public static String createInput() { StringBuilder sb = new StringBuilder(); ...
jmini/markdowikitext
markdowikitext.commonmark/src/markdowikitext/commonmark/refspec/cases/SetextHeaders03.java
Java
epl-1.0
907
/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.util; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * A set of utilities to parse st...
fqqb/yamcs-studio
bundles/org.diirt/src/main/java/org/diirt/util/StringUtil.java
Java
epl-1.0
5,276
/** * Copyright (c) 2017 itemis, NumberFour 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, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
lbeurerkellner/n4js
plugins/org.eclipse.n4js.ui/src/org/eclipse/n4js/ui/outline/N4JSFilterStaticMembersOutlineContribution.java
Java
epl-1.0
1,403
package c10; public class ExtensionInfo extends x10.ExtensionInfo{ @Override public String[] fileExtensions() { return new String[] { "c10"}; } @Override public String defaultFileExtension() { return "c10"; } @Override public String compilerName() { return "c10c...
saraswat/C10
c10.compiler/src/c10/ExtensionInfo.java
Java
epl-1.0
333
/******************************************************************************* * 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.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/io/TokenTests.java
Java
epl-1.0
4,266
/** * Copyright (c) 2012 Tobias Boehm. * 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: * Tobias ...
tobiasb/CodeFinder
plugins/org.eclipselabs.recommenders.codesearch.rcp.dslQL1/src/org/eclipselabs/recommenders/codesearch/rcp/dslQL1/QL1QueryExtractor.java
Java
epl-1.0
5,841
/******************************************************************************* * Copyright (c) 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. 1.0 ...
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/xmlenum/XmlEnumChoiceCollectionTestCases.java
Java
epl-1.0
2,358
/******************************************************************************* * 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
sdo/eclipselink.sdo.test/src/org/eclipse/persistence/testing/sdo/model/dataobject/SDODataObjectGetDecimalConversionWithpathTest.java
Java
epl-1.0
14,485
/******************************************************************************* * 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/java/FieldTest.java
Java
epl-1.0
5,736
package net.sf.etrakr.remote.adb.core.adb; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PipedInputStream; import java.io.PipedOutputStream; import java.util.concurrent.CountDownLatch; impor...
rhchen/etrakr
remote/net.sf.etrakr.remote.adb.core/src/net/sf/etrakr/remote/adb/core/adb/AdbSession.java
Java
epl-1.0
8,582
/** * Provides the interfaces and enumeration types as defined in the schema */ package org.jboss.shrinkwrap.descriptor.api.connector16;
forge/javaee-descriptors
api/src/main/java/org/jboss/shrinkwrap/descriptor/api/connector16/package-info.java
Java
epl-1.0
144
/** * Copyright (c) 2010-2017 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 */...
msvinth/openhab2-addons
addons/binding/org.openhab.binding.freebox/src/main/java/org/openhab/binding/freebox/internal/FreeboxHandlerFactory.java
Java
epl-1.0
8,591
/** * generated by Xtext */ package org.eclipse.xtext.serializer.syntacticsequencertest.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; import org.eclipse.xtext....
miklossy/xtext-core
org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/serializer/syntacticsequencertest/impl/MandatoryKeywordsImpl.java
Java
epl-1.0
7,244
/** * Copyright (c) 2010-2015, 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...
smerschjohann/openhab
bundles/binding/org.openhab.binding.ihc/src/main/java/org/openhab/binding/ihc/ws/IhcHttpsClient.java
Java
epl-1.0
3,269
/******************************************************************************* * Copyright (c) 2011, 2016 Eurotech 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 * which accompanies this distributi...
markcullen/kura_Windows
kura/org.eclipse.kura.core.net/src/main/java/org/eclipse/kura/core/net/modem/ModemInterfaceImpl.java
Java
epl-1.0
5,288
/** * Copyright (c) 2009, 2010 Mark Feber, MulgaSoft * * 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 co...
MulgaSoft/e4macs
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpMarkForwardHandler.java
Java
epl-1.0
1,452
/****************************************************************************** * Copyright (c) 2005, 2009 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,...
Yakindu/statecharts
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/clipboardsupport/NotationClipboardOperationHelper.java
Java
epl-1.0
13,964
/** * <copyright> * </copyright> * * $Id$ */ package com.odcgroup.page.metamodel.provider; import java.util.Collection; import java.util.List; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.util.ResourceLocator; import org.ec...
debabratahazra/DS
designstudio/components/page/ui/com.odcgroup.page.edit/src/generated/java/com/odcgroup/page/metamodel/provider/EventTypeItemProvider.java
Java
epl-1.0
5,346
package com.yancy.support.dao.sqs; import java.util.Calendar; /** * ไฟๅญ˜ๅผ€ๅง‹็ป“ๆŸๆ—ฅๆœŸ * User: Administrator * Date: 13-9-9 * Time: ไธ‹ๅˆ1:20 * ไฟฎๆ”นๆ่ฟฐ */ public class BasicDate { private Calendar startTime; private Calendar endTime; public BasicDate() { } public BasicDate(Calendar start...
yancykim/support
src/com/yancy/support/dao/sqs/BasicDate.java
Java
epl-1.0
1,134
/** * Copyright (c) 2012 Lunifera GmbH (Austria) 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 * * Contr...
lunifera/lunifera-ecview
org.lunifera.ecview.core.common/src/org/lunifera/ecview/core/common/editpart/IECViewModelListBindingEndpointEditpart.java
Java
epl-1.0
724
package mx.com.cinepolis.digital.booking.dao.util; import java.util.ArrayList; import mx.com.cinepolis.digital.booking.commons.constants.CategoryType; import mx.com.cinepolis.digital.booking.commons.constants.Language; import mx.com.cinepolis.digital.booking.commons.to.CatalogTO; import mx.com.cinepolis.digital.booki...
sidlors/digital-booking
digital-booking-persistence/src/main/java/mx/com/cinepolis/digital/booking/dao/util/ScreenDOToScreenTOTransformer.java
Java
epl-1.0
3,201
/******************************************************************************* * Copyright (c) 2017 Red Hat, 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 avai...
djelinek/reddeer
tests/org.eclipse.reddeer.eclipse.test/src/org/eclipse/reddeer/eclipse/test/jst/servlet/ui/WebProjectTest.java
Java
epl-1.0
3,208
/** */ package SimpleBPMN.tests; import SimpleBPMN.IntermediateEvent; import SimpleBPMN.SimpleBPMNFactory; import junit.textui.TestRunner; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Intermediate Event</b></em>'. * <!-- end-user-doc --> * @generated */ public class IntermediateEven...
bluezio/simplified-bpmn-example
org.eclipse.epsilon.eugenia.bpmn.tests/src/SimpleBPMN/tests/IntermediateEventTest.java
Java
epl-1.0
1,455
package crossover; import clojure.lang.PersistentArrayMap; import clojure.lang.PersistentHashMap; import clojure.lang.PersistentVector; import java.util.*; public class Order1 { private static Random _random = new Random(); private static int nextInt(int max) { return _random.nextInt(max); } ...
condur/clojure-genetic-algorithm-example
src/clojure_genetic_algorithm_example/java/crossover/Order1.java
Java
epl-1.0
3,928
/******************************************************************************* * Copyright (c) 2004 Actuate 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, and is available a...
Charling-Huang/birt
testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/Regression_152545.java
Java
epl-1.0
6,779
/** * Copyright (c) 2010-2017 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 */...
georgeerhan/openhab2-addons
addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/MessageProcessor.java
Java
epl-1.0
8,782
/** * (C) Copyright IBM Corp. 2006, 2013 * * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE * CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. * * You can obtain a current copy of the Eclipse Public License from ...
acleasby/sblim2
src/main/java/org/sblim/cimclient/internal/cimxml/sax/node/ValueObjectNode.java
Java
epl-1.0
3,420
package org.a_sply.porter.domain.product; import java.util.List; import org.a_sply.porter.domain.base.Named; public class Product extends Named{ private long productId; public final static String PRODUCT_ID = "productId"; public final static String NAMED_PRODUCT_ID = named(PRODUCT_ID); private lo...
ASPLY/PorterServer
src/main/java/org/a_sply/porter/domain/product/Product.java
Java
epl-1.0
4,651
/** * Waffle (https://github.com/Waffle/waffle) * * Copyright (c) 2010-2016 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 * https://ww...
AriSuutariST/waffle
Source/JNA/waffle-shiro/src/test/java/waffle/shiro/negotiate/NegotiateAuthenticationStrategyTest.java
Java
epl-1.0
1,725
/** * ***************************************************************************** Copyright (c) 2003, * 2006 Subclipse project 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,...
subclipse/subclipse
bundles/subclipse.core/src/org/tigris/subversion/subclipse/core/history/LogEntry.java
Java
epl-1.0
11,342
/** * Copyright (c) 2014-2016 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...
dvanherbergen/smarthome
bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryImpl.java
Java
epl-1.0
9,827
package org.hp.util; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class JsonHandler { public static Map<String, Object> par...
hpgary/MyAlice
myalice-http/src/main/java/org/hp/util/JsonHandler.java
Java
gpl-2.0
1,759
/******************************************************************************* * Copyright (C) 2013 JMaNGOS <http://jmangos.org/> * * 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...
JMaNGOS/JMaNGOS
Commons/src/main/java/org/jmangos/commons/utils/BigNumber.java
Java
gpl-2.0
5,728
/* * 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/quercus/src/com/caucho/quercus/lib/db/MysqlLatin1Utility.java
Java
gpl-2.0
2,962
package com.qi.common.web.interceptor; import com.qi.common.util.StringUtil; import com.qi.common.web.annotation.BreadcrumbNavigation; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.method.HandlerMethod; import org.springframework.web.servlet.ModelAndView; import org.spri...
tkdiooo/framework
QI-Common/QI-Common-Web/src/main/java/com/qi/common/web/interceptor/FrontInterceptor.java
Java
gpl-2.0
3,801
/* * 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 sv.com.mined.sieni.model; import java.io.Serializable; import java.util.List; import javax.persistence.Basic; import...
paco30amigos/sieni
SIENI/SIENI-model/src/main/java/sv/com/mined/sieni/model/SieniGrado.java
Java
gpl-2.0
5,984
package org.adempiere.ad.callout.spi.impl; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicBoolean; import org.adempiere.ad.callout.annotations.api.impl.AnnotatedCalloutInstance; import org.adempiere.ad.c...
klst-com/metasfresh
de.metas.adempiere.adempiere/base/src/main/java/org/adempiere/ad/callout/spi/impl/ProgramaticCalloutProvider.java
Java
gpl-2.0
3,569
/* * 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/gui/attributeeditor/CellEditors.java
Java
gpl-2.0
2,167
package com.ihaoxue.memory.ui; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageView; import android.widget.TextView; import com.ihaoxue.memory.MemoryApplication; import com.ihaoxue.memory.R; public class FoundPasswordActivity extends BaseActivity implements OnClickListe...
weibingithub/Memory
src/com/ihaoxue/memory/ui/FoundPasswordActivity.java
Java
gpl-2.0
1,620
/* SCCS @(#)NslScheduler.java 1.12---09/01/99--00:19:51 */ // Copyright: Copyright (c) 1997 University of Southern California Brain Project. // Copyright: This software may be freely copied provided the toplevel // Copyright: COPYRIGHT file is included with each such copy. // Copyright: Email nsl@java.usc.edu. ...
salvadormarmol/NSL_3_0_S
nslj/src/system/NslScheduler.java
Java
gpl-2.0
4,346
package net.killerchief.halocraft.items; import net.killerchief.halocraft.Halocraft; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; public class Hal...
KILLER-CHIEF/Halocraft-KCWM
java/net/killerchief/halocraft/items/HalocraftItem.java
Java
gpl-2.0
1,131
/* * Copyright (c) 2010, 2014, 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 ...
166MMX/openjdk.java.net-openjfx-8u40-rt
modules/graphics/src/main/java/javafx/scene/shape/Shape.java
Java
gpl-2.0
66,276
package org.hanonator.route; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.stream.Collectors; import java.util.stream.Stream; /** * Matrix with a hash map implementation * * @author Red * */ public class MapMatrix implements Matrix { /** * The c...
hanz0r/server289
hanonator/src/main/java/org/hanonator/route/MapMatrix.java
Java
gpl-2.0
1,260
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program ...
Corvu/dbeaver
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/impl/struct/AbstractObjectReference.java
Java
gpl-2.0
2,884
package server; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashMap; impor...
X3N0-Life-Form/TestLink-Selenium_RPCServer
TLS_XmlRpc_server--test/server/TestExecutorTest.java
Java
gpl-2.0
5,535
/* * Copyright (c) 2008, 2012, 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 ...
karianna/jdk8_tl
jdk/test/java/nio/file/WatchService/SensitivityModifier.java
Java
gpl-2.0
4,580
/* * Copyright (c) 1998-2010 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...
CleverCloud/Quercus
quercus/src/main/java/com/caucho/quercus/lib/gettext/GettextResource.java
Java
gpl-2.0
4,883
package kr.co.leehana.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * <p>Spring RestController ์—์„œ ํ•„์š”์‹œ ์ด ์–ด๋…ธํ…Œ์ด์…˜์„ ์ด์šฉํ•˜์—ฌ ํด๋ผ์ด์–ธํŠธ์— WebSocket ์œผ๋กœ Notify ๋ฅผ ๋ณด...
Hana-Lee/baseball-game
src/main/java/kr/co/leehana/annotation/NotifyClients.java
Java
gpl-2.0
787
package clases; import android.app.Activity; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.EditText; import android.widget.ImageButton; import android.widget.LinearLayout; import android.widget.ListView; import android.widget.Spinner; import com.gao...
Titulacion-Sistemas/CONIEL-GAO
Coniel-GAO/app/src/main/java/clases/ListaContenidoSellosAdapter.java
Java
gpl-2.0
2,982