code
stringlengths
3
1.04M
repo_name
stringlengths
5
109
path
stringlengths
6
306
language
stringclasses
1 value
license
stringclasses
15 values
size
int64
3
1.04M
/** * Copyright (C) 2000 - 2011 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 spe...
stephaneperry/Silverpeas-Core
lib-core/src/main/java/com/stratelia/webactiv/beans/admin/SynchroDomainScheduler.java
Java
agpl-3.0
3,969
package cz.plichtanet.honza; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import...
plichjan/pdfDriveWebApp
src/main/java/cz/plichtanet/honza/WebSecurityConfig.java
Java
agpl-3.0
2,624
package mezz.texturedump.dumpers; import com.google.gson.stream.JsonWriter; import net.minecraft.client.renderer.texture.TextureAtlas; import net.minecraftforge.fml.ModList; import net.minecraftforge.fml.StartupMessageManager; import net.minecraftforge.forgespi.language.IModFileInfo; import net.minecraftforge.forgespi...
mezz/TextureDump
src/main/java/mezz/texturedump/dumpers/ModStatsDumper.java
Java
lgpl-2.1
3,817
/* * Copyright 2005-2006 UniVis Explorer development team. * * This file is part of UniVis Explorer * (http://phobos22.inf.uni-konstanz.de/univis). * * UniVis Explorer 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...
raedle/univis
src/java/unikn/dbis/univis/message/Internationalizable.java
Java
lgpl-2.1
899
package soot.jimple.toolkits.callgraph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Ondrej Lhotak * %% * 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 Foundati...
plast-lab/soot
src/main/java/soot/jimple/toolkits/callgraph/VirtualCalls.java
Java
lgpl-2.1
13,477
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
jstourac/wildfly
clustering/infinispan/spi/src/main/java/org/wildfly/clustering/infinispan/spi/persistence/sifs/SoftIndexFileStoreConfigurationBuilder.java
Java
lgpl-2.1
8,817
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
JiriOndrusek/wildfly-core
controller/src/main/java/org/jboss/as/controller/interfaces/OverallInterfaceCriteria.java
Java
lgpl-2.1
11,851
/* * CLiC, Framework for Command Line Interpretation in Eclipse * * Copyright (C) 2013 Worldline or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. * * This library is free software; you can redistribute it and/or ...
awltech/clic
com.worldline.clic/src/main/java/com/worldline/clic/internal/assist/ContentAssistProvider.java
Java
lgpl-2.1
8,789
package com.stek101.projectzulu.common.core; /** * For usage see: {@link Pair} */ public class PairDirectoryFile<K, V> { private final K directory; private final V file; public static <K, V> PairDirectoryFile<K, V> createPair(K directory, V file) { return new PairDirectoryFil...
soultek101/projectzulu1.7.10
src/main/java/com/stek101/projectzulu/common/core/PairDirectoryFile.java
Java
lgpl-2.1
1,073
package fastSim.data; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.*; //import fanweizhu.fastSim.util.Config; //impor...
fastsim2016/FastSim
fastSim_SS_pre/src/fastSim/data/PrimeSim.java
Java
lgpl-2.1
8,347
/* Copyright (c) 2013-2014 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Cont...
jodygarnett/GeoGig
src/datastore/src/main/java/org/locationtech/geogig/geotools/data/GeoGigDataStore.java
Java
lgpl-2.1
17,024
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2003-2008, Open Source Geospatial Foundation (OSGeo) * * This library 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 ...
geotools/geotools
modules/unsupported/vpf/src/main/java/org/geotools/data/vpf/exc/VPFHeaderFormatException.java
Java
lgpl-2.1
1,418
package compiler.ASTNodes.Operators; import compiler.ASTNodes.GeneralNodes.Node; import compiler.ASTNodes.GeneralNodes.UnaryNode; import compiler.ASTNodes.SyntaxNodes.ExprNode; import compiler.Visitors.AbstractVisitor; public class UnaryMinusNode extends ExprNode { public UnaryMinusNode(Node child) { super(child,...
TobiasMorell/P4
Minecraft/src/main/java/compiler/ASTNodes/Operators/UnaryMinusNode.java
Java
lgpl-2.1
415
/** * NativeFmod Project * * Want to use FMOD API (www.fmod.org) in the Java language ? NativeFmod is made for you. * Copyright © 2004-2007 Jérôme JOUVIE (Jouvieje) * * Created on 28 avr. 2004 * @version NativeFmod v3.4 (for FMOD v3.75) * @author Jérôme JOUVIE (Jouvieje) * * * WANT TO CONTACT ME ? * E-m...
jerome-jouvie/NativeFmod
src-java/org/jouvieje/Fmod/Structures/FSOUND_REVERB_CHANNELPROPERTIES.java
Java
lgpl-2.1
13,664
/* * 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 org.kore.runtime.jsf.converter; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import java...
konradrenner/KoreRuntime-jsf
src/main/java/org/kore/runtime/jsf/converter/TitelConverter.java
Java
lgpl-2.1
1,145
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2002-2012, Open Source Geospatial Foundation (OSGeo) * * This library 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 ...
geotools/geotools
modules/library/referencing/src/main/java/org/geotools/referencing/factory/gridshift/ClasspathGridShiftLocator.java
Java
lgpl-2.1
1,361
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.dialect.identity; import java.sql.PreparedStatement; import ...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/dialect/identity/Oracle12cGetGeneratedKeysDelegate.java
Java
lgpl-2.1
1,313
/******************************************************************************* * Copyright (c) 2012 Scott Ross. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at ...
sross07/alms
src/main/java/org/alms/messages/IMsg.java
Java
lgpl-2.1
1,077
package jastadd.soot.JastAddJ; import java.util.HashSet;import java.util.LinkedHashSet;import java.io.File;import java.util.*;import jastadd.beaver.*;import java.util.ArrayList;import java.util.zip.*;import java.io.*;import java.io.FileNotFoundException;import java.util.Collection;import soot.*;import soot.util.*;impo...
plast-lab/soot
src/jastadd/soot/JastAddJ/ParClassInstanceExpr.java
Java
lgpl-2.1
8,648
package org.wingx; import java.awt.Color; import org.wings.*; import org.wings.style.CSSAttributeSet; import org.wings.style.CSSProperty; import org.wings.style.CSSStyle; import org.wings.style.CSSStyleSheet; import org.wings.style.Selector; import org.wings.style.Style; public class XDivision extends SContainer ...
dheid/wings3
wingx/src/main/java/org/wingx/XDivision.java
Java
lgpl-2.1
5,529
/* * $Id: IpWatch.java 3905 2008-07-28 13:55:03Z uckelman $ * * Copyright (c) 2007-2008 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This librar...
caiusb/vassal
src/VASSAL/chat/peer2peer/IpWatch.java
Java
lgpl-2.1
2,630
/** * Copyright (C) 2013 Rohan Padhye * * This library 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, either version 2.1 of the * License, or (at your option) any later version. * * This li...
rohanpadhye/vasco
src/test/java/vasco/soot/examples/SignTest.java
Java
lgpl-2.1
3,854
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistr...
ekiwi/jade-mirror
src/examples/O2AInterface/O2AInterfaceExample.java
Java
lgpl-2.1
3,081
package codechicken.lib.math; import net.minecraft.util.math.BlockPos; //TODO cleanup. public class MathHelper { public static final double phi = 1.618033988749894; public static final double pi = Math.PI; public static final double todeg = 57.29577951308232; public static final double torad = 0.0174...
darkeports/tc5-port
src/main/java/thaumcraft/codechicken/lib/math/MathHelper.java
Java
lgpl-2.1
9,265
/******************************************************************************* * Copyright 2002 National Student Clearinghouse * * This code is part of the Meteor system as defined and specified * by the National Student Clearinghouse and the Meteor Sponsors. * * This library is free software; you can redist...
NationalStudentClearinghouse/Meteor4
meteorlib/src/main/java/org/meteornetwork/meteor/common/abstraction/index/MeteorIndexResponseWrapper.java
Java
lgpl-2.1
3,856
/*************************************************************************** * Copyright (C) 2011-2015 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
jolie/jolie
jolie/src/main/java/jolie/runtime/typing/TypeCastingException.java
Java
lgpl-2.1
1,972
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ //$Id: $ package org.hibernate.test.join; /** * @author Chris Jones */ public ...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
Java
lgpl-2.1
1,249
/* * Copyright (C) 2008 Trustin Heuiseung Lee * * This library 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; either * version 2.1 of the License, or (at your option) any later version. * * Th...
jiangbo212/netty-init
src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java
Java
lgpl-2.1
9,495
/** * Contains the service and the class filter required for this bundle. */ package org.awb.env.networkModel.classFilter;
EnFlexIT/AgentWorkbench
eclipseProjects/org.agentgui/bundles/org.awb.env.networkModel/src/org/awb/env/networkModel/classFilter/package-info.java
Java
lgpl-2.1
127
/* LanguageTool, a natural language style checker * Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de) * * This library 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; either * version ...
meg0man/languagetool
languagetool-language-modules/uk/src/main/java/org/languagetool/tokenizers/uk/UkrainianWordTokenizer.java
Java
lgpl-2.1
13,891
/** * Copyright (C) 2012 Orbeon, Inc. * * 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; either version * 2.1 of the License, or (at your option) any later version. * * This program i...
evlist/orbeon-forms
src/main/java/org/orbeon/oxf/processor/serializer/FileSerializer.java
Java
lgpl-2.1
15,660
/*** Copyright (c) 2011, 2014 Hércules S. S. José Este arquivo é parte do programa Imobiliária Web. Imobiliária Web é um software livre; você pode redistribui-lo e/ou modificá-lo dentro dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do Software Liv...
herculeshssj/imobiliariaweb
src/br/com/hslife/imobiliaria/logic/IUsuario.java
Java
lgpl-2.1
2,132
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
openlimit-signcubes/dss
dss-pades-pdfbox/src/test/java/eu/europa/esig/dss/pades/timestamp/PDFTimestampServiceTest.java
Java
lgpl-2.1
2,583
/** */ package net.opengis.gml311; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract Parametric Curve Surface Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * * * <!-- end-model-doc --> * * * @see net.opengis.gml311.Gml311Package#getAbstractPa...
geotools/geotools
modules/ogc/net.opengis.wmts/src/net/opengis/gml311/AbstractParametricCurveSurfaceType.java
Java
lgpl-2.1
576
/* Simple DirectMedia Layer Java source code (C) 2009-2011 Sergii Pylypenko This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
dennis-sheil/commandergenius
project/java/Keycodes.java
Java
lgpl-2.1
24,603
/*------------------------------------------------------------------------- | RXTX License v 2.1 - LGPL v 2.1 + Linking Over Controlled Interface. | RXTX is a native interface to serial ports in java. | Copyright 1997-2007 by Trent Jarvi tjarvi@qbang.org and others who | actually wrote it. See individual sourc...
timmattison/rxtx
src/gnu/io/RS485.java
Java
lgpl-2.1
13,919
/* * cron4j - A pure Java cron-like scheduler * * Copyright (C) 2007-2010 Carlo Pelliccia (www.sauronsoftware.it) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version * 2.1, as published by the Free Software Foundation. ...
lazizgueye/TAGL
cron4j-original/examples/6-web-app-integration/src/example/ExecutionServlet.java
Java
lgpl-2.1
3,206
package org.reprap.comms; import java.io.IOException; import org.reprap.Device; import org.reprap.ReprapException; /** * */ public abstract class IncomingMessage { /** * The actual content portion of a packet, not the frilly bits */ private byte [] payload; /** * */ IncomingContext incomingContext;...
alx/reprap-host-software
src/org/reprap/comms/IncomingMessage.java
Java
lgpl-2.1
3,047
package com.puppycrawl.tools.checkstyle.coding; public class InputEqualsAvoidNull { public boolean equals(Object o) { return false; } /** * methods that should get flagged * @return */ public void flagForEquals() { Object o = new Object(); String s =...
maikelsteneker/checkstyle-throwsIndent
src/testinputs/com/puppycrawl/tools/checkstyle/coding/InputEqualsAvoidNull.java
Java
lgpl-2.1
4,676
package models; import java.util.List; /** * The model class to store the sorting information * * @author Sandro * */ public class Sort { private String text; private String supplier; private String status; private String dateCreateStart; private String dateCreateEnd; private String dateUp...
IDgis/geoportaal
geoportaal-beheer/app/models/Sort.java
Java
lgpl-2.1
2,859
/** */ package org.w3._2001.smil20.language; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.w3._2001.smil20.Smil20Package; /** * <!-- begin-user-doc --> * The <b>Package</b> for the model. * ...
geotools/geotools
modules/ogc/net.opengis.wmts/src/org/w3/_2001/smil20/language/LanguagePackage.java
Java
lgpl-2.1
137,841
/*! * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you ...
mbatchelor/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/layout/output/PerformanceProgressLogger.java
Java
lgpl-2.1
4,599
package fr.toss.FF7Weapons; import net.minecraft.entity.SharedMonsterAttributes; import net.minecraft.entity.ai.attributes.AttributeModifier; import net.minecraft.item.Item; import com.google.common.collect.Multimap; public class Druidmace extends FF7weapon { private float field_150934_a; private final Item.ToolMate...
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/FF7Weapons/Druidmace.java
Java
lgpl-2.1
1,059
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.protocol.sip; import gov.nist.core.*; import gov.nist.javax.sip.*; import gov.nist.javax.sip.message.*; import java.io.*; import ja...
0xbb/jitsi
src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java
Java
lgpl-2.1
15,615
/* * JBoss, Home of Professional Open Source. * Copyright 2014, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
aloubyansky/wildfly-core
testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/JBossCliXmlValidationTestCase.java
Java
lgpl-2.1
4,132
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ /** * */ package org.hibernate.spatial.testing.dialects.h2geodb; import org.hib...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/h2geodb/GeoDBNoSRIDExpectationsFactory.java
Java
lgpl-2.1
8,367
/* * Created on 17-dic-2005 * * TODO To change the template for this generated file go to Window - * Preferences - Java - Code Style - Code Templates */ package org.herac.tuxguitar.gui.actions.transport; import org.eclipse.swt.events.TypedEvent; import org.herac.tuxguitar.gui.TuxGuitar; import org.herac.tuxguita...
jfinkels/tuxguitar
src/main/java/org/herac/tuxguitar/gui/actions/transport/TransportStopAction.java
Java
lgpl-2.1
857
import java.io.IOException; import jade.core.AID; import java.util.ArrayList; import java.util.Scanner; import jade.core.Agent; public class DutchModel { public static void main(String[] args) throws IOException { String option=""; ArrayList<BiderAgent> bidders= new ArrayList<BiderAgent>(); ...
joaofloressantos/Dutch_Auction
Dutch_Auction/src/DutchModel.java
Java
lgpl-2.1
1,221
/* * Copyright (C) 2010 Herve Quiroz * * This library 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; either version 2.1 of the License, or (at your option) * any later version. * * This librar...
herve-quiroz/tc-common
src/main/java/org/trancecode/collection/TcSets.java
Java
lgpl-2.1
2,646
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2013 Oliver Burn // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Publ...
pbaranchikov/checkstyle
src/tests/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheckTest.java
Java
lgpl-2.1
5,343
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute i...
automenta/jadehell
src/main/java/jade/core/NodeDescriptor.java
Java
lgpl-2.1
5,958
/* * This file is part of the QuickServer library * Copyright (C) QuickServer.org * * Use, modification, copying and distribution of this software is subject to * the terms and conditions of the GNU Lesser General Public License. * You should have received a copy of the GNU LGP License along with this * libra...
QuickServerLab/QuickServer-Main
src/main/org/quickserver/security/SecureStoreManager.java
Java
lgpl-2.1
10,503
package com.quickserverlab.quickcached; import java.io.IOException; import java.net.SocketTimeoutException; import java.util.logging.Level; import java.util.logging.Logger; import com.quickserverlab.quickcached.cache.CacheException; import com.quickserverlab.quickcached.cache.CacheInterface; import org.quickserver.net...
QuickServerLab/QuickCached
src/main/com/quickserverlab/quickcached/TextCommandProcessor.java
Java
lgpl-2.1
15,156
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.service.protocol.event; import java.util.*; import net.java.sip.communicator.service.protocol.*; /** * Events of this class represent ...
zhaozw/android-1
src/net/java/sip/communicator/service/protocol/event/SubscriptionMovedEvent.java
Java
lgpl-2.1
3,564
package net.gigimoi.zombietc.tile; import net.gigimoi.zombietc.ZombieTC; import net.gigimoi.zombietc.util.IListenerZTC; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.network.NetworkManager; import net.minecraft.network.Packet; import net.minecraft.network.play.server.S35PacketUpdateTileEntity; import n...
gigimoi/Zombie-Total-Conversion-Craft
src/main/java/net/gigimoi/zombietc/tile/TileZTC.java
Java
lgpl-2.1
1,114
package net.minecraft.server; import java.util.Iterator; import java.util.List; import net.minecraft.src.BiomeGenBase; import cpw.mods.fml.common.registry.IMinecraftRegistry; import cpw.mods.fml.server.FMLBukkitHandler; public class BukkitRegistry implements IMinecraftRegistry { @Override public void addRe...
aerospark/FML
bukkit/net/minecraft/server/BukkitRegistry.java
Java
lgpl-2.1
5,591
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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; either version 2.1 of * th...
pbondoer/xwiki-platform
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ObjectPolicyType.java
Java
lgpl-2.1
2,998
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
esig/dss
dss-asic-cades/src/test/java/eu/europa/esig/dss/asic/cades/signature/asics/ASiCSCAdESLevelLTTest.java
Java
lgpl-2.1
5,526
/** * Copyright 2006-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 * * Unle...
solmix/datax
generator/core/src/main/java/org/solmix/generator/plugin/RenameExampleClassPlugin.java
Java
lgpl-2.1
3,084
/****************************************************************************** * Copyright (C) 2010-2016 CERN. All rights not expressly granted are reserved. * * This file is part of the CERN Control and Monitoring Platform 'C2MON'. * C2MON is free software: you can redistribute it and/or modify it under the * t...
c2mon/c2mon-client-ext-history
src/main/java/cern/c2mon/client/ext/history/common/HistoryUpdate.java
Java
lgpl-3.0
1,559
/* * SonarQube Java * Copyright (C) 2012-2017 SonarSource SA * mailto:info AT sonarsource DOT com * * 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; either * version 3 of the Licen...
mbring/sonar-java
java-maven-model/src/main/java/org/sonar/maven/model/LocatedAttributeAdapter.java
Java
lgpl-3.0
1,812
package com.silicolife.textmining.core.datastructures.dataaccess.database.dataaccess.implementation.model.core.entities; // Generated 23/Mar/2015 16:36:00 by Hibernate Tools 4.3.1 import javax.persistence.Column; import javax.persistence.Embeddable; /** * ClusterProcessHasLabelsId generated by hbm2java */ @Embedda...
biotextmining/core
src/main/java/com/silicolife/textmining/core/datastructures/dataaccess/database/dataaccess/implementation/model/core/entities/ClusterProcessHasLabelsId.java
Java
lgpl-3.0
1,802
/** * Copyright (C) 2010-2012 Regis Montoya (aka r3gis - www.r3gis.fr) * This file is part of CSipSimple. * * CSipSimple 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...
fingi/csipsimple
src/com/csipsimple/ui/outgoingcall/OutgoingCallListFragment.java
Java
lgpl-3.0
8,351
package fun.guruqu.portal.structures; public class BlockStructure { /** * @param args */ public static void main(String[] args) { } }
guruqu/BeaconTeleport
src/fun/guruqu/portal/structures/BlockStructure.java
Java
lgpl-3.0
149
package com.sirma.itt.seip.rest.handlers.readers; import static com.sirma.itt.seip.rest.utils.request.params.RequestParams.PATH_ID; import java.io.IOException; import java.io.InputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import javax.inject.Inject; import javax.ws.rs.BeanParam; ...
SirmaITT/conservation-space-1.7.0
docker/sirma-platform/platform/seip-parent/platform/rest-api/src/main/java/com/sirma/itt/seip/rest/handlers/readers/InstanceBodyReader.java
Java
lgpl-3.0
1,803
/*** Copyright (c) 2012 - 2021 Hércules S. S. José Este arquivo é parte do programa Orçamento Doméstico. Orçamento Doméstico é um software livre; você pode redistribui-lo e/ou modificá-lo dentro dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do Software Livre (FSF); na versão 3.0 da L...
herculeshssj/orcamento
orcamento/src/test/java/br/com/hslife/orcamento/entity/DividaTerceiroTest.java
Java
lgpl-3.0
4,219
/** * GetAllUsersResponse.java * Created by pgirard at 2:07:29 PM on Aug 19, 2010 * in the com.qagwaai.starmalaccamax.shared.services.action package * for the JobMalaccamax project */ package com.qagwaai.starmalaccamax.client.service.action; import java.util.ArrayList; import com.google.gwt.user.client...
qagwaai/StarMalaccamax
src/com/qagwaai/starmalaccamax/client/service/action/GetAllJobsResponse.java
Java
lgpl-3.0
1,407
/* * Copyright (C) 2006-2010 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco 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, either version 3 of the License, or * (at y...
loftuxab/community-edition-old
projects/alfresco-jlan/source/java/org/alfresco/jlan/client/PrintSession.java
Java
lgpl-3.0
3,570
// // Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802 // Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. // Généré ...
klipdev/SpiderGps
workspace/SpiderGps/src3p/org/klipdev/spidergps3p/kml/Vec2Type.java
Java
lgpl-3.0
3,972
package com.pahlsoft.ws.iaas.provision.deploy.behaviors; import org.apache.log4j.Logger; import com.pahlsoft.ws.iaas.provision.generated.InstructionType; import com.pahlsoft.ws.iaas.provision.generated.ProvisionProperties; import com.pahlsoft.ws.iaas.provision.generated.ProvisionResponse; import com.pahlsoft.ws.iaas....
ajpahl1008/iaas
iaas-provision-service/src/main/java/com/pahlsoft/ws/iaas/provision/behaviors/deploy/JbossDeployBehavior.java
Java
lgpl-3.0
2,342
package org.eso.ias.cdb; import org.eso.ias.cdb.json.CdbFiles; import org.eso.ias.cdb.json.CdbJsonFiles; import org.eso.ias.cdb.json.JsonReader; import org.eso.ias.cdb.rdb.RdbReader; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.lang.reflect.Constructor; import java.util.Arrays; import java.uti...
IntegratedAlarmSystem-Group/ias
Cdb/src/main/java/org/eso/ias/cdb/CdbReaderFactory.java
Java
lgpl-3.0
6,266
/** *A PUBLIC CLASS FOR ACTIONS.JAVA */ class Actions{ public Fonts font = new Fonts(); /** *@see FONTS.JAVA *this is a font class which is for changing the font, style & size */ public void fonT(){ font.setVisible(true); //setting the visible is true font.pack(); //pack the panel /...
SergiyKolesnikov/fuji
examples/Notepad_casestudies/NotepadBenDelaware/features/Font/Actions.java
Java
lgpl-3.0
1,444
import java.util.*; import Jakarta.util.FixDosOutputStream; import java.io.*; public class ImpQual { /* returns name of AST_QualifiedName */ public String GetName() { String result = ( ( AST_QualifiedName ) arg[0] ).GetName(); if ( arg[1].arg[0] != null ) result = r...
SergiyKolesnikov/fuji
examples/AHEAD/preprocess/ImpQual.java
Java
lgpl-3.0
369
package com.ihidea.component.datastore.archive; import java.awt.Graphics2D; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io...
tyotann/tyo-java-frame
src/com/ihidea/component/datastore/archive/ArchiveController.java
Java
lgpl-3.0
15,946
/* * SonarQube * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * 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; either * version 3 of the License, o...
SonarSource/sonarqube
server/sonar-webserver-webapi/src/main/java/org/sonar/server/almsettings/ws/AlmSettingsSupport.java
Java
lgpl-3.0
4,030
package org.eso.ias.plugin; /** * The exception returned by the Plugin * @author acaproni * */ public class PluginException extends Exception { public PluginException() { } public PluginException(String message) { super(message); } public PluginException(Throwable cause) { super(cause); } public Plu...
IntegratedAlarmSystem-Group/ias
plugin/src/main/java/org/eso/ias/plugin/PluginException.java
Java
lgpl-3.0
581
package clearvolume.renderer; /** * Overlays that implement this interface can declare a key binding that will be * used to toggle it's display on/off * * @author Loic Royer (2015) * */ public interface SingleKeyToggable { /** * Returns key code of toggle key combination. * * @return toggle key as short...
ClearVolume/ClearVolume
src/java/clearvolume/renderer/SingleKeyToggable.java
Java
lgpl-3.0
587
package co.edu.unal.sistemasinteligentes.ajedrez.agentes; import co.edu.unal.sistemasinteligentes.ajedrez.base.*; import co.edu.unal.sistemasinteligentes.ajedrez.reversi.Tablero; import co.edu.unal.sistemasinteligentes.ajedrez.reversi.Reversi.EstadoReversi; import java.io.PrintStream; /** * Created by jiacontrerasp...
UNColombia/bog-2025995-2-2015-01
elCinco/MinMax/src/co/edu/unal/sistemasinteligentes/ajedrez/agentes/AgenteHeuristicoBasico.java
Java
lgpl-3.0
2,312
package tk.teemocode.module.base.vo; import java.io.Serializable; public class Vo implements Serializable, Cloneable { private Long id; private String uuid; private Integer tag; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getUuid() ...
yangylsky/teemocode
teemocode-modulebase/src/main/java/tk/teemocode/module/base/vo/Vo.java
Java
lgpl-3.0
520
/******************************************************************************* * Copyright (c) 2011 Dipanjan Das * Language Technologies Institute, * Carnegie Mellon University, * All Rights Reserved. * * IntCounter.java is part of SEMAFOR 2.0. * * SEMAFOR 2.0 is free software: you can redistribute it an...
jtraviesor/semafor-parser
semafor/src/main/java/edu/cmu/cs/lti/ark/util/ds/map/IntCounter.java
Java
lgpl-3.0
8,362
/* * Project: NextGIS Mobile * Purpose: Mobile GIS for Android. * Author: Dmitry Baryshnikov (aka Bishop), bishop.dev@gmail.com * Author: NikitaFeodonit, nfeodonit@yandex.com * Author: Stanislav Petriakov, becomeglory@gmail.com * ****************************************************************************...
nextgis/android_maplib
src/main/java/com/nextgis/maplib/util/AccountUtil.java
Java
lgpl-3.0
5,591
package edu.ucsd.arcum.interpreter.ast; import java.util.List; import java.util.Set; import org.eclipse.core.runtime.CoreException; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import edu.ucsd.arcum.exceptions.ArcumError; import edu.ucsd.arcum.exceptions.SourceLocation; ...
mshonle/Arcum
src/edu/ucsd/arcum/interpreter/ast/MapTraitArgument.java
Java
lgpl-3.0
2,934
package edu.hm.gamedev.server.packets.client2server; import org.codehaus.jackson.annotate.JsonCreator; import org.codehaus.jackson.annotate.JsonProperty; import edu.hm.gamedev.server.packets.Packet; import edu.hm.gamedev.server.packets.Type; public class JoinGame extends Packet { private final String gameName; ...
phxql/gamedev-server
src/main/java/edu/hm/gamedev/server/packets/client2server/JoinGame.java
Java
lgpl-3.0
1,227
package uk.co.wehavecookies56.kk.common.container.slot; import net.minecraft.item.ItemStack; import net.minecraftforge.items.IItemHandler; import net.minecraftforge.items.SlotItemHandler; import uk.co.wehavecookies56.kk.common.item.ItemSynthesisBagS; import uk.co.wehavecookies56.kk.common.item.base.ItemSynthesisMateri...
Wehavecookies56/Kingdom-Keys-Re-Coded
src/main/java/uk/co/wehavecookies56/kk/common/container/slot/SlotSynthesisBag.java
Java
lgpl-3.0
697
/* * SonarQube * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * 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; either * version 3 of the License, o...
SonarSource/sonarqube
sonar-duplications/src/main/java/org/sonar/duplications/statement/TokenMatcherFactory.java
Java
lgpl-3.0
2,239
package com.farevee.groceries; public class BulkItem implements Item { //+--------+------------------------------------------------------ // | Fields | // +--------+ /** * The type of food of the bulk item */ BulkFood food; /** * The unit of the bulk item */ Units unit; /** * The ...
lordzason/csc207-hw07-combined-with-hw06
src/com/farevee/groceries/BulkItem.java
Java
lgpl-3.0
2,267
package org.logicobjects.converter.old; import java.util.Arrays; import java.util.List; import org.jpc.term.Term; import org.jpc.util.ParadigmLeakUtil; import org.logicobjects.converter.IncompatibleAdapterException; import org.logicobjects.converter.context.old.AdaptationContext; import org.logicobjects.converter.co...
java-prolog-connectivity/logicobjects
src/main/java/org/logicobjects/converter/old/AnnotatedObjectToTermConverter.java
Java
lgpl-3.0
4,202
/* * SonarQube * Copyright (C) 2009-2017 SonarSource SA * mailto:info AT sonarsource DOT com * * 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; either * version 3 of the License, o...
lbndev/sonarqube
sonar-plugin-api/src/test/java/org/sonar/api/utils/TempFileUtilsTest.java
Java
lgpl-3.0
1,443
package net.anthavio.sewer.test; import net.anthavio.sewer.ServerInstance; import net.anthavio.sewer.ServerInstanceManager; import net.anthavio.sewer.ServerMetadata; import net.anthavio.sewer.ServerMetadata.CacheScope; import net.anthavio.sewer.ServerType; import org.junit.rules.TestRule; import org.junit.runner.Desc...
anthavio/anthavio-sewer
src/main/java/net/anthavio/sewer/test/SewerRule.java
Java
lgpl-3.0
1,989
/* * SonarQube * Copyright (C) 2009-2017 SonarSource SA * mailto:info AT sonarsource DOT com * * 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; either * version 3 of the License, o...
lbndev/sonarqube
sonar-plugin-api/src/main/java/org/sonar/api/ce/posttask/CeTask.java
Java
lgpl-3.0
1,287
package calc.lib; /** Class (POJO) used to store Uninhabited Solar System JSON objects * * @author Carlin Robertson * @version 1.0 * */ public class SolarSystemUninhabited { private String[] information; private String requirePermit; private Coords coords; private String name; public Strin...
TheJavaMagician/CalculusBot
src/main/java/calc/lib/SolarSystemUninhabited.java
Java
lgpl-3.0
977
// Catalano Fuzzy Library // The Catalano Framework // // Copyright © Diego Catalano, 2013 // diego.catalano at live.com // // Copyright © Andrew Kirillov, 2007-2008 // andrew.kirillov at gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser G...
accord-net/java
Catalano.Fuzzy/src/Catalano/Fuzzy/IUnaryOperator.java
Java
lgpl-3.0
1,453
package flabs.mods.magitech.aura; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.world.WorldSavedData; public class AuraSavedData extends WorldSavedData{ public static final String nbtName="MagiAura"; public AuraSavedData(String name) { super(name); } @Override public void readFro...
froschi3b/Magitech
magitech_common/flabs/mods/magitech/aura/AuraSavedData.java
Java
lgpl-3.0
532
package edu.ut.mobile.network; public class NetInfo{ //public static byte[] IPAddress = {Integer.valueOf("54").byteValue(),Integer.valueOf("73").byteValue(),Integer.valueOf("28").byteValue(),Integer.valueOf("236").byteValue()}; static byte[] IPAddress = {Integer.valueOf("192").byteValue(),Integer.valueOf("168").by...
huberflores/BenchmarkingAndroidx86
Simulator/MobileOffloadSimulator/src/main/java/edu/ut/mobile/network/NetInfo.java
Java
lgpl-3.0
473
/* Copyright 2009 Semantic Discovery, Inc. (www.semanticdiscovery.com) This file is part of the Semantic Discovery Toolkit. The Semantic Discovery Toolkit 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 So...
jtsay362/semanticdiscoverytoolkit-text
src/main/java/org/sd/text/MungedWordFinder.java
Java
lgpl-3.0
17,721
/******************************************************************************* * Copyright (c) 2015 Open Software Solutions GmbH. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3.0 * which accompanies this distribution, and...
OpenSoftwareSolutions/PDFReporter
pdfreporter-core/src/org/oss/pdfreporter/sql/factory/ISqlFactory.java
Java
lgpl-3.0
2,507
/* * Copyright (C) 2005-2010 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco 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, either version 3 of the License, or ...
loftuxab/community-edition-old
projects/repository/source/java/org/alfresco/repo/admin/registry/RegistryService.java
Java
lgpl-3.0
3,781
import java.util.*; import Jakarta.util.FixDosOutputStream; import java.io.*; //------------------------ j2jBase layer ------------------- //------ mixin-layer for dealing with Overrides and New Modifier //------ offhand, I wonder why we can't let j2j map these modifiers //------ to nothing, instead of le...
SergiyKolesnikov/fuji
examples/AHEAD/j2jBase/ModOverrides.java
Java
lgpl-3.0
1,048
/* * Copyright (C) 2003-2014 eXo Platform SAS. * * 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. * * This...
thanhvc/poc-sam
services/src/main/java/org/exoplatform/social/core/storage/proxy/ActivityProxyBuilder.java
Java
lgpl-3.0
1,655
/* * XAdES4j - A Java library for generation and verification of XAdES signatures. * Copyright (C) 2010 Luis Goncalves. * * XAdES4j 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; either version 3...
entaksi/xades4j
src/main/java/xades4j/xml/unmarshalling/FromXmlSignatureTimeStampConverter.java
Java
lgpl-3.0
1,991