repo_name stringlengths 5 108 | path stringlengths 6 333 | size stringlengths 1 6 | content stringlengths 4 977k | license stringclasses 15
values |
|---|---|---|---|---|
shannah/cn1 | Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/NotContextExceptionTest.java | 4414 | /*
* 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"); yo... | gpl-2.0 |
skymania/OpenRate | src/main/java/OpenRate/record/flexRecord/RecordBlockDef.java | 4229 | /* ====================================================================
* Limited Evaluation License:
*
* This software is open source, but licensed. The license with this package
* is an evaluation license, which may not be used for productive systems. If
* you want a full license, please contact us.
*
* The ex... | gpl-2.0 |
marek-g/libvlc-signio | vlc-android/src/org/videolan/vlc/gui/browser/NetworkBrowserFragment.java | 6093 | /*
* *************************************************************************
* NetworkBrowserFragment.java
* **************************************************************************
* Copyright © 2015 VLC authors and VideoLAN
* Author: Geoffrey Métais
*
* This program is free software; you can redistribu... | gpl-2.0 |
du-lab/mzmine2 | src/main/java/net/sf/mzmine/modules/rawdatamethods/exportscans/ExportScansFromRawFilesModule.java | 2761 | /*
* Copyright 2006-2018 The MZmine 2 Development Team
*
* This file is part of MZmine 2.
*
* MZmine 2 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... | gpl-2.0 |
rfdrake/opennms | opennms-webapp/src/main/java/org/opennms/web/notification/NotificationModel.java | 17508 | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2006-2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | gpl-2.0 |
CancerCollaboratory/dockstore | dockstore-webservice/src/main/java/io/logstash/appender/LogstashAppenderFactory.java | 3238 | /*
* Copyright 2017 OICR
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | gpl-2.0 |
MICSTI/my-mobile-music | src/at/micsti/mymusic/ChartArtistAdapter.java | 1719 | package at.micsti.mymusic;
import java.util.ArrayList;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
public class ChartArtistAdapter extends ArrayAdapter<ChartArtist> {
... | gpl-2.0 |
tauprojects/mpp | src/main/java/org/deuce/transform/asm/ClassByteCode.java | 457 | package org.deuce.transform.asm;
/**
* A structure to hold a tuple of class and its bytecode.
* @author guy
* @since 1.1
*/
public class ClassByteCode{
final private String className;
final private byte[] bytecode;
public ClassByteCode(String className, byte[] bytecode){
this.className = className;
this.b... | gpl-2.0 |
Myrninvollo/Server | src/net/minecraft/item/ItemBlock.java | 4231 | package net.minecraft.item;
import net.minecraft.block.Block;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.world.World;
public class ItemBlock extends Item
{
protected final Block field_150939_a;
private static final String __OBFID = "CL_00001772";
... | gpl-2.0 |
dschultzca/RomRaider | src/main/java/com/romraider/logger/ecu/comms/io/protocol/LoggerProtocolDS2.java | 2226 | /*
* RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2020 RomRaider.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (... | gpl-2.0 |
AcademicTorrents/AcademicTorrents-Downloader | vuze/com/aelitis/azureus/core/speedmanager/impl/v2/PingSpaceMon.java | 7240 | package com.aelitis.azureus.core.speedmanager.impl.v2;
import org.gudy.azureus2.core3.util.SystemTime;
import com.aelitis.azureus.core.speedmanager.SpeedManagerLimitEstimate;
import com.aelitis.azureus.core.speedmanager.SpeedManagerPingMapper;
import com.aelitis.azureus.core.speedmanager.SpeedManager;
import com.aelit... | gpl-2.0 |
hbbpb/stanford-corenlp-gv | src/edu/stanford/nlp/ling/tokensregex/Env.java | 14483 | package edu.stanford.nlp.ling.tokensregex;
import edu.stanford.nlp.ling.tokensregex.types.Expressions;
import edu.stanford.nlp.ling.tokensregex.types.Tags;
import edu.stanford.nlp.pipeline.CoreMapAggregator;
import edu.stanford.nlp.pipeline.CoreMapAttributeAggregator;
import java.util.function.Function;
import edu.st... | gpl-2.0 |
netroby/jdk9-shenandoah-hotspot | test/sanity/WhiteBox.java | 2149 | /*
* Copyright (c) 2013, 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 |
infinity0/proxy-doclet | src.orig/openjdk-6-src-b16-24_apr_2009/com/sun/tools/doclets/formats/html/SubWriterHolderWriter.java | 5757 | /*
* Copyright 1997-2004 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... | gpl-2.0 |
skyHALud/codenameone | Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/MockNullSubClass.java | 943 | /*
* 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"); yo... | gpl-2.0 |
xiupitter/XiuConnectionManager | src/java/org/jivesoftware/multiplexer/ServerPacketReader.java | 4394 | /**
* $RCSfile$
* $Revision: $
* $Date: $
*
* Copyright (C) 2006 Jive Software. All rights reserved.
*
* This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution.
*/
package org.jivesoftware.multiplexer;
import org.dom4j.Element;
import or... | gpl-2.0 |
scoophealth/oscar | src/main/java/oscar/oscarMessenger/pageUtil/MsgViewPDFAction.java | 2991 | /**
* 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... | gpl-2.0 |
teamfx/openjfx-9-dev-rt | modules/javafx.web/src/ios/java/javafx/scene/web/WebView.java | 38327 | /*
* Copyright (c) 2011, 2017, 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 |
shannah/cn1 | Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/swing/src/main/java/common/javax/swing/AbstractButton.java | 32559 | /*
* 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")... | gpl-2.0 |
ael-code/preston | src/org/simpleframework/transport/trace/Agent.java | 2209 | /*
* Agent.java October 2012
*
* Copyright (C) 2002, Niall Gallagher <niallg@users.sf.net>
*
* 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/LICE... | gpl-2.0 |
skyHALud/codenameone | Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/drlvm/src/test/regression/H4292/Test.java | 1287 | /*
* 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")... | gpl-2.0 |
guobingwei/guobing | src/main/java/com/study/thread/GenerThread.java | 360 | package com.study.thread;
/**
* Created by guobing on 2016/8/2.
*/
public class GenerThread extends Thread {
public void run() {
System.out.println(Thread.currentThread().getName() + " - General thread");
}
synchronized public void GServer() {
System.out.println(Thread.currentThread().ge... | gpl-2.0 |
Snessy/PasswordGen-LibGDX | html/src/com/mygdx/generate/client/HtmlLauncher.java | 577 | package com.mygdx.generate.client;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.backends.gwt.GwtApplication;
import com.badlogic.gdx.backends.gwt.GwtApplicationConfiguration;
import com.mygdx.main.PassGenerate;
public class HtmlLauncher extends GwtApplication {
@Override
publi... | gpl-2.0 |
vvdeng/vportal | src/com/vvdeng/portal/web/controller/admin/AdminController.java | 3792 | package com.vvdeng.portal.web.controller.admin;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;... | gpl-2.0 |
FauxFaux/jdk9-jdk | src/jdk.net/share/classes/module-info.java | 1249 | /*
* Copyright (c) 2016, 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 Softwa... | gpl-2.0 |
jbjonesjr/geoproponis | external/odfdom-java-0.8.10-incubating-sources/org/odftoolkit/odfdom/dom/element/style/StyleFooterElement.java | 18135 | /************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved.
*
* Use is subject to license terms.
*
* Licensed under the Apache License, Version 2.0 (the "Lic... | gpl-2.0 |
arthurmelo88/palmetalADP | adempiere_360/base/src/org/compiere/model/X_I_ElementValue.java | 15150 | /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | gpl-2.0 |
MrDunne/myblockchain | storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsUtilDateTest.java | 922 | /*
Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
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; version 2 of the License.
This progra... | gpl-2.0 |
dschultzca/RomRaider | src/main/java/com/romraider/maps/DataCell.java | 18799 | /*
* RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2022 RomRaider.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (... | gpl-2.0 |
EricB02/openpnp | src/main/java/org/openpnp/gui/processes/FourPlacementBoardLocationProcess.java | 18974 | /*
Copyright (C) 2011 Jason von Nieda <jason@vonnieda.org>
This file is part of OpenPnP.
OpenPnP 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 3 of the License, or
(at your ... | gpl-3.0 |
mbarto/mapfish-print | src/main/java/org/mapfish/print/MapPrinter.java | 7087 | /*
* Copyright (C) 2013 Camptocamp
*
* This file is part of MapFish Print
*
* MapFish Print 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 3 of the License, or
* (at your option) any l... | gpl-3.0 |
doglover129/GriefLog | src/tk/blackwolf12333/grieflog/compatibility/v1_6_R3/ChangesSender.java | 1314 | package tk.blackwolf12333.grieflog.compatibility.v1_6_R3;
import java.util.HashSet;
import org.bukkit.Chunk;
import org.bukkit.entity.Player;
import tk.blackwolf12333.grieflog.compatibility.ChangesSenderInterface;
import tk.blackwolf12333.grieflog.rollback.SendChangesTask;
public class ChangesSender implements Chan... | gpl-3.0 |
ckramp/structr | structr-db-driver-api/src/main/java/org/structr/api/util/ProgressWatcher.java | 857 | /*
* Copyright (C) 2010-2021 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr 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 3 of the
* License, or (at yo... | gpl-3.0 |
jomifred/jacamo | examples/house-building/src/env/simulator/House.java | 2704 | package simulator;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.util.ArrayList;
import javax.swing.JFrame;
import javax.swing.JPanel;
import cartago.OPERATION;
import cartago.tools.GUIArtifact;
public class House extends GUIArtifact {
House... | gpl-3.0 |
expertisesolutions/ghtv-ncl-player | java/ghtv/awt/LwuitComponent.java | 1801 | /* (c) Copyright 2011-2014 Felipe Magno de Almeida
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This pro... | gpl-3.0 |
DivineCooperation/bco.dal | test/src/test/java/org/openbase/bco/dal/test/layer/unit/location/AbstractBCOLocationManagerTest.java | 4041 | package org.openbase.bco.dal.test.layer.unit.location;
/*-
* #%L
* BCO DAL Test
* %%
* Copyright (C) 2014 - 2021 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation,... | gpl-3.0 |
denislobanov/grakn | mindmaps-graph/src/main/java/io/mindmaps/graph/internal/ResourceTypeImpl.java | 3522 | /*
* MindmapsDB - A Distributed Semantic Database
* Copyright (C) 2016 Mindmaps Research Ltd
*
* MindmapsDB 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 3 of the License, or
* (at you... | gpl-3.0 |
TheMurderer/keel | src/keel/Algorithms/Instance_Generation/BasicMethods/AVG.java | 4311 | /***********************************************************************
This file is part of KEEL-software, the Data Mining tool for regression,
classification, clustering, pattern mining and so on.
Copyright (C) 2004-2010
F. Herrera (herrera@decsai.ugr.es)
L. Sánchez (luciano@uniovi.es)
J. A... | gpl-3.0 |
frogocomics/WorldPainter | WorldPainter/WPCore/src/main/java/org/pepsoft/worldpainter/layers/Jungle.java | 1265 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.pepsoft.worldpainter.layers;
import java.util.Random;
import org.pepsoft.worldpainter.layers.trees.Bush;
import org.pepsoft.worldpainter.layers.trees.JungleTree;
import org.pepsoft.worldpainter.layers.trees... | gpl-3.0 |
kirilenkoo/neo4j-mobile-android | neo4j-android/kernel-src/org/neo4j/kernel/impl/core/GraphDbModule.java | 7634 | /**
* Copyright (c) 2002-2013 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundati... | gpl-3.0 |
agicquel/dut | M2103/TP9/src/Comparable.java | 108 | /**
* Generic interface to compare objects
*/
public interface Comparable<T>
{
public int compareTo(T o);
} | gpl-3.0 |
javadch/quis | xqt.model/src/main/java/xqt/model/functions/aggregates/Count.java | 589 | /*
* 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 xqt.model.functions.aggregates;
import xqt.model.functions.AggregateFunction;
/**
*
* @author Javad Chamanara <chamanara@gm... | gpl-3.0 |
ariesteam/thinklab | plugins/org.integratedmodelling.thinklab.corescience/src/org/integratedmodelling/corescience/transformations/Log10Plus1.java | 1243 | /**
* Copyright 2011 The ARIES Consortium (http://www.ariesonline.org) and
* www.integratedmodelling.org.
This file is part of Thinklab.
Thinklab 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 Founda... | gpl-3.0 |
OpenWIS/openwis | openwis-dataservice/openwis-dataservice-server/openwis-dataservice-server-ejb/src/main/java/org/openwis/datasource/server/service/impl/ProductMetadataServiceImpl.java | 17721 | /**
*
*/
package org.openwis.datasource.server.service.impl;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import javax.ejb.Remote;
import javax.ejb.Stateless;
import javax.jws.WebParam;
import javax.jws.WebService;
import jav... | gpl-3.0 |
ifcharming/original2.0 | tests/frontend/org/voltdb/quarantine/TestExportSuiteTestExportAndDroppedTableThenShutdown.java | 16157 | /* This file is part of VoltDB.
* Copyright (C) 2008-2011 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | gpl-3.0 |
JupiterDevelopmentTeam/JupiterDevelopmentTeam | src/main/java/cn/nukkit/Player.java | 218517 | package cn.nukkit;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.EnumMap;
import java.util.HashMap;
im... | gpl-3.0 |
kazoompa/opal | opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/app/client/fs/presenter/FileSelectorPresenter.java | 10008 | /*
* Copyright (c) 2021 OBiBa. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*... | gpl-3.0 |
seapub/SourceCode | Java/corejava9/v1ch14/synch/Bank.java | 2014 | package synch;
import java.util.concurrent.locks.*;
/**
* A bank with a number of bank accounts that uses locks for serializing access.
* @version 1.30 2004-08-01
* @author Cay Horstmann
*/
public class Bank
{
private final double[] accounts;
private Lock bankLock;
private Condition sufficientFunds;
... | gpl-3.0 |
mchaffotte/geo-application | geobase-quarkus/src/test/java/fr/chaffotm/geobase/assertion/ListParameterizedType.java | 619 | package fr.chaffotm.geobase.assertion;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.List;
public class ListParameterizedType implements ParameterizedType {
private final Class resourceClass;
ListParameterizedType(Class resourceClass) {
this.resourceClas... | gpl-3.0 |
andforce/iBeebo | app/src/main/java/org/zarroboogs/weibo/hot/bean/hotweibo/HotWeibo.java | 1329 | package org.zarroboogs.weibo.hot.bean.hotweibo;
import org.json.*;
import java.util.ArrayList;
public class HotWeibo {
private CardlistInfo cardlistInfo;
private ArrayList<Cards> cards;
public HotWeibo() {
}
public HotWeibo(JSONObject json) {
this.cardlistInfo = new CardlistInfo(jso... | gpl-3.0 |
ufoe/Deskera-CRM | core-components/common/src/main/java/com/krawler/spring/storageHandler/storageHandlerImpl.java | 2255 | /*
* Copyright (C) 2012 Krawler Information Systems Pvt Ltd
* 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 optio... | gpl-3.0 |
gstreamer-java/gir2java | generated-src/generated/glib20/glib/GAsyncQueue.java | 7257 |
package generated.glib20.glib;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.StructObject;
import org.bridj.ann.Library;
import org.bridj.ann.Ptr;
@Library("glib-2.0")
public class GAsyncQueue
extends StructObject
{
static {
BridJ.register();
}
public GAsyncQueue() {
... | gpl-3.0 |
NovaViper/TetraCraft | src-1.9.4/main/java/com/novaviper/tetracraft/common/init/ModItems.java | 1268 | package com.novaviper.tetracraft.common.init;
import net.minecraft.item.Item;
import com.novaviper.cryolib.lib.Registers;
import com.novaviper.tetracraft.common.item.ItemContinousBow;
import com.novaviper.tetracraft.common.item.ItemModGenericItem;
import com.novaviper.tetracraft.lib.ModReference;
/**
* @author NovaV... | gpl-3.0 |
rranz/meccano4j_vaadin | javalego/javalego-app-erp-model/src/main/java/com/javalego/erp/model/editors/EditorEmpleados.java | 7451 | package com.javalego.erp.model.editors;
import java.util.Collection;
import java.util.List;
import com.javalego.erp.model.Icons;
import com.javalego.erp.model.Texts;
import com.javalego.erp.model.entity.CategoriaProfesional;
import com.javalego.erp.model.entity.Departamento;
import com.javalego.erp.model.ent... | gpl-3.0 |
Raphcal/sigmah | src/main/java/org/sigmah/offline/js/LayoutJS.java | 3072 | package org.sigmah.offline.js;
/*
* #%L
* Sigmah
* %%
* Copyright (C) 2010 - 2016 URD
* %%
* 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 3 of the
* License, or (at you... | gpl-3.0 |
arraydev/snap-engine | snap-binning/src/test/java/org/esa/snap/binning/operator/metadata/GlobalMetadataTest.java | 15038 | package org.esa.snap.binning.operator.metadata;
import com.vividsolutions.jts.io.ParseException;
import com.vividsolutions.jts.io.WKTReader;
import org.esa.snap.binning.AggregatorConfig;
import org.esa.snap.binning.aggregators.AggregatorAverage;
import org.esa.snap.binning.aggregators.AggregatorOnMaxSet;
import org.es... | gpl-3.0 |
noskill/Firesoft | src/main/java/io/firesoft/service/UserService.java | 3093 | package io.firesoft.service;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persiste... | gpl-3.0 |
gstreamer-java/gir2java | generated-src/generated/gio20/gio/GIOExtensionPoint.java | 2870 |
package generated.gio20.gio;
import generated.glib20.glib.GList;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.StructObject;
import org.bridj.ann.Library;
import org.bridj.ann.Ptr;
@Library("gio-2.0")
public class GIOExtensionPoint
extends StructObject
{
static {
BridJ.register... | gpl-3.0 |
sparkleDai/swiftp | src/be/ppareit/swiftp/FtpServerService.java | 15378 | /*
Copyright 2011-2013 Pieter Pareit
Copyright 2009 David Revell
This file is part of SwiFTP.
SwiFTP 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 3 of the License, or
(at your option) any later... | gpl-3.0 |
mirage22/robo4j | robo4j-hw-rpi/src/main/java/com/robo4j/hw/rpi/i2c/adafruitbackpack/LedBackpackFactory.java | 1458 | /*
* Copyright (c) 2014, 2019, Marcus Hirt, Miroslav Wengner
*
* Robo4J 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 3 of the License, or
* (at your option) any later version.
*
* Rob... | gpl-3.0 |
robertp1984/softwarecave | springjpa/src/main/java/com/example/springjpa/PersonListController.java | 1116 | package com.example.springjpa;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframe... | gpl-3.0 |
voyages-sncf-technologies/hesperides | core/presentation/src/main/java/org/hesperides/core/presentation/security/VerboseBasicAuthenticationEntryPoint.java | 1954 | /*
*
* This file is part of the Hesperides distribution.
* (https://github.com/voyages-sncf-technologies/hesperides)
* Copyright (c) 2020 VSCT.
*
* Hesperides 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 Founda... | gpl-3.0 |
tectronics/ingatan | src/org/jCharts/properties/ChartItem.java | 3137 | /***********************************************************************************************
* File Info: $Id: ChartItem.java,v 1.1 2002/11/16 19:03:24 nathaniel_auvil Exp $
* Copyright (C) 2002
* Author: Nathaniel G. Auvil
* Contributor(s):
*
* Copyright 2002 (C) Nathaniel G. Auvil. All Rights Reserved... | gpl-3.0 |
mhall119/Phoenicia | app/src/main/java/com/linguaculturalists/phoenicia/models/GameSession.java | 7698 | package com.linguaculturalists.phoenicia.models;
import android.content.Context;
import com.linguaculturalists.phoenicia.locale.Locale;
import com.linguaculturalists.phoenicia.util.PhoeniciaContext;
import com.orm.androrm.Filter;
import com.orm.androrm.Model;
import com.orm.androrm.QuerySet;
import com.orm.androrm.fi... | gpl-3.0 |
BjerknesClimateDataCentre/QuinCe | WebApp/src/uk/ac/exeter/QuinCe/web/Instrument/newInstrument/SeparatorValidator.java | 1059 | package uk.ac.exeter.QuinCe.web.Instrument.newInstrument;
import javax.faces.application.FacesMessage;
import javax.faces.validator.ValidatorException;
import uk.ac.exeter.QuinCe.data.Instrument.FileDefinition;
/**
* Check that the chosen separator results in more than 0 columns
*
* @author Steve Jones
*
*/
pub... | gpl-3.0 |
AEnterprise/Buildcraft-Additions | src/main/java/buildcraft/api/blueprints/SchematicBlockBase.java | 412 | /**
* Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* The BuildCraft API is distributed under the terms of the MIT License.
* Please check the contents of the license, which should be located
* as "LICENSE.API" in the BuildCraft source code distribution.
*/
package ... | gpl-3.0 |
craftercms/test-suite | src/test/java/org/craftercms/studio/test/cases/apitestcases/StartPublisherAPITest.java | 2782 | /*
* Copyright (C) 2007-2019 Crafter Software Corporation. 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 3 of the License, or
* (at your option) any... | gpl-3.0 |
valery-labuzhsky/EditorTools | IDEA/src/main/java/ksp/kos/ideaplugin/reference/PsiFileResolver.java | 1343 | package ksp.kos.ideaplugin.reference;
import com.intellij.psi.PsiFileFactory;
import ksp.kos.ideaplugin.KerboScriptFile;
import ksp.kos.ideaplugin.KerboScriptLanguage;
import ksp.kos.ideaplugin.reference.context.FileContextResolver;
import ksp.kos.ideaplugin.reference.context.FileDuality;
import ksp.kos.ideaplugin.ref... | gpl-3.0 |
luiz158/ExemplosDemoiselle | artigoJM/src/main/java/org/demoiselle/artigoJM/persistence/BookmarkDAO.java | 354 | package org.demoiselle.artigoJM.persistence;
import br.gov.frameworkdemoiselle.stereotype.PersistenceController;
import br.gov.frameworkdemoiselle.template.JPACrud;
import org.demoiselle.artigoJM.domain.Bookmark;
@PersistenceController
public class BookmarkDAO extends JPACrud<Bookmark, Long> {
private static fina... | gpl-3.0 |
empeeoh/BACnet4J | src/com/serotonin/bacnet4j/type/notificationParameters/CommandFailure.java | 4226 | /*
* ============================================================================
* GNU General Public License
* ============================================================================
*
* Copyright (C) 2006-2011 Serotonin Software Technologies Inc. http://serotoninsoftware.com
* @author Matthew Lohbihler
*... | gpl-3.0 |
lipro/jkcemu | src/jkcemu/disk/DiskImgCreateFrm.java | 40900 | /*
* (c) 2009-2016 Jens Mueller
*
* Kleincomputer-Emulator
*
* Fenster zum manuellen Erzeugen einer Diskettenabbilddatei
*/
package jkcemu.disk;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Frame;
import java.awt.... | gpl-3.0 |
lipro/jkcemu | src/jkcemu/print/PrintDataScanner.java | 1904 | /*
* (c) 2009-2010 Jens Mueller
*
* Kleincomputer-Emulator
*
* Scanner zum Extrahieren der Zeilen und Seitenumbrueche
* aus den Druckdaten
*/
package jkcemu.print;
import java.lang.*;
public class PrintDataScanner
{
private byte[] dataBytes;
private int pos;
public PrintDataScanner( byte[] dataByt... | gpl-3.0 |
McSinyx/hsg | usth/ICT2.2/labwork/5/Java/interface/Circle.java | 247 | public class Circle extends Point
{
public double r;
public Circle(double x, double y, double r)
{
super(x, y);
this.r = r;
}
public double calArea() { return r * r * Math.PI; }
public String getName() { return "Circle"; }
}
| gpl-3.0 |
dbolshak/websocket | src/main/java/hello/GreetingController.java | 505 | package hello;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.messaging.handler.annotation.SendTo;
import org.springframework.stereotype.Controller;
@Controller
public class GreetingController {
@MessageMapping("/hello")
@SendTo("/topic/greetings")
pub... | gpl-3.0 |
Consonance/consonance | consonance-webservice/src/main/java/io/swagger/wes/api/RFC3339DateFormat.java | 565 | package io.swagger.wes.api;
import com.fasterxml.jackson.databind.util.ISO8601DateFormat;
import com.fasterxml.jackson.databind.util.ISO8601Utils;
import java.text.FieldPosition;
import java.util.Date;
public class RFC3339DateFormat extends ISO8601DateFormat {
// Same as ISO8601DateFormat but serializing millis... | gpl-3.0 |
NathanAdhitya/Slimefun4 | src/me/mrCookieSlime/Slimefun/api/energy/EnergyFlowListener.java | 167 | package me.mrCookieSlime.Slimefun.api.energy;
import org.bukkit.block.Block;
@FunctionalInterface
public interface EnergyFlowListener {
void onPulse(Block b);
}
| gpl-3.0 |
odomin2/ait642-Dominguez-project2- | Task 13 Detect Desing Smells/Monopoly/src/edu/towson/cis/cosc603/project2/monopoly/TradeDeal.java | 2213 | package edu.towson.cis.cosc603.project2.monopoly;
// TODO: Auto-generated Javadoc
/**
* The Class TradeDeal.
*/
public class TradeDeal {
/** The amount. */
private int amount;
/** The player index. */
private int playerIndex;
/** The property name. */
private String propertyNam... | gpl-3.0 |
servinglynk/hmis-lynk-open-source | hmis-base-model/src/main/java/com/servinglynk/hmis/warehouse/enums/DataCollectionStageEnum.java | 1318 | package com.servinglynk.hmis.warehouse.enums;
import java.util.HashMap;
import java.util.Map;
public enum DataCollectionStageEnum {
/** Enum Constant. */
ONE("1"),
/** Enum Constant. */
TWO("2"),
/** Enum Constant. */
THREE("3"),
/** Enum Constant. */
FIVE("5");
/**
* Internal storage of status field value... | mpl-2.0 |
carlwilson/veraPDF-library | core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java | 3457 | /**
* This file is part of veraPDF Library core, a module of the veraPDF project.
* Copyright (c) 2015, veraPDF Consortium <info@verapdf.org>
* All rights reserved.
*
* veraPDF Library core is free software: you can redistribute it and/or modify
* it under the terms of either:
*
* The GNU General public license... | mpl-2.0 |
miloszpiglas/h2mod | src/main/org/h2/command/dml/Call.java | 3050 | /*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.command.dml;
import java.sql.ResultSet;
import org.h2.command.CommandInterface;
i... | mpl-2.0 |
Tanaguru/Tanaguru | rules/accessiweb2.1/src/main/java/org/tanaguru/rules/accessiweb21/Aw21Rule10011.java | 2892 | /*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at you... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/chooseandbook/vo/domain/ConvPointVoAssembler.java | 17066 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
rapidminer/rapidminer-5 | src/com/rapidminer/gui/Perspective.java | 5452 | /*
* RapidMiner
*
* Copyright (C) 2001-2014 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Nursing/src/ims/nursing/forms/careplanreviewdialog/BaseLogic.java | 2663 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/core/vo/domain/PatientProcedureProcsComponentLiteVoAssembler.java | 18393 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/ocs_if/vo/DemographicsMessageQueueVo.java | 15375 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
medsob/Tanaguru | rules/rgaa2.2/src/test/java/org/tanaguru/rules/rgaa22/Rgaa22Rule12101Test.java | 3959 | /*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at you... | agpl-3.0 |
AlienQueen/alienlabs-skeleton-for-wicket-spring-hibernate | lib/fmj/src/javax/media/pim/PlugInManager.java | 8977 | package javax.media.pim;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Vector;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.media.Codec;
import javax.media.Demultiplexer;
import javax.media.Effect;
import javax.media.Format;
import javax.media.Multiplexer;
impo... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/oncology/vo/beans/CancerCarePlanVoBean.java | 11691 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
ManfredKarrer/exchange | common/src/main/java/io/bisq/common/proto/network/NetworkProtoResolver.java | 1044 | /*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/clinical/vo/VTERiskAssessmentTCIVo.java | 10084 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
Concursive/concourseconnect-community | src/main/java/com/concursive/connect/web/modules/documents/dao/DocumentFolderTemplate.java | 8997 | /*
* ConcourseConnect
* Copyright 2009 Concursive Corporation
* http://www.concursive.com
*
* This file is part of ConcourseConnect, an open source social business
* software and community platform.
*
* Concursive ConcourseConnect is free software: you can redistribute it and/or
* modify it under the terms of ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/Admin/src/ims/admin/forms/appointmenttrakingstatuscolorconfig/GlobalContext.java | 2027 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
iu-uits-es/kc | coeus-impl/src/main/java/org/kuali/coeus/propdev/impl/person/creditsplit/CreditSplitCustomColumnsCollection.java | 4678 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | agpl-3.0 |
auroreallibe/Silverpeas-Core | core-war/src/main/java/org/silverpeas/web/pdc/control/PdcFieldPositionsManager.java | 6060 | /*
* Copyright (C) 2000 - 2016 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | agpl-3.0 |
gama-platform/gama.cloud | ummisco.gama.opengl_web/src/com/jogamp/opengl/GLRunnable.java | 102 | package com.jogamp.opengl;
public interface GLRunnable {
boolean run(GLAutoDrawable drawable);
}
| agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/oncology/configuration/vo/PSAConfigRefVo.java | 4687 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/RefMan/src/ims/RefMan/domain/impl/ClinicalNotesComponentImpl.java | 6912 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Core/src/ims/core/forms/patientmergemanager/AccessLogic.java | 2547 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/Nursing/src/ims/nursing/forms/dailypatientprogress/BaseLogic.java | 11025 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |