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 |
|---|---|---|---|---|---|
/**
* Axelor Business Solutions
*
* Copyright (C) 2016 Axelor (<http://axelor.com>).
*
* 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 the Free Software Foundation.
*
* This program is distribute... | jph-axelor/axelor-business-suite | axelor-base/src/main/java/com/axelor/apps/report/engine/EmbeddedReportSettings.java | Java | agpl-3.0 | 1,672 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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... | phenotips/phenotips | components/gene-panels/api/src/main/java/org/phenotips/panels/internal/DefaultGenePanelFactoryImpl.java | Java | agpl-3.0 | 3,561 |
/*
* Copyright (C) 2000 - 2021 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | SilverDav/Silverpeas-Core | core-services/workflow/src/test/java/org/silverpeas/core/workflow/engine/user/TestContext.java | Java | agpl-3.0 | 5,406 |
package org.powertools.database;
public abstract class Table extends Source {
public final String _tableName;
// TODO: use reflection to determine name?
public final String _instanceName;
public Table(String tableName, String instanceName) {
this._tableName = tableName;
... | MartinGijsen/PowerTools | power-tools-parent/power-tools-database/src/main/java/org/powertools/database/Table.java | Java | agpl-3.0 | 1,220 |
/* Class1_Sub7 - Decompiled by JODE
* Visit http://jode.sourceforge.net/
*/
public class Class1_Sub7 extends Animable {
public static RSString aRSString_2590
= RSString.newRsString("Schlie-8en");
public static int anInt2591;
public int anInt2592;
public static int anInt2593;
... | moparisthebest/MoparScape | clients/client508/src/main/java/Class1_Sub7.java | Java | agpl-3.0 | 11,760 |
/**
* 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/silverpeas/admin/components/ComponentsInstanciatorIntf.java | Java | agpl-3.0 | 2,779 |
/**
* This file is part of huborcid.
*
* huborcid 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.
*
* huborcid is distri... | Cineca/OrcidHub | src/main/java/it/cineca/pst/huborcid/web/rest/exception/TokenNotFoundException.java | Java | agpl-3.0 | 1,148 |
/*
* ADL Designer
* Copyright (c) 2013-2014 Marand d.o.o. (www.marand.com)
*
* This file is part of ADL2-tools.
*
* ADL2-tools 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... | lonangel/adl-designer | designer/src/main/java/org/openehr/designer/repository/AbstractFileBasedArchetypeRepository.java | Java | agpl-3.0 | 10,086 |
package org.openlmis.core.network.model;
import org.openlmis.core.model.Program;
import org.openlmis.core.model.User;
import java.util.List;
import lombok.Data;
@Data
public class UserResponse {
private User userInformation;
private List<Program> facilitySupportedPrograms;
}
| clintonhealthaccess/lmis-moz-mobile | app/src/main/java/org/openlmis/core/network/model/UserResponse.java | Java | agpl-3.0 | 288 |
/*
* Ktunaxa Referral Management System.
*
* Copyright (C) see version control system
*
* 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 y... | ktunaxa/rms | map/src/main/java/org/ktunaxa/referral/client/form/DiscussEvaluationForm.java | Java | agpl-3.0 | 2,031 |
package info.nightscout.androidaps.events;
import info.nightscout.androidaps.MainApp;
import info.nightscout.androidaps.R;
/**
* Created by mike on 19.02.2017.
*/
public class EventPumpStatusChanged {
public static final int CONNECTING = 0;
public static final int CONNECTED = 1;
public static final int... | AdrianLxM/AndroidAPS | app/src/main/java/info/nightscout/androidaps/events/EventPumpStatusChanged.java | Java | agpl-3.0 | 1,763 |
/*
* Copyright (C) 2000 - 2013 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | CecileBONIN/Silverpeas-Core | lib-core/src/main/java/com/silverpeas/thumbnail/control/ThumbnailDummyHandledFile.java | Java | agpl-3.0 | 3,231 |
package org.opencps.dossiermgt.scheduler;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import com.liferay.portal.kernel.json.JSONArray;
import com.liferay.portal.kernel.json.JSONObject;
public class DossierSyncUtils {
public static final String dossierId = "dossierId";
p... | VietOpenCPS/opencps-v2 | modules/backend-dossiermgt/backend-dossiermgt-service/src/main/java/org/opencps/dossiermgt/scheduler/DossierSyncUtils.java | Java | agpl-3.0 | 1,518 |
/*
* DbUtils.java
EVE Online Ratting Advisor
Copyright (C) 2016 Anibal Muñoz Calero
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
... | ANBAL534/EORA | src/rattingadvisor/DbUtils.java | Java | agpl-3.0 | 10,711 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* 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 Fre... | ua-eas/ua-kfs-5.3 | work/src/org/kuali/kfs/module/endow/batch/service/HoldingHistoryMarketValuesUpdateService.java | Java | agpl-3.0 | 1,088 |
package no.kdrs.grouse.service.interfaces;
import no.kdrs.grouse.model.Requirement;
import java.util.List;
/**
* Created by tsodring on 9/25/17.
*/
public interface IRequirementService {
List<Requirement> findAll();
Requirement findById(String id);
Requirement save(Requirement requirement);
Requir... | oleaamot/grouse | src/main/java/no/kdrs/grouse/service/interfaces/IRequirementService.java | Java | agpl-3.0 | 428 |
/*
* RapidMiner
*
* Copyright (C) 2001-2011 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Lice... | aborg0/rapidminer-vega | src/com/rapidminer/gui/look/ui/TableUI.java | Java | agpl-3.0 | 1,350 |
/*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2020 Asqatasun.org
*
* This file is part of Asqatasun.
*
* Asqatasun 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, e... | Asqatasun/Asqatasun | engine/contentloader/src/test/java/org/asqatasun/contentloader/FileContentLoaderFactoryImplTest.java | Java | agpl-3.0 | 2,028 |
/*
************************************************************************
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2011. (c) 2011.
* Government of Canada Gouver... | opencadc/core | cadc-keygen/src/main/java/ca/nrc/cadc/keygen/Main.java | Java | agpl-3.0 | 6,662 |
/*
* TeleStax, Open Source Cloud Communications Copyright 2012.
* and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser ... | RestComm/jss7 | map/map-api/src/main/java/org/restcomm/protocols/ss7/map/api/service/callhandling/CallDiversionTreatmentIndicator.java | Java | agpl-3.0 | 1,497 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2015 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | lpellegr/scheduling-portal | scheduler-portal/src/test/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/SchedulerModelImplTest.java | Java | agpl-3.0 | 6,556 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | acontes/scheduling | src/resource-manager/src/org/ow2/proactive/resourcemanager/selection/SelectionManager.java | Java | agpl-3.0 | 21,348 |
/*
* jHears, acoustic fingerprinting framework.
* Copyright (C) 2009-2010 Juha Heljoranta.
*
* This file is part of jHears.
*
* jHears 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 ver... | inter6/jHears | jhears-server/src/main/java/org/jhears/server/SegmentCacheSearch.java | Java | agpl-3.0 | 9,028 |
/*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | ColostateResearchServices/kc | coeus-impl/src/test/java/org/kuali/kra/award/printing/service/impl/AwardPrintingServiceImplTest.java | Java | agpl-3.0 | 8,656 |
package ch.mobi.xml.datatype.ch.mobi.maia.amw.maiaamwfederationservicetypes.v1_0;
import ch.mobi.xml.datatype.common.commons.v3.MessageSeverity;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotat... | a-gogo/agogo | AMW_maia_federation/generated-sources/main/java/ch/mobi/xml/datatype/ch/mobi/maia/amw/maiaamwfederationservicetypes/v1_0/Message.java | Java | agpl-3.0 | 2,678 |
package dynagent.common.basicobjects;
public class EssentialProperty implements Cloneable{
private Integer uTask=null;
private Integer idto=null;
private Integer prop=null;
private String uTaskName=null;
private String idtoName=null;
private String propName=null;
public EssentialProperty(Integer uTask, Inte... | semantic-web-software/dynagent | Common/src/dynagent/common/basicobjects/EssentialProperty.java | Java | agpl-3.0 | 1,653 |
package com.x.organization.assemble.personal.jaxrs.password;
import com.x.base.core.project.exception.LanguagePromptException;
class ExceptionOldPasswordNotMatch extends LanguagePromptException {
private static final long serialVersionUID = -3885997486474873786L;
ExceptionOldPasswordNotMatch() {
super("原密码错误.")... | o2oa/o2oa | o2server/x_organization_assemble_personal/src/main/java/com/x/organization/assemble/personal/jaxrs/password/ExceptionOldPasswordNotMatch.java | Java | agpl-3.0 | 338 |
package org.bimserver.notifications;
/******************************************************************************
* Copyright (C) 2009-2019 BIMserver.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 th... | opensourceBIM/BIMserver | BimServer/src/org/bimserver/notifications/ChangeProgressTopicOnRevisionTopic.java | Java | agpl-3.0 | 1,976 |
/*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com
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 ... | crosslink/xowa | dev/400_xowa/src_490_xnde/gplx/xowa/Xop_xnde_wkr__include_basic_tst.java | Java | agpl-3.0 | 4,080 |
/*
* Food Inspector - Choose well to eat better
* Copyright (C) 2016 Frédéric Letellier
*
* 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... | fredericletellier/udacity-capstone | app/src/main/java/com/fredericletellier/foodinspector/data/source/remote/CountryCategoryRemoteDataSource.java | Java | agpl-3.0 | 4,316 |
package no.smalltypes.telephone.norway;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import no.smalltypes.telephone.IllegalPhoneNumberException;
public final class NorwegianLandlineNumber extends NorwegianPhoneNumber {
private static final Pattern pattern = Pattern.compile("(\\d{2})(\\d{2})(\\d{2... | Haakon-Lotveit/SmallObjects | src/main/java/no/smalltypes/telephone/norway/NorwegianLandlineNumber.java | Java | agpl-3.0 | 3,269 |
package gplx.gfui.controls; import gplx.*; import gplx.gfui.*;
import gplx.gfui.draws.*; import gplx.gfui.gfxs.*;
import gplx.core.strings.*;
public class GfuiBorderMgr {
public PenAdp All() {return all;} public GfuiBorderMgr All_(PenAdp v) {SyncPens(true); all = v; return this;} PenAdp all;
public PenAdp Left(... | gnosygnu/xowa_android | _150_gfui/src/main/java/gplx/gfui/controls/GfuiBorderMgr.java | Java | agpl-3.0 | 2,676 |
/*
* Application.java
*
* Copyright (C) 2009-11 by RStudio, Inc.
*
* This program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS F... | Sage-Bionetworks/rstudio | src/gwt/src/org/rstudio/studio/client/application/Application.java | Java | agpl-3.0 | 18,455 |
package it.unibz.mysasa.domain;
import it.unibz.mysasa.util.Tools;
public class PercorsoLine {
private String LI_NR = null;
private PercorsoRotta[] varlist = null;
public String getLineNr() {
return LI_NR;
}
public void setLineNr(String lI_NR) {
LI_NR = lI_NR;
}
public PercorsoRotta[] getRotta() {
ret... | stevansen/MySasa | MySasa_Web/src/it/unibz/mysasa/domain/PercorsoLine.java | Java | agpl-3.0 | 479 |
///////////////////////////////////////////////////////////////////////////////
//Copyright (C) 2014 Joliciel Informatique
//
//This file is part of Talismane.
//
//Talismane 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 ... | safety-data/talismane | talismane_machine_learning/src/main/java/com/joliciel/talismane/machineLearning/features/GreaterThanIntegerOperator.java | Java | agpl-3.0 | 2,779 |
/*
Copyright 2011-2012 James Unger, Chris Churnick.
This file is part of Muteswan.
Muteswan 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 v... | jamesunger/muteswan | android/muteswan/src/org/muteswan/client/data/CircleStore.java | Java | agpl-3.0 | 6,491 |
/*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com
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 ... | crosslink/xowa | dev/110_gfml/src_300_gdoc/gplx/gfml/GfmlScopeItm.java | Java | agpl-3.0 | 2,570 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundat... | quikkian-ua-devops/will-financials | kfs-ar/src/main/java/org/kuali/kfs/module/ar/service/impl/CustomerViewServiceImpl.java | Java | agpl-3.0 | 5,950 |
//Source file: C:/VisualCafe/JAVA/LIB/com.zenred.cosmos/Star.java
package com.zenred.cosmos;
import java.util.Enumeration;
import java.util.ArrayList;
import java.util.List;
import com.zenred.util.OrderedListCollection;
import com.zenred.util.OrderedArrayListCollection;
import com.zenred.util.AnonBlock;
public class... | jredden/cosmos | src/main/java/com/zenred/cosmos/Star.java | Java | agpl-3.0 | 3,236 |
/*
* This file is part of LibrePlan
*
* Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
* Desenvolvemento Tecnolóxico de Galicia
* Copyright (C) 2010-2011 Igalia, S.L.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms ... | ArsenShnurkov/libreplan | libreplan-business/src/main/java/org/libreplan/business/planner/entities/GenericDayAssignment.java | Java | agpl-3.0 | 7,343 |
/*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2020 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at y... | Asqatasun/Asqatasun | rules/rules-rgaa3.0/src/main/java/org/asqatasun/rules/rgaa30/Rgaa30Rule060305.java | Java | agpl-3.0 | 2,514 |
/*
* Copyright (C) 2008-2013, fluid Operations AG
*
* FedX 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.
*
* ... | apotocki/fex | src/main/java/com/fluidops/fedx/evaluation/join/SynchronousJoin.java | Java | agpl-3.0 | 2,304 |
/**
*
*/
package edu.yu.einstein.wasp.grid.work;
import java.util.Set;
import edu.yu.einstein.wasp.grid.GridExecutionException;
/**
* @author calder
*
*/
public interface SoftwareManager {
/**
* Get configuration string from software manager. For example, if the Modules manager determines
* that a Work... | WASP-System/central | wasp-core/src/main/java/edu/yu/einstein/wasp/grid/work/SoftwareManager.java | Java | agpl-3.0 | 820 |
/*
* Copyright (c) 2012 - 2020 Splice Machine, Inc.
*
* This file is part of Splice Machine.
* Splice Machine 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, or (at your option) ... | splicemachine/spliceengine | hbase_storage/src/main/java/com/splicemachine/si/data/hbase/coprocessor/HBaseComparator.java | Java | agpl-3.0 | 4,040 |
/*
* Axelor Business Solutions
*
* Copyright (C) 2022 Axelor (<http://axelor.com>).
*
* 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 the Free Software Foundation.
*
* This program is distributed... | axelor/axelor-business-suite | axelor-stock/src/main/java/com/axelor/apps/stock/service/InventoryLineService.java | Java | agpl-3.0 | 4,604 |
/**
* AndTinder v0.1 for Android
*
* @Author: Enrique López Mañas <eenriquelopez@gmail.com>
* http://www.lopez-manas.com
*
* TAndTinder is a native library for Android that provide a
* Tinder card like effect. A card can be constructed using an
* image and displayed with animation effects, dismiss-to-like
* an... | asm-products/giraff-android | app/src/main/java/assembly/giraff/andtinder/model/Likes.java | Java | agpl-3.0 | 1,017 |
///*
// * 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 syncleus.dann.graph.drawing;
//
//package com.mxgraph.layout;
//
// import java.util.ArrayList;
// ... | automenta/java_dann | src/syncleus/dann/graph/drawing/CompactTreeLayout.java | Java | agpl-3.0 | 31,966 |
package beardlessbrady.modcurrency2;
import beardlessbrady.modcurrency2.proxy.CommonProxy;
import net.minecraftforge.common.config.Configuration;
/**
* This class was created by BeardlessBrady. It is distributed as
* part of The Currency-Mod. Source Code located on github:
* https://github.com/BeardlessBrady/Curre... | BeardlessBrady/Currency-Mod | src/main/java/beardlessbrady/modcurrency2/ConfigCurrency.java | Java | agpl-3.0 | 1,706 |
/*
* Axelor Business Solutions
*
* Copyright (C) 2022 Axelor (<http://axelor.com>).
*
* 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 the Free Software Foundation.
*
* This program is distributed... | axelor/axelor-business-suite | axelor-account/src/main/java/com/axelor/apps/account/service/invoice/generator/invoice/RefundInvoice.java | Java | agpl-3.0 | 3,291 |
/*
* ChunkIconsManager.java
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Li... | piersharding/rstudio | src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ChunkIconsManager.java | Java | agpl-3.0 | 13,506 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2015 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | anhnv-3991/VoltDB | tests/test_apps/aggbench/src/aggregationbenchmark/AggregationBenchmark.java | Java | agpl-3.0 | 9,497 |
/*
* 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.jabber.extensions.keepalive;
import org.jivesoftware.smack.packet.*;
/**
* KeepAlive Event. Events are sent if there are ... | zhaozw/android-1 | src/net/java/sip/communicator/impl/protocol/jabber/extensions/keepalive/KeepAliveEvent.java | Java | lgpl-2.1 | 1,603 |
/*
* JBoss, Home of Professional Open Source.
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership. Some portions may be licensed
* to Red Hat, Inc. under one or more contributor license agreements.
*
* This library is free software; you can redistribute it and... | kenweezy/teiid | build/kits/embedded/examples/hbase-as-a-datasource/src/org/teiid/example/TeiidEmbeddedHBaseDataSource.java | Java | lgpl-2.1 | 5,229 |
package joshua.decoder.ff;
import java.util.List;
import joshua.corpus.Vocabulary;
import joshua.decoder.JoshuaConfiguration;
import joshua.decoder.chart_parser.SourcePath;
import joshua.decoder.ff.state_maintenance.DPState;
import joshua.decoder.ff.tm.Rule;
import joshua.decoder.hypergraph.HGNode;
import joshua.deco... | lukeorland/joshua | src/joshua/decoder/ff/RuleFF.java | Java | lgpl-2.1 | 2,077 |
/*
* Copyright 2002-2005 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
*
* Unless required by... | raedle/univis | lib/springframework-1.2.8/src/org/springframework/jdbc/support/incrementer/HsqlMaxValueIncrementer.java | Java | lgpl-2.1 | 5,168 |
/*
* Cacheonix Systems licenses this file to You under the LGPL 2.1
* (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.cacheonix.org/products/cacheonix/license-lgpl-2.1.htm
*
* Unless required by applicable law or agr... | cacheonix/cacheonix-core | test/src/org/cacheonix/impl/cache/distributed/partitioned/AtomicRemoveRequestTest.java | Java | lgpl-2.1 | 3,189 |
/*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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:... | jaredbracken/sonic-ndk | src/com/badlogic/gdx/utils/Json.java | Java | lgpl-2.1 | 34,255 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2010, 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 | controller/src/test/java/org/jboss/as/controller/test/GlobalOperationsTestCase.java | Java | lgpl-2.1 | 51,962 |
/*
* 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-rendering | xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/FigureBlock.java | Java | lgpl-2.1 | 1,952 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2005-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/feature/visitor/StandardDeviationVisitor.java | Java | lgpl-2.1 | 4,970 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package vars.query;
import com.google.inject.Injector;
import org.junit.Before;
import org.junit.Test;
import org.mbari.util.Dispatcher;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import vars.knowledgebas... | sanyaade-mediadev/vars | vars-query/src/test/java/vars/query/DAOTests.java | Java | lgpl-2.1 | 1,211 |
package org.herac.tuxguitar.app.view.component.tab.edit;
import org.herac.tuxguitar.app.TuxGuitar;
import org.herac.tuxguitar.app.action.impl.edit.tablature.TGMenuShownAction;
import org.herac.tuxguitar.app.action.impl.edit.tablature.TGMouseClickAction;
import org.herac.tuxguitar.app.action.impl.edit.tablature.TGMouse... | halfspiral/tuxguitar | TuxGuitar/src/org/herac/tuxguitar/app/view/component/tab/edit/MouseKit.java | Java | lgpl-2.1 | 3,368 |
/*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2003-2007 University of Maryland
*
* 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, o... | spotbugs/spotbugs | spotbugs/src/main/java/edu/umd/cs/findbugs/workflow/CountClassVersions.java | Java | lgpl-2.1 | 6,249 |
/*******************************************************************************
* CogTool Copyright Notice and Distribution Terms
* CogTool 1.3, Copyright (c) 2005-2013 Carnegie Mellon University
* This software is distributed under the terms of the FSF Lesser
* Gnu Public License (see LGPL.txt).
*
* CogTool i... | cogtool/cogtool | java/edu/cmu/cs/hcii/cogtool/uimodel/GraphicalCheckBox.java | Java | lgpl-2.1 | 4,751 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | hal/core | gui/src/main/java/org/jboss/as/console/client/shared/subsys/web/LoadSocketBindingsCmd.java | Java | lgpl-2.1 | 10,339 |
//$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2013 by:
IDgis bv
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as ... | deegree/deegree3 | uncoupled/deegree-spring/src/main/java/org/deegree/spring/db/SpringConnectionProviderProvider.java | Java | lgpl-2.1 | 2,775 |
// This file is part of OpenTSDB.
// Copyright (C) 2015 The OpenTSDB Authors.
//
// 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
// opti... | johann8384/opentsdb | src/query/expression/Alias.java | Java | lgpl-2.1 | 3,174 |
package org.baderlab.autoannotate.internal;
public class Setting<T> {
// Note: WarnDialog settings are in WarnDialogModule
public final static Setting<Boolean> OVERRIDE_GROUP_LABELS = new Setting<Boolean>("overrideGroupLabels", Boolean.class, true);
public final static Setting<Boolean> USE_EASY_MODE = new Setting... | BaderLab/AutoAnnotateApp | AutoAnnotate/src/main/java/org/baderlab/autoannotate/internal/Setting.java | Java | lgpl-2.1 | 751 |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (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 th... | alkacon/opencms-core | src-gwt/org/opencms/acacia/client/widgets/serialdate/CmsCheckableDatePanel.java | Java | lgpl-2.1 | 11,037 |
/***
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/db/HibernateUtility.java | Java | lgpl-2.1 | 3,804 |
/* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | icholy/geokettle-2.0 | src/org/pentaho/di/trans/steps/parallelgzipcsv/ParGzipCsvInputMeta.java | Java | lgpl-2.1 | 23,424 |
/*
* 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-oldcore/src/main/java/com/xpn/xwiki/store/AttachmentVersioningStore.java | Java | lgpl-2.1 | 2,748 |
/*!
* 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... | mbatchelor/pentaho-reporting | engine/extensions-mondrian/src/main/java/org/pentaho/reporting/engine/classic/extensions/datasources/mondrian/writer/DriverDataSourceProviderWriteHandler.java | Java | lgpl-2.1 | 5,481 |
package com.markjmind.uni.thread.aop;
/**
* Created by Muabe on 2018-05-11.
*/
public abstract class AopOnExceptionAdapter implements AopListener{
@Override
public void beforeOnPre() {}
@Override
public void afterOnPre() {}
@Override
public void beforeOnLoad() {}
@Override
public ... | JaeWoongOh/markj | uni/src/main/java/com/markjmind/uni/thread/aop/AopOnExceptionAdapter.java | Java | lgpl-2.1 | 543 |
package com.cisco.fnr;
/*
* jfnr - uses JNA for calling native implementation of libFNR
*
* jfnr extensions are contributed by Bhanu Prakash Gopularam (bhanprak@cisco.com)
*
* libFNR - A reference implementation library for FNR encryption mode.
*
* FNR represents "Flexible Naor and Reingold" mode
* ... | cisco/jfnr | src/main/java/com/cisco/fnr/FNRUtils.java | Java | lgpl-2.1 | 3,398 |
/**
* LookupService.java
*
* Copyright (C) 2003 MaxMind LLC. 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 of the License, or (at your... | molindo/maxmind-geoip | src/main/java/at/molindo/thirdparty/com/maxmind/geoip/LookupService.java | Java | lgpl-2.1 | 44,501 |
// Generated by: hibernate/SpringHibernateDaoImpl.vsl in andromda-spring-cartridge.
// license-header java merge-point
/**
* This is only generated once! It will never be overwritten.
* You can (and have to!) safely modify it by hand.
*/
package org.phoenixctms.ctsms.domain;
import java.util.Collection;
import org... | phoenixctms/ctsms | core/src/main/java/org/phoenixctms/ctsms/domain/BankIdentificationDaoImpl.java | Java | lgpl-2.1 | 6,851 |
/*
* 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.backendtck.type;
import static org.hibernate.ogm.... | hferentschik/hibernate-ogm | core/src/test/java/org/hibernate/ogm/backendtck/type/BuiltInTypeTest.java | Java | lgpl-2.1 | 8,088 |
/*
* 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
*... | metteo/jts | jts-core/src/main/java/com/vividsolutions/jts/geom/GeometryCollectionIterator.java | Java | lgpl-2.1 | 4,925 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2017, 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... | geotools/geotools | modules/unsupported/css/src/test/java/org/geotools/styling/css/util/FilterTypeVisitorTest.java | Java | lgpl-2.1 | 3,285 |
//
// MessagePack-RPC for Java
//
// Copyright (C) 2010 FURUHASHI Sadayuki
//
// 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... | nict-wisdom/rasc | msgpack-rpc-java/src/main/java/org/msgpack/rpc/RequestEx.java | Java | lgpl-2.1 | 2,454 |
/**
* Copyright (C) 2009 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/RedirectProcessor.java | Java | lgpl-2.1 | 3,590 |
package org.exist.xquery.modules.persistentlogin;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.exist.util.Base64Encoder;
import org.exist.xquery.XPathException;
import org.exist.xquery.value.DateTimeValue;
import org.exist.xquery.value.DurationValue;
import java.secur... | windauer/exist | extensions/modules/persistentlogin/src/main/java/org/exist/xquery/modules/persistentlogin/PersistentLogin.java | Java | lgpl-2.1 | 7,708 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2012, 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... | jbossws/jbossws-cxf | modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/clientConfig/CustomHandler.java | Java | lgpl-2.1 | 2,939 |
/* File: $Id$
* Revision: $Revision$
* Author: $Author$
* Date: $Date$
*
* 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 ... | netarchivesuite/netarchivesuite-svngit-migration | src/dk/netarkivet/archive/bitarchive/distribute/HeartBeatMessage.java | Java | lgpl-2.1 | 3,390 |
package fr.toss.FF7.tabs;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import fr.toss.FF7.ItemRegistry1;
public final class tabitemsD extends CreativeTabs
{
public tabit... | GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7/tabs/tabitemsD.java | Java | lgpl-2.1 | 505 |
/*
* 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 obt... | mbatchelor/pentaho-reporting | engine/demo/src/main/java/org/pentaho/reporting/engine/classic/demo/ancient/demo/form/Patient.java | Java | lgpl-2.1 | 3,041 |
package rest.nexentastor;
import java.util.ArrayList;
/**
* <p>
* This class provides NexentaStor RESTful API's request format in JSON. see
* NexentaStor REST API document[1].
* </p>
*
* <p>
* [1] 'REST-API User Guide v1.0 - Nexenta',
* <a href="http://www.nexenta.com/corp/static/docs-stable/NexentaStor-... | sagara177/nexentastor-rest | src/rest/nexentastor/JsonRequest.java | Java | lgpl-2.1 | 1,237 |
package nl.idgis.querydsl;
import com.querydsl.core.types.Expression;
import com.querydsl.core.types.dsl.BooleanExpression;
import com.querydsl.core.types.dsl.Expressions;
import com.querydsl.core.types.dsl.SimpleExpression;
public abstract class TsVectorExpression<T extends TsVector> extends SimpleExpression<... | IDgis/geoportaal | querydsl-tsvector/src/main/java/nl/idgis/querydsl/TsVectorExpression.java | Java | lgpl-2.1 | 647 |
/**
*
* 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) ... | lucee/Lucee | core/src/main/java/lucee/runtime/err/ErrorPageImpl.java | Java | lgpl-2.1 | 2,058 |
package org.minueto.sample.image;
/**
* @(#)ArcDemo.java 1.00 12/11/2013
*
* Minueto - The Game Development Framework
* Copyright (c) 2004-2013 McGill University
* 3480 University Street, Montreal, Quebec H3A 2A7
*
* This library is free software; you can redistribute it and/or
* modify it under the ter... | Mikeware/minueto | src/samples/org/minueto/sample/image/ArcDemo.java | Java | lgpl-2.1 | 3,718 |
/*
* Created on 17-dic-2005
*
*/
package org.herac.tuxguitar.gui.actions.settings;
import org.eclipse.swt.events.TypedEvent;
import org.herac.tuxguitar.gui.TuxGuitar;
import org.herac.tuxguitar.gui.actions.Action;
import org.herac.tuxguitar.gui.system.config.TGConfigEditor;
/**
* @author julian
*
*/
public clas... | elkafoury/tux | src/org/herac/tuxguitar/gui/actions/settings/EditConfigAction.java | Java | lgpl-2.1 | 643 |
/*
* 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.contentscomposer/src/org/roboid/studio/contentscomposer/editparts/MotionClipCloneBlockEditPart.java | Java | lgpl-2.1 | 2,157 |
/* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | icholy/geokettle-2.0 | src/org/pentaho/di/trans/steps/filesfromresult/FilesFromResult.java | Java | lgpl-2.1 | 3,169 |
/* jcifs smb client library in Java
* Copyright (C) 2003 "Michael B. Allen" <jcifs at samba dot 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
* version 2.1 of the ... | felixion/flxsmb | src/jcifs/smb/SmbRandomAccessFile.java | Java | lgpl-2.1 | 11,911 |
package de.fiduciagad.anflibrary.anFReceiver.anFMessages.view.anFMessageNotificationViews.anFClicked;
import android.content.Context;
import android.content.Intent;
import de.fiduciagad.anflibrary.anFReceiver.anFMessages.view.ViewConstants;
/**
* Created by Felix Schiefer on 16.01.2016.
*/
public class Notificatio... | fiduciagad/active-notification-framework | src/main/java/de/fiduciagad/anflibrary/anFReceiver/anFMessages/view/anFMessageNotificationViews/anFClicked/NotificationClickedActivity.java | Java | lgpl-2.1 | 986 |
package betteragriculture.client.model;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
import net.minecraft.util.math.MathHelper;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@SideO... | nfinit-gaming/BetterAgriculture | src/main/java/betteragriculture/client/model/ModelEntityMobCow1.java | Java | lgpl-2.1 | 7,228 |
/*
* 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/parsing/ExtensionParsingContext.java | Java | lgpl-2.1 | 4,659 |
////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2012 Oliver Burn
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General... | maikelsteneker/checkstyle-throwsIndent | src/tests/com/puppycrawl/tools/checkstyle/api/AutomaticBeanTest.java | Java | lgpl-2.1 | 1,731 |
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2013 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- Occam Labs UG (haftungsbeschränkt) -
and others
This library is free software; you can redistribute... | deegree/deegree3 | deegree-datastores/deegree-tilestores/deegree-tilestore-geotiff/src/main/java/org/deegree/tile/persistence/geotiff/GeoTiffTileStoreMetadata.java | Java | lgpl-2.1 | 3,350 |