code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/*
* 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... | alkacon/opencms-core | src/org/opencms/acacia/shared/CmsEntity.java | Java | lgpl-2.1 | 27,138 |
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();
... | needle4j/needle4j | src/test/java/org/needle4j/postconstruct/injection/ComponentWithPrivatePostConstruct.java | Java | lgpl-2.1 | 326 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtDBus module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
**... | sunblithe/qt-everywhere-opensource-src-4.7.1 | src/dbus/qdbusconnectioninterface.cpp | C++ | lgpl-2.1 | 15,733 |
/////////////////////////////////////////////////6////////////////////////
// $Id: sse.cc 11984 2013-12-01 22:21:55Z sshwarts $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2003-2013 Stanislav Shwartsman
// Written by Stanislav Shwartsman [sshwarts at sourcefo... | matildah/bochsdoor | cpu/sse.cc | C++ | lgpl-2.1 | 23,130 |
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from math import isinf, isnan
from warnings import warn
NOT_MASS_BALANCED_TERMS = {"SBO:0000627", # EXCHANGE
"SBO:0000628", # DEMAND
"SBO:0000629", # BIOMASS
"SBO:0000631... | zakandrewking/cobrapy | cobra/manipulation/validate.py | Python | lgpl-2.1 | 2,116 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="1.1" language="nl" sourcelanguage="en">
<context>
<name>AddonInstaller</name>
<message>
<location filename="addonmanager_workers.py" line="535"/>
<source>Installed location</source>
<translation>Geïnstalleerde locatie</transla... | sanguinariojoe/FreeCAD | src/Mod/AddonManager/Resources/translations/AddonManager_nl.ts | TypeScript | lgpl-2.1 | 19,652 |
/***********************************************************************
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2009, Percona Inc.
Copyright (c) 2012, 2017, MariaDB Corporation. All Rights Reserved.
Portions of this file contain modifications contributed and copyrig... | cloudlinux/MariaDB-10.0-governor | storage/innobase/os/os0file.cc | C++ | lgpl-2.1 | 148,531 |
import math, os
from bup import _helpers, helpers
from bup.helpers import sc_page_size
_fmincore = getattr(helpers, 'fmincore', None)
BLOB_MAX = 8192*4 # 8192 is the "typical" blob size for bupsplit
BLOB_READ_SIZE = 1024*1024
MAX_PER_TREE = 256
progress_callback = None
fanout = 16
GIT_MODE_FILE = 0100644
GIT_MODE... | jbaber/bup | lib/bup/hashsplit.py | Python | lgpl-2.1 | 7,757 |
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... | kitsushadow/ForgeCraft | old_src/1.10.2/1-7-10Resources/src/main/java/com/kitsu/medievalcraft/item/craftingtools/filters/FineFilter.java | Java | lgpl-2.1 | 745 |
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.... | stijnhero/Forgery | src/main/java/com/stijnhero/forgery/common/block/BlockChimney.java | Java | lgpl-2.1 | 1,674 |
<?php
/*
* This file is part of EC-CUBE
*
* Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
* https://www.ec-cube.co.jp/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Plugin\Point\Event\WorkPlace;
use Eccube\Event\EventAr... | EC-CUBE/point-plugin | Event/WorkPlace/ServiceMail.php | PHP | lgpl-2.1 | 3,603 |
/*
* 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... | windauer/exist | exist-core/src/main/java/org/exist/dom/memtree/MemTreeBuilder.java | Java | lgpl-2.1 | 17,300 |
/***************************************************************************
* 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
* ... | daxum/TemporalConvergence | src/main/java/daxum/temporalconvergence/item/ItemPhaseClothHelmet.java | Java | lgpl-2.1 | 1,360 |
/**
*/
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... | geotools/geotools | modules/ogc/net.opengis.wmts/src/net/opengis/gml311/MultiPointDomainType.java | Java | lgpl-2.1 | 1,714 |
/*!
* 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/extensions-mondrian/src/main/java/org/pentaho/reporting/engine/classic/extensions/datasources/mondrian/AbstractMDXDataFactory.java | Java | lgpl-2.1 | 37,834 |
<?php $root=""; ?>
<?php require($root."navigation.php"); ?>
<html>
<head>
<?php load_style($root); ?>
</head>
<body>
<?php make_navigation("subdomains_ex2",$root)?>
<div class="content">
<a name="comments"></a>
<div class = "comment">
<h1>Subdomains Example 2 - Subdomain-Restricted Variables</h1>
<br><br>Thi... | certik/libmesh | doc/html/subdomains_ex2.php | PHP | lgpl-2.1 | 78,660 |
/* $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... | statsbiblioteket/sbutil | sbutil-qa/src/main/java/dk/statsbiblioteket/util/qa/QAInfo.java | Java | lgpl-2.1 | 5,049 |
#!/usr/bin/python
"""Test of ARIA horizontal sliders using Firefox."""
from macaroon.playback import *
import utils
sequence = MacroSequence()
#sequence.append(WaitForDocLoad())
sequence.append(PauseAction(10000))
sequence.append(KeyComboAction("Tab"))
sequence.append(KeyComboAction("Tab"))
sequence.append(utils.S... | GNOME/orca | test/keystrokes/firefox/aria_slider_tpg.py | Python | lgpl-2.1 | 8,352 |
/*
* 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... | kevin-chen-hw/LDAE | com.huawei.soa.ldae/src/main/java/org/hibernate/type/descriptor/java/ByteArrayTypeDescriptor.java | Java | lgpl-2.1 | 4,548 |
#ifndef FILE_OBJECTS
#define FILE_OBJECTS
/* *************************************************************************/
/* File: geomobjects.hpp */
/* Author: Joachim Schoeberl */
/* Date: 20. Jul. 02 ... | live-clones/netgen | libsrc/gprim/geomobjects.hpp | C++ | lgpl-2.1 | 10,864 |
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... | HickGamer/Better-Utilites | Reference Code/Neotech Code/java/com/teambrmodding/neotech/client/gui/machines/processors/GuiSolidifier.java | Java | lgpl-2.1 | 8,916 |
/*
* 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.
*... | kevin-chen-hw/LDAE | com.huawei.soa.ldae/src/main/java/org/hibernate/collection/spi/PersistentCollection.java | Java | lgpl-2.1 | 13,745 |
<?php
/**
* @package tikiwiki
*/
// (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: tiki-view_tracker_item.ph... | lorddavy/TikiWiki-Improvement-Project | tiki-view_tracker_item.php | PHP | lgpl-2.1 | 29,456 |
/*
* Copyright (C) 2010-2011
* Written by:
* Aly Hirani <alyhirani@gmail.com>
* James Chou <uohcsemaj@gmail.com>
*
* 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 S... | kemcoi/libfacebookcpp | include/LibFacebookCpp/Enum.hpp | C++ | lgpl-2.1 | 1,783 |
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... | thilokru/Controller-Support | src/main/java/com/mhfs/controller/hotplug/DaemonManager.java | Java | lgpl-2.1 | 2,505 |
/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2015 Artem Pavlenko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as p... | mapycz/mapnik | include/mapnik/text/placements/list.hpp | C++ | lgpl-2.1 | 2,373 |
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... | mcarniel/oswing | srclnf/org/openswing/swing/table/client/MacPaginationVerticalScrollBarUI.java | Java | lgpl-2.1 | 9,721 |
<?php
include_once('./_common.php');
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
if ($is_guest)
alert_close('회원만 이용하실 수 있습니다.');
if (!$member['mb_open'] && $is_admin != 'super' && $is_admin != 'admin' && $member['mb_id'] != $mb_id)
alert_close("자신의 정보를 공개하지 않으면 다른분에게 쪽지를 보낼 수 없습니다. 정보공개 설정은 회원정보수정에서 하실 ... | dingdong2310/sir | bbs/memo_form.php | PHP | lgpl-2.1 | 1,544 |
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 ... | dpoldrugo/proxyma | proxyma-core/src/main/java/m/c/m/proxyma/rewrite/CookieRewriteEngine.java | Java | lgpl-2.1 | 3,420 |
<?php
namespace wcf\system\bbcode;
use wcf\system\application\ApplicationHandler;
use wcf\system\message\embedded\object\MessageEmbeddedObjectManager;
use wcf\system\request\RouteHandler;
use wcf\system\WCF;
/**
* Parses the [quote] bbcode tag.
*
* @author Marcel Werk
* @copyright 2001-2015 WoltLab GmbH
* @licen... | ramiusGitHub/WCF | wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php | PHP | lgpl-2.1 | 2,133 |
<?php
// $Id: /cvsroot/tikiwiki/tiki/lib/trackers/index.php,v 1.6 2007-03-06 19:30:25 sylvieg Exp $
// Copyright (c) 2002-2007, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC ... | 4thAce/evilhow | lib/trackers/index.php | PHP | lgpl-2.1 | 470 |
/**
*
* $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... | geotools/geotools | modules/ogc/net.opengis.wfs/src/net/opengis/wfs20/validation/TransactionTypeValidator.java | Java | lgpl-2.1 | 1,029 |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of th... | CodeDJ/qt5-hidpi | qt/qtbase/examples/widgets/tutorials/addressbook/part1/addressbook.cpp | C++ | lgpl-2.1 | 2,740 |
// Accord Unit Tests
// The Accord.NET Framework
// http://accord-framework.net
//
// Copyright © César Souza, 2009-2015
// cesarsouza at 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 F... | NikolasMarkou/Accord-Framework | Unit Tests/Accord.Tests.Statistics/Filters/StratificationFilterTest.cs | C# | lgpl-2.1 | 2,897 |
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... | Romenig/ivprog2 | src/usp/ime/line/ivprog/model/domain/actions/ReturnSetExpression.java | Java | lgpl-2.1 | 1,489 |
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(... | musdasch/VeniceMod | src/main/java/org/venice/venicemod/generations/TitaniumGeneraton.java | Java | lgpl-2.1 | 535 |
//* This file is part of the MOOSE framework
//* https://www.mooseframework.org
//*
//* All rights reserved, see COPYRIGHT for full restrictions
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#in... | nuclear-wizard/moose | framework/src/meshgenerators/ParsedSubdomainMeshGenerator.C | C++ | lgpl-2.1 | 3,959 |
//
// MD2Managed.cs - Message Digest 2 Managed Implementation
//
// Author:
// Sebastien Pouliot (sebastien@ximian.com)
//
// (C) 2001-2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obta... | Reaper38/Crypto.NET | Crypto.Net/SSL/Mono/Mono.Security.Cryptography/MD2Managed.cs | C# | lgpl-2.1 | 6,457 |
# JoeTraffic - Web-Log Analysis Application utilizing the JoeAgent Framework.
# Copyright (C) 2004 Rhett Garber
# 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 th... | rhettg/JoeTraffic | LogReader/read_job.py | Python | lgpl-2.1 | 4,327 |
/**
* 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... | zsoltii/dss | dss-spi/src/main/java/eu/europa/esig/dss/x509/ocsp/OfflineOCSPSource.java | Java | lgpl-2.1 | 3,289 |
/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2021 Artem Pavlenko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as p... | mapnik/mapnik | src/text/placements/base.cpp | C++ | lgpl-2.1 | 1,428 |
/*
* 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;
... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java | Java | lgpl-2.1 | 128,122 |
<?php
class Response extends Component
{
protected $status = 200;
protected $headers = array();
protected $rawHeaders = array();
protected $compression = false;
protected $body = '';
public $isRedirect = false;
public $isError = false;
public $isException = false;
public function __construct() {
$this->com... | marcospont/php2go | php2go/web/Response.php | PHP | lgpl-2.1 | 5,692 |
package com.gromstudio.treckar.model;
import java.net.URL;
public class WorldMapArea {
URL mBitmapUrl;
}
| jeromeOrfila/treckar | src/com/gromstudio/treckar/model/WorldMapArea.java | Java | lgpl-2.1 | 114 |
<?php
// $Header: /cvsroot/tikiwiki/tiki/img/trackers/index.php,v 1.1.2.2 2007/03/02 12:10:41 luciash Exp $
// Copyright (c) 2002-2007, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL... | marcelosoaressouza/estudiolivre | img/trackers/index.php | PHP | lgpl-2.1 | 485 |
/*******************************************************************************
* 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... | secure-software-engineering/soot-infoflow | src/soot/jimple/infoflow/solver/fastSolver/IFDSSolver.java | Java | lgpl-2.1 | 29,328 |
/* $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... | netarchivesuite/netarchivesuite-svngit-migration | tests/dk/netarkivet/harvester/indexserver/distribute/IndexRequestServerTester.java | Java | lgpl-2.1 | 15,783 |
<?php
/* |
Author: Jean SUZINEAU <Jean.Suzineau@wanadoo.fr> |
partly as freelance: http://www.mars42.com |
and partly as employee : http://www.batpro.com ... | jsuzineau/pascal_o_r_mapping | jsWorks/Generateur_de_code/Source/PHP/tTULEAP_Project.class.php | PHP | lgpl-2.1 | 2,017 |
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/>
... | cacheonix/cacheonix-core | src/org/cacheonix/impl/net/cluster/ClusterView.java | Java | lgpl-2.1 | 3,125 |
/*
* Copyright (C) 2003-2005 Tommi Maekitalo
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* As... | deniskin82/tntnet | framework/common/contenttype.cpp | C++ | lgpl-2.1 | 3,043 |
#include <algorithm>
#include <sstream>
#include <math.h>
#include "device_ds.h"
#include "device_ds_stream.h"
#include "device_ds_buffer.h"
#include "debug.h"
#include "utility.h"
namespace audiere {
static const int DEFAULT_BUFFER_LENGTH = 1000; // one second
DSAudioDevice*
DSAudioDevice::create(const Par... | nabijaczleweli/audiere | src/device_ds.cpp | C++ | lgpl-2.1 | 9,780 |
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | radekp/qt | src/gui/util/qdesktopservices_qws.cpp | C++ | lgpl-2.1 | 3,069 |
/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2021 Artem Pavlenko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as p... | mapnik/mapnik | src/json/mapnik_geometry_to_geojson.cpp | C++ | lgpl-2.1 | 1,544 |
/**
*
* 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/functions/string/ReplaceNoCase.java | Java | lgpl-2.1 | 3,453 |
/*
* 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<... | zhaozw/android-1 | src/net/java/sip/communicator/service/protocol/event/WhiteboardParticipantEvent.java | Java | lgpl-2.1 | 3,611 |
//$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... | raedle/univis | lib/hibernate-3.1.3/src/org/hibernate/engine/SessionFactoryImplementor.java | Java | lgpl-2.1 | 5,315 |
/*
* 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;... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/h2geodb/GeoDBGeometryTypeDescriptor.java | Java | lgpl-2.1 | 2,853 |
/*
* i6engine
* Copyright (2016) Daniel Bonrath, Michael Baer, All rights reserved.
*
* This file is part of i6engine; i6engine 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.... | ClockworkOrigins/i6engine | libs/i6engine-modules/src/api/components/MoverInterpolateComponent.cpp | C++ | lgpl-2.1 | 11,390 |
/////////////////////////////////////////////////////////////////////////
//
// © University of Southampton IT Innovation Centre, 2013
//
// Copyright in this software belongs to University of Southampton
// IT Innovation Centre of Gamma House, Enterprise Road,
// Chilworth Science Park, Southampton, SO16 7NS, UK.
//
... | it-innovation/EXPERImonitor | extensions/cppClientAPI/amqpAPI/amqp-Impl/amqp/AMQPConnectionFactory.cpp | C++ | lgpl-2.1 | 4,866 |
// --------------------------------------------------------------------------------------------------------------------
// Copyright (c) 2009-2010 Esben Carlsen
// Forked Copyright (c) 2011-2017 Jaben Cargman and CaptiveAire Systems
//
// This library is free software; you can redistribute it and/or
// modify it unde... | CaptiveAire/Dynamic-Image-Handler | DynamicImageHandler/ImageParameters/HiddenImageParameters.cs | C# | lgpl-2.1 | 4,725 |
@app.route('/job/<name>')
def results(name):
job = saliweb.frontend.get_completed_job(name,
flask.request.args.get('passwd'))
# Determine whether the job completed successfully
if os.path.exists(job.get_path('output.pdb')):
template = 'results_ok.html'
... | salilab/saliweb | examples/frontend-results.py | Python | lgpl-2.1 | 440 |
/*
* 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 ... | MobileConvergenceLab/icPhone-phoneapp | CCNVoice/src/CCNVoice.java | Java | lgpl-2.1 | 11,864 |
#! /usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------------------------------------------------
# Name: Generic.py
# Purpose:
# Author: Fabien Marteau <fabien.marteau@armadeus.com>
# Created: 21/05/2008
#-----------------------------------------------------------------------------
# Co... | magyarm/periphondemand-code | src/bin/core/generic.py | Python | lgpl-2.1 | 4,911 |
/*
* 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/style/VerticalTextAlign.java | Java | lgpl-2.1 | 6,057 |
//////////////////////////////////////////////////////////////
// File of helper functions for primitives and world.
var helpers = {};
(function() {
var format = function(formatStr, args, functionName) {
var throwFormatError = function() {
functionName = functionName || '#<function>';
var matches = format... | bootstrapworld/wescheme-js | src/runtime/helpers.js | JavaScript | lgpl-2.1 | 17,782 |
/* --------------------------------------------------------------------------
libmusicbrainz4 - Client library to access MusicBrainz
Copyright (C) 2011 Andrew Hawkins
This file is part of libmusicbrainz4.
This library is free software; you can redistribute it and/or
modify it under the terms of v2 of... | ianmcorvidae/libmusicbrainz | src/NameCredit.cc | C++ | lgpl-2.1 | 3,483 |
//
// This file is part of the Marble Virtual Globe.
//
// This program is free software licensed under the GNU LGPL. You can
// find a copy of this license in LICENSE.txt in the top directory of
// the source code.
//
// Copyright 2013 Mihail Ivchenko <ematirov@gmail.com>
// Copyright 2014 Sanjiban Bairagya <sanjiban2... | tzapzoor/marble | src/lib/marble/SoundCueEditWidget.cpp | C++ | lgpl-2.1 | 2,613 |
#include "stdio.h"
#include "OSGNode.h"
#include "OSGBaseInitFunctions.h"
#include "OSGFieldDescFactory.h"
#include "OSGBaseSFields.h"
#include "OSGBaseMFields.h"
int main (int argc, char **argv)
{
OSG::osgInit(argc, argv);
// fprintf(stderr, "%d field types\n");
for(OSG::UInt32 i = 0;
... | jondo2010/OpenSG | Source/Base/Field/testFieldDescFactory.cpp | C++ | lgpl-2.1 | 2,414 |
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* LXQt - a lightweight, Qt based, desktop toolset
* https://lxqt.org
*
* Copyright: 2013 Razor team
* Authors:
* Kuzma Shapran <kuzma.shapran@gmail.com>
*
* This program or library is free software; you can redistribute it
* and/or modify it under the terms of... | stefonarch/lxqt-globalkeys | daemon/client_proxy.cpp | C++ | lgpl-2.1 | 1,764 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | bakaiadam/collaborative_qt_creator | src/plugins/qmldesigner/designercore/model/variantproperty.cpp | C++ | lgpl-2.1 | 4,854 |
using System;
using Mag.Shared;
using Decal.Adapter;
namespace MagFilter
{
class DefaultFirstCharacterManager
{
readonly LoginCharacterTools loginCharacterTools;
readonly System.Windows.Forms.Timer defaultFirstCharTimer = new System.Windows.Forms.Timer();
int state;
string zonename;
... | Mag-nus/Mag-Plugins | Mag-Filter/DefaultFirstCharacterManager.cs | C# | lgpl-2.1 | 4,738 |
/*******************************************************************************
* 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... | timtiemens/secretshare | src/main/java/com/tiemens/secretshare/main/cli/MainBigIntCs.java | Java | lgpl-2.1 | 16,433 |
//=============================================================================
/*
$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... | bharathravi/tinysql | src/ORG/as220/tinySQL/util/ParameterPosition.java | Java | lgpl-2.1 | 1,864 |
// -*- Mode:C++ -*-
/**************************************************************************************************/
/* */
/* Copyright (C) 2015 University of Hull ... | regnirpsj/dcs08961 | src/lib/platform/glx/io.cpp | C++ | lgpl-2.1 | 2,851 |
// -*- Mode:C++ -*-
/**************************************************************************************************/
/* */
/* Copyright (C) 2014 University of Hull ... | simviz-dcs-hull/dcs0896x-skeletons | inc/support/trace.hpp | C++ | lgpl-2.1 | 3,302 |
/*
* 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... | ironjacamar/ironjacamar | common/impl/src/main/java/org/jboss/jca/common/metadata/ds/DatasourcesImpl.java | Java | lgpl-2.1 | 6,195 |
/*
* Agent.cpp
*
* Created on: 20-oct-2009
* Author: hfreire
*/
#include "Agent.h"
namespace opengl{
namespace agents{
log4cxx::LoggerPtr Agent::logger(log4cxx::Logger::getLogger("opengl.agents.Agent"));
Agent::Agent(int millisecondsStep){
this->fpsAnimation=25;
this->_visible=true;
this->c... | TLmaK0/pactan | src/opengl/agents/Agent.cpp | C++ | lgpl-2.1 | 1,761 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may u... | enricoros/k-qt-creator-inspector | src/plugins/bookmarks/bookmarkmanager.cpp | C++ | lgpl-2.1 | 23,863 |
# Copyright (C) 2013-2017 Chris Lalancette <clalancette@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 Foundation;
# version 2.1 of the License.
# This library is distributed in the ho... | nullr0ute/oz | oz/Linux.py | Python | lgpl-2.1 | 16,373 |
<?php
// (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id$
//this script may only be included - so its better to... | tikiorg/tiki | lib/smarty_tiki/modifier.kbsize.php | PHP | lgpl-2.1 | 1,563 |
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;
}
}
| Eladkay/Quaritum-as-is | src/main/java/com/outlookphone/quaritum/flora/EnumDye.java | Java | lgpl-2.1 | 252 |
/*
* 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... | geotools/geotools | modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/ExtendedRandomIter.java | Java | lgpl-2.1 | 3,207 |
<?php
/*
* Copyright © 2010 - 2012 Modo Labs Inc. All rights reserved.
*
* The license governing the contents of this file is located in the LICENSE
* file located at the root directory of this distribution. If the LICENSE file
* is missing, please contact sales@modolabs.com.
*
*/
/**
* @package Module
* @... | CoffeeJack/ElderTracker | app/modules/customize/CustomizeWebModule.php | PHP | lgpl-2.1 | 4,263 |
/*
* 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... | 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 | Java | lgpl-2.1 | 23,277 |
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... | plast-lab/soot | src/main/java/soot/toolkits/graph/CompleteUnitGraph.java | Java | lgpl-2.1 | 3,038 |
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* include... | mbinette91/ConstructionLCA-IfcReader | IfcPlusPlus/src/ifcpp/IFC4/IfcTelecomAddress.cpp | C++ | lgpl-2.1 | 7,485 |
/* XFC: Xfce Foundation Classes (User Interface Library)
* Copyright (C) 2004-2005 The XFC Development Team.
*
* notebookclass.hh - Private interface
*
* 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 ... | interval1066/XFC | ui/xfc/gtk/private/notebookclass.hh | C++ | lgpl-2.1 | 1,422 |
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... | johnlee175/john4j | src/com/johnsoft/library/swing/component/gl/JohnGLRenderer.java | Java | lgpl-2.1 | 1,405 |
/*
* 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... | wolfc/jboss-common-beans | src/test/java/org/jboss/common/beans/property/AtomicIntegerEditorTestCase.java | Java | lgpl-2.1 | 2,026 |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... | Anatoscope/sofa | modules/SofaMiscMapping/SquareDistanceMapping.cpp | C++ | lgpl-2.1 | 3,759 |
/*
* (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-... | KurentoLegacy/kurento-media-framework | kmf-integration-tests/kmf-system-test/src/test/java/com/kurento/kmf/test/media/MediaApiWebRtc2HttpTest.java | Java | lgpl-2.1 | 4,245 |
<?php
// (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id$
require_once('lib/wizard/wizard.php');
$userprefslib... | tikiorg/tiki | lib/wizard/pages/user_preferences_info.php | PHP | lgpl-2.1 | 4,258 |
/*****************************************************************
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... | raffy1982/spine-project | Spine_apps/nodeEmulator/src/logic/SensorDataManager.java | Java | lgpl-2.1 | 9,284 |
/* Lasso range library
Name: Lasso
Description: Lightweight, crossbrowser javascript library for creating and modifying ranges. Used by the GhostEdit editor.
Licence: Dual licensed under MIT and LGPL licenses.
Browser Support: Internet Explorer 6+, Mozilla Firefox 3.5+, Google Chrome, Apple Safari 3+, Opera 10... | nicoburns/ghostedit | dist/ghostedit-core-1.0.0-pre.js | JavaScript | lgpl-2.1 | 128,789 |
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... | jeremynorris/ddd-toolbox | dao/src/main/java/org/ddd/toolbox/dao/QueryFactoryCallback.java | Java | lgpl-2.1 | 468 |
// This code is derived from jcifs smb client library <jcifs at samba dot org>
// Ported by J. Arturo <webmaster at komodosoft dot net>
//
// 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 Foundat... | saki-saki/WinRTCifs | WinRTCifs/Smb/NetServerEnum2Response.cs | C# | lgpl-2.1 | 4,259 |
using System.Runtime.Versioning;
using Mapsui.UI.Maui;
using Microsoft.Maui.Controls.Hosting;
using Microsoft.Maui.Hosting;
using SkiaSharp.Views.Maui.Controls.Hosting;
namespace Mapsui.Samples.Maui
{
public static class MauiProgram
{
[SupportedOSPlatform("windows10.0.18362")]
public static Ma... | pauldendulk/Mapsui | Samples/Mapsui.Samples.Maui/MauiProgram.cs | C# | lgpl-2.1 | 781 |
<?php
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version
* This program is distributed in the hope that it w... | manekinekko/acoprojet | bin/patterns/Clipboard.php | PHP | lgpl-2.1 | 1,461 |
<?php
//
// +----------------------------------------------------------------------+
// | PHP Version 4 |
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2002 The PHP Group |
// +---... | lilobase/ICONTO-EcoleNumerique | utils/htmlMimeMail/mimePart.php | PHP | lgpl-2.1 | 11,112 |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of th... | CodeDJ/qt5-hidpi | qt/qtbase/examples/widgets/painting/basicdrawing/window.cpp | C++ | lgpl-2.1 | 10,930 |