repo_name
stringlengths
5
108
path
stringlengths
6
333
size
stringlengths
1
6
content
stringlengths
4
977k
license
stringclasses
15 values
alkacon/opencms-core
src/org/opencms/acacia/shared/CmsEntity.java
27138
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (C) Alkacon Software (http://www.alkacon.com) * * 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...
lgpl-2.1
needle4j/needle4j
src/test/java/org/needle4j/postconstruct/injection/ComponentWithPrivatePostConstruct.java
326
package org.needle4j.postconstruct.injection; import javax.annotation.PostConstruct; import javax.inject.Inject; public class ComponentWithPrivatePostConstruct { @Inject private DependentComponent component; @PostConstruct @SuppressWarnings("unused") private void postconstruct() { component.count(); ...
lgpl-2.1
kitsushadow/ForgeCraft
old_src/1.10.2/1-7-10Resources/src/main/java/com/kitsu/medievalcraft/item/craftingtools/filters/FineFilter.java
745
package com.kitsu.medievalcraft.item.craftingtools.filters; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import com.kitsu.medievalcraft.Main; import com.kitsu.medievalcraft.util.CustomTab; import cpw.mods.fml.common.registry.GameRegistry; public class FineFilter extends Item { private Strin...
lgpl-2.1
stijnhero/Forgery
src/main/java/com/stijnhero/forgery/common/block/BlockChimney.java
1674
package com.stijnhero.forgery.common.block; import java.util.List; import com.stijnhero.forgery.Forgery; import net.minecraft.block.Block; import net.minecraft.block.BlockFence; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.Entity; import net....
lgpl-2.1
windauer/exist
exist-core/src/main/java/org/exist/dom/memtree/MemTreeBuilder.java
17300
/* * eXist Open Source Native XML Database * Copyright (C) 2001-2014 Wolfgang M. Meier * wolfgang@exist-db.org * http://exist.sourceforge.net * * 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 S...
lgpl-2.1
jbossws/jbossws-cxf
modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java
1676
/* * JBoss, Home of Professional Open Source. * Copyright 2006, Red Hat Middleware LLC, 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 i...
lgpl-2.1
daxum/TemporalConvergence
src/main/java/daxum/temporalconvergence/item/ItemPhaseClothHelmet.java
1360
/*************************************************************************** * Temporal Convergence * Copyright (C) 2017 * * 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 * ...
lgpl-2.1
geotools/geotools
modules/ogc/net.opengis.wmts/src/net/opengis/gml311/MultiPointDomainType.java
1714
/** */ package net.opengis.gml311; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Multi Point Domain Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link net.opengis.gml311.MultiPointDomainType#getMultiPoint <em>Mu...
lgpl-2.1
EgorZhuk/pentaho-reporting
engine/extensions-mondrian/src/main/java/org/pentaho/reporting/engine/classic/extensions/datasources/mondrian/AbstractMDXDataFactory.java
37834
/*! * 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 can ob...
lgpl-2.1
statsbiblioteket/sbutil
sbutil-qa/src/main/java/dk/statsbiblioteket/util/qa/QAInfo.java
5049
/* $Id: QAInfo.java,v 1.6 2007/12/04 13:22:01 mke Exp $ * $Revision: 1.6 $ * $Date: 2007/12/04 13:22:01 $ * $Author: mke $ * * The SB Util Library. * Copyright (C) 2005-2007 The State and University Library of Denmark * * This library is free software; you can redistribute it and/or * modify it under the term...
lgpl-2.1
kevin-chen-hw/LDAE
com.huawei.soa.ldae/src/main/java/org/hibernate/type/descriptor/java/ByteArrayTypeDescriptor.java
4548
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
lgpl-2.1
HickGamer/Better-Utilites
Reference Code/Neotech Code/java/com/teambrmodding/neotech/client/gui/machines/processors/GuiSolidifier.java
8916
package com.teambrmodding.neotech.client.gui.machines.processors; import com.teambr.bookshelf.client.gui.GuiColor; import com.teambr.bookshelf.client.gui.GuiTextFormat; import com.teambr.bookshelf.client.gui.component.control.GuiComponentItemStackButton; import com.teambr.bookshelf.client.gui.component.display.GuiComp...
lgpl-2.1
kevin-chen-hw/LDAE
com.huawei.soa.ldae/src/main/java/org/hibernate/collection/spi/PersistentCollection.java
13745
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2008-2011, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. *...
lgpl-2.1
thilokru/Controller-Support
src/main/java/com/mhfs/controller/hotplug/DaemonManager.java
2505
package com.mhfs.controller.hotplug; import java.io.File; import java.net.DatagramSocket; import java.net.InetSocketAddress; import java.net.SocketException; import com.mhfs.controller.config.Config; import com.mhfs.controller.daemon.DaemonMain; import com.mhfs.ipc.InvocationManager; import io.netty.boots...
lgpl-2.1
mcarniel/oswing
srclnf/org/openswing/swing/table/client/MacPaginationVerticalScrollBarUI.java
9721
package org.openswing.swing.table.client; import java.awt.*; import javax.swing.*; import javax.swing.plaf.*; import com.sun.java.swing.plaf.mac.*; /** * <p>Title: OpenSwing Framework</p> * <p>Description: Vertical scrollbar UI, used inside the pagination vertical scrollbar of the grid control, for Mac...
lgpl-2.1
dpoldrugo/proxyma
proxyma-core/src/main/java/m/c/m/proxyma/rewrite/CookieRewriteEngine.java
3420
package m.c.m.proxyma.rewrite; import java.net.URL; import java.util.logging.Logger; import javax.servlet.http.Cookie; import m.c.m.proxyma.context.ProxyFolderBean; import m.c.m.proxyma.context.ProxymaContext; import m.c.m.proxyma.resource.ProxymaResource; /** * <p> * This Class implements the logic of the Cookies ...
lgpl-2.1
geotools/geotools
modules/ogc/net.opengis.wfs/src/net/opengis/wfs20/validation/TransactionTypeValidator.java
1029
/** * * $Id$ */ package net.opengis.wfs20.validation; import net.opengis.wfs20.AbstractTransactionActionType; import net.opengis.wfs20.AllSomeType; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.util.FeatureMap; /** * A sample validator interface for {@link net.opengis.wfs20.TransactionT...
lgpl-2.1
Romenig/ivprog2
src/usp/ime/line/ivprog/model/domain/actions/ReturnSetExpression.java
1489
package usp.ime.line.ivprog.model.domain.actions; import usp.ime.line.ivprog.model.components.datafactory.dataobjetcs.Expression; import usp.ime.line.ivprog.model.components.datafactory.dataobjetcs.ReturnStatement; import usp.ime.line.ivprog.model.domain.IVPDomainModel; import ilm.framework.assignment.model.Domai...
lgpl-2.1
musdasch/VeniceMod
src/main/java/org/venice/venicemod/generations/TitaniumGeneraton.java
535
package org.venice.venicemod.generations; import java.util.Random; import org.venice.venicemod.VeniceMod; import cpw.mods.fml.common.IWorldGenerator; import net.minecraft.world.World; import net.minecraft.world.chunk.IChunkProvider; public class TitaniumGeneraton extends OreGeneration { public TitaniumGeneraton(...
lgpl-2.1
zsoltii/dss
dss-spi/src/main/java/eu/europa/esig/dss/x509/ocsp/OfflineOCSPSource.java
3289
/** * 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 Public...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java
128122
/* * 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.cfg.annotations.reflection; import java.beans.Introspector; ...
lgpl-2.1
jeromeOrfila/treckar
src/com/gromstudio/treckar/model/WorldMapArea.java
114
package com.gromstudio.treckar.model; import java.net.URL; public class WorldMapArea { URL mBitmapUrl; }
lgpl-2.1
secure-software-engineering/soot-infoflow
src/soot/jimple/infoflow/solver/fastSolver/IFDSSolver.java
29328
/******************************************************************************* * Copyright (c) 2012 Eric Bodden. * Copyright (c) 2013 Tata Consultancy Services & Ecole Polytechnique de Montreal * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesse...
lgpl-2.1
netarchivesuite/netarchivesuite-svngit-migration
tests/dk/netarkivet/harvester/indexserver/distribute/IndexRequestServerTester.java
15783
/* $Id$ * $Revision$ * $Date$ * $Author$ * * The Netarchive Suite - Software to harvest and preserve websites * Copyright 2004-2012 The Royal Danish Library, the Danish State and * University Library, the National Library of France and the Austrian * National Library. * * This library is free software; you ca...
lgpl-2.1
cacheonix/cacheonix-core
src/org/cacheonix/impl/net/cluster/ClusterView.java
3125
package org.cacheonix.impl.net.cluster; import java.util.List; import java.util.Set; import org.cacheonix.impl.net.ClusterNodeAddress; import org.cacheonix.impl.net.processor.ReceiverAddress; import org.cacheonix.impl.net.processor.UUID; import org.cacheonix.impl.net.serializer.Wireable; /** * Marker list. * <p/> ...
lgpl-2.1
nybbs2003/jopenmetaverse
src/main/java/com/ngt/jopenmetaverse/shared/sim/visual/VisualParams.java
93393
/** * A library to interact with Virtual Worlds such as OpenSim * Copyright (C) 2012 Jitendra Chauhan, Email: jitendra.chauhan@gmail.com * * 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 Found...
lgpl-2.1
lucee/Lucee
core/src/main/java/lucee/runtime/functions/string/ReplaceNoCase.java
3453
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * 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) ...
lgpl-2.1
zhaozw/android-1
src/net/java/sip/communicator/service/protocol/event/WhiteboardParticipantEvent.java
3611
/* * 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.*; /** * <tt>WhiteboardParticipantEvent<...
lgpl-2.1
raedle/univis
lib/hibernate-3.1.3/src/org/hibernate/engine/SessionFactoryImplementor.java
5315
//$Id: SessionFactoryImplementor.java 8754 2005-12-05 23:36:59Z steveebersole $ package org.hibernate.engine; import java.util.Map; import java.util.Set; import java.sql.Connection; import javax.transaction.TransactionManager; import org.hibernate.HibernateException; import org.hibernate.Interceptor; import org.hibe...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/h2geodb/GeoDBGeometryTypeDescriptor.java
2853
/* * 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.dialect.h2geodb; import java.sql.CallableStatement;...
lgpl-2.1
MobileConvergenceLab/icPhone-phoneapp
CCNVoice/src/CCNVoice.java
11864
/* * This library 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. * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied ...
lgpl-2.1
EgorZhuk/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/style/VerticalTextAlign.java
6057
/* * 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 c...
lgpl-2.1
timtiemens/secretshare
src/main/java/com/tiemens/secretshare/main/cli/MainBigIntCs.java
16433
/******************************************************************************* * Copyright (c) 2009, 2014 Tim Tiemens. * 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 availab...
lgpl-2.1
bharathravi/tinysql
src/ORG/as220/tinySQL/util/ParameterPosition.java
1864
//============================================================================= /* $Id: ParameterPosition.java,v 1.2 2002/10/25 14:01:41 taq Exp $ */ //============================================================================= package ORG.as220.tinySQL.util; /** * Here you can specify where the <code>PreparedStast...
lgpl-2.1
ironjacamar/ironjacamar
common/impl/src/main/java/org/jboss/jca/common/metadata/ds/DatasourcesImpl.java
6195
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2008, 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...
lgpl-2.1
Eladkay/Quaritum-as-is
src/main/java/com/outlookphone/quaritum/flora/EnumDye.java
252
package com.outlookphone.quaritum.flora; public enum EnumDye { Common(0), CommonArcane(1), Arcane(2); private int data; /** * @return the data value */ public int getData() { return data; } EnumDye(int data) { this.data = data; } }
lgpl-2.1
geotools/geotools
modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/ExtendedRandomIter.java
3207
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2015, 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 Softw...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/InformationExtractorJdbcDatabaseMetaDataImpl.java
23277
/* * 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.tool.schema.extract.internal; import java.sql.DatabaseMetaDa...
lgpl-2.1
plast-lab/soot
src/main/java/soot/toolkits/graph/CompleteUnitGraph.java
3038
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
lgpl-2.1
johnlee175/john4j
src/com/johnsoft/library/swing/component/gl/JohnGLRenderer.java
1405
package com.johnsoft.library.swing.component.gl; import javax.media.opengl.GL; import javax.media.opengl.GL2; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLEventListener; import javax.media.opengl.fixedfunc.GLMatrixFunc; import javax.media.opengl.glu.GLU; public class JohnGLRenderer implement...
lgpl-2.1
wolfc/jboss-common-beans
src/test/java/org/jboss/common/beans/property/AtomicIntegerEditorTestCase.java
2026
/* * 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...
lgpl-2.1
KurentoLegacy/kurento-media-framework
kmf-integration-tests/kmf-system-test/src/test/java/com/kurento/kmf/test/media/MediaApiWebRtc2HttpTest.java
4245
/* * (C) Copyright 2014 Kurento (http://kurento.org/) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-...
lgpl-2.1
raffy1982/spine-project
Spine_apps/nodeEmulator/src/logic/SensorDataManager.java
9284
/***************************************************************** SPINE - Signal Processing In-Node Environment is a framework that allows dynamic configuration of feature extraction capabilities of WSN nodes via an OtA protocol Copyright (C) 2007 Telecom Italia S.p.A.   GNU Lesser General Public Lice...
lgpl-2.1
jeremynorris/ddd-toolbox
dao/src/main/java/org/ddd/toolbox/dao/QueryFactoryCallback.java
468
package org.ddd.toolbox.dao; /** * Callback interface for building queries. * * <br> * Patterns: Callback * * <br> * Revisions: jnorris: Oct 2, 2007: Initial revision. * * @param <T_QUERY> * The type of the query being constructed. * * @author jnorris */ public interface QueryFa...
lgpl-2.1
EgorZhuk/pentaho-reporting
designer/report-designer/src/main/java/org/pentaho/reporting/designer/core/actions/report/export/ExportCsvAction.java
1180
/*! * 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 can ob...
lgpl-2.1
Partysun/SE452-Tux-Guitar
TuxGuitar-viewer/src/org/herac/tuxguitar/app/Tests/SettingsActionTest.java
20032
package org.herac.tuxguitar.app.Tests; import java.awt.AWTEvent; import java.awt.event.ActionEvent; import java.awt.event.MouseEvent; import junit.framework.TestCase; import org.herac.tuxguitar.app.actions.settings.SettingsAction; import org.herac.tuxguitar.app.editors.TablatureEditor; import org.herac.tuxguitar.son...
lgpl-2.1
cytoscape/cytoscape-impl
custom-graphics-internal/src/main/java/org/cytoscape/cg/model/CustomGraphicsUtil.java
945
package org.cytoscape.cg.model; import java.awt.Image; public class CustomGraphicsUtil { public static Image getResizedImage(Image original, Integer w, Integer h, boolean keepAspectRatio) { if (original == null) throw new IllegalArgumentException("Original image cannot be null."); if (w == null && h == null...
lgpl-2.1
trainboy2019/1.7modrecove4r2
src/main/java/com/camp/block/NetherLapis.java
2215
package com.camp.block; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.init.Items; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.world.World; impor...
lgpl-2.1
cristhiank/jasperreportsjsf
plugin/src/main/java/net/sf/jasperreports/jsf/context/JRFacesContextWrapper.java
3019
/* * JaspertReports JSF Plugin Copyright (C) 2011 A. Alonso Dominguez * * 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 ...
lgpl-2.1
ideaconsult/i5
iuclid_6_4-io/src/main/java/eu/europa/echa/iuclid6/namespaces/flexible_record_estimatedquantities/_6/ObjectFactory.java
11538
package eu.europa.echa.iuclid6.namespaces.flexible_record_estimatedquantities._6; import java.math.BigDecimal; import java.math.BigInteger; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This ...
lgpl-3.0
nicosensei/batch-tools
batch-tools-elasticsearch/src/main/java/com/github/nicosensei/batch/elasticsearch/SkipLimitExceededException.java
525
/** * */ package com.github.nicosensei.batch.elasticsearch; import org.apache.log4j.Level; import com.github.nicosensei.batch.BatchException; /** * @author nicolas * */ public class SkipLimitExceededException extends BatchException { /** * */ private static final long serialVersionUID = 109526869174312...
lgpl-3.0
Ash6390/JarCraft
src/main/java/com/ash6390/jarcraft/utility/LogHelper.java
920
package com.ash6390.jarcraft.utility; import com.ash6390.jarcraft.reference.References; import cpw.mods.fml.common.FMLLog; import org.apache.logging.log4j.Level; public class LogHelper { public static void log(Level logLevel, Object object) { FMLLog.log(References.NAME, logLevel, String.valueOf(object...
lgpl-3.0
scodynelson/JCL
jcl-core/src/main/java/jcl/lang/SynonymStreamStruct.java
807
package jcl.lang; import jcl.lang.internal.stream.SynonymStreamStructImpl; /** * The {@link SynonymStreamStruct} is the object representation of a Lisp 'synonym-stream' type. */ public interface SynonymStreamStruct extends IOStreamStruct { /** * Returns the {@link SymbolStruct} stream symbol. * * @return th...
lgpl-3.0
leodmurillo/sonar
sonar-plugin-api/src/test/java/org/sonar/api/utils/ServerHttpClientTest.java
2855
/* * Sonar, open source software quality management tool. * Copyright (C) 2008-2011 SonarSource * mailto:contact AT sonarsource DOT com * * Sonar 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; e...
lgpl-3.0
copyliu/Spoutcraft_CJKPatch
src/minecraft/org/getspout/spout/packet/ScreenAction.java
1122
/* * This file is part of Spoutcraft (http://wiki.getspout.org/). * * Spoutcraft 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 your option) any later v...
lgpl-3.0
HATB0T/RuneCraftery
forge/mcp/temp/src/minecraft/net/minecraft/entity/ai/EntityAITradePlayer.java
1206
package net.minecraft.entity.ai; import net.minecraft.entity.ai.EntityAIBase; import net.minecraft.entity.passive.EntityVillager; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; public class EntityAITradePlayer extends EntityAIBase { private EntityVillager field_75276_a;...
lgpl-3.0
jjettenn/molgenis
molgenis-data-annotators/src/main/java/org/molgenis/data/annotation/core/entity/impl/hpo/HPORepository.java
4146
package org.molgenis.data.annotation.core.entity.impl.hpo; import au.com.bytecode.opencsv.CSVParser; import au.com.bytecode.opencsv.CSVReader; import com.google.common.collect.Iterables; import org.molgenis.data.Entity; import org.molgenis.data.MolgenisDataException; import org.molgenis.data.Query; import org.molgenis...
lgpl-3.0
dana-i2cat/opennaas
extensions/bundles/genericnetwork/src/main/java/org/opennaas/extensions/genericnetwork/model/circuit/request/CircuitRequest.java
3943
package org.opennaas.extensions.genericnetwork.model.circuit.request; /* * #%L * OpenNaaS :: Generic Network * %% * Copyright (C) 2007 - 2014 Fundació Privada i2CAT, Internet i Innovació a Catalunya * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
lgpl-3.0
KlickReform/dropkit
src/main/java/de/klickreform/dropkit/dao/Dao.java
856
package de.klickreform.dropkit.dao; import de.klickreform.dropkit.exception.DuplicateEntryException; import de.klickreform.dropkit.exception.NotFoundException; import de.klickreform.dropkit.models.DomainModel; import java.io.Serializable; import java.util.Collection; /** * Interface for Data Access Object (DAO) imp...
lgpl-3.0
SvenssonWeb/OpenHierarchy
src/main/java/se/unlogic/hierarchy/core/beans/Bundle.java
6040
/******************************************************************************* * Copyright (c) 2010 Robert "Unlogic" Olofsson (unlogic@unlogic.se). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this d...
lgpl-3.0
ClearVolume/ClearVolume
src/java/clearvolume/utils/AppleMac.java
2849
package clearvolume.utils; import java.awt.Image; import java.awt.Window; import java.lang.reflect.Method; public class AppleMac { // final static com.apple.eawt.Application cApplication = // com.apple.eawt.Application.getApplication(); static Class<?> cClass; static Object cApplication; static { try { ...
lgpl-3.0
Mindtoeye/Hoop
src/org/jdesktop/swingx/plaf/TableHeaderAddon.java
2161
/* * $Id$ * * Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * 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 Founda...
lgpl-3.0
IblowUpTnT/tntMods
src/main/java/com/iblowuptnt/tntMods/item/ItemCompShovel.java
1656
package com.iblowuptnt.tntMods.item; import com.google.common.collect.Sets; import com.iblowuptnt.tntMods.creativetab.CreativeTab; import com.iblowuptnt.tntMods.reference.Material; import com.iblowuptnt.tntMods.reference.Name; import com.iblowuptnt.tntMods.reference.Textures; import cpw.mods.fml.relauncher.Side; impor...
lgpl-3.0
teryk/sonarqube
server/sonar-server/src/test/java/org/sonar/server/rule/RegisterRulesTest.java
12879
/* * SonarQube, open source software quality management tool. * Copyright (C) 2008-2014 SonarSource * mailto:contact AT sonarsource DOT com * * SonarQube 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 Found...
lgpl-3.0
cismet/cismap-commons
src/main/java/de/cismet/cismap/commons/internaldb/DBTransferable.java
1839
/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cismap.commons...
lgpl-3.0
EntityAPIDev/EntityAPI
modules/API/src/main/java/org/entityapi/api/entity/type/nms/ControllableSlimeHandle.java
938
/* * Copyright (C) EntityAPI Team * * This file is part of EntityAPI. * * EntityAPI 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 vers...
lgpl-3.0
anndy201/mars-framework
com.sqsoft.mars.qyweixin.client/src/main/java/com/sqsoft/mars/qyweixin/client/cgibin/message/QyweixinMessageClient.java
656
/** * */ package com.sqsoft.mars.qyweixin.client.cgibin.message; import com.sqsoft.mars.qyweixin.client.QyweixinDefaultClient; /** * @author lenovo * */ public class QyweixinMessageClient extends QyweixinDefaultClient { /** * */ private String access_token; /** * * @param access_token */ publ...
lgpl-3.0
scodynelson/JCL
jcl-compiler/src/main/java/jcl/compiler/sa/analyzer/lambdalistparser/LambdaListParser.java
37554
package jcl.compiler.sa.analyzer.lambdalistparser; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.function.Predicate; import jcl.compiler.environment.Environment; import jcl.compiler.environment.binding.Binding; import jcl.compiler.environment.binding.lambdalist.AuxPara...
lgpl-3.0
Gals42/JSDOMBox
src/main/java/org/fit/cssbox/jsdombox/global/core/Attr.java
1112
/* * Attr.java * Copyright (c) Radim Kocman */ package org.fit.cssbox.jsdombox.global.core; import org.fit.cssbox.jsdombox.global.misc.JSAdapterFactory; import org.fit.cssbox.jsdombox.global.misc.JSAdapter; import org.fit.cssbox.jsdombox.global.misc.JSAdapterType; /** * DOM Interface Attr Adapter *...
lgpl-3.0
anndy201/mars-framework
com.sqsoft.mars.weixin.client/src/main/java/com/sqsoft/mars/weixin/client/cgibin/template/ApiSetIndustryRequest.java
1454
package com.sqsoft.mars.weixin.client.cgibin.template; import java.io.Serializable; import org.springframework.http.HttpMethod; import com.sqsoft.mars.core.common.utils.JsonUtils; import com.sqsoft.mars.weixin.client.WeixinRequest; /** * 设置所属行业 * @author whai888 * */ public class ApiSetIndustryReq...
lgpl-3.0
xcourangon/lolongo
src/main/java/org/lolongo/FunctionContainer.java
1080
package org.lolongo; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * A container of Functions. * * @author Xavier Courangon */ public class FunctionContainer implements Iterable<Function> { private static Logger logger...
lgpl-3.0
Xyene/JBL
src/test/java/benchmark/bcel/classfile/ExceptionTable.java
6030
/* * Copyright 2000-2004 The Apache Software Foundation * * 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 ...
lgpl-3.0
josejuansanchez/protocoder-mvd
protocoder_apprunner/src/main/java/org/protocoderrunner/apprunner/AppRunnerService.java
11875
package org.protocoderrunner.apprunner; import android.app.AlarmManager; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.app.TaskStackBuilder; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; im...
lgpl-3.0
Farisllwaah/WorkflowSim-1.0
sources/org/workflowsim/scheduling/BaseSchedulingAlgorithm.java
2456
/** * Copyright 2012-2013 University Of Southern California * * 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 appl...
lgpl-3.0
rovemonteux/silvertunnel-monteux
src/main/java/cf/monteux/silvertunnel/netlib/layer/tor/circuit/cells/CellRelayEnd.java
1395
/** * OnionCoffee - Anonymous Communication through TOR Network * Copyright (C) 2005-2007 RWTH Aachen University, Informatik IV * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation....
lgpl-3.0
iehudiel/nadia
src/com/ashokgelal/samaya/ToStringUtil.java
11583
package com.ashokgelal.samaya; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; import java.util.logging.Logger; import java.util.regex.Matcher; import j...
lgpl-3.0
btrplace/scheduler
split/src/test/java/org/btrplace/scheduler/runner/disjoint/splitter/SleepingSplitterTest.java
2916
/* * Copyright 2020 The BtrPlace Authors. All rights reserved. * Use of this source code is governed by a LGPL-style * license that can be found in the LICENSE.txt file. */ package org.btrplace.scheduler.runner.disjoint.splitter; import gnu.trove.map.hash.TIntIntHashMap; import org.btrplace.model.DefaultModel; i...
lgpl-3.0
Godin/sonar
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ComponentIssuesRepositoryImpl.java
2261
/* * SonarQube * Copyright (C) 2009-2019 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...
lgpl-3.0
MatofSteel1/SoulGlassModv1.0
src/main/java/com/MatofSteel1/soulglassmod/item/ItemSoulGlassMod.java
3035
package com.MatofSteel1.soulglassmod.item; import com.MatofSteel1.soulglassmod.creativetab.CreativeTabSGM; import com.MatofSteel1.soulglassmod.inventory.ItemInventory; import com.MatofSteel1.soulglassmod.reference.Reference; import com.MatofSteel1.soulglassmod.utility.InventoryUtils; import cpw.mods.fml.common.eventha...
lgpl-3.0
rpau/javalang
src/main/java/org/walkmod/javalang/ast/LineComment.java
1807
/* * Copyright (C) 2013 Raquel Pau and Albert Coroleu. * * Walkmod 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 your option) any later version. * * Wa...
lgpl-3.0
smallAreaHealthStatisticsUnit/rapidInquiryFacility
rifGenericLibrary/src/main/java/org/sahsu/rif/generic/presentation/WorkflowNavigationButtonPanel.java
7055
package org.sahsu.rif.generic.presentation; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JPanel; import org.sahsu.rif.generic.system.Messages; /** * * A generic button control panel that supports navigation t...
lgpl-3.0
test2v/DanDelXAdES
proj/xml-security-src-1_3_0/xml-security-1_3_0/src_unitTests/org/apache/xml/security/test/EncryptionTest.java
2150
/* * Copyright 2003-2004 The Apache Software Foundation. * * 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 b...
lgpl-3.0
onebeartoe/photorama
photorama-model/src/main/java/org/onebeartoe/electronics/photorama/Camera.java
1941
package org.onebeartoe.electronics.photorama; import java.io.File; /** * A call to the setCameraOutputPath() method is needed after the object is * instantiated. * * @author Roberto Marquez */ public abstract class Camera { protected PhotoramaModes mode; protected String outputPa...
lgpl-3.0
chuidiang/chuidiang-ejemplos
JAVA/hazelcast-example/src/main/java/com/chuidiang/ejemplos/subscription/MyDataSerializer.java
1236
package com.chuidiang.ejemplos.subscription; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.esotericsoftware.kryo.io.Output; import com.hazelcast.nio.ObjectDataInput; import com.hazelcast.nio.ObjectDataOutput; import com.hazelcast.nio.serialization.StreamSerializer; impor...
lgpl-3.0
aaron-santos/lanterna
src/test/java/com/googlecode/lanterna/test/TestAllCodes.java
1398
/* * This file is part of lanterna (http://code.google.com/p/lanterna/). * * lanterna 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 your option) any la...
lgpl-3.0
rui-castro/roda
roda-ui/roda-wui/src/main/java/org/roda/wui/client/planning/EditFormat.java
6316
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE file at the root of the source * tree and available online at * * https://github.com/keeps/roda */ package org.roda.wui.client.planning; import java.util.Arrays; import java.util.List; import org.roda.core.data.co...
lgpl-3.0
korvus81/ari4java
classes/ch/loway/oss/ari4java/generated/ari_1_7_0/models/SystemInfo_impl_ari_1_7_0.java
1302
package ch.loway.oss.ari4java.generated.ari_1_7_0.models; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Sep 19 08:50:54 CEST 2015 // ----------------------------------------...
lgpl-3.0
EmiteGWT/emite
examples/src/main/java/com/calclab/emite/example/echo/client/ExampleEchoGinjector.java
1434
/* * ((e)) emite: A pure Google Web Toolkit XMPP library * Copyright (c) 2008-2011 The Emite development team * * This file is part of Emite. * * Emite 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 Softwa...
lgpl-3.0
svn2github/dynamicreports-jasper
dynamicreports-distribution/src/main/java/net/sf/dynamicreports/site/Page.java
4192
/** * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2015 Ricardo Mariaca * http://www.dynamicreports.org * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of ...
lgpl-3.0
jlpoolen/libreveris
src/test/omr/ui/symbol/AlignmentTest.java
5699
//----------------------------------------------------------------------------// // // // A l i g n m e n t T e s t // // ...
lgpl-3.0
cristal-ise/kernel
src/main/java/org/cristalise/kernel/lookup/AgentPath.java
4238
/** * This file is part of the CRISTAL-iSE kernel. * Copyright (c) 2001-2015 The CRISTAL Consortium. All rights reserved. * * 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; eit...
lgpl-3.0
molszewski/dante
module/AlgorithmsFramework/src/net/java/dante/algorithms/common/Dbg.java
7814
/* * Created on 2005-09-27 * @author M.Olszewski */ package net.java.dante.algorithms.common; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; import java.text.DateFormat; import java.util.Calendar; import java.util.Date; /** * Class provides easy...
lgpl-3.0
deelam/agilion
dataengine/tasker/src/main/java/dataengine/tasker/RpcClients4TaskerModule.java
1155
package dataengine.tasker; import javax.jms.Connection; import com.google.inject.Provides; import dataengine.apis.DepJobService_I; import dataengine.apis.RpcClientProvider; import dataengine.apis.SessionsDB_I; import dataengine.apis.CommunicationConsts; import lombok.extern.slf4j.Slf4j; import net.deelam.activemq.rpc....
lgpl-3.0
Builders-SonarSource/sonarqube-bis
sonar-plugin-api/src/main/java/org/sonar/api/server/authentication/IdentityProvider.java
1968
/* * SonarQube * Copyright (C) 2009-2016 SonarSource SA * mailto:contact 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...
lgpl-3.0
meteoinfo/meteoinfolib
src/org/meteoinfo/jts/precision/GeometryPrecisionReducer.java
7754
/* * The JTS Topology Suite is a collection of Java classes that * implement the fundamental operations required to validate a given * geo-spatial data set to a known topological specification. * * Copyright (C) 2001 Vivid Solutions * * This library is free software; you can redistribute it and/or * m...
lgpl-3.0
socialwareinc/html-parser
parser/src/main/java/org/htmlparser/tags/HeadTag.java
2672
// HTMLParser Library - A java-based parser for HTML // http://htmlparser.org // Copyright (C) 2006 Dhaval Udani // // Revision Control Information // // $URL: file:///svn/p/htmlparser/code/tags/HTMLParserProject-2.1/parser/src/main/java/org/htmlparser/tags/HeadTag.java $ // $Author: derrickoswald $ // $Date: 2...
lgpl-3.0
caihongwang/ChatMe
src/com/csipsimple/wizards/impl/Betamax.java
16922
/** * 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...
lgpl-3.0
joansmith/sonarqube
sonar-plugin-api/src/main/java/org/sonar/api/measures/MeasureUtils.java
5520
/* * SonarQube * Copyright (C) 2009-2016 SonarSource SA * mailto:contact 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...
lgpl-3.0
almondtools/testrecorder
testrecorder-agent/src/main/java/net/amygdalum/testrecorder/deserializers/builder/DefaultGenericCollectionAdaptor.java
4783
package net.amygdalum.testrecorder.deserializers.builder; import static java.util.stream.Collectors.toList; import static net.amygdalum.testrecorder.deserializers.Templates.assignLocalVariableStatement; import static net.amygdalum.testrecorder.deserializers.Templates.callMethodStatement; import static net.amygdalum.te...
lgpl-3.0
HATB0T/RuneCraftery
forge/mcp/temp/src/minecraft/net/minecraft/server/dedicated/DedicatedServer.java
13490
package net.minecraft.server.dedicated; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Random; import net.minecr...
lgpl-3.0