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) 2015 DECOIT GmbH * * 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 program i...
decoit/siem-gui-imonitor
src/main/java/de/decoit/siemgui/domain/events/OpenVasEventContent.java
Java
agpl-3.0
1,502
package com.tesora.dve.db.mysql.libmy; /* * #%L * Tesora Inc. * Database Virtualization Engine * %% * Copyright (C) 2011 - 2014 Tesora Inc. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by th...
Tesora/tesora-dve-pub
tesora-dve-message-api/src/main/java/com/tesora/dve/db/mysql/libmy/MyUnmarshallMessage.java
Java
agpl-3.0
961
/* * Tigase XMPP Client Library * Copyright (C) 2006-2012 "Bartosz Małkowski" <bartosz.malkowski@tigase.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 th...
liule/tigase-jaxmpp2
jaxmpp-core/src/main/java/tigase/jaxmpp/core/client/xmpp/stanzas/ErrorElement.java
Java
agpl-3.0
2,444
/* * Copyright © 2016 - 2018 by GitHub.com/JasonQS * anti-recall.qsboy.com * All Rights Reserved */ package com.qsboy.antirecall.ui.fragment; import android.graphics.Canvas; import android.os.Bundle; import android.os.Handler; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutM...
JasonQS/Anti-recall
app/src/main/java/com/qsboy/antirecall/ui/fragment/QQFragment.java
Java
agpl-3.0
8,098
package de.static_interface.sinkcity.database.tables; import de.static_interface.sinkcity.database.rows.CityResident_CityRank_Row; import de.static_interface.sinklibrary.database.AbstractTable; import de.static_interface.sinklibrary.database.Database; public class CityResident_CityRank_Table extends AbstractTable<Cit...
Static-Interface/SinkCity
src/main/java/de/static_interface/sinkcity/database/tables/CityResident_CityRank_Table.java
Java
agpl-3.0
515
package cc.topicexplorer.plugin.frame.procecssing.implementation; import static org.junit.Assert.assertEquals; import java.util.ArrayList; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; import org.junit.Test; import cc.topicexplorer.plugin.frame.preprocessing.implementation.DocumentChu...
hinneburg/TopicExplorer
plugin-frame-preprocessing/src/test/java/cc/topicexplorer/plugin/frame/procecssing/implementation/DocumentChunkTest.java
Java
agpl-3.0
11,049
package org.rootio; import android.app.Application; import android.content.Context; import android.content.Intent; import android.util.Log; import org.rootio.handset.R; import org.rootio.services.DiagnosticsService; import org.rootio.services.RadioService; import org.rootio.services.SynchronizationService; public cl...
rootio/rootio_handset
app/src/main/java/org/rootio/RootioApp.java
Java
agpl-3.0
5,898
/* * digitalpetri OPC-UA SDK * * Copyright (C) 2015 Kevin Herron * * 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...
wsuetholz/opc-ua-sdk
sdk-client/src/main/java/com/digitalpetri/opcua/sdk/client/api/services/AttributeServices.java
Java
agpl-3.0
9,692
/* * This file is part of the PDF Split And Merge source code * Created on 29 apr 2019 * Copyright 2017 by Sober Lemur S.a.s di Vacondio Andrea (info@pdfsam.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 * publishe...
torakiki/pdfsam
pdfsam-fx/src/main/java/org/pdfsam/ui/selection/single/SingleSelectionPaneToolbar.java
Java
agpl-3.0
3,022
package dpasoftware.acomersedijo.accesoDatos.dao.impl; import java.util.List; import dpasoftware.acomersedijo.accesoDatos.dao.IDaoMenu; import dpasoftware.acomersedijo.accesoDatos.vo.Menu; /** * * @author Alejandro */ public class DaoMenu extends AbstractDao<Menu> implements IDaoMenu { private String lis...
alejandro-du/acomersedijo
src/dpasoftware/acomersedijo/accesoDatos/dao/impl/DaoMenu.java
Java
agpl-3.0
601
package android.support.v4.view; import android.view.VelocityTracker; interface bp { float a(VelocityTracker velocityTracker, int i); float b(VelocityTracker velocityTracker, int i); }
WenbinHou/PKUAutoGateway.Android
Reference/IPGWAndroid/android/support/v4/view/bp.java
Java
agpl-3.0
196
/* This file is part of the Xapagy Cognitive Architecture Copyright (C) 2008-2017 Ladislau Boloni 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...
Xapagy/Xapagy
src/main/java/org/xapagy/ui/prettygeneral/xwFocusShadowLinked.java
Java
agpl-3.0
2,282
/* FilterpopupViewModel.java Purpose: Description: History: October 30, 2013 11:42:43 AM , Created by Sam Copyright (C) 2013 Potix Corporation. All Rights Reserved. {{IS_RIGHT }}IS_RIGHT */ package org.zkoss.addon.filter.impl; import java.util.Collection; import java.util.Collections; import java.util.C...
samchuang/zkfilter
src/main/java/org/zkoss/addon/filter/impl/FilterpopupViewModel.java
Java
lgpl-2.1
10,215
package com.nmd.forgecraft.model.obj; public class TextureCoordinate { public float u, v, w; public TextureCoordinate(float u, float v) { this(u, v, 0F); } public TextureCoordinate(float u, float v, float w) { this.u = u; this.v = v; this.w = w; } }
kitsushadow/ModelLoader
src/main/java/com/nmd/forgecraft/model/obj/TextureCoordinate.java
Java
lgpl-2.1
312
/* * Copyright 2016 Red Hat, Inc. * * 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 agreed to ...
jstourac/wildfly
batch-jberet/src/main/java/org/wildfly/extension/batch/jberet/AttributeParsers.java
Java
lgpl-2.1
4,539
package org.intermine.bio.web.struts; /* * Copyright (C) 2002-2014 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/less...
julie-sullivan/phytomine
bio/webapp/src/org/intermine/bio/web/struts/GalaxyExportOptionsController.java
Java
lgpl-2.1
12,451
/* * Copyright 2003-2006 Rick Knowles <winstone-devel at lists sourceforge net> * Distributed under the terms of either: * - the common development and distribution license (CDDL), v1.0; or * - the GNU Lesser General Public License, v2.1 or later */ package winstone.ssl; import java.io.File; import java.io.FileIn...
cdauth/winstone
src/java/winstone/ssl/HttpsListener.java
Java
lgpl-2.1
7,599
/** * 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-xades/src/main/java/eu/europa/esig/dss/asic/xades/signature/GetDataToSignASiCWithXAdESHelper.java
Java
lgpl-2.1
1,708
package com.inifire201.MagicWinds.Blocks; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; import java.util.Random; /** * Created by Rob de Witte on 25-5-2017. * Package com.inifire201.MagicWin...
inifire201/MagicWinds
src/main/java/com/inifire201/MagicWinds/Blocks/BlockShardOre.java
Java
lgpl-2.1
1,441
package com.Mod_Ores.Blocks.Special; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import java.util.List; import java.util.Random; import com.Mod_Ores.soul_forest; import com.Mod_Ores.Init.SoulBlocks; import net.minecraft.block.material.Material; import net.minecraft.client.renderer....
OwnAgePau/Soul-Forest
src/main/java/com/Mod_Ores/Blocks/Special/BlockSoulSlab.java
Java
lgpl-2.1
3,276
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2005, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
raedle/univis
lib/jfreechart-1.0.1/src/org/jfree/chart/urls/junit/StandardCategoryURLGeneratorTests.java
Java
lgpl-2.1
3,440
/*! * 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...
EgorZhuk/pentaho-reporting
engine/tools/src/main/java/gui/PropertyHelper.java
Java
lgpl-2.1
3,931
/** * Copyright (C) 2010 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...
orbeon/orbeon-forms
xforms-runtime/jvm/src/main/java/org/orbeon/oxf/xforms/model/XFormsModelSchemaValidator.java
Java
lgpl-2.1
35,808
/* * 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...
EgorZhuk/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/modules/parser/ext/factory/elements/DefaultElementFactory.java
Java
lgpl-2.1
2,384
/* * 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.id.enhanced; import java.sql.Connection; import java.sql.Pre...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
Java
lgpl-2.1
8,870
/* * Part of the ROBOID project * Copyright (C) 2016 Kwang-Hyun Park (akaii@kw.ac.kr) and Kyoung Jin Kim * https://github.com/roboidstudio/embedded * * 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 So...
roboidstudio/embedded
org.roboid.studio.timeline/src/org/roboid/studio/timeline/board/RaspberrypiBoard.java
Java
lgpl-2.1
6,555
//$HeadURL: svn+ssh://mschneider@svn.wald.intevation.org/deegree/base/trunk/resources/eclipse/files_template.xml $ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: Department of Geography, University of Bonn ...
deegree/deegree3
deegree-services/deegree-services-wps/src/api/java/org/deegree/services/wps/output/ProcessletOutput.java
Java
lgpl-2.1
4,553
// $Id: MethodCallTest.java,v 1.1 2007/07/04 07:29:33 belaban Exp $ package org.jgroups.tests; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import org.jgroups.blocks.MethodCall; import org.jgroups.util.Util; import java.io.ByteArrayInputStream; import java.io.ByteAr...
jadahl/jgroups-android
tests/junit-functional/org/jgroups/tests/MethodCallTest.java
Java
lgpl-2.1
12,817
/* * 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 ...
cristhiank/jasperreportsjsf
plugin/src/main/java/net/sf/jasperreports/jsf/convert/ReportConverter.java
Java
lgpl-2.1
1,791
/** * */ package ch.unizh.ini.jaer.projects.apsdvsfusion; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.util.ArrayList; import java.util.Random; import java.uti...
viktorbahr/jaer
src/ch/unizh/ini/jaer/projects/apsdvsfusion/FiringModelMap.java
Java
lgpl-2.1
13,693
/** */ package net.opengis.ows11.impl; import net.opengis.ows11.NoValuesType; import net.opengis.ows11.Ows11Package; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>No Values Type</b></em>'. * <!-- ...
geotools/geotools
modules/ogc/net.opengis.ows/src/net/opengis/ows11/impl/NoValuesTypeImpl.java
Java
lgpl-2.1
774
package org.leialearns.graph.interaction; import org.springframework.data.neo4j.annotation.Query; import org.springframework.data.neo4j.repository.GraphRepository; public interface SymbolRepository extends GraphRepository<SymbolDTO> { SymbolDTO findById(Long id); @Query("START alphabet = node({0}) MATCH alph...
jeroenvanmaanen/leia
application/src/main/java/org/leialearns/graph/interaction/SymbolRepository.java
Java
lgpl-2.1
451
/* * Created on 09-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.helper; import org.apache.log4j.Logger; import org.herac.tuxguitar.gui.editors.chord.ChordSelector; import org.herac.tuxguitar.u...
jfinkels/tuxguitar
src/main/java/org/herac/tuxguitar/gui/helper/SyncThread.java
Java
lgpl-2.1
1,167
package mbean; public interface NumberedComponentMBean extends ComponentMBean { public int getNumber(); public String getName(); }
Matodak/omnilink-jboss
src/main/mbean/NumberedComponentMBean.java
Java
lgpl-2.1
139
package com.ideaheap.tutorial.jade.messages; import jade.core.Agent; import jade.core.behaviours.Behaviour; import jade.lang.acl.ACLMessage; /** * Created by nwertzberger on 5/5/15. */ public class MessageReceiver { private final Agent agent; private final Behaviour behavior; private MessageReceiver(Ag...
IdeaHeap/jade-tutorial-agent
src/main/java/com/ideaheap/tutorial/jade/messages/MessageReceiver.java
Java
lgpl-2.1
854
package org.herac.tuxguitar.ui.swt.resource; import org.eclipse.swt.SWT; import org.herac.tuxguitar.ui.resource.UIKey; import org.herac.tuxguitar.ui.resource.UIKeyCombination; public class SWTKey { private static final SWTKeyMap[] KEY_MAP = new SWTKeyMap[] { new SWTKeyMap(SWT.F1, UIKey.F1), new SWTKeyMap(SWT.F...
phiresky/tuxguitar
TuxGuitar-ui-toolkit-swt/src/org/herac/tuxguitar/ui/swt/resource/SWTKey.java
Java
lgpl-2.1
2,814
/******************************************************************************* * Copyright (c) 2016 AgentLab. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * ...
agentlab/ru.agentlab.maia
tests/ru.agentlab.maia.agent.tests/src/ru/agentlab/maia/agent/converter/literal/ConverterGetOWLLiteralXSDAnyURIMatcherTest.java
Java
lgpl-2.1
1,646
package com.wither.withermod.items.tools; import com.wither.withermod.creativetabs.ModCreativeTabs; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.MobEffects; im...
WitherDoggie/Wither-Mod
src/main/java/com/wither/withermod/items/tools/GariumAxe.java
Java
lgpl-2.1
1,200
package de.uni.hamburg.swk.extractor.service.extraction.rule.java; import de.uni.hamburg.swk.extractor.database.entities.ak.Indicator; import de.uni.hamburg.swk.extractor.service.extraction.Rule; public class RuleImporting extends Rule { private final String MATCH = "import %s;"; private final char DIV = '.';...
1fechner/FeatureExtractor
sources/FeatureExtractor/src/de/uni/hamburg/swk/extractor/service/extraction/rule/java/RuleImporting.java
Java
lgpl-2.1
1,094
/* * Hibernate OGM, Domain model persistence for NoSQL datastores * * 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.ogm.datastore.infinispanremote.impl.protobuf; import ...
schernolyas/hibernate-ogm
infinispan-remote/src/main/java/org/hibernate/ogm/datastore/infinispanremote/impl/protobuf/ByteProtofieldAccessor.java
Java
lgpl-2.1
1,328
/* * 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...
xwiki/xwiki-platform
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/src/main/java/org/xwiki/notifications/sources/internal/DefaultNotificationParametersFactory.java
Java
lgpl-2.1
27,401
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2022, by David Gilbert and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html ...
jfree/jfreechart
src/test/java/org/jfree/chart/plot/compass/ShipNeedleTest.java
Java
lgpl-2.1
2,567
package org.cacheonix.impl.cache.entry; import org.cacheonix.cache.entry.CacheEntry; import org.cacheonix.impl.clock.Time; /** * A default implementation of {@link CacheEntry}. */ public class CacheEntryImpl implements CacheEntry { /** * The key. */ private final Object key; /** * The value. ...
cacheonix/cacheonix-core
src/org/cacheonix/impl/cache/entry/CacheEntryImpl.java
Java
lgpl-2.1
1,954
/* * $Id: MediumSecurityX509TrustManager.java 117 2006-10-24 21:12:16Z rbair $ * * Copyright 2004 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 Less...
sabren/java-XmlHttpRequest
src/org/jdesktop/http/MediumSecurityX509TrustManager.java
Java
lgpl-2.1
3,883
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2002-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/library/main/src/main/java/org/geotools/styling/OtherTextImpl.java
Java
lgpl-2.1
1,168
/* * 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.annotations.cid; import javax.persistence.Attrib...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Child.java
Java
lgpl-2.1
780
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
myrridin/qz-print
pdfbox_1.8.4_qz/src/org/apache/pdfbox/pdmodel/interactive/form/PDFieldFactory.java
Java
lgpl-2.1
6,678
package org.cytoscape.tableimport.internal.reader; /* * #%L * Cytoscape Table Import Impl (table-import-impl) * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2006 - 2021 The Cytoscape Consortium * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Genera...
cytoscape/cytoscape-impl
table-import-impl/src/main/java/org/cytoscape/tableimport/internal/reader/DefaultAttributeTableReader.java
Java
lgpl-2.1
6,230
/* LanguageTool, a natural language style checker * Copyright (C) 2011 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 2....
jimregan/languagetool
languagetool-office-extension/src/main/java/org/languagetool/openoffice/LinguisticServices.java
Java
lgpl-2.1
13,925
package wtf.blocks; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.BlockBreakable; import net.minecraft.block.SoundType; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.init.Blocks; import net.minecraft.util.BlockR...
Tencao/Expedition
src/main/java/wtf/blocks/BlockPatchIce.java
Java
lgpl-2.1
2,878
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
cacheonix/cacheonix-core
3rdparty/commons-math-1.2-src/src/test/org/apache/commons/math/stat/descriptive/moment/FourthMomentTest.java
Java
lgpl-2.1
1,851
/* LanguageTool, a natural language style checker * Copyright (C) 2021 Jaume Ortolà (http://www.languagetool.org) * * 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 * versi...
languagetool-org/languagetool
languagetool-language-modules/it/src/test/java/org/languagetool/rules/it/MorfologikItalianSpellerRuleTest.java
Java
lgpl-2.1
1,904
/** */ package net.opengis.ows20.impl; import net.opengis.ows20.OnlineResourceType; import net.opengis.ows20.Ows20Factory; import net.opengis.ows20.Ows20Package; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.e...
geotools/geotools
modules/ogc/net.opengis.ows/src/net/opengis/ows20/impl/OnlineResourceTypeImpl.java
Java
lgpl-2.1
16,222
/* Copyright (c) 2010 JOSE, Hércules S. S. et al. Este arquivo é parte do programa SIRCE. SIRCE é 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 ...
herculeshssj/sirce
src/br/com/hslife/sirce/modelo/AgendaMedica.java
Java
lgpl-2.1
2,720
package net.javacoding.jspider.core.util.http; import junit.framework.TestCase; import net.javacoding.jspider.api.model.Cookie; /** * $Id: CookieUtilTest.java,v 1.4 2003/03/08 19:52:03 vanrogu Exp $ */ public class CookieUtilTest extends TestCase { protected CookieUtil cookieUtil; public CookieUtilTest ( ...
YYChildren/jspider
test/net/javacoding/jspider/core/util/http/CookieUtilTest.java
Java
lgpl-2.1
4,664
package dr.evomodelxml.substmodel; import dr.evolution.alignment.PatternList; import dr.evolution.datatype.DataType; import dr.evomodel.substmodel.FrequencyModel; import dr.evoxml.util.DataTypeUtils; import dr.inference.model.Parameter; import dr.xml.*; import java.text.NumberFormat; import java.util.loggin...
benb/beast-mcmc
src/dr/evomodelxml/substmodel/FrequencyModelParser.java
Java
lgpl-2.1
4,138
/** * NativeFmodEx Project * * Want to use FMOD Ex API (www.fmod.org) in the Java language ? NativeFmodEx is made for you. * Copyright © 2005-2010 Jérôme JOUVIE (Jouvieje) * * Created on 23 feb. 2005 * @version file v1.5.0 * @author Jérôme JOUVIE (Jouvieje) * @site http://jerome.jouvie.free.fr/ * @mail ...
jerome-jouvie/NativeFmodEx
src-java-fmodex/org/jouvieje/fmodex/exceptions/NonDirectBufferException.java
Java
lgpl-2.1
1,697
package flxsmb.tests.utils; public class DateUtil { }
felixion/flxsmb
tests/flxsmb/tests/utils/DateUtil.java
Java
lgpl-2.1
55
/* * 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-localization/xwiki-platform-localization-api/src/main/java/org/xwiki/localization/internal/DefaultLocalizationManager.java
Java
lgpl-2.1
4,538
/** * Copyright 2006-2016 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/codegen/mybatis/javamapper/elements/SelectAllMethodGenerator.java
Java
lgpl-2.1
2,583
package com.amocrm.amocrmclient.service; import com.amocrm.amocrmclient.company.entity.list.LCResponseData; import com.amocrm.amocrmclient.company.entity.set.SCParam; import com.amocrm.amocrmclient.company.entity.set.SCResponseData; import com.amocrm.amocrmclient.service.configuration.AmoCrmClientConfig; import org.j...
syncro/amocrm-client-spring
src/test/java/com/amocrm/amocrmclient/service/AmoCrmCompanyServiceTest.java
Java
lgpl-3.0
2,158
/* * Copyright (c) 2005-2010 Substance Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, * ...
Depter/JRLib
NetbeansProject/jreserve-dummy/substance/src/main/java/org/pushingpixels/substance/api/skin/CremeSkin.java
Java
lgpl-3.0
4,059
package control; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; ...
synkarius/micemen
core/src/control/ComputerPlayer.java
Java
lgpl-3.0
5,033
/* * 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-ws/src/testFixtures/java/org/sonar/server/ws/TestableResponse.java
Java
lgpl-3.0
1,091
/* * Copyright (C) 2012 Bill Antonia * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is...
bozoh/jMoodle
core/src/main/java/net/beaconhillcott/moodlerest/commons/MoodleCourseContentOption.java
Java
lgpl-3.0
2,534
/* * */ package org.smartly.commons.remoting.rpc; import org.smartly.commons.util.BeanUtils; /** * @author angelo.geminiani */ public abstract class RemoteServiceContext extends RemoteService { private IRemoteContext _context; // -----------------------------------------------------------------...
smartfeeling/smartly
smartly_core/src/org/smartly/commons/remoting/rpc/RemoteServiceContext.java
Java
lgpl-3.0
1,099
package com.github.funthomas424242.example.jmockit; /*- * #%L * Testbeispiele mit jmockit) * %% * Copyright (C) 2019 PIUG * %% * 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, eit...
FunThomas424242/jMockit.example
src/test/java/com/github/funthomas424242/example/jmockit/RechnerTest.java
Java
lgpl-3.0
1,783
/* * Copyright (C) 2010 Teleal GmbH, Switzerland * * 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, or (at your option) any later version. * * Th...
HisenseUSA/Cling-1.0.5
mediarenderer/src/main/java/org/teleal/cling/mediarenderer/MediaRenderer.java
Java
lgpl-3.0
1,697
package ealvatag.issues; import ealvatag.TestUtil; import ealvatag.audio.AudioFile; import ealvatag.audio.AudioFileIO; import org.junit.After; import org.junit.Assert; import org.junit.Test; import java.io.File; /** * Adding 'getBitsPerSample()' accessor to AudioHeader */ public class Issue432Test { @After pub...
pandasys/ealvatag
ealvatag/src/test/java/ealvatag/issues/Issue432Test.java
Java
lgpl-3.0
2,326
package mercuryrifts.inventory.slot; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; import mercuryrifts.common.IPortalModule; public class SlotPortalModule extends Slot { public SlotPortalModule(IInventory par1iInventory, int par2, int par3, int p...
SkyNetAB/MercuryRifts
src/main/java/mercuryrifts/inventory/slot/SlotPortalModule.java
Java
lgpl-3.0
496
package org.panda.resource.network; import org.panda.resource.ResourceDirectory; import org.panda.resource.signednetwork.SignedType; import org.panda.utility.graph.DirectedGraph; import org.panda.utility.graph.Graph; import java.io.File; import java.util.HashMap; import java.util.Map; import java.util.Set; /** * Se...
PathwayAndDataAnalysis/resource
src/main/java/org/panda/resource/network/SignedREACH.java
Java
lgpl-3.0
1,615
/* * Copyright (c) NoticeDog 2017. * GNU LESSER GENERAL PUBLIC LICENSE * Version 3, 29 June 2007 * * Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. * * * This ver...
bunnyblue/NoticeDog
app/src/main/java/io/bunnyblue/noticedog/app/apps/AppManager.java
Java
lgpl-3.0
26,650
/** * jModuleConnect is an framework for communication and file management on modem * modules. * * This project was inspired by the project TC65SH * by Christoph Vilsmeier: <http://www.vilsmeier-consulting.de/tc65sh.html> * * Copyright (C) 2015 sitec systems GmbH <http://www.sitec-systems.de> * *...
sitec-systems/jmoduleconnect
src/main/java/de/sitec_systems/jmoduleconnect/CommHandler.java
Java
lgpl-3.0
2,225
/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * Copyright (C) 2011 therter * * This program is free software: you can redistribute it and/or modify * it under the terms...
cismet/cids-custom-wrrl-db-mv
src/main/java/de/cismet/cids/custom/wrrl_db_mv/util/YesNoConverter.java
Java
lgpl-3.0
2,111
package org.dice_research.squirrel.metadata; import java.io.Serializable; import java.util.ArrayList; import java.util.Calendar; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang3.StringUtils; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model....
AKSW/Squirrel
squirrel.worker/src/main/java/org/dice_research/squirrel/metadata/CrawlingActivity.java
Java
lgpl-3.0
7,171
/* Copyright 2007-2012 QSpin - www.qspin.be This file is part of QTaste framework. QTaste 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 yo...
qspin/qtaste
plugins_src/javagui/src/main/java/com/qspin/qtaste/javagui/server/JavaGUI.java
Java
lgpl-3.0
16,852
package com.electronwill.nightconfig.core; import com.electronwill.nightconfig.core.check.CheckedConfig; import com.electronwill.nightconfig.core.check.ConfigChecker; import com.electronwill.nightconfig.core.utils.MapSupplier; import java.util.*; import static com.electronwill.nightconfig.core.utils.StringUtils.spli...
TheElectronWill/Night-Config
core/src/main/java/com/electronwill/nightconfig/core/Config.java
Java
lgpl-3.0
9,081
package pl.pojo.tester.internal.utils; import java.util.ArrayList; import java.util.Collections; import java.util.List; public final class Sublists { private Sublists() { } /** * Given a list of objects, return a list of sublists, i-th sublist includes i-th element of * the original list and a...
sta-szek/pojo-tester
src/main/java/pl/pojo/tester/internal/utils/Sublists.java
Java
lgpl-3.0
1,068
/* * This file is part of Odin. * * Copyright (c) 2011 CraftFire <http://www.craftfire.com/> * Odin is licensed under the GNU Lesser General Public License. * * Odin 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...
craftfire/Odin
src/main/java/com/craftfire/odin/layer/bukkit/api/events/player/OdinPlayerLogoutEvent.java
Java
lgpl-3.0
1,691
/* * @cond LICENSE * ###################################################################################### * # LGPL License # * # # * # This file is part of the ...
APTD/Simulation
src/main/java/com/github/aptd/simulation/core/runtime/local/CRuntime.java
Java
lgpl-3.0
3,304
/* * 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...
Godin/sonar
server/sonar-db-dao/src/test/java/org/sonar/db/webhook/WebhookDeliveryDaoTest.java
Java
lgpl-3.0
12,663
/** * Source originally written by Austin Howick * but I made a slight modification to his non-working code (WA on UVA) * and got AC with it... so I'll put it in my repository :) * * Thanks Austin! */ import java.util.Hashtable; import java.util.Scanner; import java.util.ArrayList; import java.util.Collections;...
mgavin/acm-code
uva/code/rankthelang_10336.java
Java
lgpl-3.0
2,605
/* * Copyright 2013 Hannes Janetzek * Copyright 2016 Andrey Novikov * Copyright 2016-2020 devemux86 * * This file is part of the OpenScienceMap project (http://www.opensciencemap.org). * * This program is free software: you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public ...
mapsforge/vtm
vtm/src/org/oscim/tiling/source/bitmap/DefaultSources.java
Java
lgpl-3.0
3,342
/* * 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 * modify it under the...
meteoinfo/meteoinfolib
src/org/meteoinfo/jts/precision/CoordinatePrecisionReducerFilter.java
Java
lgpl-3.0
2,508
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: ...
ozacas/bioee
msconvertee/src/au/edu/unimelb/plantcell/servers/msconvertee/jaxb/PrecursorCorrectionType.java
Java
lgpl-3.0
2,460
package de.invesdwin.nowicket.examples.guide.page.wicket.ajaxdatatable; import java.io.Serializable; import java.util.Calendar; import java.util.Collection; import java.util.Date; import java.util.GregorianCalendar; import javax.annotation.concurrent.NotThreadSafe; @NotThreadSafe public final class AjaxDataTableRowG...
subes/invesdwin-nowicket
invesdwin-nowicket-examples/invesdwin-nowicket-examples-guide/src/main/java/de/invesdwin/nowicket/examples/guide/page/wicket/ajaxdatatable/AjaxDataTableRowGenerator.java
Java
lgpl-3.0
2,629
package net.minecraft.world.gen.structure; import java.util.List; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.world.World; import net.minecraft.world.gen.structure.ComponentVillage; import net.minecraft.world.gen.structure.ComponentVillageSta...
HATB0T/RuneCraftery
forge/mcp/temp/src/minecraft/net/minecraft/world/gen/structure/ComponentVillageHouse4_Garden.java
Java
lgpl-3.0
8,288
package the_fireplace.mechsoldiers.container; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; import the_fireplace.mechsoldiers.tileentity.TileEntityPartStainer; /** * @author The_Fireplace */ public class SlotDye extends Slot { IInventory inv; ...
The-Fireplace-Minecraft-Mods/Mechanical-Soldiers
src/main/java/the_fireplace/mechsoldiers/container/SlotDye.java
Java
lgpl-3.0
650
package br.com.runaway; import java.awt.Color; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.List; import br.com.etyllica.core.context.Application; import br.com.etyllica.core.context.UpdateIntervalListener; import br.com.etyllica.core.event.KeyEvent; import br.com.etyllica.core.e...
yuripourre/runaway
src/main/java/br/com/runaway/SurvivalMode.java
Java
lgpl-3.0
8,428
package gh.funthomas424242.algorithmen.reihenfolge.generics.simplestate; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import gh.funthomas424242.algorithmen.reihenfolge.generics.False; import gh.funthomas424242.algorithmen.reihenfolge.generics.True; public class MutableComma...
FunThomas424242/algorithmen.example
src/test/java/gh/funthomas424242/algorithmen/reihenfolge/generics/simplestate/MutableCommandTest.java
Java
lgpl-3.0
1,481
package buct.fjm.config; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; public class InputConfig { private long startTime; private long endTime; private boolean isInput; private final String conf...
lizhengdong/WifiTrafficSafetyDetectionSystem
fedoraConfig/raywork/MySqlInput2/src/buct/fjm/config/InputConfig.java
Java
lgpl-3.0
2,102
package repack.org.bouncycastle.asn1.x509; import repack.org.bouncycastle.asn1.DERObjectIdentifier; /** * The KeyPurposeId object. * <pre> * KeyPurposeId ::= OBJECT IDENTIFIER * * id-kp ::= OBJECT IDENTIFIER { iso(1) identified-organization(3) * dod(6) internet(1) security(5) mechanisms(5) pki...
bullda/DroidText
src/bouncycastle/repack/org/bouncycastle/asn1/x509/KeyPurposeId.java
Java
lgpl-3.0
3,510
package edu.ucdavis.cstars.client.event; /** * * @author Justin Merz */ public interface UndoManagerRedoHandler { /** * Fires when the redo method is called. */ public void onRedo(); }
CSTARS/gwt-esri
src/main/java/edu/ucdavis/cstars/client/event/UndoManagerRedoHandler.java
Java
lgpl-3.0
199
package com.beimin.eveapi.model.character; public class NotificationText { private long notificationID; private String text; public long getNotificationID() { return notificationID; } public void setNotificationID(final long notificationID) { this.notificationID = notificationID; ...
ZyorTaelon/eveapi
src/main/java/com/beimin/eveapi/model/character/NotificationText.java
Java
lgpl-3.0
464
package com.solonarv.mods.ctmgen.block; import net.minecraft.block.BlockMobSpawner; import net.minecraft.tileentity.TileEntity; import net.minecraft.world.World; import com.solonarv.mods.ctmgen.tile.TileEntityControlledSpawner; public class BlockControlledSpawner extends BlockMobSpawner { protected BlockCon...
Solonarv/CTMGen
common/com/solonarv/mods/ctmgen/block/BlockControlledSpawner.java
Java
lgpl-3.0
504
/** * */ package com.iam_vip.generate_json.gj.backend.table; import java.util.List; import java.util.Map; import com.iam_vip.generate_json.gj.IGeneral; /** * @author Colin */ public interface ITableService extends IGeneral< GJTable > { /** * @return */ List< GJTable > tables(); /** * * @param t...
nilocsivad/generate-json
src/main/java/com/iam_vip/generate_json/gj/backend/table/ITableService.java
Java
lgpl-3.0
534
/** * Copyright © 2015 Instituto Superior Técnico * * This file is part of FenixEdu Learning. * * FenixEdu Learning 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...
qub-it/fenixedu-learning
src/main/java/org/fenixedu/learning/domain/degree/components/DegreeCurriculumComponent.java
Java
lgpl-3.0
13,314
/* * This file is part of MyPet * * Copyright © 2011-2016 Keyle * MyPet is licensed under the GNU Lesser General Public License. * * MyPet 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...
jjm223/MyPet
modules/Plugin/src/main/java/de/Keyle/MyPet/entity/types/MyMagmaCube.java
Java
lgpl-3.0
2,408
/* * This file is part of Odin. * * Copyright (c) 2011 CraftFire <http://www.craftfire.com/> * Odin is licensed under the GNU Lesser General Public License. * * Odin 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...
craftfire/Odin
src/main/java/com/craftfire/odin/managers/permissions/OdinPermission.java
Java
lgpl-3.0
4,225
/* * SilverTunnel-Monteux Netlib - Java library to easily access anonymity networks * Copyright (c) 2009-2012 silvertunnel.org * * 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 vers...
rovemonteux/silvertunnel-monteux
src/main/java/cf/monteux/silvertunnel/netlib/layer/redirect/ForwardingNetLayer.java
Java
lgpl-3.0
3,648