repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
lhillah/pnmlframework | pnmlFw-PT-HLPNG/src/fr/lip6/move/pnml/pthlpng/hlcorestructure/hlapi/RefTransitionHLAPI.java | 12908 | /**
* Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités,
Univ. Paris 06 - CNRS UMR 7606 (LIP6)
*
* 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 av... | epl-1.0 |
ttimbul/eclipse.wst | bundles/org.eclipse.wst.xsd.ui/src-common/org/eclipse/wst/xsd/ui/internal/common/properties/sections/XSDFacetSectionFilter.java | 1429 | /*******************************************************************************
* Copyright (c) 2001, 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... | epl-1.0 |
lincolnthree/windup | rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/RMIServiceModel.java | 1411 | package org.jboss.windup.rules.apps.javaee.model;
import org.jboss.windup.rules.apps.java.model.JavaClassModel;
import com.tinkerpop.blueprints.Direction;
import com.tinkerpop.frames.Adjacency;
import com.tinkerpop.frames.modules.typedgraph.TypeValue;
/**
* RMI Service marker interface.
*
* @author <a href="mail... | epl-1.0 |
bradsdavis/windup | rules-base/api/src/main/java/org/jboss/windup/rules/files/condition/FileContentHandler.java | 2110 | package org.jboss.windup.rules.files.condition;
import static org.joox.JOOX.$;
import org.apache.commons.lang.StringUtils;
import org.jboss.windup.config.exception.ConfigurationException;
import org.jboss.windup.config.operation.Iteration;
import org.jboss.windup.config.parser.ElementHandler;
import org.jboss.windup.... | epl-1.0 |
sleshchenko/che | multiuser/api/che-multiuser-api-resource/src/test/java/org/eclipse/che/multiuser/resource/api/usage/ResourceServiceTest.java | 7187 | /*
* 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... | epl-1.0 |
forge/javaee-descriptors | api/src/main/java/org/jboss/shrinkwrap/descriptor/api/ejbjar30/MethodType.java | 6829 | package org.jboss.shrinkwrap.descriptor.api.ejbjar30;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
/**
* This interface defines the contract for the <code> methodType </code> xsd type
* @author <a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a>
* @author <a href="mailto:a... | epl-1.0 |
opendaylight/controller | opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/InMemorySnapshotStore.java | 7911 | /*
* Copyright (c) 2015 Brocade Communications 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... | epl-1.0 |
ObeoNetwork/M2Doc | plugins/org.obeonetwork.m2doc.genconf.editor/src/org/obeonetwork/m2doc/genconf/editor/command/LoadInterpreterGenerationHandler.java | 2922 | /*******************************************************************************
* Copyright (c) 2021 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* h... | epl-1.0 |
ossmeter/ossmeter | web/org-ossmeter-webapp/app/org/ossmeter/repository/model/googlecode/GoogleCodeProject.java | 1622 | package org.ossmeter.repository.model.googlecode;
import java.util.*;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.annotation.JsonSubTypes.Type;
import org.ossmeter... | epl-1.0 |
sathipal/lwm2m_over_mqtt | src/com/ibm/mqttv3/binding/MQTTResource.java | 3910 |
package com.ibm.mqttv3.binding;
import java.util.Collection;
import java.util.concurrent.ConcurrentHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MQTTResource implements Resource {
/** The logger. */
private static final Logger LOG = LoggerFactory.getLogger(MQTTResource.class);
... | epl-1.0 |
lspector/pucks | resources/public/js/development/pucks/agents/swarmer.js | 1960 | // Compiled by ClojureScript 1.10.520 {}
goog.provide('pucks.agents.swarmer');
goog.require('cljs.core');
goog.require('pucks.util');
goog.require('pucks.globals');
goog.require('pucks.vec2D');
goog.require('pucks.agents.active');
pucks.agents.swarmer.rand_direction = (function pucks$agents$swarmer$rand_direction(){
re... | epl-1.0 |
NABUCCO/org.nabucco.framework.generator | org.nabucco.framework.generator/conf/nbc/templates/java/service/ServiceRemoteInterfaceTemplate.java | 1448 | /*
* 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... | epl-1.0 |
elucash/eclipse-oxygen | org.eclipse.jdt.ui/src/org/eclipse/jdt/ui/text/java/correction/CUCorrectionProposal.java | 10726 | /*******************************************************************************
* Copyright (c) 2000, 2012 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... | epl-1.0 |
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | foundation/eclipselink.extension.oracle.test/src/org/eclipse/persistence/testing/tests/plsqlrecord/PLSQLrecordInOutTestSet.java | 19740 | // Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.
package org.eclipse.persistence.testing.tests.plsqlrecord;
// javase imports
import java.io.FileInputStream;
import java.io.StringReader;
import java.math.BigDecimal;
import java.sql.Date;
import java.util.Properties;
import org.... | epl-1.0 |
sehrgut/minecraft-smp-mocreatures | moCreatures/server/core/sources/net/minecraft/src/EnumMovingObjectType.java | 1154 | // 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;
// Referenced classes of package net.minecraft.src:
// MovingObjectPosition
public enum EnumMovingObje... | epl-1.0 |
FraunhoferESK/ernest-eclipse-integration | de.fraunhofer.esk.ernest.core.analysis/src/de/fraunhofer/esk/ernest/core/analysis/analyses/AnalysisUtil.java | 4266 | /*******************************************************************************
* 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... | epl-1.0 |
debrief/debrief | org.mwc.asset.legacy/src/ASSET/Util/XML/Sensors/NarrowbandHandler.java | 3114 |
package ASSET.Util.XML.Sensors;
/*******************************************************************************
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2020, Deep Blue C Technology Ltd
*
* This library is free software; you can redistribute it and/o... | epl-1.0 |
FMCalisto/phonebook | target/generated-sources/dml-maven-plugin/pt/ist/fenixframework/adt/bplustree/InnerNodeArray_Base.java | 3358 | package pt.ist.fenixframework.adt.bplustree;
import pt.ist.fenixframework.backend.jvstmojb.pstm.RelationList;
import pt.ist.fenixframework.backend.jvstmojb.ojb.OJBFunctionalSetWrapper;
import pt.ist.fenixframework.ValueTypeSerializer;
@SuppressWarnings("all")
public abstract class InnerNodeArray_Base extends pt.ist.... | epl-1.0 |
sehrgut/minecraft-smp-mocreatures | moCreatures/client - Copie/debug/sources/net/minecraft/src/EntityFlyerMob.java | 8172 | package net.minecraft.src;
// 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
import java.util.Random;
public class EntityFlyerMob extends EntityMob
{
public EntityFlyerMob(World world)
... | epl-1.0 |
ELTE-Soft/xUML-RT-Executor | plugins/hu.eltesoft.modelexecution.examples/src/hu/eltesoft/modelexecution/examples/StateMachineExampleWizard.java | 2982 | package hu.eltesoft.modelexecution.examples;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.jface.wizard.WizardPage;
import org.eclipse.swt.SWT;
i... | epl-1.0 |
kdjones/lse | Source/Libraries/SynchrophasorAnalytics/Graphs/IGraphable.cs | 1830 | //******************************************************************************************************
// IGraphable.cs
//
// Copyright © 2013, Kevin D. Jones. All Rights Reserved.
//
// This file is licensed to you under the Eclipse Public License -v 1.0 (the "License"); you may
// not use this file except in ... | epl-1.0 |
matthiaszimmermann/jOOQ-and-EclipseScout | application/application.database/src/generated/java/com/acme/application/database/or/sys/tables/Syskeys.java | 2475 | /*
* This file is generated by jOOQ.
*/
package com.acme.application.database.or.sys.tables;
import com.acme.application.database.or.sys.Sys;
import com.acme.application.database.or.sys.tables.records.SyskeysRecord;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Schema;
import org.jooq.T... | epl-1.0 |
siad007/pdt-php-amqp | de.mehralsnix.php.amqp/src/de/mehralsnix/php/amqp/Activator.java | 1032 | package de.mehralsnix.php.amqp;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class Activator extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "de.mehralsnix.php.amqp";... | epl-1.0 |
wx5223/fileconvert | src/main/java/com/wx/tohtml/PptConvert.java | 3346 | package com.wx.tohtml;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics2D;
import java.awt.geom.Rectangle2D;
import java.awt.image.BufferedImage;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStrea... | epl-1.0 |
vikpek/SocialWeaver | Social Weaver WS/src/main/java/at/ac/uibk/qe/sowe/SocialElement.java | 387 | package at.ac.uibk.qe.sowe;
import org.springframework.roo.addon.javabean.RooJavaBean;
import org.springframework.roo.addon.jpa.activerecord.RooJpaActiveRecord;
import org.springframework.roo.addon.json.RooJson;
import org.springframework.roo.addon.tostring.RooToString;
@RooJavaBean
@RooToString
@RooJpaActiveRecord
@... | epl-1.0 |
debrief/debrief | org.mwc.debrief.lite/src/main/java/org/mwc/debrief/lite/gui/custom/narratives/TrackPanelItemRenderer.java | 1604 | /*******************************************************************************
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2020, Deep Blue C Technology Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclip... | epl-1.0 |
Mark-Booth/daq-eclipse | uk.ac.diamond.org.apache.activemq/org/jasypt/commons/CommonUtils.java | 8804 | /*
* =============================================================================
*
* Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain... | epl-1.0 |
lhillah/pnmlframework | pnmlFw-PT-HLPNG/src/fr/lip6/move/pnml/pthlpng/hlcorestructure/impl/NodeImpl.java | 9015 | /**
* Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités,
Univ. Paris 06 - CNRS UMR 7606 (LIP6)
*
* 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 av... | epl-1.0 |
stormc/hawkbit | hawkbit-security-core/src/test/java/org/eclipse/hawkbit/util/IpUtilTest.java | 6743 | /**
* Copyright (c) 2015 Bosch Software Innovations 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
... | epl-1.0 |
LM25TTD/HopperIDE | Eclipse_Plugin/org.hopper.language.parent/org.hopper.language.ui/xtend-gen/org/hopper/language/ui/labeling/TypeRepresentation.java | 237 | package org.hopper.language.ui.labeling;
import org.hopper.language.portugol.VarType;
@SuppressWarnings("all")
public class TypeRepresentation {
public String representation(final VarType type) {
return type.getTypeName();
}
}
| epl-1.0 |
FTSRG/viatra-dse-distributed | org.eclipse.viatra.dse.cluster.node/src/org/eclipse/viatra/dse/cluster/node/RemoteAkkaClassloader.java | 3810 | package org.eclipse.viatra.dse.cluster.node;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.Enumeration;
import org.apache.log4j.Logger;
import org.eclipse.viatra.dse.cluster.interfaces.IProblemServer;
/**
* This is the classloader on the worker nodes that load the rec... | epl-1.0 |
piranha/pump | resources/react/module$CompositionEventPlugin.js | 5881 | goog.provide("module$CompositionEventPlugin");
var module$CompositionEventPlugin = {};
goog.require("module$keyOf");
goog.require("module$getTextContentAccessor");
goog.require("module$SyntheticCompositionEvent");
goog.require("module$ReactInputSelection");
goog.require("module$ExecutionEnvironment");
goog.require("mod... | epl-1.0 |
hammacher/ccs | plugin/src/de/unisb/cs/depend/ccs_sem/plugin/views/simulation/IUndoObservable.java | 209 | package de.unisb.cs.depend.ccs_sem.plugin.views.simulation;
public interface IUndoObservable {
public void addUndoListener(IUndoListener listener);
public void removeUndoListener(IUndoListener listener);
}
| epl-1.0 |
kopl/misc | JaMoPP Performance Test/testcode/argouml-usecase-variant/src/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java | 5495 |
//@#$LPS-USECASEDIAGRAM:GranularityType:Package
// $Id: PropPanelInclude.java 89 2010-07-31 23:06:12Z marcusvnac $
// Copyright (c) 1996-2008 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... | epl-1.0 |
lhillah/pnmlframework | pnmlFw-Tests/test/fr/lip6/move/pnml/hlpn/hlcorestructure/hlapi/RefPlaceHLAPITest.java | 20174 | /**
* (C) Sorbonne Universités, UPMC Univ Paris 06, UMR CNRS 7606 (LIP6)
* 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.htm... | epl-1.0 |
SPDSS/adss | eu.aspire_fp7.adss/src/eu/aspire_fp7/adss/l1p/ProtectionEvaluator.java | 1172 | /*******************************************************************************
* Copyright (c) 2016 Politecnico di Torino.
* 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... | epl-1.0 |
posl/iArch | jp.ac.kyushu_u.iarch.basefunction/src/jp/ac/kyushu_u/iarch/basefunction/reader/XMLreader.java | 6418 | package jp.ac.kyushu_u.iarch.basefunction.reader;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.dom4j.Attribute;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Node;
import org.dom4j.io.SAXReader;
import org.eclipse.core.resources.IFile;
impo... | epl-1.0 |
jeff2001/jenkins-tray | HudsonTrayTracker/UI/Controls/ServerListControl.cs | 4432 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using Hudson.TrayTracker.BusinessComponents;
using Hudson.TrayTracker.Entities;
using DevExpress.XtraBars;
using H... | epl-1.0 |
djelinek/reddeer | plugins/org.eclipse.reddeer.workbench/src/org/eclipse/reddeer/workbench/lookup/ViewLookup.java | 2504 | /*******************************************************************************
* 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... | epl-1.0 |
build-canaries/nevergreen | src/client/settings/success/SuccessReducer.test.ts | 2147 | import {getSuccessMessages, reduce, SUCCESS_ROOT, SuccessState} from './SuccessReducer'
import {Actions} from '../../Actions'
import {addMessage, removeMessage} from './SuccessActionCreators'
import {buildState, testReducer} from '../../testHelpers'
import {configurationImported} from '../backup/BackupActionCreators'
... | epl-1.0 |
till-f/es-tdk | workspace_main/fzi.mottem.runtime/src/fzi/mottem/runtime/rti/isystem/ISYSTEMXmlContentHandler.java | 5244 | package fzi.mottem.runtime.rti.isystem;
import java.sql.SQLException;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.xml.sax.Attributes;
import org.xml.sax.ContentHandler;
import org.xml.sax.Locator;
import org.xml.sax.SAXException;
imp... | epl-1.0 |
HundunStar/AutoTransfer | src/main/java/com/BioStace/AutoTransfer/line/Path.java | 64 | package com.BioStace.AutoTransfer.line;
public class Path {
}
| epl-1.0 |
DavidGutknecht/elexis-3-base | bundles/ch.docbox.elexis/src/org/hl7/v3/PPDTS.java | 2123 | package org.hl7.v3;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* <p>
* Java class for PPD_TS complex type.
*
* <p>
* Th... | epl-1.0 |
smadelenat/CapellaModeAutomata | Semantic/Scenario/org.gemoc.scenario.xdsml/src-gen/org/gemoc/scenario/xdsml/functionscenario/adapters/functionscenariomt/la/LogicalContextAdapter.java | 72195 | package org.gemoc.scenario.xdsml.functionscenario.adapters.functionscenariomt.la;
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.adapters.functionscenar... | epl-1.0 |
DavidGutknecht/elexis-3-base | bundles/ch.elexis.docbox.ws.client/src-gen/org/hl7/v3/RoleClassInvestigationSubject.java | 869 |
package org.hl7.v3;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for RoleClassInvestigationSubject.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType name="RoleClassInvesti... | epl-1.0 |
mark-christiaens/EMF-Statistics-View | EMF-Statistics-View/src/com/sigasi/emfstats/RefreshJob.java | 2887 | /*******************************************************************************
* Copyright (c) 2011 Sigasi N.V.
* 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
* h... | epl-1.0 |
intuit/Tank | tank_common/src/test/java/com/intuit/tank/util/TimeFormatUtilTest.java | 2241 | /**
* Copyright 2011 Intuit Inc. All Rights Reserved
*/
package com.intuit.tank.util;
/*
* #%L
* Common
* %%
* 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 accompan... | epl-1.0 |
xen-0/dawnsci | org.eclipse.dawnsci.nexus/autogen/org/eclipse/dawnsci/nexus/impl/NXparametersImpl.java | 2188 | /*-
*******************************************************************************
* Copyright (c) 2015 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, and is... | epl-1.0 |
kenijey/harshencastle | src/main/java/kenijey/harshenuniverse/items/HarshenSoulIngot.java | 242 | package kenijey.harshenuniverse.items;
import net.minecraft.item.Item;
public class HarshenSoulIngot extends Item
{
public HarshenSoulIngot()
{
setUnlocalizedName("harshen_soul_ingot");
setRegistryName("harshen_soul_ingot");
}
}
| epl-1.0 |
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | utils/eclipselink.utils.workbench/mappingsplugin/source/org/eclipse/persistence/tools/workbench/mappingsplugin/ui/mapping/xml/MapAsAnyAttributeAction.java | 2408 | /*******************************************************************************
* 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. ... | epl-1.0 |
dblock/waffle | Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsIdentity.java | 2071 | /**
* Waffle (https://github.com/Waffle/waffle)
*
* Copyright (c) 2010-2018 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... | epl-1.0 |
maraszm/openhab | bundles/binding/org.openhab.binding.ekozefir/src/main/java/org/openhab/binding/ekozefir/internal/ResponseBus.java | 988 | /**
* 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... | epl-1.0 |
debrief/debrief | org.mwc.debrief.pepys/src/main/java/org/mwc/debrief/pepys/model/db/annotation/Transient.java | 311 | package org.mwc.debrief.pepys.model.db.annotation;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target(FIELD)
public @interface Transient {
}
| epl-1.0 |
Corona-IDE/corona-ide | corona-ide-core-api/src/main/java/com/coronaide/core/service/IWorkspaceService.java | 956 | /*******************************************************************************
* Copyright (c) Nov 17, 2016 Corona IDE.
* 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... | epl-1.0 |
xiaohanz/softcontroller | opendaylight/config/config-manager/src/main/java/org/opendaylight/controller/config/manager/impl/factoriesresolver/ModuleFactoriesResolver.java | 945 | /*
* Copyright (c) 2013 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.... | epl-1.0 |
cbaerikebc/kapua | service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupDAO.java | 4640 | /*******************************************************************************
* 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... | epl-1.0 |
vertig/tempo | security/src/main/java/org/intalio/tempo/security/ldap/LDAPRBACProvider.java | 25966 | /**
* Copyright (C) 2003, Intalio Inc.
*
* The program(s) herein may be used and/or copied only with the
* written permission of Intalio Inc. or in accordance with the terms
* and conditions stipulated in the agreement/contract under which the
* program(s) have been supplied.
*
* $Id: LDAPRBACProvider.java,v 1.... | epl-1.0 |
gnodet/wikitext | org.eclipse.mylyn.wikitext.tracwiki.core/src/org/eclipse/mylyn/internal/wikitext/tracwiki/core/phrase/EscapePhraseModifier.java | 1808 | /*******************************************************************************
* Copyright (c) 2007, 2008 David Green 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... | epl-1.0 |
zamberjo/hesidohackeadobot | setup.py | 1106 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
setup(
name='HeSidoHackeadoBot',
packages=['hesidohackeadobot'],
version='1.0',
description='Bot telegram para uso de la API de www.hesidohackeado.com',
url='https://github.com/zamberjo/hesidohackeadobot',
author='Jose ... | gpl-2.0 |
Fotonicamente/fotonicamente-wp-theme | xin-magazine-fotonicamente/pages/portfolio.php | 2559 | <?php
/**
* Template Name: Portfolio
*
* @package xinmag
* @since 1.0.2
*/
get_header();
if ( get_query_var('paged') )
$paged = get_query_var('paged');
elseif ( get_query_var('page') )
$paged = get_query_var('page');
else
$paged = 1;
global $xinwp_thumbnail, $xinwp_display_excerpt, $xinwp_e... | gpl-2.0 |
vaanwizard/ablator | python/models/solution.py | 4557 | #trida, ktera bude uchovavat solution
#atributy:
# name - jmeno solutionu, podle nej vznikne adresar ve slozce solutions
# init_data - prirazeny soubor init_data
# mat_data - prirazeny soubor mat_data
# opac_data - prirazeny soubor opac_data
# ablator_exe - prirazena binarka, ktera provede vypocet
#metody:
# loa... | gpl-2.0 |
jeffgdotorg/opennms | features/graph/provider/legacy/src/main/java/org/opennms/netmgt/graph/provider/legacy/LegacyVertex.java | 2287 | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2019-2019 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2019 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | gpl-2.0 |
cleitonalmeida1/EstagioAZ | assets/vendor/kendoui/src/js/cultures/kendo.culture.af-ZA.js | 2676 | /*
* Kendo UI v2015.2.805 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial licen... | gpl-2.0 |
nowshad-sust/ImageMatching-pHash | src/distance/LevenshteinDistance.java | 1844 | package distance;
/**
* http://en.wikipedia.org/wiki/Levenshtein_distance
*/
public class LevenshteinDistance implements Distance {
@Override
public int getDistance(Object object1, Object object2) {
String string1 = (String) object1;
String string2 = (String) object2;
int distance[][]; /... | gpl-2.0 |
pobbes/gambio | admin/includes/modules/security_check.php | 5295 | <?php
/* --------------------------------------------------------------
security_check.php 2011-05-12 mb
Gambio GmbH
http://www.gambio.de
Copyright (c) 2011 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
-----------------------------... | gpl-2.0 |
ftalbrecht/dune-grid | dune/grid/test/checktwists.cc | 6342 | // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
int applyTwist ( const int twist, const int i, const int numCorners )
{
return (twist < 0 ? (2*numCorners + 1 - i + twist) : i + twist) % numCorners;
}
int inverseTwist ( const int twist, const int numCorners )
{
retur... | gpl-2.0 |
alx/SimplePress | wp-content/plugins/wp-e-commerce/wpsc-admin/includes/settings-pages/presentation.php | 42296 | <?php
function options_categorylist() {
global $wpdb;
$current_default = get_option('wpsc_default_category');
$group_sql = "SELECT * FROM `".WPSC_TABLE_CATEGORISATION_GROUPS."` WHERE `active`='1'";
$group_data = $wpdb->get_results($group_sql,ARRAY_A);
$categorylist .= "<select name='wpsc_options[wpsc_default_categ... | gpl-2.0 |
AweSamNet/Sdl-Community-Legacy-Support | Post Edit Compare/Sdl.Community.PostEdit.Compare.Core/Comparison/Comparer.cs | 34868 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Sdl.Community.PostEdit.Compare.Core.Comparison.Text;
using Sdl.Community.PostEdit.Compare.Core.Reports;
using Sdl.Community.PostEdit.Compare.Core.SDLXLIFF;
namespace Sdl.C... | gpl-2.0 |
BunnyWei/truffle-llvmir | graal/com.oracle.graal.java/src/com/oracle/graal/java/AbstractFrameStateBuilder.java | 13424 | /*
* Copyright (c) 2014, 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 ... | gpl-2.0 |
jeffwright13/unittest_tutorial | test_notequal.py | 356 | import unittest
class InequalityTest(unittest.TestCase):
def testEqual(self):
self.assertEqual(1, 5-4)
def testNotEqual(self):
self.assertNotEqual(0, 0.1)
def testEqual2(self):
self.assertEqual(-1, 5-4)
def testNotEqual2(self):
self.assertNotEqual(0, 100-100)
if __name_... | gpl-2.0 |
minkwankim/OP2A | OP2A/Common/src/Exception.cpp | 2854 | /*
* Open-source multi-Physics Phenomena Analyzer (OP2A) ver. 0.1
*
* Copyright (c) 2015 MINKWAN KIM
*
* Initial Developed Date: May 11, 2015
* Author: Minkwan Kim
*
* Exception.cpp
* -
*
*/
#include "Common/include/Exception.hpp"
namespace OP2A{
namespace Common{
/* Exception Man... | gpl-2.0 |
bruno-barros/w.eloquent | src/bootstrap/testing.php | 1443 | <?php
/**
* ----------------------------------------------------
* Testing config environment
* ----------------------------------------------------
*/
// Database
define('DB_NAME', getenv('DB_NAME'));
define('DB_USER', getenv('DB_USER'));
define('DB_PASSWORD', getenv('DB_PASSWORD'));
define('DB_HOST', getenv('DB_... | gpl-2.0 |
InuSasha/xbmc | xbmc/peripherals/bus/virtual/PeripheralBusAddon.cpp | 14254 | /*
* Copyright (C) 2014-2016 Team Kodi
* http://kodi.tv
*
* 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, or (at your option)
* any later version.
*
* T... | gpl-2.0 |
dennymorrison/moviefantasyleague | MovieFantasyLeague/MFL.Data/Season.cs | 1387 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | gpl-2.0 |
Excito/kronolith | index.php | 813 | <?php
/**
* $Horde: kronolith/index.php,v 1.28.10.3 2009/01/06 15:24:43 jan Exp $
*
* Copyright 1999-2009 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* not receive such a file, see also http://www.fsf.org/copyleft/gpl.html.
*/
@define('KRONOL... | gpl-2.0 |
crosslink/huai-joomla3 | administrator/components/com_jxtc/views/files/tmpl/list_footer.php | 2510 | <?php
/***********************************************************************************
************************************************************************************
*** ***
*** XTC Template Framework helper 1.3.1 ... | gpl-2.0 |
Gambiit/pmb-on-docker | web_appli/pmb/catalog/caddie/pointage/main.inc.php | 1718 | <?php
// +-------------------------------------------------+
// © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: main.inc.php,v 1.9.4.1 2014-06-05 09:51:36 dgoron Exp $
if (stristr($_SERVER['REQUEST_URI'], ".inc.php... | gpl-2.0 |
MESH-Dev/MESH | wp-admin/includes/schema.php | 33562 | <?php
/**
* WordPress Administration Scheme API
*
* Here we keep the DB structure and option values.
*
* @package WordPress
* @subpackage Administration
*/
// Declare these as global in case schema.php is included from a function.
global $wpdb, $wp_queries, $charset_collate;
/**
* The database character coll... | gpl-2.0 |
sam-suresh/joomla-cms | layouts/joomla/edit/associations.php | 703 | <?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
// JLayout for standard handling of associations fields ... | gpl-2.0 |
panhainan/fire | src/org/phn/dao/impl/UserDaoImpl.java | 1211 | package org.phn.dao.impl;
import java.util.List;
import org.phn.bean.User;
import org.phn.dao.IUserDao;
/**
* @author phn
* @date 2015-4-8
* @TODO
*/
public class UserDaoImpl extends JDBCDaoSupport<User> implements IUserDao {
public int save(User user) {
String insertSql = "insert into t_user(uname,upass) va... | gpl-2.0 |
tatsuhirosatou/JMdictDB | web/cgi/updates.py | 8396 | #!/usr/bin/env python3
#######################################################################
# This file is part of JMdictDB.
# Copyright (c) 2010 Stuart McGraw
#
# JMdictDB 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 S... | gpl-2.0 |
gremp/xza | wp-content/themes/colorbow/lib/php/tools.class.php | 5282 | <?php
class tools{
function primary_class( $post_id , $template, $return_just_class = false ){
if($return_just_class){
return layout::length( $post_id , $template , true );
}else{
echo 'class="' . layout::length( $post_id , $template , true ) . '... | gpl-2.0 |
shatu/FOX | src/main/java/org/aksw/fox/utils/FoxJena.java | 12649 | package org.aksw.fox.utils;
import java.io.StringWriter;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.aksw.fox.data.Entity;
import org.aksw.fox.data.Relation;
import org.apache.commons.validator.routines.Url... | gpl-2.0 |
zapster/cacao-travis | src/vm/jit/mips/uclinux/md-os.cpp | 2345 | /* src/vm/jit/mips/uclinux/md-os.cpp - machine dependent MIPS uClinux functions
Copyright (C) 1996-2013
CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
This file is part of CACAO.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Ge... | gpl-2.0 |
npag/JarVIs-Server | Jarvis/Jarvis/Webinterface/js/jarvis_api.js | 819 | function httpGetAsync(theUrl) {
var xmlHttp = new XMLHttpRequest();
xmlHttp.onreadystatechange = function () {
if (xmlHttp.readyState == 4 && xmlHttp.status == 200) {
//alert("RESPONSE: " + xmlHttp.responseText);
}
}
xmlHttp.open("GET", theUrl, true); // true for asynchronous... | gpl-2.0 |
vzwingma/automationManager | automationCommons/src/main/java/com/terrier/utilities/automation/bundles/communs/utils/replace/IReplacePattern.java | 429 | /**
*
*/
package com.terrier.utilities.automation.bundles.communs.utils.replace;
/**
* Interface de patterns de remplacement
* @author vzwingma
*
*/
public interface IReplacePattern {
/**
* @param chaineSource
* @return chaine transformée par le pattern
*/
String replace(String chain... | gpl-2.0 |
Myvar/eStd | eStd/System.Statemachine/ParameterConversionResources.Designer.cs | 3899 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------... | gpl-2.0 |
jessi1411/hallo | wp-content/themes/hallo/content.php | 1022 | <?php
/**
* @package hallo
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h1>' ); ?>
<?php if ( 'post' == get_post_type() ) : ?>
<div class... | gpl-2.0 |
wskm/deruv | i18n/zh-CN/tool.php | 136 | <?php
return [
'Generate target' => '生成目标',
'Generate content' => '生成内容',
'Save Dir' => '保存目录',
];
| gpl-2.0 |
creasyw/IMTAphy | modules/dll/glue/src/arqfsm/stopandwait/FSMFU.cpp | 2645 | /******************************************************************************
* WNS (Wireless Network Simulator) *
* __________________________________________________________________________ *
* *
... | gpl-2.0 |
Open-Transport/synthese | server/src/34_road/Address.cpp | 2854 |
/** Address class implementation.
@file Address.cpp
This file belongs to the SYNTHESE project (public transportation specialized software)
Copyright (C) 2002 Hugues Romain - RCSmobility <contact@rcsmobility.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU G... | gpl-2.0 |
poulson/plink | sets.cpp | 26320 |
//////////////////////////////////////////////////////////////////
// //
// PLINK (c) 2005-2008 Shaun Purcell //
// (c) 2014 Jack Poulson
// //
// This ... | gpl-2.0 |
CaracalDB/CaracalDB | simulator/src/main/java/se/sics/kompics/p2p/experiment/dsl/events/PeriodicSimulatorEvent.java | 1630 | /**
* This file is part of the Kompics P2P Framework.
*
* Copyright (C) 2009 Swedish Institute of Computer Science (SICS)
* Copyright (C) 2009 Royal Institute of Technology (KTH)
*
* Kompics is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publ... | gpl-2.0 |
PatelUtkarsh/rtbiz | templates/acl-settings.php | 2958 | <?php
/*
* 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.
*/
$department = rt_biz_get_department();
$modules = rt_biz_get_modules();
$permissions = rt_biz_get_acl_permissions();
$modul... | gpl-2.0 |
opieproject/opie | i18n/da/mindbreaker.ts | 959 | <!DOCTYPE TS><TS>
<context>
<name>MindBreaker</name>
<message>
<source>New Game</source>
<translation>Nyt spil</translation>
</message>
<message>
<source>win avg: %1 turns (%2 games)</source>
<translation type="unfinished"></translation>
</message>
<message>
... | gpl-2.0 |
Umitay/n | src/main/java/com/umi/common/action/ArticleAdminServlet.java | 6248 | package com.umi.common.action;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import javax.annotation.security.PermitAll;
import javax.annotation.security.RolesAllowed;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | gpl-2.0 |
manuviswam/ReactJsNetSample | ReactJSNetSample/Controllers/HomeController.cs | 244 | using System.Web.Mvc;
namespace ReactJSNetSample.Controllers
{
public class HomeController : Controller
{
//
// GET: /Home/
public ActionResult Index()
{
return View();
}
}
}
| gpl-2.0 |
sslab-gatech/avpass | src/strp.py | 12989 | #!/usr/bin/env python2
'''
String and Variable encryption
1. string obfuscation
ex) python strp.py -f netr.apk string -c yes
-f filename
-c cleanup (yes: leave the extracted directory,
no : remove dir after obfuscation)
2. variable obfuscation
ex) python strp.py -f netr.apk variable -c yes
-f filename
-... | gpl-2.0 |
litwicki/chargify-bundle | Entity/Charge.php | 6397 | <?php
namespace Litwicki\Bundle\ChargifyBundle\Entity;
use JMS\Serializer\Annotation as Serializer;
use JMS\Serializer\Annotation\Accessor;
use JMS\Serializer\Annotation\ExclusionPolicy;
use JMS\Serializer\Annotation\Expose;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\VirtualProperty;
use JMS\Se... | gpl-2.0 |
reparosemlagrima/producao | components/com_jcart/admin/controller/module/latest.php | 5800 | <?php
/**
* @package jCart
* @copyright Copyright (C) 2009 - 2016 softPHP,http://www.soft-php.com
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
class ControllerModuleLatest extends Controller {
private $error = array();
public ... | gpl-2.0 |