repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
4thAce/evilhow | lib/x/index.php | 466 | <?php
// $Id: /cvsroot/tikiwiki/tiki/lib/x/index.php,v 1.1.2.1 2007-11-04 22:08:35 nyloth 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 LICE... | lgpl-2.1 |
wr0ngway/tivohmo | lib/tivohmo/adapters/streamio/transcoder.rb | 9901 | module TivoHMO
module Adapters
module StreamIO
# Transcodes video to tivo format using the streamio gem (ffmpeg)
class Transcoder
include TivoHMO::API::Transcoder
include GemLogger::LoggerSupport
# TODO: add ability to pass through data (copy codec)
# for files that ... | lgpl-2.1 |
zaps166/DSPBlocks | Blocks/General/Clip.cpp | 2440 | #include "Clip.hpp"
#include "Array.hpp"
Clip::Clip() :
Block( "Clip", "Ucina sygnał", 1, 1, PROCESSING ),
min( -1.0f ), max( 1.0f )
{}
bool Clip::start()
{
if ( inputsCount() != outputsCount() )
return false;
settings->setRunMode( true );
buffer.reset( new float[ inputsCount() ]() );
return true;
}
void Clip... | lgpl-2.1 |
jusa/lipstick | src/compositor/lipstickcompositorwindow.cpp | 8709 | /***************************************************************************
**
** Copyright (C) 2013 Jolla Ltd.
** Contact: Aaron Kennedy <aaron.kennedy@jollamobile.com>
**
** This file is part of lipstick.
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Less... | lgpl-2.1 |
cacheonix/cacheonix-core | src/org/cacheonix/impl/util/logging/spi/ErrorHandler.java | 3022 | /*
* 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 ... | lgpl-2.1 |
SixTrack/SixTrack | test/collimation_jaw_fit_b4_offsets_tilts/plotImpacts.py | 14374 | import matplotlib.pyplot as plt
import numpy as np
import math
def fitProfile( x, fitParams, cLen ):
'''
fitParams[0]: const term
fitParams[1]: linear term
...
fitParams[-2]: n-th order term
fitParams[-1]: scaling factor
'''
y=0.0
for ii in range(len(fitParams)-1):
if (ii==2... | lgpl-2.1 |
JiriOndrusek/wildfly-core | discovery/src/main/java/org/wildfly/extension/discovery/DiscoveryExtension.java | 4843 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | lgpl-2.1 |
xwiki/xwiki-platform | xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverter.java | 10042 | /*
* 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... | lgpl-2.1 |
aumuell/open-inventor | libSoXt/src/viewers/SoXtPlaneVwr.c++ | 30652 | /*
*
* Copyright (C) 2000 Silicon Graphics, Inc. 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 opti... | lgpl-2.1 |
cacheonix/cacheonix-core | 3rdparty/hibernate-3.2/test/org/hibernate/test/collection/original/User.java | 1351 | //$Id: User.java 7628 2005-07-24 06:55:01Z oneovthafew $
package org.hibernate.test.collection.original;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* @author Gavin King
*/
public class User {
private String ... | lgpl-2.1 |
lilobase/ICONTO-EcoleNumerique | project/modules/public/stable/standard/copixtest/templates/tests.launch.php | 4735 | <?php
_tag ('mootools', array ('plugin'=>'progressbar'));
?>
<div id="progessDiv">
<div id="statusProgressBar" style="width: 300px;text-align: center"> </div>
<div id="progressBar" style="border: 1px solid #000; width: 300px;"></div>
<div id="CopixAjaxResults"></div>
</div>
<script defer language="Javascript"... | lgpl-2.1 |
ailncode/gorgw | entity/bucket.go | 366 | /*------------------------
name bucket
describe bucket entity
author ailn(z.ailn@wmntec.com)
create 2016-05-07
version 1.0
------------------------*/
package entity
type Bucket struct {
Guid string //ceph namespace guid
Name string //user bucket name
Owner string //bucket ow... | lgpl-2.1 |
FedoraScientific/salome-paravis | test/VisuPrs/Animation/A8.py | 2952 | # Copyright (C) 2010-2014 CEA/DEN, EDF R&D
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library ... | lgpl-2.1 |
bisailb/phpwebtk | testscripts/sessiontest.php | 847 | <?php
$start = microtime ( 1 );
// Includes and evaluates named constants and third party dependencies
require_once ('configuration/constants.php');
// Registers the given function as an __autoload() implementation
spl_autoload_register ( function ($class) {
// Includes and evaluates class file dependencies
require_o... | lgpl-2.1 |
genman/rhq-plugins | hive/src/main/java/com/apple/iad/rhq/hadoop/hive/HiveTableDiscovery.java | 2364 | package com.apple.iad.rhq.hadoop.hive;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.HashSet;
import java.util.Set;
import java.util.regex.Pattern;
import org.rhq.core.domain.configuration.Configuration;
import org.rhq.core.pluginapi.inventory.DiscoveredRes... | lgpl-2.1 |
Jajcus/pyxmpp2 | pyxmpp2/test/streamsasl.py | 9755 | #!/usr/bin/python
# -*- coding: UTF-8 -*-
# pylint: disable=C0111
import unittest
import re
import base64
import binascii
import os
import pyxmpp2.etree
if "PYXMPP2_ETREE" not in os.environ:
# one of tests fails when xml.etree.ElementTree is used
try:
from xml.etree import cElementTree
pyxmpp... | lgpl-2.1 |
thiblahute/hotdoc | hotdoc/extensions/gi/gtkdoc_links.py | 2900 | import os
from lxml import etree
from hotdoc.extensions.gi.utils import DATADIR
from hotdoc.utils.loggable import info
GTKDOC_HREFS = {}
def parse_devhelp_index(dir_):
path = os.path.join(dir_, os.path.basename(dir_) + '.devhelp2')
if not os.path.exists(path):
return False
dh_root = etree.parse... | lgpl-2.1 |
amccarthy/qtlocation | src/plugins/position/maemo/dbuscomm_maemo.cpp | 8648 | /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtLocation module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licen... | lgpl-2.1 |
geotools/geotools | modules/plugin/geopkg/src/main/java/org/geotools/geopkg/wps/GeoPackageProcessRequest.java | 11098 | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2010, 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 ... | lgpl-2.1 |
deegree/deegree3 | deegree-core/deegree-core-base/src/main/java/org/deegree/gml/utils/XMLTransformer.java | 11513 | //$HeadURL$
/*---------------- FILE HEADER ------------------------------------------
This file is part of deegree.
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
http://www.giub.uni-bonn.de/deegree/
lat/lon GmbH
http://www.lat-lon.de
This library is free software; you can redistrib... | lgpl-2.1 |
iulian787/spack | var/spack/repos/builtin/packages/py-pandas/package.py | 5778 | # Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
class PyPandas(PythonPackage):
"""pandas is a fast, powerful, flexible and easy to use open source
data analysis ... | lgpl-2.1 |
FernCreek/tinymce | modules/sand/src/demo/ts/ephox/sand/demo/Demo.ts | 284 | import { document } from '@ephox/dom-globals';
import * as PlatformDetection from 'ephox/sand/api/PlatformDetection';
const platform = PlatformDetection.detect();
const ephoxUi = document.querySelector('#ephox-ui');
ephoxUi.innerHTML = 'You are using: ' + platform.browser.current;
| lgpl-2.1 |
cordoval/myhdl-python | myhdl/__init__.py | 5229 | # This file is part of the myhdl library, a Python package for using
# Python as a Hardware Description Language.
#
# Copyright (C) 2003-2013 Jan Decaluwe
#
# The myhdl 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 t... | lgpl-2.1 |
alphabetsoup/gpstk | lib/procframe/PCSmoother.cpp | 6682 | #pragma ident "$Id$"
/**
* @file PCSmoother.cpp
* This class smoothes PC code observables using the corresponding LC
* phase observable.
*/
//============================================================================
//
// This file is part of GPSTk, the GPS Toolkit.
//
// The GPSTk is free software; you can ... | lgpl-2.1 |
kuba1/qtcreator | src/plugins/analyzerbase/detailederrorview.cpp | 11936 | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... | lgpl-2.1 |
alphabetsoup/gpstk | src/PositionSatStore.hpp | 9406 | /// @file PositionSatStore.hpp
/// Store a tabular list of ephemeris data (position, velocity, acceleration)
/// for several satellites, and compute values at any timetag from this table
/// using Lagrange interpolation. Inherits TabularSatStore.
#ifndef GPSTK_POSITION_SAT_STORE_INCLUDE
#define GPSTK_POSITION_SAT_STOR... | lgpl-2.1 |
solmix/datax | generator/core/src/main/java/org/solmix/generator/codegen/mybatis/javamapper/elements/annotated/AnnotatedUpdateByExampleSelectiveMethodGenerator.java | 1927 | /**
* Copyright 2006-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | lgpl-2.1 |
hoffmanc/FileHelpers | FileHelpers.WizardApp/FileBrowser.cs | 6485 | using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
using System.Collections.ObjectModel;
using System.Drawing.Drawing2D;
using System.Windows.Forms.Design;
using System.ComponentModel;
namespace FileHelpers.WizardApp
{
[Designer(type... | lgpl-2.1 |
bsc-performance-tools/extrae | src/launcher/dyninst/demo-launcher.C | 4504 | /*****************************************************************************\
* ANALYSIS PERFORMANCE TOOLS *
* Extrae *
* Instrumentation package for parallel applications *
**... | lgpl-2.1 |
DavBfr/cf | Core/classes/Rest.class.php | 8991 | <?php namespace DavBfr\CF;
/**
* Copyright (C) 2013-2016 David PHAM-VAN
*
* 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) an... | lgpl-2.1 |
davidB/yuicompressor-maven-plugin | src/it/demo01/src/main/webapp/static/toAggregateAndRemove/bar.js | 15 | var bar="bar";
| lgpl-2.1 |
tmcguire/qt-mobility | tests/auto/qsensor/tst_qsensor.cpp | 31778 | /****************************************************************************
**
** 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 Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Less... | lgpl-2.1 |
nikhilsinghmus/csound | Opcodes/padsynth_gen.cpp | 16604 | /*
padsynt_gen.cpp:
Copyright (C) 2015 Michael Gogins after Nasca O Paul
This file is part of Csound.
The Csound 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 L... | lgpl-2.1 |
simplesamlphp/saml2 | src/SAML2/XML/md/AdditionalMetadataLocation.php | 3099 | <?php
declare(strict_types=1);
namespace SimpleSAML\SAML2\XML\md;
use DOMElement;
use Exception;
use SimpleSAML\Assert\Assert;
use SimpleSAML\XML\Exception\InvalidDOMElementException;
use SimpleSAML\XML\XMLStringElementTrait;
use function trim;
/**
* Class representing SAML 2 metadata AdditionalMetadataLocation e... | lgpl-2.1 |
pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/AbstractHiddenFilter.java | 2467 | /*
* 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... | lgpl-2.1 |
stoq/stoqdrivers | stoqdrivers/abicomp.py | 3896 | # -*- Mode: Python; coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
##
## Stoqdrivers
## Copyright (C) 2007 Async Open Source <http://www.async.com.br>
## All rights reserved
##
## 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
... | lgpl-2.1 |
youfoh/webkit-efl | Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp | 11423 | /*
* Copyright (C) 2010 Apple Inc. All rights reserved.
* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code mus... | lgpl-2.1 |
vityurkiv/Ox | libmesh/src/mesh/mesh_base.C | 22973 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2016 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
// This library is free software; you can redistribute 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... | lgpl-2.1 |
GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsb/itemb184.java | 159 | package fr.toss.FF7itemsb;
public class itemb184 extends FF7itemsbbase {
public itemb184(int id) {
super(id);
setUnlocalizedName("itemb184");
}
}
| lgpl-2.1 |
xiangke/pycopia | mibs/pycopia/mibs/NETWORK_SERVICES_MIB.py | 9373 | # python
# This file is generated by a program (mib2py). Any edits will be lost.
from pycopia.aid import Enum
import pycopia.SMI.Basetypes
Range = pycopia.SMI.Basetypes.Range
Ranges = pycopia.SMI.Basetypes.Ranges
from pycopia.SMI.Objects import ColumnObject, MacroObject, NotificationObject, RowObject, ScalarObject, N... | lgpl-2.1 |
EgorZhuk/pentaho-reporting | engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/modules/parser/ext/factory/templates/DateFieldTemplateDescription.java | 1422 | /*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | lgpl-2.1 |
neo4j-attic/yajsw | src/ahessian/org/rzo/netty/ahessian/rpc/message/OutputProducer.java | 4300 | package org.rzo.netty.ahessian.rpc.message;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Timer;
import java.util.concurrent.Executor;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.Re... | lgpl-2.1 |
egbertbouman/tribler-g | Tribler/Tools/LoggingTest.py | 1076 | import logging
from logging.handlers import SocketHandler, DEFAULT_TCP_LOGGING_PORT
import time
import random
rootlogger = logging.getLogger('')
rootlogger.setLevel(logging.DEBUG)
logger1 = logging.getLogger('myapp.area1')
#logger2 = logging.getLogger('myapp.area2')
socketh = SocketHandler('gamecast.no-ip.org', DEFAU... | lgpl-2.1 |
delonnewman/java-posix | LockFile.java | 2328 | package posix;
import java.io.*;
/** A simple unix style lock file. The first process to append its
process id owns the lock. The lock is stale if the process id no
longer exists. There is a race condition when removing
stale locks.
*/
public class LockFile {
private java.io.File lockfile;
priva... | lgpl-2.1 |
bedrin/kerb4j | kerb4j-server/kerb4j-server-common/src/main/java/com/kerb4j/server/marshall/pac/PacSignature.java | 890 | package com.kerb4j.server.marshall.pac;
import com.kerb4j.server.marshall.Kerb4JException;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
public class PacSignature {
private int type;
private byte[] checksum;
public PacSignature(byte[] data) throws Kerb... | lgpl-2.1 |
concord-consortium/framework | src/org/concord/framework/otrunk/view/OTViewContext.java | 2688 | /**
*
*/
package org.concord.framework.otrunk.view;
import org.concord.framework.otrunk.OTObject;
/**
* Use this interface to access services provided to a view.
*
* @author scott
*
*/
public interface OTViewContext
{
/**
* Use this method to get a service for example:
* OTFrameManager frameManager =
... | lgpl-2.1 |
darksylinc/qt-creator | src/plugins/coreplugin/locator/executefilter.cpp | 7218 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | lgpl-2.1 |
SmartJog/python-mxf | sjmxf/avid.py | 4254 | # -*- coding: utf-8 -*-
""" Implements basic classes to parse Avid specific MXF objects. """
from sjmxf.common import InterchangeObject, Singleton
from sjmxf.s377m import MXFDataSet, MXFPrimer
from sjmxf.rp210 import RP210Avid, RP210
from sjmxf.rp210types import Reference, Integer
class AvidObjectDirectory(Interchan... | lgpl-2.1 |
omda12/akelosframework | test/unit/lib/AkActionView/TemplateEngines/AkSintags.php | 2272 | <?php
require_once(dirname(__FILE__).'/../../../../fixtures/config/config.php');
require_once(AK_LIB_DIR.DS.'AkActionView'.DS.'TemplateEngines'.DS.'AkSintags.php');
define('AK_SINTAGS_AVALABLE_HELPERS', 'a:8:{s:7:"url_for";s:10:"url_helper";s:7:"link_to";s:10:"url_helper";s:7:"mail_to";s:10:"url_helper";s:10:"email_... | lgpl-2.1 |
Emergya/opensir | sir-admin/sir-admin-base/sir-admin-base-core/src/main/java/com/emergya/ohiggins/dao/impl/OhigginsLayerResourceDaoHibernateImpl.java | 4211 | /*
* OhigginsLayerResourceDaoHibernateImpl.java
*
* Copyright (C) 2013
*
* This file is part of ohiggins-core
*
* This software 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 t... | lgpl-2.1 |
Anatoscope/sofa | modules/SofaGraphComponent/RequiredPlugin.cpp | 3365 | /******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... | lgpl-2.1 |
Tictim/TTMPMOD | libs_n/gregtech/api/gui/GT_Container_3by3.java | 1195 | package gregtech.api.gui;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Slot;
public class GT_Container_3by3 extends GT_ContainerMetaTile_Machine {
public GT_Container_3by3(InventoryPlayer aInventoryPlayer, IGregT... | lgpl-2.1 |
bermi/akelos | akelos_utils/doc_builder/models/source_parser.php | 12197 | <?php
# This file is part of the Akelos Framework
# (Copyright) 2004-2010 Bermi Ferrer bermi a t bermilabs com
# See LICENSE and CREDITS for details
class SourceLexer extends AkLexer
{
public function __construct(&$Parser)
{
parent::__construct($Parser, 'Text');
$this->mapHandler('Text', 'Text... | lgpl-2.1 |
KDE/android-qt-mobility | plugins/multimedia/v4l/v4lserviceplugin.cpp | 2357 | /****************************************************************************
**
** 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 Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... | lgpl-2.1 |
artemp/MapQuest-Render-Stack | dqueue/consistent_hash.cpp | 1379 | /*------------------------------------------------------------------------------
*
* This file is part of rendermq
*
* Author: matt.amos@mapquest.com
*
* Copyright 2010-1 Mapquest, Inc. All Rights reserved.
*
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o... | lgpl-2.1 |
solmix/datax | wmix/src/main/java/org/solmix/datax/wmix/DataxEndpoint.java | 4429 | /*
* Copyright 2015 The Solmix Project
*
* 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
* the License, or (at your option) any later version.
*
* This softw... | lgpl-2.1 |
sicily/qt4.8.4 | tools/designer/src/components/propertyeditor/fontpropertymanager.cpp | 15067 | /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees h... | lgpl-2.1 |
FedoraScientific/salome-smesh-plugin-hexablock | src/GUI/HEXABLOCKPlugin_images.ts | 1460 | <!DOCTYPE TS>
<!--
Copyright (C) 2009-2014 CEA/DEN, EDF R&D
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.... | lgpl-2.1 |
lorddavy/TikiWiki-Improvement-Project | themes/base_files/iconsets/default.php | 25623 | <?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.
//This the default icon set, it associates icon names to ic... | lgpl-2.1 |
MASTmultiphysics/mast-multiphysics | src/mesh/fe_base.cpp | 9517 | /*
* MAST: Multidisciplinary-design Adaptation and Sensitivity Toolkit
* Copyright (C) 2013-2020 Manav Bhatia and MAST authors
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eit... | lgpl-2.1 |
ExRam/DotSpatial-PCL | DotSpatial.Tools/ClipRasterWithPolygon.cs | 4154 | // *******************************************************************************************************
// Product: DotSpatial.Tools.RandomGeometry
// Description: Tool that clips a raster layer with a polygon.
// Copyright & License: See www.DotSpatial.org.
// Contributor(s): Open source contributors may list the... | lgpl-2.1 |
mbatchelor/pentaho-reporting | engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/modules/output/fast/csv/FastCsvExportTemplate.java | 3123 | /*
* 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, y... | lgpl-2.1 |
terryrao/test | src/main/java/org/raowei/test/concurrents/JoinMain.java | 476 | package org.raowei.test.concurrents;
public class JoinMain {
static volatile int i;
public static class AddThread extends Thread {
@Override
public void run() {
for ( i = 0; i < 10000; i++) {
}
}
}
public static void main(String[] args) throws Interrup... | lgpl-2.1 |
FedoraScientific/salome-kernel | src/UnitTests/UnitTests.py | 2489 | # -*- coding: iso-8859-1 -*-
# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE
#
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesse... | lgpl-2.1 |
scorredoira/liteide | liteidex/src/plugins/liteeditor/liteeditor.cpp | 55357 | /**************************************************************************
** This file is part of LiteIDE
**
** Copyright (c) 2011-2016 LiteIDE Team. 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... | lgpl-2.1 |
gi-rust/grust-proof | fake-gen/gio/gio.rs | 10605 | // This file is part of Grust, GObject introspection bindings for Rust
//
// Copyright (C) 2013, 2014 Mikhail Zabaluev <mikhail.zabaluev@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 Softw... | lgpl-2.1 |
lacroixca/sportsmanager | views/modal_edit_stats.php | 1065 |
<div id="sm_edit_stats_modal" class="sm_modal_box sm_modal_edit_info">
<div class="sm_modal_header">
<table class="title">
<tr>
<td>Edit Stats</td>
</tr>
</table>
</div>
<div class="sm_modal_inner">
<form id="sm_edit_stats_form">
<table class="" border="0" cellspacing="0" cellpadding="0">
<thead>
... | lgpl-2.1 |
shuiblue/JDimeForCpp | src/de/fosd/jdime/stats/StatsPrinter.java | 3964 | /*
* Copyright (C) 2013-2014 Olaf Lessenich
* Copyright (C) 2014-2015 University of Passau, Germany
*
* 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 Li... | lgpl-2.1 |
trainboy2019/forge-1-4 | src/main/java/com/camp/nchant/NchantmentKnockback.java | 1119 | package com.camp.nchant;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.enchantment.EnumEnchantmentType;
import net.minecraft.util.ResourceLocation;
public class NchantmentKnockback extends Enchantment
{
private static final String __OBFID = "CL_00000118";
public NchantmentKnockback(int p... | lgpl-2.1 |
drhee/toxoMine | bio/postprocess/main/src/org/intermine/bio/postprocess/PostProcessOperationsTask.java | 14978 | package org.intermine.bio.postprocess;
/*
* 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/les... | lgpl-2.1 |
cogtool/cogtool | java/edu/cmu/cs/hcii/cogtool/model/PullDownHeader.java | 6729 | /*******************************************************************************
* 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... | lgpl-2.1 |
exedio/builder | testmodelsrc/com/exedio/cope/builder/test/UnknownPatternItem.java | 3428 | package com.exedio.cope.builder.test;
import static com.exedio.cope.instrument.Visibility.NONE;
import com.exedio.cope.IntegerField;
import com.exedio.cope.Item;
import com.exedio.cope.ItemField;
import com.exedio.cope.instrument.WrapperType;
import com.exedio.cope.pattern.PartOf;
@WrapperType(constructor=NONE, gene... | lgpl-2.1 |
scalala/Scalala | src/main/scala/scalala/generic/collection/CanSliceVector.scala | 1073 | /*
* Distributed as part of Scalala, a linear algebra library.
*
* Copyright (C) 2008- Daniel Ramage
*
* 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 ... | lgpl-2.1 |
henon/GitSharp | GitSharp/Author.cs | 2706 | /*
* Copyright (C) 2009, Henon <meinrad.recheis@gmail.com>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright
* n... | lgpl-2.1 |
lxde/lxqt-panel | panel/translations/lxqt-panel_hu.ts | 16871 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="hu">
<context>
<name>AddPluginDialog</name>
<message>
<location filename="../config/addplugindialog.ui" line="14"/>
<source>Add Plugins</source>
<translation>Bővítmény hozzáadás</translation>
</message>
... | lgpl-2.1 |
thdtjsdn/Marble-1 | tests/PluginManagerTest.cpp | 1519 | //
// 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 2008 Patrick Spendrin <ps_ml@gmx.de>
//
#include <QtTest/QtTest>
#include "MarbleDirs... | lgpl-2.1 |
GreggHelt2/apollo-test | src/JBrowse/Store/SeqFeature/GFF3.js | 13211 | define( [
'dojo/_base/declare',
'dojo/_base/lang',
'dojo/_base/array',
'dojo/_base/url',
'JBrowse/Store/NCList',
'JBrowse/Store/SeqFeature/NCList',
'JBrowse/Store/SeqFeature',
'JBrowse/Store/DeferredStatsMixin',
... | lgpl-2.1 |
1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/collection/bag/BagOwner.java | 937 | /*
* 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.test.collection.bag;
import java.util.ArrayList;
import java.... | lgpl-2.1 |
johann8384/opentsdb | test/query/expression/TestAbsolute.java | 10100 | // 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... | lgpl-2.1 |
thahemp/osg-android | src/osg/Uniform.cpp | 82389 | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
* Copyright (C) 2003-2005 3Dlabs Inc. Ltd.
* Copyright (C) 2008 Zebra Imaging
* Copyright (C) 2012 David Callu
*
* This application is open source and may be redistributed and/or modified
* freely and without restriction, both in commercial and ... | lgpl-2.1 |
liuwenf/moose | python/MooseDocs/commands/build.py | 9630 | #pylint: disable=missing-docstring
####################################################################################################
# DO NOT MODIFY THIS HEADER #
# MOOSE - Multiphysics Object Oriented Simulation Environment ... | lgpl-2.1 |
radekp/qt | doc/src/snippets/audio/main.cpp | 3499 | /****************************************************************************
**
** 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 test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No... | lgpl-2.1 |
pquiring/jfcraft | src/base/jfcraft/move/MoveHostile.java | 1193 | package jfcraft.move;
/** Moves a hostile (zombie, skeleton, etc.)
*
* @author pquiring
*/
import jfcraft.data.*;
import jfcraft.entity.*;
import static jfcraft.entity.EntityBase.*;
public class MoveHostile implements MoveBase {
public void move(EntityBase entity) {
CreatureBase creature = (Cre... | lgpl-2.1 |
M4thG33k/M4thThings1_8 | src/main/java/com/m4thg33k/m4ththings/packets/PacketHandlerNBT.java | 544 | package com.m4thg33k.m4ththings.packets;
import com.m4thg33k.m4ththings.M4thThings;
import net.minecraftforge.fml.common.network.simpleimpl.IMessage;
import net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler;
import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;
public class PacketHand... | lgpl-2.1 |
davidsiaw/cappuccino-docs | category_c_p_combo_box_07_c_p_combo_box_delegate_08.js | 602 | var category_c_p_combo_box_07_c_p_combo_box_delegate_08 =
[
[ "comboBoxSelectionDidChange:", "category_c_p_combo_box_07_c_p_combo_box_delegate_08.html#a0ac88c2e41b881ef907c694055e76ff4", null ],
[ "comboBoxSelectionIsChanging:", "category_c_p_combo_box_07_c_p_combo_box_delegate_08.html#a4c59a84f133f595dca97fa61... | lgpl-2.1 |
joshuaruesweg/WCF | wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php | 11638 | <?php
namespace wcf\system\package\plugin;
use wcf\data\package\PackageCache;
use wcf\data\page\Page;
use wcf\data\page\PageEditor;
use wcf\system\devtools\pip\IIdempotentPackageInstallationPlugin;
use wcf\system\exception\SystemException;
use wcf\system\language\LanguageFactory;
use wcf\system\request\RouteHandler;
us... | lgpl-2.1 |
xpressengine/xe-module-forum | tpl/js/forum_admin.js | 5061 | /**
* @file modules/forum/js/forum_admin.js
* @author Arnia (xe_dev@arnia.ro)
* @brief forum module admin javascript functions
**/
/* function for callback on insert_forum filter */
function completeInsertForum(ret_obj) {
var error = ret_obj['error'];
var message = ret_obj['message'];
va... | lgpl-2.1 |
FernCreek/tinymce | modules/alloy/src/test/ts/browser/ui/inline/InlineViewTest.ts | 9694 | import { Assertions, GeneralSteps, Logger, Mouse, Step, UiFinder, Waiter, Chain, ApproxStructure } from '@ephox/agar';
import { UnitTest } from '@ephox/bedrock';
import { Arr, Future, Option, Result } from '@ephox/katamari';
import { Html, Css, Compare } from '@ephox/sugar';
import * as GuiFactory from 'ephox/alloy/ap... | lgpl-2.1 |
huangye177/spring4probe | src/test/java/data/yummynoodlebar/persistence/integration/fakecore/FakeCoreConfiguration.java | 650 | package data.yummynoodlebar.persistence.integration.fakecore;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import data.yummynoodlebar.core.services.OrderStatusUpdateService;
/*
* a new test-only Spring Configuration. This will stand in the place of... | lgpl-3.0 |
VahidN/PdfReport | Lib/FluentInterface/ExportToBuilder.cs | 4360 | using System.Collections.Generic;
using OfficeOpenXml.Table;
using PdfRpt.Core.Contracts;
using PdfRpt.Export;
namespace PdfRpt.FluentInterface
{
/// <summary>
/// PdfRpt DataExporter Builder Class.
/// </summary>
public class ExportToBuilder
{
readonly PdfReport _pdfReport;
/// <... | lgpl-3.0 |
cismet/cismap-commons | src/main/java/de/cismet/cismap/commons/gui/options/CismapOptionsCategory.java | 1485 | /***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
package de.cismet.cismap.commons.gui.options;
import org.openide.util.ImageUtilities;
import org.openide.util.lookup.ServiceProvide... | lgpl-3.0 |
jjm223/MyPet | modules/v1_8_R3/src/main/java/de/Keyle/MyPet/compat/v1_8_R3/skill/skills/ranged/bukkit/CraftMyPetWitherSkull.java | 2009 | /*
* 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... | lgpl-3.0 |
mybb-de/MyBB-German | lang_deutsch_sie/Sprachdateien/deutsch_sie/admin/tools_backupdb.lang.php | 3447 | <?php
/**
* German language pack for MyBB 1.8 (formal)
* Deutsches Sprachpaket für MyBB 1.8 "formell" (Sie)
* (c) 2005-2014 MyBBoard.de
*
* Author/Autor: http://www.mybboard.de/
* License/Lizenz: GNU Lesser General Public License, Version 3
*/
$l['database_backups'] = "Datenbank-Sicherung";
$l['data... | lgpl-3.0 |
efcs/elib | src/elib/unit_tests/optional/comparison_test.pass.cpp | 4383 | // REQUIRES: ELIB_CORE
#include <elib/optional.hpp>
#include "rapid-cxx-test.hpp"
using elib::optional;
using elib::nullopt;
TEST_SUITE(elib_optional_comparison_test_suite)
TEST_CASE(empty_identity_compare_test)
{
const optional<int> o1;
TEST_CHECK( o1 == o1 );
TEST_CHECK( not (o1 != o1) );
TEST... | lgpl-3.0 |
subes/invesdwin-nowicket | invesdwin-nowicket-examples/invesdwin-nowicket-examples-guide/src/main/java/de/invesdwin/nowicket/examples/guide/page/wicket/wizard/createuser/panel/CreateUserWizardStepControlPanel.java | 558 | package de.invesdwin.nowicket.examples.guide.page.wicket.wizard.createuser.panel;
import javax.annotation.concurrent.NotThreadSafe;
import org.apache.wicket.markup.html.panel.Panel;
import org.apache.wicket.model.IModel;
import de.invesdwin.nowicket.generated.binding.GeneratedBinding;
@NotThreadSafe
public class Cr... | lgpl-3.0 |
jlrisco/xdevs-lib | java/src/xdevs/lib/core/modeling/PortView.java | 1487 | /*
* Copyright (C) 2014-2019 José Luis Risco Martín <jlrisco@ucm.es>
*
* 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 lat... | lgpl-3.0 |
fieldOfView/pyZOCP | examples/BpyZOCP.py | 15288 | import bpy
import sys
import time
import json
import socket
import zmq
from zocp import ZOCP
from mathutils import Vector
from bpy.app.handlers import persistent
alreadyDeletedObjects = set()
camSettings = {}
mistSettings = ()
def toggleDebug(s, ctx):
pass
# PROPERTIES
bpy.types.Scene.zdebug_prop = bpy.props.Bo... | lgpl-3.0 |
webmaza75/try-t4-mini | protected/Models/Article.php | 78 | <?php
namespace App\Models;
use T4\Core\Std;
class Article extends Std
{
} | lgpl-3.0 |
SergiyKolesnikov/fuji | examples/DiGraph/fop/DiGraph/features/DiGraph/ArcType.java | 2748 | // @(#)$Id: ArcType.java 1199 2009-02-17 19:42:32Z smshaner $
// Copyright (C) 1998, 1999 Iowa State University
// This file is part of JML
// JML 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 ve... | lgpl-3.0 |
hoverkey/honeybee | sdk/examples/k9mail/src/com/fsck/k9/crypto/CryptoProvider.java | 1826 | package com.fsck.k9.crypto;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import com.fsck.k9.mail.Message;
/**
* A CryptoProvider provides functionalities such as encryption, decryption, digital signatures.
* It currently also stores the results of such encryption or d... | lgpl-3.0 |