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
/* * 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.annotations.cascade.circle.identity; /** * No Document...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
Java
lgpl-2.1
1,549
package concrete.constraint.semantic import org.scalatest.FlatSpec import org.scalatest.Matchers import concrete.IntDomain import concrete.Variable import concrete.Problem import concrete.constraint.AdviseCount class AllDifferentBCTest extends FlatSpec with Matchers { "AllDifferentBC" should "detect contradiction"...
concrete-cp/concrete
src/test/scala/concrete/constraint/semantic/AllDifferentBCTest.scala
Scala
lgpl-2.1
872
package osmo.tester.parser; /** * A model-object that represents test model elements. * * @author Teemu Kanstren */ public class ModelObject { /** Prefix of the model object, added to names of all parsed test steps, guards, etc. */ private final String prefix; /** The model object, which implements...
mukatee/osmo
osmotester/src/osmo/tester/parser/ModelObject.java
Java
lgpl-2.1
742
"""autogenerated by genpy from qbo_arduqbo/NoiseLevels.msg. Do not edit.""" import sys python3 = True if sys.hexversion > 0x03000000 else False import genpy import struct import std_msgs.msg class NoiseLevels(genpy.Message): _md5sum = "e44910923ee5ef3281d32758158e1379" _type = "qbo_arduqbo/NoiseLevels" _has_hea...
HailStorm32/Q.bo_stacks
qbo_arduqbo/src/qbo_arduqbo/msg/_NoiseLevels.py
Python
lgpl-2.1
7,510
/* * Copyright (C) 2014 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <errno.h> #include "embUnit.h" #inc...
jhollister/RIOT
tests/unittests/tests-netreg/tests-netreg.c
C
lgpl-2.1
6,355
// --------------------------------------------------------------------------- // DeviceŠÖ˜AƒNƒ‰ƒX // Original : cisc // Modification : Yumitaro // --------------------------------------------------------------------------- #include <string.h> #include <new> #include "device.h" //////////////////////////////...
meesokim/p6001v
src/device.cpp
C++
lgpl-2.1
2,818
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #include "common.h" #include "config.h" #include "fileops.h" #include "filebuf.h" #include "buffer.h" #i...
evhan/libgit2
src/config_file.c
C
lgpl-2.1
34,736
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ch.unizh.ini.jaer.projects.eventbasedfeatures; import java.awt.BorderLayout; import java.awt.Dimension; import javax.swing.JFrame; import net.sf.jaer.Description; import net.sf.jaer.chip.AEChip; i...
viktorbahr/jaer
src/ch/unizh/ini/jaer/projects/eventbasedfeatures/PixelBuffer.java
Java
lgpl-2.1
27,642
package iax.protocol.user.command; import iax.protocol.peer.Peer; /** * Facade to user commands. */ public class UserCommandFacade { /** * Method that indicates that user has answered an incoming call. * @param peer Current peer. * @param callingNumber the calling number of the call that is...
jonmersha/njiax
src/iax/protocol/user/command/UserCommandFacade.java
Java
lgpl-2.1
2,903
/****************************************************************************** jXEventUtil.cpp Useful functions for dealing with X events. Copyright © 1996 John Lindal. All rights reserved. ******************************************************************************/ #include <JXStdInc.h> #include <jXEventUt...
mbert/mulberry-lib-jx
libjx/code/jXEventUtil.cpp
C++
lgpl-2.1
3,644
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2022, by David Gilbert and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index....
jfree/jfreechart
src/main/java/org/jfree/chart/labels/XYSeriesLabelGenerator.java
Java
lgpl-2.1
2,286
<?php namespace wcf\system\template\plugin; use wcf\system\exception\SystemException; use wcf\system\request\LinkHandler; use wcf\system\template\TemplateEngine; use wcf\system\WCF; use wcf\util\StringUtil; /** * Template function plugin which generates sliding pagers. * * Usage: * {pages pages=10 link='page-%d....
PhrozenByte/WCF2
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php
PHP
lgpl-2.1
7,411
/* * Copyright (C) 2004 The Concord Consortium, Inc., * 10 Concord Crossing, Concord, MA 01742 * * Web Site: http://www.concord.org * Email: info@concord.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publi...
concord-consortium/framework
src/org/concord/framework/otrunk/OTControllerService.java
Java
lgpl-2.1
8,453
// The UpdateCheck plug-in // Copyright (C) 2004-2016 Maurits Rijk // // Renderer.cs // // 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)...
mrijk/gimp-sharp
plug-ins/UpdateCheck/Renderer.cs
C#
lgpl-2.1
5,050
/**************************************************************************** ** ** 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 demonstration applications of the Qt Toolkit. ** ** $QT_BEGIN_LIC...
radekp/qt
demos/embedded/fluidlauncher/fluidlauncher.cpp
C++
lgpl-2.1
8,555
using System.Collections.Generic; using System.IO; using System.Xml; using System.ComponentModel.Composition; using System; using System.Linq; namespace Rolcore.Web.Protocols { [Export(typeof(Sitemap))] public class Sitemap : List<SitemapUrl> { private string _Xmlns = "http://www.sitemaps.org/schem...
Rollins/Rolcore
src/Rolcore.Web/Protocols/Sitemap.cs
C#
lgpl-2.1
2,518
""" This file shows how to use pyDatalog using facts stored in python objects. It has 3 parts : 1. define python class and business rules 2. create python objects for 2 employees 3. Query the objects using the datalog engine """ from pyDatalog import pyDatalog """ 1. define python class and business rul...
pcarbonn/pyDatalog
pyDatalog/examples/python.py
Python
lgpl-2.1
3,454
<!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>PACC: PACC::SVG::Color Class Reference</title> <link href="tabs.css" re...
JackieXie168/pacc
doc/html/class_p_a_c_c_1_1_s_v_g_1_1_color.html
HTML
lgpl-2.1
4,519
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html #include "bseitem.hh" #include "bsesuper.hh" #include "bsesnet.hh" #include "bsestorage.hh" #include "bseprocedure.hh" #include "bsemain.hh" #include "bseproject.hh" #include "bsesong.hh" // for song->musical_tuning #include "bseundostack.hh" #in...
GNOME/beast
bse/bseitem.cc
C++
lgpl-2.1
44,851
// dummy file needed by the build system because // main is in main.cpp rather than fil-sdk-example.cpp
einon/affymetrix-power-tools
sdk/mas5-stat/example/mas5-stat-example.cpp
C++
lgpl-2.1
104
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.0...
attunetc/ehr
src/org/hl7/fhir/ConstraintSeverityList.java
Java
lgpl-2.1
1,835
/** * This file is part of TelepathyQt4 * * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> * @copyright Copyright (C) 2008 Nokia Corporation * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Pub...
Telekinesis/Telepathy-qt4-0.8.0
TelepathyQt4/channel.cpp
C++
lgpl-2.1
130,256
<!-- MOOSE Object Documentation Stub: Remove this when content is added. --> #SolutionUserObject !description /UserObjects/SolutionUserObject !parameters /UserObjects/SolutionUserObject !inputfiles /UserObjects/SolutionUserObject !childobjects /UserObjects/SolutionUserObject
joshua-cogliati-inl/moose
docs/content/framework/systems/UserObjects/SolutionUserObject.md
Markdown
lgpl-2.1
280
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2006 Torus Knot Software Ltd Also see acknowledgements in Readme.html This program i...
rhajamor/xbig
tests/Ogre3D/include/OGRE/OgreMeshSerializerImpl.h
C
lgpl-2.1
11,258
/* uart.cpp - esp8266 UART HAL Copyright (c) 2014 Ivan Grokhotkov. 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 Free Softwar...
gguuss/Arduino
cores/esp8266/uart.c
C
lgpl-2.1
13,384
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Aggregation Function</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="DKOs - The Book" HREF="index.html"><LINK REL="UP" TITLE="Queries"...
keredson/DKO
doc/dkos-the-book/x283.html
HTML
lgpl-2.1
1,956
FROM ubuntu:wily MAINTAINER Scarlett Clark <sgclark@kde.org> #Strange changes and deb-src is no longer in base.. RUN echo "deb http://ca.archive.ubuntu.com/ubuntu/ wily main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb-src http://ca.archive.ubuntu.com/ubuntu/ wily main restricted universe mul...
ScarlettGatelyClark/kde-ci-prototype
docker/ubuntu-wily-slave/Dockerfile
Dockerfile
lgpl-2.1
6,358
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_02-ea) on Thu Dec 24 00:39:33 CET 2009 --> <TITLE> Overview </TITLE> <META NAME="date" CONTENT="2009-12-24"> <LINK REL ="stylesheet" TYPE="text/css...
mhl787156/MinecraftAI
libraries/neat-preview/neuroph-core-2.3/javadoc/overview-summary.html
HTML
lgpl-2.1
7,687
package com.nutz.granola; public class Reference { public static final String MOD_ID = "granola"; public static final String MOD_NAME = "The Granola Mod"; public static final String VERSION = "alpha 0.3"; public static final String CLIENT_PROXY_CLASS = "com.nutz.granola.proxy.ClientProxy"; public static final Str...
Nutzchannel/granola
src/main/java/com/nutz/granola/Reference.java
Java
lgpl-2.1
385
/* * examples/sparsesolverat.C * * Copyright (C) The LinBox Group * ========LICENCE======== * This file is part of the library LinBox. * * LinBox 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...
linbox-team/linbox
examples/sparsesolverat.C
C++
lgpl-2.1
6,601
/* * Latch integration for Meteor framework * Copyright (C) 2015 Bruno Orcha García <gimcoo@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...
gimco/meteor-accounts-ui-latch
accounts_ui_latch.js
JavaScript
lgpl-2.1
2,278
//===-- LoopUnroll.cpp - Loop unroller pass -------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
sawenzel/root
interpreter/llvm/src/lib/Transforms/Scalar/LoopUnrollPass.cpp
C++
lgpl-2.1
43,203
############################################################################ ## ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the examples of PySide2. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage ## Licensees holding valid commercial Qt license...
qtproject/pyside-pyside
doc/codesnippets/examples/widgets/icons/iconsizespinbox.cpp
C++
lgpl-2.1
2,818
package islam.adhanalarm.widget; import islam.adhanalarm.Schedule; import islam.adhanalarm.util.LocaleManager; import uz.efir.muazzin.Muazzin; import uz.efir.muazzin.R; import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProvider; import android.content.Compo...
ozbek/al-muazzin
app/src/main/java/islam/adhanalarm/widget/NextNotificationWidgetProvider.java
Java
lgpl-2.1
2,682
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Tue Jul 29 17:22:18 CEST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.fo...
Fosstrak/fosstrak.github.io
reader/apidocs/org/fosstrak/reader/rprm/core/msg/command/class-use/TimeStampReturnType.html
HTML
lgpl-2.1
9,129
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC...
cpritam/moose
framework/src/materials/Material.C
C++
lgpl-2.1
6,500
package com.loovjo.bloovtech.tileentity; import net.minecraft.tileentity.TileEntity; public class TileEntityInfuser extends TileEntity { }
loovjo/Bloovtech
src/main/java/com/loovjo/bloovtech/tileentity/TileEntityInfuser.java
Java
lgpl-2.1
142
/***************************************************************************** * messages.c: messages interface * This library provides an interface to the message queue to be used by other * modules, especially intf modules. See vlc_config.h for output configuration. ***********************************************...
NAM-IL/VLC-2_2_0
src/misc/messages.c
C
lgpl-2.1
9,762
package org.orbeon.oxf.xml.saxrewrite import org.orbeon.oxf.xml.XMLReceiver import org.xml.sax.Attributes /** * Ignores everything before start element except for processing instructions. On startElement switches to nextState. * * So if this is used as the initial state then the result is that the prologue and epi...
orbeon/orbeon-forms
core-cross-platform/shared/src/main/scala/org/orbeon/oxf/xml/saxrewrite/DocumentRootState.scala
Scala
lgpl-2.1
1,150
/* libinfinity - a GObject-based infinote implementation * Copyright (C) 2007-2011 Armin Burgmeier <armin@arbur.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 Foundation; either * versi...
bb-generation/infinote
libinfinity/server/infd-directory.c
C
lgpl-2.1
136,118
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* Daf-collage is made up of two Moodle modules which help in the process of German language learning. It facilitates the content organization like vocabulary or the main grammar features and gives the chan...
seiya64/dafcollage
ejercicios/ejercicios_modificar_asociacion_simple.php
PHP
lgpl-2.1
11,528
<?php /** * Limb Web Application Framework * * @link http://limb-project.com * * @copyright Copyright &copy; 2004-2009 BIT * @license LGPL http://www.gnu.org/copyleft/lesser.html * @version $Id$ * @package web_app */ lmb_require('limb/web_app/src/controller/lmbController.class.php'); lm...
knevcher/limb
web_app/src/controller/lmbWactTemplateSourceController.class.php
PHP
lgpl-2.1
2,939
% This file is a part of Uranium, a general-purpose % functional test platform. % % Copyright (C) 2011, Sergei Lodyagin % Copyright (C) 2012, Kogorta OOO Ltd % % This library is free software; you can redistribute it % and/or modify it under the terms of the GNU Lesser % General Public License as published by th...
lodyagin/uranium
U-238/u/html/v/standard/html_tag_form_v.pl
Perl
lgpl-2.1
6,066
""" ECE 4564 Final Project Team: Immortal Title: HomeGuard - Home Visitors Detection and Alert System Filename: publisher.py Members: Arun Rai, Mohammad Islam, and Yihan Pang Date: 11/26/2014 --------------------------------------------------------------------- Description: 1. Receive host user information, and send i...
raiarun/HomeGuard
publisher.py
Python
lgpl-2.1
4,016
/* Copyright (C) 2012, 2013 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your op...
argriffing/arb
acb_poly/test/t-lgamma_series.c
C
lgpl-2.1
3,790
/* gtktooltip.c * * Copyright (C) 2006-2007 Imendio AB * Contact: Kristian Rietveld <kris@imendio.com> * * 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 Software Foundation; either * version 2 of the...
genesi/gtk2
gtk/gtktooltip.c
C
lgpl-2.1
44,741
/* * remote_driver.c: driver to provide access to libvirtd running * on a remote machine * * Copyright (C) 2007-2015 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 Free Software Foundati...
agx/libvirt-debian
src/remote/remote_driver.c
C
lgpl-2.1
304,785
<?php /*"****************************************************************************************************** * (c) 2016 by Kajona, www.kajona.de * * Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ...
kajona/kajonacms
module_pdf/legacy/class_pdf_tcpdf.php
PHP
lgpl-2.1
516
#!/usr/bin/env python # # Generated Thu Jul 22 14:11:34 2010 by generateDS.py. # import sys import getopt from xml.dom import minidom from xml.dom import Node # # If you have installed IPython you can uncomment and use the following. # IPython is available from http://ipython.scipy.org/. # ## from I...
wood-galaxy/FreeCAD
src/Tools/generateBase/generateModel_Module.py
Python
lgpl-2.1
101,247
package train.common.entity.rollingStock; import net.minecraft.entity.item.EntityItem; import net.minecraft.entity.item.EntityMinecart; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraf...
BlesseNtumble/Traincraft-5
src/main/java/train/common/entity/rollingStock/EntityLocoSteamBR80_DB.java
Java
lgpl-2.1
5,508
/* Copyright (C) 2015 Elena Sergeicheva This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your opti...
dsroche/flint2
fmpq_mat/window_init.c
C
lgpl-2.1
849
# - Find alsa # Find the alsa libraries (asound) # # This module defines the following variables: # ALSA_FOUND - True if ALSA_INCLUDE_DIR & ALSA_LIBRARY are found # ALSA_LIBRARIES - Set when ALSA_LIBRARY is found # ALSA_INCLUDE_DIRS - Set when ALSA_INCLUDE_DIR is found # # ALSA_INCLUDE_DIR - wh...
drf/Ketaroller
cmake/modules/FindAlsa.cmake
CMake
lgpl-2.1
997
package tsxdk.entity.meta; import java.util.Collection; import tsxdk.entity.TsEntity; /** * Generic Type for Entity-lists. * Used For Channels, Clients, Complains * @param <E> The entity stored in this list * @param <S> The Slot for this entity (unique ID) */ public interface EntityList<E extends Ts...
GerhardUlli/TSxBot
src/tsxdk/entity/meta/EntityList.java
Java
lgpl-2.1
928
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees ho...
CodeDJ/qt5-hidpi
qt/qtbase/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp
C++
lgpl-2.1
25,201
package com.riphtix.mem.client.forgeobjmodelported.obj; import net.minecraft.client.renderer.WorldRenderer; import net.minecraft.util.Vec3; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; public class Face { public Vertex[] vertices; public Vertex[] vertexNormals;...
StingStriker353/More-Everything-Mod
src/main/java/com/riphtix/mem/client/forgeobjmodelported/obj/Face.java
Java
lgpl-2.1
2,439
/* * Copyright (C) 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 a sp...
deniskin82/tntdb
include/tntdb/mysql/impl/statement.h
C
lgpl-2.1
4,580
/** * \file device_scanner.h * \brief DeviceScanner class header file. * Copyright (c) 2013, Ford Motor Company * 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 sour...
Luxoft/SDLP2
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device_scanner.h
C
lgpl-2.1
2,851
#ifndef MN_PRIVATE_H #define MN_PRIVATE_H #define MN_PARAM_READONLY G_PARAM_READABLE | G_PARAM_STATIC_STRINGS #define MN_PARAM_READWRITE G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS #endif /* MN_PRIVATE_H */
GNOME/monet
monet/mn-private.h
C
lgpl-2.1
208
/* * Clutter. * * An OpenGL based 'interactive canvas' library. * * Authored By Øyvind Kolås <pippin@linux.intel.com> * * Copyright (C) 2009 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 ...
kerrickstaley/clutter-vala
clutter/deprecated/clutter-state.c
C
lgpl-2.1
72,681
/* * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can obt...
mbatchelor/pentaho-reporting
libraries/librepository/src/main/java/org/pentaho/reporting/libraries/repository/zip/ZipContentLocation.java
Java
lgpl-2.1
9,822
package codechicken.lib.vec; import codechicken.lib.math.MathHelper; import codechicken.lib.util.Copyable; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.Entity; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Vec3d; ...
darkeports/tc5-port
src/main/java/thaumcraft/codechicken/lib/vec/Vector3.java
Java
lgpl-2.1
12,227
#ifndef _EXAMPLE_H #define _EXAMPLE_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #define _GNU_SOURCE 1 #include <stdio.h> #include "Enesim.h" #if BUILD_OPENGL #include "Enesim_OpenGL.h" #if BUILD_GLX #include <X11/Xlib.h> #include <GL/glx.h> #endif #endif #if BUILD_OPENGL #include "Enesim_OpenCL.h" #endif #d...
turran/enesim
src/examples/enesim_example_renderer.h
C
lgpl-2.1
1,601
package java.lang; public final class Float extends Number { public static final float MIN_VALUE = 1.4e-45f; public static final float MAX_VALUE = 3.4028235e+38f; public static final float NEGATIVE_INFINITY = -1.0f/0.0f; public static final float POSITIVE_INFINITY = 1.0f/0.0f; public static final ...
sehugg/SSBT
fastjlib/java/lang/Float.java
Java
lgpl-2.1
2,269
/* * Lightmare-criteria, JPA-QL query generator using lambda expressions * * Copyright (c) 2013, Levan Tsinadze, or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. * * This copyrighted material is made available to anyone wi...
levants/lightmare
lightmare-criteria/src/main/java/org/lightmare/criteria/tuples/QueryTuple.java
Java
lgpl-2.1
5,968
/****************************************************************************** JDirInfo.h Interface for the JDirInfo class Copyright © 1996 by Glenn W. Bach. All rights reserved. Copyright © 1997-98 by John Lindal. All rights reserved. ***************************************************************************...
mbert/mulberry-lib-jx
libjcore/code/JDirInfo.h
C
lgpl-2.1
8,464
/*---------------------------------------------------------------------------*\ * OpenSG * * * * * * ...
jondo2010/OpenSG
Source/Contrib/ComplexSceneManager/Helper/OSGCSMLogger.cpp
C++
lgpl-2.1
7,775
@import url("//fonts.googleapis.com/css?family=Simonetta"); /* The Snow theme style sheet for Tiki Wiki CMS Groupware. */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | M...
oregional/tiki
themes/snow/css/snow.css
CSS
lgpl-2.1
171,326
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <!--Generated by XBook. Do not edit!!!--> <!--Author: Just van den Broecke--> <!--Email: just@justobjects.nl--> <!--See www.justobjects.nl for more info--> <title>Protocol Services</title> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"...
laoduliu/QX
doc/doc/protocol-s2.html
HTML
lgpl-2.1
5,536
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of this ...
dudochkin-victor/libgogootouch
src/views/mlabelview.cpp
C++
lgpl-2.1
8,685
# Copyright (C)2016 D. Plaindoux. # # 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, or (at your option) any # later version. class WebException(Exception): def __i...
d-plaindoux/fluent-rest
fluent_rest/runtime/response.py
Python
lgpl-2.1
1,628
/* Copyright 2005-2007 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) */ /*************************************************************************************************/ #include <GG/adobe/basic_sh...
tzlaine/GG
src/adobe/basic_sheet.cpp
C++
lgpl-2.1
10,637
/* * 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.loader.plan.build.spi; import java.io.ByteArrayOutputStream;...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/loader/plan/build/spi/QuerySpaceTreePrinter.java
Java
lgpl-2.1
11,114
/************************************************************************** ** ** Copyright (c) 2014 BogDan Vatra <bog_dan_ro@yahoo.com> ** 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 ** Licen...
colede/qtcreator
src/plugins/android/androiddeployqtwidget.cpp
C++
lgpl-2.1
14,080
<HTML><HEAD> <TITLE>XBNPE: TPKC build</TITLE> <meta name="viewport" content="width=device-width" /> </HEAD> <BODY BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#0000FF"><a name="top"></a> <a name="bldrgc"/><H2><CODE>[<A HREF="#top">top</A>]</CODE> &nbsp; TPKC-build: Before everything else: Manually creating the raw-globa...
aliteralmind/xbnpe
main/_docs/basics/tpkc/build_proc_tech_info2.html
HTML
lgpl-2.1
10,945
// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 2011 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation. // // 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....
abetv/jubatus
jubatus/core/fv_converter/num_filter_factory.hpp
C++
lgpl-2.1
1,374
<?php /* Copyright (C) 2008-2010 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2008-2009 Regis Houssin <regis@dolibarr.fr> * * 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 F...
gambess/ERP-Arica
htdocs/ecm/search.php
PHP
lgpl-2.1
8,580
/* * Project Kimchi * * Copyright IBM, Corp. 2013 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
ssdxiao/kimchi
ui/css/theme-default/window.css
CSS
lgpl-2.1
2,502
import { ValueSchema, FieldSchema } from '@ephox/boulder'; import { Result } from '@ephox/katamari'; import { BaseMenuButton, BaseMenuButtonApi, baseMenuButtonFields, BaseMenuButtonInstanceApi, MenuButtonItemTypes } from '../../core/MenuButton'; export type ToolbarMenuButtonItemTypes = MenuButtonItemTypes; export type...
FernCreek/tinymce
modules/bridge/src/main/ts/ephox/bridge/components/toolbar/ToolbarMenuButton.ts
TypeScript
lgpl-2.1
1,266
// Projeto: Motor Tributario // Biblioteca C# para Cálculos Tributários Do Brasil // NF-e, NFC-e, CT-e, SAT-Fiscal // ...
AutomacaoNet/MotorTributarioNet
src/Shared.MotorTributarioNet/Impostos/Tributacoes/TributacaoIbpt.cs
C#
lgpl-2.1
2,720
#include "osgSim/VisibilityGroup" #include "osgDB/Registry" #include "osgDB/Input" #include "osgDB/Output" using namespace osg; using namespace osgSim; using namespace osgDB; // forward declare functions to use later. bool VisibilityGroup_readLocalData(Object& obj, Input& fr); bool VisibilityGroup_writeLocalData(con...
joevandyk/osg
src/osgPlugins/osgSim/IO_VisibilityGroup.cpp
C++
lgpl-2.1
2,072
package net.darkaqua.blacksmith.api.client.particle; /** * Created by cout970 on 18/01/2016. */ public interface IParticle { String getName(); }
Darkaqua/Blacksmith-Api
src/main/java/api/net/darkaqua/blacksmith/api/client/particle/IParticle.java
Java
lgpl-2.1
153
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_05) on Tue Mar 25 10:54:12 CET 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> MemoryDescriptor (hal...
Fosstrak/fosstrak.github.io
hal/apidocs/org/accada/hal/MemoryDescriptor.html
HTML
lgpl-2.1
12,852
/* _______________________________________________________________________ DAKOTA: Design Analysis Kit for Optimization and Terascale Applications Copyright (c) 2010, Sandia National Laboratories. This software is distributed under the GNU Lesser General Public License. For more information, see the R...
pemryan/DAKOTA
src/DataModel.cpp
C++
lgpl-2.1
6,824
/************************************************************************** ** ** 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/libs/qmleditorwidgets/customcolordialog.cpp
C++
lgpl-2.1
6,384
/************************************************************************** ** ** 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/madde/qt4maemotarget.cpp
C++
lgpl-2.1
43,717
/**************************************************************************** * * * NOA (Nice Office Access) * * ------------------------------------------------------------------------ * * ...
LibreOffice/noa-libre
src/ag/ion/noa/internal/printing/PrintService.java
Java
lgpl-2.1
8,706
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.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 // ver...
sitofabi/duplicati
Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs
C#
lgpl-2.1
5,715
/* * eXist Open Source Native XML Database * Copyright (C) 2001-07 The eXist Project * http://exist-db.org * * 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 ...
shabanovd/exist
src/org/exist/storage/ConsistencyCheckTask.java
Java
lgpl-2.1
10,914
/* This file is autogenerated by build_sage.pl */ // This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright (C) 2003 - 2009 Simon Goodall #ifndef SAGE_H #define SAGE_H 1 #ifdef __glext_h_ #error glext.h has already been inc...
worldforge/sage
sage/sage.h
C
lgpl-2.1
466,222
/* * rdfs.h, manually edited */ #ifndef SOPRANOLIVE_ONTOLOGIESGENERAL_RDFS_H_FORWARD_DECLARATIONS #define SOPRANOLIVE_ONTOLOGIESGENERAL_RDFS_H_FORWARD_DECLARATIONS // Namespace objects and forward declarations section #include "../../QLiveAutogenerationBase" namespace SopranoLive { namespace Ontologies { name...
dudochkin-victor/libqttracker
src/include/sopranolive/ontologies/core/rdfs.h
C
lgpl-2.1
89,378
/* * ///////////////////////////////////////////////////////////////////////////// * // This file is part of the "Hyrax Data Server" project. * // * // * // Copyright (c) 2013 OPeNDAP, Inc. * // Author: Nathan David Potter <ndp@opendap.org> * // * // This library is free software; you can redistribute it and/o...
OPENDAP/olfs
src/opendap/hai/BesControlApi.java
Java
lgpl-2.1
15,055
require 'torquebox/logger' require 'fileutils' require 'logger' shared_examples_for 'a torquebox logger' do it "should look nice for class objects" do require 'torquebox/service_registry' logger = TorqueBox::Logger.new(TorqueBox::ServiceRegistry) logger.error("JC: log for cache store") end it "shou...
developwith/wildfly-torquebox
jruby/lib/ruby/gems/shared/gems/torquebox-core-3.1.0-java/spec/logger_spec.rb
Ruby
lgpl-2.1
2,854
import cplugin.CpluginEntryAPI; import cplugin.CpluginModule; /** * We need to follow the Java coding style and keep the main class with the * same name as the source file. This is required by the libcollections. * * Another requirement is the class constructor, it must receive no arguments. */ public class Jplu...
rsfreitas/libcollections
examples/plugin/java/Jplugin.java
Java
lgpl-2.1
5,169
/* Copyright (C) 2008-2009 Christian Dywan <christian@twotoasts.de> Copyright (C) 2008 Dale Whittaker <dayul@users.sf.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 Foundation; either version ...
pocketbook-free/browser
midori-0.2.4/midori/midori-locationaction.c
C
lgpl-2.1
57,734
#include <iostream> #include <map> #include <string> #include "module.hpp" #include "core/log.hpp" namespace eedit { std::map<std::string, ::module_fn> modfunc_table; int register_module_function(const char * name, module_fn fn) { auto ret = modfunc_table.insert(std::pair<std::string, module_fn>(std::string(name),...
BackupGGCode/ewlibs
app/eedit/core/module/module.cpp
C++
lgpl-2.1
1,025
#ifndef _WINDSOUL_ZOOM_BITMAP_H_ #define _WINDSOUL_ZOOM_BITMAP_H_ #pragma once #include "wsaddon.h" class WINDSOULADD_API WZoomBitmap : public WBitmap { public: using WBitmap::Draw; void Draw(const WBitmap &bmp,int w,int h); }; #endif
kasicass/gearx
include/wpp/wszoom.h
C
lgpl-2.1
240
/* * Copyright (C) 2010 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 Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * QEMU stacke...
sshah-solarflare/Libvirt-PCI-passthrough-
src/qemu/qemu_security_stacked.c
C
lgpl-2.1
15,828
Javamon ======= Clone de pokémon en Java. Architecture MVC. Additions de gameplay : permadeath choix du type de sauvegarde (auto only ou manuelle) Tâche actuelle : système de combat - test des dommagse selon types <br/> Credits <br/> Aide technique : <a href="https://twitter.com/flynscape" >Flyn</a>,...
petosorus/javamon
README.md
Markdown
lgpl-2.1
731
/** @file vbox_tmpl.c * Template File to support multiple versions of VirtualBox * at runtime :). * * IMPORTANT: * Please dont include this file in the src/Makefile.am, it * is automatically include by other files. */ /* * Copyright (C) 2010-2013 Red Hat, Inc. * Copyright (C) 2008-2009 Sun Microsystems, Inc. ...
cbosdo/libvirt
src/vbox/vbox_tmpl.c
C
lgpl-2.1
350,499
class Notifier < ActionMailer::Base default :from => "contato@agendatech.com.br", :to => ["andersonlfl@gmail.com", "alots.ssa@gmail.com"] def envia_email(contato) @contato = contato mail(:subject => "Contato agendatech") end end
britto/agendatech
app/models/notifier.rb
Ruby
lgpl-2.1
246