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 jpasearch.repository.query; public enum OrderByDirection { ASC, DESC; }
jpasearch/jpasearch
src/main/java/jpasearch/repository/query/OrderByDirection.java
Java
mit
85
package src.enigma.calin.armor; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; /** * Created by Calin on 8/17/2015. */ public class ArmorJihadVest extends Item { public ArmorJihadVest() { setCreativeTab(CreativeTabs.tabCombat); setNoRepair(); this.max...
GamrCorps/Mod
src/main/java/src/enigma/calin/armor/ArmorJihadVest.java
Java
mit
344
package org.superboot.utils; import javax.servlet.http.HttpServletRequest; /** * <b> IP校验 </b> * <p> * 功能描述: * </p> */ public class IPUtils { public static String getClientAddress(HttpServletRequest request) { if (request == null) { return "unknown"; } String ip = request...
7040210/SuperBoot
super-boot-utils/src/main/java/org/superboot/utils/IPUtils.java
Java
mit
1,101
/* @Author: John McCain * @Date: 11-30-15 * @Version 1.0 * @Description: Records an audio stream in one hour increments. Labels files. * Note: lines that need to be modified are marked */ import java.net.URLConnection; import java.net.URL; import java.io.InputStream; import java.io.OutputStream; import j...
kjhkit/Public-Stream-Rip
StreamRipper.java
Java
mit
4,459
package io.hosuaby.restful.services; import io.hosuaby.restful.controllers.TeapotCommandController; import io.hosuaby.restful.services.exceptions.teapots.TeapotNotConnectedException; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import org.springframework.web.context.request.async.Deferr...
hosuaby/example-restful-project
src/main/java/io/hosuaby/restful/services/TeapotCommandService.java
Java
mit
4,011
package uk.ac.imperial.doc.pctmc.postprocessors.numerical; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import org.jfree.data.xy.XYDataset; import uk.ac.imperial.doc.jexpressions.constants.Constants; import uk.ac.imperial.doc.jexpressions.expressions.Abstr...
anton23/gpanalyser
src-pctmc/uk/ac/imperial/doc/pctmc/postprocessors/numerical/NumericalPostprocessorCI.java
Java
mit
3,999
/* * This file is part of Mixin, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software...
simon816/Mixin
src/ap/java/org/spongepowered/tools/obfuscation/struct/Message.java
Java
mit
3,695
package de.homelab.madgaksha.lotsofbs.entityengine.entitysystem; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.Family; import com.badlogic.ashley.systems.IteratingSystem; import com.badlogic.gdx.math.MathUtils; import de.homelab.madgaksha.lotsofbs.entityengine.DefaultPriority; import de.home...
blutorange/lotsOfBSGdx
core/src/de/homelab/madgaksha/lotsofbs/entityengine/entitysystem/DamageSystem.java
Java
cc0-1.0
3,092
/** */ package uk.ac.york.cs.cs2as.cs2as_dsl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Contributions Def</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p...
adolfosbh/cs2as
uk.ac.york.cs.cs2as.dsl/src-gen/uk/ac/york/cs/cs2as/cs2as_dsl/ContributionsDef.java
Java
epl-1.0
1,310
/* * AutoRefactor - Eclipse plugin to automatically refactor Java code bases. * * Copyright (C) 2019 Fabrice Tiercelin - initial API and implementation * * 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...
rpau/AutoRefactor
plugin/src/main/java/org/autorefactor/jdt/internal/ui/fix/NewClassImportCleanUp.java
Java
epl-1.0
9,275
/******************************************************************************* * 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/basic/chart/factory/AbstractFxScoutChartFactory.java
Java
epl-1.0
6,789
package io.renren.common.aspect; import com.google.gson.Gson; import io.renren.common.annotation.SysLog; import io.renren.common.utils.HttpContextUtils; import io.renren.common.utils.IPUtils; import io.renren.modules.sys.entity.SysLogEntity; import io.renren.modules.sys.entity.SysUserEntity; import io.renren.modules.s...
LittleNoobLol/renren-crawler
renren-crawler/src/main/java/io/renren/common/aspect/SysLogAspect.java
Java
epl-1.0
2,563
/******************************************************************************* "FreePastry" Peer-to-Peer Application Development Substrate Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute for Software Systems. All rights reserved. Redistribution and use in source and binary forms, ...
michele-loreti/jResp
core/org.cmg.jresp.pastry/pastry-2.1/src/org/mpisws/p2p/transport/util/SocketWrapperSocket.java
Java
epl-1.0
7,716
/** * Copyright (c) 2007 Borland 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, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contribut...
ghillairet/gmf-tooling-gwt-runtime
org.eclipse.gmf.runtime.lite.gwt/src/org/eclipse/gmf/runtime/gwt/ui/actions/DeleteViewAction.java
Java
epl-1.0
1,327
package magic; import magic.type.Intersection; import magic.type.JavaType; import magic.type.Union; /** * Abstract base class for Kiss types * * @author Mike * */ public abstract class Type { public static final Type[] EMPTY_TYPE_ARRAY = new Type[0]; /** * Performs a runtime check if an object is an inst...
mikera/magic
src/main/java/magic/Type.java
Java
epl-1.0
3,891
/******************************************************************************* * Copyright (c) 2011 Nokia 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...
nokiaeducationdelivery/ned-mobile-client
java/src/org/ned/client/view/style/NEDStyleToolbox.java
Java
epl-1.0
1,032
package br.com.projetoloja.uicontroller; import br.com.projetoloja.cliente.Cliente; import br.com.projetoloja.conta.Conta; import br.com.projetoloja.fachada.Fachada; import br.com.projetoloja.ui.StartApp; import javafx.fxml.FXML; import javafx.scene.control.Label; import javafx.scene.control.TextField; import...
JoaoHenrique60/Projeto-loja
Projeto-loja/src/br/com/projetoloja/uicontroller/ControllerPagamentoParcela.java
Java
epl-1.0
2,282
package mesfavoris.java.editor; import static mesfavoris.bookmarktype.BookmarkPropertiesProviderUtil.getSelection; import static mesfavoris.bookmarktype.BookmarkPropertiesProviderUtil.getTextEditor; import static mesfavoris.java.JavaBookmarkProperties.PROP_LINE_NUMBER_INSIDE_ELEMENT; import static mesfavoris.textedito...
cchabanois/mesfavoris
bundles/mesfavoris.java/src/mesfavoris/java/editor/JavaEditorBookmarkPropertiesProvider.java
Java
epl-1.0
4,045
package com.forgeessentials.commands.item; import java.util.ArrayList; import java.util.List; import com.forgeessentials.util.events.FEModuleEvent.FEModuleServerPostInitEvent; import com.forgeessentials.util.events.FEPlayerEvent.NoPlayerInfoEvent; import com.forgeessentials.util.questioner.Questioner; import com.forg...
aschmois/ForgeEssentialsMain
src/main/java/com/forgeessentials/commands/item/CommandKit.java
Java
epl-1.0
8,111
/** * 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/server/revised/content/dialogue/impl/HansDialogue.java
Java
epl-1.0
12,043
package kotowari.test.form; public class BadForm { }
kawasima/enkan
kotowari/src/test/java/kotowari/test/form/BadForm.java
Java
epl-1.0
54
/* * Copyright 2004-2009 unitarou <boss@unitarou.org>. * All rights reserved. * * This program and the accompanying materials are made available under the terms of * the Common Public License v1.0 which accompanies this distribution, * and is available at http://opensource.org/licenses/cpl.php * * Contri...
comutt/yukinoshita2
src/org/unitarou/yukinoshita/model/cmd/CommandFactory.java
Java
epl-1.0
2,978
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode package net.minecraft.src; import java.util.*; // Referenced classes of package net.minecraft.src: // Slot, ItemStack, ICrafting, E...
sehrgut/minecraft-smp-mocreatures
moCreatures/client/core/sources/net/minecraft/src/Container.java
Java
epl-1.0
11,548
package com.intuit.tank.project; /* * #%L * JSF Support Beans * %% * Copyright (C) 2011 - 2015 Intuit 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 ...
kevinmcgoldrick/Tank
web/web_support/src/test/java/com/intuit/tank/project/DataFileBrowserTest.java
Java
epl-1.0
24,714
package org.birenheide.bf.debug.core; import org.birenheide.bf.InterpreterState; import org.eclipse.debug.core.DebugException; import org.eclipse.debug.core.model.IMemoryBlock; public class BfMemoryBlock extends BfDebugElement implements IMemoryBlock { private final InterpreterState state; private final long star...
RichardBirenheide/brainfuck
org.birenheide.bf.debug/src/org/birenheide/bf/debug/core/BfMemoryBlock.java
Java
epl-1.0
2,404
/** * Copyright (c) 2015 FENECON GmbH & Co. KG. * 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.openhab.b...
fenecon/fenecon-openhab
addons/binding/org.openhab.binding.fems/src/main/java/org/openhab/binding/fems/internal/types/IODigitalInput.java
Java
epl-1.0
1,021
package com.odcgroup.page.ui.edit; import org.eclipse.draw2d.IFigure; import org.eclipse.draw2d.geometry.Point; import org.eclipse.draw2d.geometry.Rectangle; import org.eclipse.gef.DragTracker; import org.eclipse.gef.Request; import org.eclipse.gef.requests.SelectionRequest; import com.odcgroup.page.ui.figure.scroll....
debabratahazra/DS
designstudio/components/page/ui/com.odcgroup.page.ui/src/main/java/com/odcgroup/page/ui/edit/ScrollableWidgetEditPart.java
Java
epl-1.0
3,822
/******************************************************************************* * Copyright (c) 2004, 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, an...
ttimbul/eclipse.wst
bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/contentmodel/chtml/HedIMG.java
Java
epl-1.0
2,893
package gov.nih.nlm.uts.webservice.metadata; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for getAllSourceRelationLabels complex type. * * <p>The following schema fragment specifies the expected co...
dkincaid/clumcl
src/generated/java/gov/nih/nlm/uts/webservice/metadata/GetAllSourceRelationLabels.java
Java
epl-1.0
2,008
/******************************************************************************* * Copyright (c) 2005, 2006 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...
ttimbul/eclipse.wst
bundles/org.eclipse.wst.xsd.ui/src-refactor/org/eclipse/wst/xsd/ui/internal/refactor/IReferenceUpdating.java
Java
epl-1.0
1,426
/* * 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.generator
org.nabucco.framework.generator.compiler/src/main/org/nabucco/framework/generator/compiler/transformation/java/view/NabuccoToJavaRcpViewVisitorSupportUtil.java
Java
epl-1.0
9,473
package com.ge.research.sadl.ui.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.RadioGroupFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage; import org.eclipse.xtext.ui.e...
brfeddersen/sadlos2
sadl3/com.ge.research.sadl.parent/com.ge.research.sadl.ui/src/com/ge/research/sadl/ui/preferences/SadlRootPreferencePage.java
Java
epl-1.0
2,875
package edu.rice.habanero.benchmarks.knapsack; import edu.rice.habanero.benchmarks.BenchmarkRunner; import edu.rice.habanero.concurrent.executors.GenericTaskExecutor; import edu.rice.habanero.concurrent.executors.TaskExecutor; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; /** *...
shamsmahmood/priorityworkstealing
src/main/java/edu/rice/habanero/benchmarks/knapsack/ThreadPoolBenchmark.java
Java
epl-1.0
994
/** */ package org.asup.db.server.store; 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.asup.db.server.store.QStorePackage * @generated */ public...
asupdev/asup
org.asup.db.server.test/src/org/asup/db/server/store/QStoreFactory.java
Java
epl-1.0
1,237
/** * 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
bundles/core/org.eclipse.smarthome.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionSequence.java
Java
epl-1.0
2,583
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
sonatype/nexus-public
components/nexus-orient/src/main/java/org/sonatype/nexus/orient/DatabaseCheckpointSupport.java
Java
epl-1.0
3,928
/** * Copyright (c) 2015 SK holdings Co., Ltd. All rights reserved. * This software is the confidential and proprietary information of SK holdings. * You shall not disclose such confidential information and shall use it only in * accordance with the terms of the license agreement you entered into with SK holdin...
SK-HOLDINGS-CC/NEXCORE-UML-Modeler
nexcore.tool.uml.model/src/java/nexcore/tool/uml/model/umldiagram/Map.java
Java
epl-1.0
3,108
/** * 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.editor...
smkr/pyclipse
plugins/org.python.pydev/tests/org/python/pydev/editor/actions/PyAddBlockCommentTest.java
Java
epl-1.0
3,279
/******************************************************************************* * Copyright (c) 2012 SAP AG 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 availa...
sabev/sap-services-registry-eclipse
org.eclipse.servicesregistry.core/src/org/eclipse/servicesregistry/core/config/persistency/IPreferencesController.java
Java
epl-1.0
2,878
// The MIT License (MIT) // // Copyright (c) 2015, 2018 Arian Fornaris // // 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...
boniatillo-com/PhaserEditor
source/v2/phasereditor/phasereditor.scene.core/src/phasereditor/scene/core/codedom/FieldDeclDom.java
Java
epl-1.0
1,481
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode package net.minecraft.src; import java.util.List; import java.util.Random; // Referenced classes of package net.minecraft.src: // ...
sehrgut/minecraft-smp-mocreatures
moCreatures/server/core/sources/net/minecraft/src/EntityMinecart.java
Java
epl-1.0
27,522
/******************************************************************************* * Copyright (c) 2014 Codenvy, S.A. * 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 *...
Serli/flux-file-watcher
flux-file-watcher-core/src/main/java/com/codenvy/flux/watcher/core/RepositoryEventType.java
Java
epl-1.0
796
/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>ALS Override</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLan...
viatra/VIATRA-Generator
Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSOverride.java
Java
epl-1.0
2,742
/* * Copyright (c) 2014 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....
niuqg/controller
opendaylight/md-sal/sal-dom-broker/src/test/java/org/opendaylight/controller/md/sal/dom/store/impl/tree/data/ModificationMetadataTreeTest.java
Java
epl-1.0
10,396
package net.trajano.ms.engine.test; import io.vertx.core.Vertx; import io.vertx.core.VertxOptions; import io.vertx.core.dns.AddressResolverOptions; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpClientOptions; import net.trajano.ms.engine.internal.resteasy.VertxClientEngine; import org.jboss.reste...
trajano/app-ms
ms-engine/src/test/java/net/trajano/ms/engine/test/VertxClientTest.java
Java
epl-1.0
1,822
/******************************************************************************* * Copyright (c) 2014 Bruno Medeiros and other Contributors. * 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 distrib...
happyspace/goclipse
plugin_ide.ui/src-lang/melnorme/util/swt/components/AbstractComponent.java
Java
epl-1.0
3,307
/* * 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 ...
GazeboHub/ghub-portal-doc
doc/modelio/GHub Portal/mda/JavaDesigner/res/java/tomcat/java/org/apache/tomcat/util/http/fileupload/util/LimitedInputStream.java
Java
epl-1.0
5,635
/* ****************************************************************************** * Copyright (c) 2014 - 2015 Fabian Prasser. * 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...
prasser/jhc
src/swt/de/linearbits/jhc/GraphicsSWT.java
Java
epl-1.0
9,146
package org.productivity.java.syslog4j.impl; import java.util.List; import org.productivity.java.syslog4j.SyslogConfigIF; /** * AbstractSyslogConfigIF provides an interface for all Abstract Syslog * configuration implementations. * * <p>Syslog4j is licensed under the Lesser GNU Public License v2.1. A cop...
kerbyfc/slag
src/slag/java/org/productivity/java/syslog4j/impl/AbstractSyslogConfigIF.java
Java
epl-1.0
1,753
/* * AutoRefactor - Eclipse plugin to automatically refactor Java code bases. * * Copyright (C) 2013 Jean-Noël Rouvignac - initial API and implementation * * 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 Fr...
rpau/AutoRefactor
samples/src/test/java/org/autorefactor/jdt/internal/ui/fix/samples_out/ReduceVariableScopeSample.java
Java
epl-1.0
1,996
/** * 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/main/java/com/zsmartsystems/zigbee/dongle/telegesis/internal/protocol/TelegesisNackMessageEvent.java
Java
epl-1.0
1,675
/******************************************************************************* * 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
jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inheritance/Vehicle.java
Java
epl-1.0
4,050
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * 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 ...
sunix/che-plugins
plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/server/rest/TagListWriter.java
Java
epl-1.0
3,244
/******************************************************************************* * Copyright (c) 2012-2017 Codenvy, S.A. * 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 ...
gazarenkov/che-sketch
plugins/plugin-docker/che-plugin-docker-machine/src/main/java/org/eclipse/che/plugin/docker/machine/DockerProcess.java
Java
epl-1.0
9,181
/** */ package WTSpec.provider; import WTSpec.CtrlUnit115; import WTSpec.WTSpecPackage; 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.edit.provider.ComposeableAdapterFactory; import...
FTSRG/mondo-collab-framework
archive/mondo-access-control/CollaborationIncQuery/WTSpec.edit/src/WTSpec/provider/CtrlUnit115ItemProvider.java
Java
epl-1.0
7,434
package javamm.ui.launch; import org.eclipse.jdt.launching.JavaLaunchDelegate; public class JavammLaunchDelegate extends JavaLaunchDelegate { }
LorenzoBettini/javamm
javamm.ui/src/javamm/ui/launch/JavammLaunchDelegate.java
Java
epl-1.0
146
package edu.upenn.cis455.storage.entity; public interface WebPageEntity { }
arpitpanwar/Crawler
src/edu/upenn/cis455/storage/entity/WebPageEntity.java
Java
epl-1.0
78
/******************************************************************************* * 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...
cbaerikebc/kapua
console/src/main/java/org/eclipse/kapua/app/console/client/ui/button/Button.java
Java
epl-1.0
1,547
/* 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 APackageVisibilityModifier extends PVisibilityModifier { private TPackage _package_;...
abstratt/textuml
plugins/com.abstratt.mdd.frontend.textuml.grammar/src-gen/com/abstratt/mdd/frontend/textuml/grammar/node/APackageVisibilityModifier.java
Java
epl-1.0
1,990
/* Start of Program */ import javax.swing.*; import java.awt.event.*; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.Clip; public class RacerStart extends JFrame { public static boolean gameFreaky = false; public static boolean buttonState = fals...
boyneg/GitLabLession
RacerStart.java
Java
epl-1.0
3,698
package me.chaopeng.chaosblog.utils.cli_utils; import org.apache.commons.cli.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.HashMap; /** * 命令行参数类 * * @author chao */ public class CliUtils { private static final Logger logger = LoggerFactory.getLogger(CliUtils.class); priva...
chaopeng/chaosblog
src/main/java/me/chaopeng/chaosblog/utils/cli_utils/CliUtils.java
Java
epl-1.0
1,508
package com.codeaffine.eclipse.ui.progress; import static com.codeaffine.eclipse.ui.progress.ThreadHelper.sleep; import java.util.ArrayList; import java.util.Collection; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.ui.model.IWorkbenchAdapter; import org.eclipse.ui.progress.IDeferredWorkbenchAdapter...
jbuchberger/xiliary
com.codeaffine.eclipse.ui.test/src/com/codeaffine/eclipse/ui/progress/TestItem.java
Java
epl-1.0
1,537
/* * Note: this file is mostly a wrapper for the sun.net.ftp.FtpClient class. */ /* * Copyright (c) 2009, 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 t...
JonahSloan/Advanced-Java-Tools
src/net/ftp/FtpClient.java
Java
epl-1.0
38,154
/* * Copyright (c) 2014 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/config/yang/config/concurrent_data_broker/DomConcurrentDataBrokerModuleFactory.java
Java
epl-1.0
1,546
/******************************************************************************* * 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
jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/weaving/SimpleObject.java
Java
epl-1.0
3,716
/** * Copyright (c) 2015 SK holdings Co., Ltd. All rights reserved. * This software is the confidential and proprietary information of SK holdings. * You shall not disclose such confidential information and shall use it only in * accordance with the terms of the license agreement you entered into with SK holdin...
SK-HOLDINGS-CC/NEXCORE-UML-Modeler
nexcore.tool.uml.ui.analysis/src/java/nexcore/tool/uml/ui/analysis/activitydiagram/command/DeleteActivityPartitionNodeCommand.java
Java
epl-1.0
5,600
/* * 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 * accompanies this distribution, is reproduced below, and is * available at ...
forge/plugin-undo
src/main/jgit/org/jboss/forge/jgit/util/RawCharUtil.java
Java
epl-1.0
3,984
/** * Copyright (c) 2017 Inria * * 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: * - Faiez Zalil...
occiware/OCCI-Studio
plugins/org.eclipse.cmf.occi.core.editor/src-gen/org/eclipse/cmf/occi/core/presentation/OCCIModelWizard.java
Java
epl-1.0
17,927
/** * Copyright (c) 2015 SK holdings Co., Ltd. All rights reserved. * This software is the confidential and proprietary information of SK holdings. * You shall not disclose such confidential information and shall use it only in * accordance with the terms of the license agreement you entered into with SK holdin...
SK-HOLDINGS-CC/NEXCORE-UML-Modeler
nexcore.tool.mda.model/src/java/nexcore/tool/mda/model/developer/operationbody/IMDAOperation.java
Java
epl-1.0
3,042
/* * Copyright (c) 2014, 2015 Eike Stepper (Berlin, Germany) 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 ...
peterkir/org.eclipse.oomph
plugins/org.eclipse.oomph.setup.edit/src/org/eclipse/oomph/setup/provider/InstallationTaskItemProvider.java
Java
epl-1.0
5,393
/* * (C) Copyright 2015 Netcentric 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 */ package biz.netcentric.aem....
Netcentric/access-control-validator
accesscontrolvalidator-bundle/src/main/java/biz/netcentric/aem/tools/acvalidator/gui/yaml/model/ConfigurationNode.java
Java
epl-1.0
2,809
package org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.mpls.action._case; import java.util.Map; import org.opendaylight.yangtools.yang.binding.Augmentation; import java.util.HashMap; import java.util.List; import com.google.common.collect.Range; import java.util.ArrayList; import...
niuqg/controller
opendaylight/md-sal/model/model-flow-base/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/action/types/rev131112/action/action/pop/mpls/action/_case/PopMplsActionBuilder.java
Java
epl-1.0
7,204
package at.medevit.ch.artikelstamm.ui.internal; import org.eclipse.core.databinding.conversion.Converter; public class IntToStringConverterSelbstbehalt extends Converter { public IntToStringConverterSelbstbehalt(){ super(Integer.class, String.class); } @Override public Object convert(Object fromObject){ i...
DavidGutknecht/elexis-3-base
bundles/at.medevit.ch.artikelstamm.ui/src/at/medevit/ch/artikelstamm/ui/internal/IntToStringConverterSelbstbehalt.java
Java
epl-1.0
461
package org.hamcrest.collection; import java.util.Arrays; import org.hamcrest.Description; import org.hamcrest.Factory; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; /** * Matcher for array whose elements satisfy a sequence of matchers. * The array size must equal the number of element matchers...
jasonCarNormal0101/StockAdviser
lib/hamcrest-1.3/hamcrest-library/src/main/java/org/hamcrest/collection/IsArray.java
Java
epl-1.0
3,007
/******************************************************************************* "FreePastry" Peer-to-Peer Application Development Substrate Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute for Software Systems. All rights reserved. Redistribution and use in source and binary forms, ...
michele-loreti/jResp
core/org.cmg.jresp.pastry/pastry-2.1/src/org/mpisws/p2p/transport/peerreview/replay/playback/ReplaySocket.java
Java
epl-1.0
6,880
/** * 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/src/main/java/com/zsmartsystems/zigbee/zcl/clusters/general/ConfigureReportingResponse.java
Java
epl-1.0
5,846
/* * Licensed Materials - Property of Cirrus Link Solutions * Copyright (c) 2016 Cirrus Link Solutions LLC - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ package com.cirruslink.sparkplug.message.model; import java.util.Objects; ...
Cirrus-Link/Sparkplug
client_libraries/java/src/main/java/com/cirruslink/sparkplug/message/model/Parameter.java
Java
epl-1.0
2,232
/* 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 ATransitionEffect extends PTransitionEffect { private TDo _do_; private PSimpleB...
abstratt/textuml
plugins/com.abstratt.mdd.frontend.textuml.grammar/src-gen/com/abstratt/mdd/frontend/textuml/grammar/node/ATransitionEffect.java
Java
epl-1.0
2,810
package uk.ac.lancs.comp.khatchad.rejuvenatepc.ui.views; import org.eclipse.contribution.xref.internal.ui.utils.XRefUIUtils; import org.eclipse.jdt.core.IJavaElement; import org.eclipse.jface.action.Action; import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.IStructuredSelection; import org.e...
khatchad/Rejuvenate-Pointcut
uk.ac.lancs.comp.khatchad.rejuvenatepc.ui/src/uk/ac/lancs/comp/khatchad/rejuvenatepc/ui/views/DoubleClickAction.java
Java
epl-1.0
1,120
/** */ package org.omg.CVLMetamodelMaster.cvl.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.edit.provider.ComposeableAdapterFactory; import org.eclipse.emf.edit.provider.II...
diverse-project/kcvl
fr.inria.diverse.kcvl.metamodel.edit/src/main/java/org/omg/CVLMetamodelMaster/cvl/provider/ObjectHandleItemProvider.java
Java
epl-1.0
3,826
/** * Copyright (c) 2014-2015 by Wen Yu. * 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 * * Any modifications to this...
nagyistoce/icafe
src/cafe/image/jpeg/COMBuilder.java
Java
epl-1.0
796
/******************************************************************************* * Copyright (c) 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 available a...
wo-amlangwang/ice
org.eclipse.ice.reactor.perspective/src/org/eclipse/ice/reactor/perspective/ReactorsPerspective.java
Java
epl-1.0
1,442
package net.trajano.doxdb.rest; import javax.ws.rs.ext.ParamConverter; import javax.ws.rs.ext.Provider; import net.trajano.doxdb.DoxID; @Provider public class DoxIDMapper implements ParamConverter<DoxID> { @Override public DoxID fromString(final String s) { return new DoxID(s); } @Over...
trajano/doxdb
doxdb-rest/src/main/java/net/trajano/doxdb/rest/DoxIDMapper.java
Java
epl-1.0
416
/* * Password Management Servlets (PWM) * http://www.pwm-project.org * * Copyright (c) 2006-2009 Novell, Inc. * Copyright (c) 2009-2016 The PWM Project * * 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 Soft...
bonhamcm/pwm
src/main/java/password/pwm/util/Helper.java
Java
gpl-2.0
21,609
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.myapp.struts; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.struts.action.ActionForm; impor...
kawzar/tdp
src/java/com/myapp/struts/LoginAction.java
Java
gpl-2.0
1,684
/* * Project Danielle (v.1) * Daniel Tixier * Started 3/8/2013. * * Major shell work completed 3/19. * Major GUI work completed 3/29. * Major initial bid/play logic completed 3/31. * Major debugging started 3/31, break took from 4/2 - 4/16. * Worked on displaying card pics, completed 4/21. * Running prototyp...
digitgopher/danielle
Danielle_1.java
Java
gpl-2.0
68,662
/* * Copyright (c) 2012, 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 ...
BunnyWei/truffle-llvmir
graal/com.oracle.graal.lir.sparc/src/com/oracle/graal/lir/sparc/SPARCBitManipulationOp.java
Java
gpl-2.0
6,018
package com.aoe.sms.client.impl.emay.sp; public class ResultInfo { private String code; private String message; public String getCode() { return code; } public void setCode(String code) { this.code = code; } public String getMessage() { return message; } ...
joeyliu616/business-atom
sms/sms-client-impl-emay/src/main/java/com/aoe/sms/client/impl/emay/sp/ResultInfo.java
Java
gpl-2.0
529
/* * Copyright 1999-2008 Sun Microsystems, Inc. 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 Software Fou...
TheTypoMaster/Scaper
openjdk/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/CheckUnmarshall.java
Java
gpl-2.0
1,540
/* * Copyright (c) 2012, 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 ...
mur47x111/GraalVM
graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/inlining/InliningTest.java
Java
gpl-2.0
18,211
package com.ug.telescopio.fragments; import java.util.ArrayList; import java.util.Arrays; import android.content.Intent; import android.content.res.Configuration; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.view.ContextMenu; import an...
ykro/androidmooc-clase2
Demo 8 - navigation drawer pasando contenido a fragmentos/src/com/ug/telescopio/fragments/CountriesListFragment.java
Java
gpl-2.0
4,216
/* * Copyright 2007 Sun Microsystems, Inc. * * This file is part of jVoiceBridge. * * jVoiceBridge 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 and distributed hereunder * to you. * * ...
damirkusar/jvoicebridge
softphone/src/com/sun/mc/softphone/media/alsa/AlsaAudioServiceProvider.java
Java
gpl-2.0
2,986
/* * 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...
lamsfoundation/lams
3rdParty_sources/spring/org/springframework/web/servlet/mvc/support/RedirectAttributesModelMap.java
Java
gpl-2.0
4,502
package auctionsniper.ui; import auctionsniper.SniperSnapshot; import auctionsniper.SniperState; public enum Column { ITEM_IDENTIFIER("Item") { @Override public Object valueIn(SniperSnapshot snapshot) { return snapshot.itemId; } }, LAST_PRICE("Last Price") { @Override public Object va...
alevincenzi/goos
src/auctionsniper/ui/Column.java
Java
gpl-2.0
904
package nl.itopia.corendon.utils; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.ChoiceBox; import javafx.scene.control.TextField; import nl.itopia.corendon.data.ChooseItem; /** * * @author Wies Kueter */ public class Validation { @FXML private TextField usernameInput...
Biodiscus/Corendon
src/nl/itopia/corendon/utils/Validation.java
Java
gpl-2.0
1,228
package us.matthewcrocco.smashbrawl; import org.joda.time.DateTime; import us.matthewcrocco.smashbrawl.gui.GuiUtils; import us.matthewcrocco.smashbrawl.util.Console; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; imp...
Matt529/SmashBrawlManager
src/us/matthewcrocco/smashbrawl/Config.java
Java
gpl-2.0
7,267
/** * TileEntity class of the statue */ package info.jbcs.minecraft.statues; import net.minecraft.block.Block; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.Blocks; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; impor...
asiekierka/Statues
src/main/java/info/jbcs/minecraft/statues/TileEntityStatue.java
Java
gpl-2.0
3,891
/** * Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved. * This software is published under the GPL GNU General Public License. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published...
hexbinary/landing
src/main/java/oscar/oscarDemographic/data/DemographicRelationship.java
Java
gpl-2.0
7,383
package components.diagram.edit.parts; import org.eclipse.draw2d.Connection; import org.eclipse.gef.EditPart; import org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionNodeEditPart; import org.eclipse.gmf.runtime.diagram.ui.editparts.ITreeBranchEditPart; import org.eclipse.gmf.runtime.diagram.ui.editpolicies.EditP...
peterbartha/j2eecm
edu.bme.vik.iit.j2eecm.diagram/src/components/diagram/edit/parts/DataReleationshipEditPart.java
Java
gpl-2.0
3,130
/* * Copyright (C) Azureus Software, Inc, All Rights Reserved. * * 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 later version. ...
BiglySoftware/BiglyBT
uis/src/com/biglybt/ui/swt/views/tableitems/peers/ColumnPeerNetwork.java
Java
gpl-2.0
2,088