code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<?php /** * @package copix * @subpackage core * @author Croës Gérald * @copyright CopixTeam * @link http://copix.org * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file */ /** * Filtres pour récupérer des données sous une certaine forme * @package copix * @subp...
lilobase/ICONTO-EcoleNumerique
utils/copix/utils/CopixFilter.class.php
PHP
lgpl-2.1
3,688
/// // // LibSourcey // Copyright (c) 2005, Sourcey <https://sourcey.com> // // SPDX-License-Identifier: LGPL-2.1+ // /// @addtogroup base /// @{ #ifndef SCY_Logger_H #define SCY_Logger_H #include "scy/base.h" #include "scy/error.h" #include "scy/interface.h" #include "scy/singleton.h" #include "scy/thread.h" #inc...
sourcey/libsourcey
src/base/include/scy/logger.h
C
lgpl-2.1
13,132
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- plugandpaint....
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/tools-plugandpaintplugins-basictools.html
HTML
lgpl-2.1
23,965
#ifndef FILEREADER_HPP #define FILEREADER_HPP #include "Block.hpp" #include <QFile> class FileReader : public Block { friend class FileReaderUI; public: FileReader(); bool start(); void exec( Array< Sample > &samples ); void stop(); Block *createInstance(); private: void serialize( QDataStream &ds ) const; ...
zaps166/DSPBlocks
Blocks/General/FileReader.hpp
C++
lgpl-2.1
861
/*************************************************************************** * Copyright (c) 2009 Juergen Riegel <juergen.riegel@web.de> * * * * This file is part of the FreeCAD CAx development system. * * ...
kkoksvik/FreeCAD
src/Mod/Sketcher/Gui/ViewProviderSketch.cpp
C++
lgpl-2.1
230,010
/* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 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 ...
pranavrc/gluon
smarts/lib/btperceptionviewcone.cpp
C++
lgpl-2.1
996
#!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it wi...
mlba-team/open-lighting
tools/rdm/rdm_responder_test.py
Python
lgpl-2.1
8,444
/* -*- C++ -*- */ //============================================================================= /** * @file Select_Reactor_Base.h * * Select_Reactor_Base.h,v 4.42 2005/05/01 08:16:08 ossama Exp * * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ //====================================================...
mbert/mulberry-lib-jx
ACE/ACE_wrappers/ace/Select_Reactor_Base.h
C
lgpl-2.1
18,900
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * 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 ...
fjalvingh/domui
to.etc.domui/src/main/java/to/etc/domui/component/binding/IBindingListener.java
Java
lgpl-2.1
1,628
/* * 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
src/org/cacheonix/impl/config/CoherenceConfiguration.java
Java
lgpl-2.1
2,778
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qfileiconprov...
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/qfileiconprovider-members.html
HTML
lgpl-2.1
9,388
/* * 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...
mbatchelor/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/layout/process/util/MinorAxisParagraphBreakState.java
Java
lgpl-2.1
3,462
/* SPI.cpp - SPI library for esp8266 Copyright (c) 2015 Hristo Gochkov. All rights reserved. This file is part of the esp8266 core for Arduino environment. 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...
toddtreece/esp8266-Arduino
package/libraries/SPI/SPI.cpp
C++
lgpl-2.1
1,984
/* * Copyright (C) 2011 Google Inc. All rights reserved. * * 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 must retain the above copyright * notice, this list of condition...
youfoh/webkit-efl
Source/WebKit/chromium/tests/WebLayerTest.cpp
C++
lgpl-2.1
8,366
package org.uengine.kernel.designer.ui; import org.metaworks.EventContext; import org.metaworks.annotation.ServiceMethod; import org.uengine.essencia.modeling.ConnectorSymbol; import org.uengine.kernel.graph.MessageTransition; import org.uengine.kernel.graph.Transition; import org.uengine.modeling.IRelation; import or...
iklim/essencia
src/main/java/org/uengine/kernel/designer/ui/MessageTransitionView.java
Java
lgpl-2.1
1,872
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"> <style> .KEYW {color: #933;} .COMM {color: #bbb; font-style: italic;} .NUMB {color: #393;} .STRN {color: #393;} .REGX {color: #339;} .line {border-right: 1px dotted #666; color: #666; font-style: normal;} </style></head><body><pre><s...
Emergya/opensir
sir-admin/sir-admin-extensions/subdere-geoexplorer/app/static/externals/jsts/doc/api/symbols/src/src_jsts_geomgraph_NodeFactory.js.html
HTML
lgpl-2.1
2,720
/* = StarPU-Top for StarPU = Copyright (C) 2011 William Braik Yann Courtois Jean-Marie Couteyen Anthony Roy 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 t...
joao-lima/starpu-1.2.0rc2
starpu-top/main.cpp
C++
lgpl-2.1
2,638
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>QDBM for C++: Class Members</title> <link href="tabs.css" rel="styleshe...
coapp-packages/qdbm
plus/xapidoc/functions_0x77.html
HTML
lgpl-2.1
3,525
/*************************************************************************** * Copyright (C) 2003 by Hans Karlsson * * karlsson.h@home.se * * * * This ...
KDE/superkaramba
src/sensors/program.cpp
C++
lgpl-2.1
4,624
package magustechnica.common.lib; public class LibGuiIDs { public static final int MANUAL = 0; }
Azaler/MagusTechnica
src/main/java/magustechnica/common/lib/LibGuiIDs.java
Java
lgpl-2.1
100
package nofs.restfs; import java.util.List; import nofs.Library.Annotations.DomainObject; import nofs.Library.Annotations.FolderObject; import nofs.Library.Annotations.NeedsContainerManager; import nofs.Library.Annotations.RootFolderObject; import nofs.Library.Containers.IDomainObjectContainer; import nofs.L...
megacoder/restfs
src/main/java/nofs/restfs/RestfulRoot.java
Java
lgpl-2.1
2,225
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>GameCode: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.3 --> <div class="qindex"><a cla...
MikeMcShaffry/gamecode3
Dev/Dev2Dox/html/class_evt___phys_obj_collision-members.html
HTML
lgpl-2.1
3,643
#include <iostream> #include <fstream> #include <sstream> #include <iomanip> #include <vector> #include <map> #include <cstdlib> #include <cmath> #include <algorithm> #include <cstdio> #include "moses/TrellisPathList.h" #include "moses/TrellisPath.h" #include "moses/StaticData.h" #include "moses/Util.h" #include "mbr.h...
hychyc07/mosesdecoder
moses/mbr.cpp
C++
lgpl-2.1
5,622
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Qwt User&#39;s Guide: Member List</title> <link href="tabs.css" rel="st...
caicaiking/MyQwt
doc/html/class_qwt_dial_scale_draw-members.html
HTML
lgpl-2.1
12,780
<?php /** * @author Laurent Jouanneau * @copyright 2018 Laurent Jouanneau * @link http://www.jelix.org * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html */ use \Jelix\Installer\Module\API\ConfigurationHelpers; class jminifyModuleConfigurator e...
jelix/minify-module
jminify/install/configure.php
PHP
lgpl-2.1
4,071
#! /usr/bin/python # Copyright 2004 Roman Yakovenko. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) import sys, os class settings: module_name='TnFOX' boost_path = '' boost_libs_path = '' gccx...
ned14/tnfox
Python/environment.py
Python
lgpl-2.1
2,231
//$Id: JDBCTransactionFactory.java 8820 2005-12-10 17:25:56Z steveebersole $ package org.hibernate.transaction; import java.util.Properties; import org.hibernate.ConnectionReleaseMode; import org.hibernate.Transaction; import org.hibernate.HibernateException; import org.hibernate.jdbc.JDBCContext; /** * Factory for...
raedle/univis
lib/hibernate-3.1.3/src/org/hibernate/transaction/JDBCTransactionFactory.java
Java
lgpl-2.1
1,002
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Affymetrix Power Tools: Member List</title> <link href="tabs.css" rel="...
einon/affymetrix-power-tools
sdk/dox/html/classCBackgroundZoneTypeCOM-members.html
HTML
lgpl-2.1
4,119
/* * This file is part of Cockpit. * * Copyright (C) 2015 Red Hat, Inc. * * Cockpit 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 l...
cockpituous/cockpit
pkg/lib/journal.js
JavaScript
lgpl-2.1
19,214
package sdljavax.gfx; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import sdljava.SDLException; import sdljava.SDLMain; import sdljava.SDLTimer; import sdljava.event.SDLEvent; import sdljava.video.SDLSurface; import sdljava.video.SDLVideo; import sdljavax.gfx.SDLGfx; /** * Frame...
MyOwnClone/sdljava-osx-port
testsrc/sdljavax/gfx/SDLGfxFramerateTest.java
Java
lgpl-2.1
3,991
package fr.toss.FF7itemsj; public class itemj175 extends FF7itemsjbase { public itemj175(int id) { super(id); setUnlocalizedName("itemj175"); } }
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/FF7itemsj/itemj175.java
Java
lgpl-2.1
159
<?php /* * OGetIt, a open source PHP library for handling the new OGame API as of version 6. * Copyright (C) 2015 Klaas Van Parys * * 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 Foun...
Warsaalk/OGetIt
src/OGetIt/Technology/Entity/Building/MissileSilo.php
PHP
lgpl-2.1
1,260
package soot.jimple.toolkits.annotation.methods; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 Jennifer Lhotak * %% * 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/jimple/toolkits/annotation/methods/UnreachableMethodsTagger.java
Java
lgpl-2.1
2,595
############################################################################ # # Copyright (C) 2013 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 file in # ...
richardmg/qtcreator
share/qtcreator/debugger/dumper.py
Python
lgpl-2.1
20,529
/* * Created on 17-dic-2005 * */ package org.herac.tuxguitar.gui.actions.composition; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.TypedEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.lay...
elkafoury/tux
src/org/herac/tuxguitar/gui/actions/composition/ChangeKeySignatureAction.java
Java
lgpl-2.1
6,797
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>OpenMAMDA C++ API: Wombat::MamdaTradeReport Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet"...
reed-jpm-alpert/OpenMAMA.233
mamda/c_cpp/doc/cpp/html/classWombat_1_1MamdaTradeReport.html
HTML
lgpl-2.1
51,881
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* GMime * Copyright (C) 2000-2020 Jeffrey Stedfast * * 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;...
GNOME/gmime
gmime/gmime-multipart-signed.c
C
lgpl-2.1
14,291
//---------------------------------------------------------------------------- // ZetaScale // Copyright (c) 2016, SanDisk Corp. and/or all its affiliates. // // 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 b...
SanDisk-Open-Source/zetascale
fth/archive/fthSparseTest.c
C
lgpl-2.1
5,056
#pragma once #include <SDKDDKVer.h> #include <afxdtctl.h> #include <vector> class CMultipleMonthCalCtrl : public CMonthCalCtrl { DECLARE_DYNAMIC(CMultipleMonthCalCtrl) public: CMultipleMonthCalCtrl(); virtual ~CMultipleMonthCalCtrl(); static void RegisterControl(); static void UnregisterControl(); void ...
HavenDV/ImprovedControls
ImprovedControls/MultipleMonthCalCtrl.h
C
lgpl-2.1
1,275
package org.geotools.data; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import java.awt.geom.AffineTransform; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import org.junit.Test; public class WorldFileWriterTest { @Test public void ...
geotools/geotools
modules/library/main/src/test/java/org/geotools/data/WorldFileWriterTest.java
Java
lgpl-2.1
1,127
/* * This file is part of libbluray * Copyright (C) 2012 libbluray * Copyright (C) 2012-2014 Petri Hintukainen <phintuka@users.sourceforge.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 So...
mwgoldsmith/bluray
src/libbluray/bdj/java/java/awt/BDToolkitBase.java
Java
lgpl-2.1
8,816
package com.Sackboy.TOM.init; import com.Sackboy.TOM.TOM; import com.Sackboy.TOM.mob.EntityCardboardBox; import com.Sackboy.TOM.mob.EntityCrawler; import com.Sackboy.TOM.mob.EntityJoiter; import net.minecraft.entity.EnumCreatureType; import net.minecraft.world.biome.BiomeGenBase; import net.minecraftforge.fml.common....
Sackboy132/TheOrdinaryMod
src/main/java/com/Sackboy/TOM/init/TOMMobs.java
Java
lgpl-2.1
1,060
// OO jDREW - An Object Oriented extension of the Java Deductive Reasoning Engine for the Web // Copyright (C) 2005 Marcel Ball // // 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; ...
OOjDREW/OOjDREW
src/main/java/org/ruleml/oojdrew/Builtins/StringEqualIgnoreCaseBuiltin.java
Java
lgpl-2.1
3,031
#ifndef MSSQLQUERY_H #define MSSQLQUERY_H #include <QSqlDatabase> #include <QRunnable> #include "querymodel.h" //! mssqlquery запись сформированных SQL-запросов в базу данных /** * Класс для записи сформированных SQL-запросов классом querymodel в базу данных. Класс работает асинхронно, по завершении * работы вывод...
lyohytch/FORVER2---Converter
query/mssqlquery.h
C
lgpl-2.1
3,409
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009-2010 Enrico Ros ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial licenses may use this file in ** accordance w...
enricoros/k-qt-creator-inspector
src/plugins/inspector/nokiaqtbackend/info/infopanel.h
C
lgpl-2.1
1,811
#!/usr/bin/env python # -*- coding: utf-8 -*- # Authors: Chinmaya Pancholi <chinmayapancholi13@gmail.com>, Shiva Manne <s.manne@rare-technologies.com> # Copyright (C) 2017 RaRe Technologies s.r.o. """Learn word representations via fasttext's "skip-gram and CBOW models", using either hierarchical softmax or negative sa...
markroxor/gensim
gensim/models/fasttext.py
Python
lgpl-2.1
29,942
<body> <p>Provides features relevant to plugins.</p> <p>This consists mainly of plugin managers.</p> </body>
UWCS/choob
src/main/java/uk/co/uwcs/choob/plugins/package.html
HTML
lgpl-2.1
108
package org.wingx; import org.wings.*; import org.wings.border.SLineBorder; import org.wingx.plaf.css.XPageScrollerCG; import java.awt.*; import java.awt.event.AdjustmentListener; public class XPageScroller extends SContainer implements Adjustable { SPageScroller pageScroller = new SPageScrolle...
exxcellent/wings3
wingx/src/java/org/wingx/XPageScroller.java
Java
lgpl-2.1
3,484
/* Copyright (c) 2007, 2008, 2009, 2010 Red Hat, Inc. This file is part of the Qpid async store library msgstore.so. 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 o...
cajus/qpid-cpp-store-debian
lib/JournalImpl.cpp
C++
lgpl-2.1
23,571
/* Copyright (C) 2008 Miguel Rojas <miguelrojasch@yahoo.es> * * Contact: cdk-devel@lists.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 Software Foundation; either version 2.1 * of ...
kazuyaujihara/NCDK
NCDKTests/Reactions/Mechanisms/TautomerizationMechanismTest.cs
C#
lgpl-2.1
1,737
/**************************************************************************** ** ** 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...
KDE/android-qt-mobility
src/gallery/maemo5/qgallerytrackertyperesultset.cpp
C++
lgpl-2.1
8,155
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ /** * Image Transformation interface using old ImageMagick extension * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 3.0 of the PHP license * that is available through the world-wide-web at the following URI: * http:...
omda12/akelosframework
vendor/pear/Image/Transform/Driver/Imagick.php
PHP
lgpl-2.1
7,352
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Affymetrix Power Tools: DataSetTest_FStreamLoadEntireDataSet Class Refe...
einon/affymetrix-power-tools
sdk/dox/html/classDataSetTest__FStreamLoadEntireDataSet.html
HTML
lgpl-2.1
11,817
/**************************************************************************** ** ** 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...
KDE/android-qt-mobility
tools/icheck/parser/src/libs/cplusplus/GenTemplateInstance.cpp
C++
lgpl-2.1
11,481
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>algorithms</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script ty...
SamyStyle/pywurfl
doc/api/toc-pywurfl.algorithms-module.html
HTML
lgpl-2.1
2,120
"""Wrapper functions for Tcl/Tk. Tkinter provides classes which allow the display, positioning and control of widgets. Toplevel widgets are Tk and Toplevel. Other widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox LabelFrame and PanedWi...
prefetchnta/questlab
bin/x64bin/python/37/Lib/tkinter/__init__.py
Python
lgpl-2.1
170,982
package alma.acs.tmcdb; /** * This class has been automatically generated from the 'HwConfigMonitoring' TMCDB table model, * and represents the 'BL_FEDelayOp' CHECK constraint defined for the 'Operation' column of the 'BL_FEDelay' table. * * <p>This is automatic generated code, so don't try to change it by yoursel...
ACS-Community/ACS
LGPL/CommonSoftware/cdb_rdb/src/alma/acs/tmcdb/helper/BL_FEDelayOp.java
Java
lgpl-2.1
803
/* * 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.keybindings; import java.awt.*; import java.io.*; import java.text.*; import java.util.*; import java.util.List; import javax.swing...
Metaswitch/jitsi
src/net/java/sip/communicator/impl/keybindings/KeybindingsServiceImpl.java
Java
lgpl-2.1
15,260
include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \ jiminy-mega256rfr2 mega-xplained # arduino mega2560 uno duemilanove : unknown type name: clockid_t # jiminy-mega256rfr2: unknown type name: clockid_t # mega-xplained: unknown type name...
neiljay/RIOT
tests/pthread_rwlock/Makefile
Makefile
lgpl-2.1
674
// rbOOmit: An implementation of the Certified Reduced Basis method. // Copyright (C) 2009, 2010 David J. Knezevic // This file is part of rbOOmit. // rbOOmit 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 Fou...
roystgnr/libmesh
include/reduced_basis/rb_parameters.h
C
lgpl-2.1
5,046
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2011 Red Hat, Inc. * * 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 Fr...
GNOME/glib
gio/gnetworking.c
C
lgpl-2.1
2,493
/****************************************************************************** * This file is part of the Gluon Development Platform * * Copyright (c) 2010 Clark Gaebel <cg.wowus.cg@gmail.com> * Copyright (c) 2011 Laszlo Papp <djszapi@archlinux.us> * * This library is free software; you can redistribute it and/o...
pranavrc/example-gluon
core/tests/testgluoncore.h
C
lgpl-2.1
1,921
#define F_CPU 8000000UL #include<avr/io.h> #include <avr/wdt.h> #include<util/delay.h> #include <string.h> #include<stdlib.h> #include"sprites.h" #include"pic.h" #include "hardware.h" #include "ST7565-T3/c/stlcd.h" #include "ST7565-T3/c/glcd.h" //This is the buffer used to transfer data to the LCD uint8_t buffer[128...
robsoncouto/badge
main.c
C
lgpl-2.1
8,120
// Accord Statistics Library // The Accord.NET Framework // http://accord-framework.net // // Copyright © César Souza, 2009-2016 // 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 p...
cureos/accord
Sources/Accord.Statistics/Accord.MachineLearning/Learning/IParallel.cs
C#
lgpl-2.1
1,980
// Commmon use's pub use collections::HashMap; pub use std::str; pub use std::num; pub use timer::Profiler; use std::strbuf::StrBuf; use std::strbuf; use std::vec::Vec; use std::vec;
dobkeratops/rustfind
rf_common.rs
Rust
lgpl-2.1
184
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www...
Copix/Copix3
www/js/FCKeditor/fckconfig.js
JavaScript
lgpl-2.1
13,198
///////////////////////////////////////////////////////////////////////////// // Name: controls.cpp // Purpose: Controls wxWidgets sample // Author: Robert Roebling // Modified by: // RCS-ID: $Id$ // Copyright: (c) Robert Roebling, Julian Smart // Licence: wxWindows licence //////////////////...
enachb/freetel-code
src/wxWidgets-2.9.4/samples/controls/controls.cpp
C++
lgpl-2.1
68,101
// // CodeAnalysisRunner.cs // // Author: // Mike Krüger <mkrueger@xamarin.com> // // Copyright (c) 2012 Xamarin Inc. (http://xamarin.com) // // 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 ...
mono/linux-packaging-monodevelop
src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeIssues/CodeAnalysisRunner.cs
C#
lgpl-2.1
4,774
/**************************************************************************** ** ** 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...
martyone/sailfish-qtcreator
src/plugins/qtsupport/qtoptionspage.cpp
C++
lgpl-2.1
34,775
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - doc-coverage.info - Cqrs/Services/EventService.cs</title> <link rel="stylesheet" type="text/css" href="../../gcov.css"> </head> <body> <ta...
cdmdotnet/CQRS
wiki/docs/4.2/coverage-report/Cqrs/Services/EventService.cs.gcov.html
HTML
lgpl-2.1
15,112
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
PureBilling/dbal
lib/Doctrine/DBAL/Schema/SchemaConfig.php
PHP
lgpl-2.1
2,923
/* * Copyright (C) 2004, 2005, 2007, 2008 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005, 2006, 2007, 2008 Rob Buis <buis@kde.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free ...
KnightSwarm/WebKitTi
Source/WebCore/svg/SVGTextContentElement.cpp
C++
lgpl-2.1
10,922
/* FTSPlot - fast time series dataset plotter Copyright (C) 2013 Michael Riss <Michael.Riss@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; either version 2.1 of the...
MichaelRiss/FTSPlot
Interval.h
C
lgpl-2.1
1,407
/* m17n-gui.c -- body of the GUI API. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 This file is part of the m17n library. The m17n library is free software; you can redi...
xmirror/m17n-lib
src/m17n-gui.c
C
lgpl-2.1
23,939
package pl.grmdev.narutocraft.items.weapons; import net.minecraft.item.Item; import pl.grmdev.narutocraft.NarutoCraft; public class SmokeBomb extends Item { public SmokeBomb(){ this.setUnlocalizedName("SmokeBomb"); this.setCreativeTab(NarutoCraft.mTabNarutoCraft); this.maxStackSize = 64; } }
GRM-dev/Narutocraft-PL_Mod
src/main/java/pl/grmdev/narutocraft/items/weapons/SmokeBomb.java
Java
lgpl-2.1
318
package com.prowritingaid.client; public class TagAnalysisResponse { public String url; public int wordCount; public DocTag[] tags; public int numReports; public long requestId ; public String onreportsidebar; }
prowritingaid/openoffice-extension
src/main/java/com/prowritingaid/client/TagAnalysisResponse.java
Java
lgpl-2.1
261
package betteragriculture.client.render.mobs; import betteragriculture.entity.entitymob.EntityMobPig8; import net.minecraft.client.model.ModelPig; import net.minecraft.client.renderer.entity.RenderLiving; import net.minecraft.client.renderer.entity.RenderManager; import net.minecraft.client.renderer.entity.layers.Laye...
nfinit-gaming/BetterAgriculture
src/main/java/betteragriculture/client/render/mobs/RenderEntityMobPig8.java
Java
lgpl-2.1
815
/************************************************************************************************** * * * This file is part of HPMPC. * * ...
giaf/hpmpc
kernel/avx/kernel_dsymv_avx_lib4.c
C
lgpl-2.1
34,535
/* * Copyright (C) 2017-2019 Richard Hughes <richard@hughsie.com> * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include <glib-object.h> #include <gudev/gudev.h> #include "fu-plugin.h" G_BEGIN_DECLS #define FU_TYPE_UDEV_DEVICE (fu_udev_device_get_type ()) G_DECLARE_DERIVABLE_TYPE (FuUdevDevice, fu_ude...
vathpela/fwupd
src/fu-udev-device.h
C
lgpl-2.1
1,225
/* drawink with a constant ink * * 27/9/10 * - from im_drawink_circle() * 17/11/10 * - oops, scanline clipping was off by 1 */ /* This file is part of VIPS. VIPS is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by ...
Web5design/libvips
libvips/draw/drawink.c
C
lgpl-2.1
3,329
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2012, 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
sjc/src/main/java/org/jboss/jca/sjc/maven/Deploy.java
Java
lgpl-2.1
3,793
<?php namespace wcf\system\option\user\group; use wcf\system\option\TextOptionType; use wcf\util\StringUtil; /** * User group option type implementation for textual input fields. * * The merge of option values returns merge of all text values. * * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @lic...
MenesesEvandro/WCF
wcfsetup/install/files/lib/system/option/user/group/TextUserGroupOptionType.class.php
PHP
lgpl-2.1
921
/* * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors * http://code.google.com/p/poly2tri/ * * 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 m...
Oslandia/horao
src/poly2tri/common/shapes.cc
C++
lgpl-2.1
9,354
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Co...
spaghettidba/ExtendedTSQLCollector
ExtendedTSQLCollector/Common/Properties/AssemblyInfo.cs
C#
lgpl-2.1
1,388
/**************************************************************************** ** ** Copyright (C) 2013 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...
richardmg/qtcreator
src/plugins/git/branchdialog.h
C
lgpl-2.1
2,551
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 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...
KDE/android-qt-creator
src/plugins/debugger/lldb/lldbenginehost.cpp
C++
lgpl-2.1
7,149
/* * Copyright 2014 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...
solmix/datax
core/src/main/java/org/solmix/datax/support/RequestContextResourceResolver.java
Java
lgpl-2.1
1,570
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>jackaudiosink</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins R...
mrchapp/gst-plugins-good
docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html
HTML
lgpl-2.1
9,106
<?php namespace phplug\plugins\phplug_core\annotations; class ReflectionAnnotatedClass extends \ReflectionClass { private $annotations; public function __construct($class) { parent::__construct($class); $this->annotations = $this->createAnnotationBuilder()->build($this); } public function hasAnnot...
thobens/PHPlug
plugins/phplug_core/annotations/ReflectionAnnotatedClass.php
PHP
lgpl-2.1
2,601
# Copyright (c) 2002 Zooko, blanu # This file is licensed under the # GNU Lesser General Public License v2.1. # See the file COPYING or visit http://www.gnu.org/ for details. __revision__ = "$Id: tristero.py,v 1.2 2002/12/02 19:58:54 myers_carpenter Exp $" nodeSchema='http://tristero.sourceforge.net/mnet/Meta...
zooko/egtp_new
egtp/tristero.py
Python
lgpl-2.1
687
<?php class Article_Model extends CI_Model { function getArticleById($id) { $data=array(); $this->db->where('article_id',$id); $query=$this->db->get('article'); $row=$query->row(); if(isset($row)) { $data['article_id']=$row->article_id; $data['article_...
zhangbailong945/LoachBlog
application/models/loachblog/Article_Model.php
PHP
lgpl-2.1
882
/* * TCCPE.C - PE file output for the Tiny C Compiler * * Copyright (c) 2005-2007 grischka * * 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, o...
rolfrm/tcc_patched
tccpe.c
C
lgpl-2.1
58,177
/** * Copyright (C) 2010 Orbeon, Inc. * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as published by the Free Software Foundation; either version * 2.1 of the License, or (at your option) any later version. * * This program i...
orbeon/orbeon-forms
src/main/java/org/orbeon/oxf/processor/impl/DelegatingProcessorInput.java
Java
lgpl-2.1
3,194
/* * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_git_threads_h__ #define INCLUDE_git_threads_h__ #include "common.h" /** * @file git2/threads.h * ...
nacho/libgit2
include/git2/threads.h
C
lgpl-2.1
1,106
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 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...
KDE/android-qt-creator
src/plugins/coreplugin/editormanager/openeditorswindow.cpp
C++
lgpl-2.1
10,060
/* * Copyright © 2012 Intel Corporation * * 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 option) any later version. * * This libra...
ignatenkobrain/beignet
utests/compiler_local_memory_two_ptr.cpp
C++
lgpl-2.1
1,557
#ifndef __femus_enums_MarkerTypeEnum_hpp__ #define __femus_enums_MarkerTypeEnum_hpp__ enum MarkerType { VOLUME = 0, INTERSECTION, FIXED, BOUNDARY, INTERIOR }; #endif
eaulisa/MyFEMuS
src/enums/MarkerTypeEnum.hpp
C++
lgpl-2.1
180
/* * Part of the ROBOID project * Copyright (C) 2016 Kwang-Hyun Park (akaii@kw.ac.kr) and Kyoung Jin Kim * https://github.com/roboidstudio/embedded * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free So...
roboidstudio/embedded
org.roboid.studio.timeline.model/src/org/roboid/studio/timeline/impl/AudioTrackImpl.java
Java
lgpl-2.1
10,917
// nextweb - modern web framework for Python and C++ // Copyright (C) 2011 Oleg Obolenskiy <highpower@yandex-team.ru> // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of t...
tinybit/nextweb
include/nextweb/utils/Iterator.hpp
C++
lgpl-2.1
8,530
#include "libavoid/libavoid.h" using namespace Avoid; int main(void) { Router *router = new Router(OrthogonalRouting); router->setRoutingParameter((RoutingParameter)0, 10); router->setRoutingParameter((RoutingParameter)1, 0); router->setRoutingParameter((RoutingParameter)2, 1000); router->set...
oliverchang/libavoid
tests/forwardFlowingConnectors01.cpp
C++
lgpl-2.1
14,496