code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
{% extends "tacc_stats_site/base.html" %} {% block content %} <div class="container-fluid"> <h2>Job {{ jobid }} / Type {{ type_name }}</h2> <h4>Rates Aggregated over devices</h4> <div class="graphs"> {{ tscript|safe }} {{ tdiv|safe }} </div> {% if stats_data %} <h4>Counts Aggregated over de...
TACC/tacc_stats
tacc_stats/site/machine/templates/machine/type_detail.html
HTML
lgpl-2.1
846
/** * @author Spitfire4466 */ package train.common.blocks.tracks; import net.minecraft.util.IIcon; import train.common.library.TrackIDs; public class BlockSteelTrack extends TrackBaseTraincraft { public BlockSteelTrack() { this.speedController = SpeedControllerSteel.getInstance(); } @Override public TrackIDs...
BlesseNtumble/Traincraft-5
src/main/java/train/common/blocks/tracks/BlockSteelTrack.java
Java
lgpl-2.1
592
package org.yawlfoundation.yawl.elements.predicate; import org.yawlfoundation.yawl.elements.YDecomposition; import org.yawlfoundation.yawl.elements.state.YIdentifier; import java.util.Set; /** * @author Michael Adams * @date 5/12/12 */ public class PredicateEvaluatorCache { private static Set<PredicateEvalua...
herculeshssj/unirio-ppgi-aspectservice
aspectService/src/org/yawlfoundation/yawl/elements/predicate/PredicateEvaluatorCache.java
Java
lgpl-2.1
1,673
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:59 CST 2016 --> <title>Uses of Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType (Hibernate JavaDocs)</ti...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/boot/jaxb/hbm/spi/class-use/JaxbHbmBasicAttributeType.html
HTML
lgpl-2.1
12,230
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>index</title> <!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> --> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:...
jiangbo212/netty-init
html-docs/contents/86cb0c58ac270c029d2c9dbb1a1708e4.html
HTML
lgpl-2.1
7,184
/* GStreamer * Copyright (C) 2015 FIXME <fixme@example.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 License, or (at your option) any later versi...
froggatt/gst-plugins-good-m
gst/mprtp/gstmprtpplayouter.h
C
lgpl-2.1
3,161
/* Copyright (C) 2000-2001 by Jorrit Tyberghein 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 License, or (at your option) any later version. ...
crystalspace/CS
plugins/mesh/null/object/nullmesh.cpp
C++
lgpl-2.1
4,590
/** * SaxParser.js * * Released under LGPL License. * Copyright (c) 1999-2017 Ephox Corp. All rights reserved * * License: http://www.tinymce.com/license * Contributing: http://www.tinymce.com/contributing */ /*eslint max-depth:[2, 9] */ /** * This class parses HTML code using pure JavaScript and executes va...
adaptiffdesigns/tinymce
src/core/src/main/js/html/SaxParser.js
JavaScript
lgpl-2.1
16,743
/** edittable 选择人员插件 caratename:chenxihu caratetime:2014-04-06 21:40:00 email:admin@rockoa.com homepage:www.xh829.com */ (function ($) { function _getstyles(){ var s='<style>.changeuserlist div.listsss{padding:10px; background:white;border-bottom:1px #eeeeee solid;cursor:default}.changeuserlist di...
holmesian/xinhu-project
web/res/js/jquery-changeuser.js
JavaScript
lgpl-2.1
18,474
# !/bin/python # -*- coding: latin-1 -*- # 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 opt...
FedoraScientific/salome-hexablock
src/TEST_PY/test_v6/monica.py
Python
lgpl-2.1
5,353
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
openlimit-signcubes/dss
dss-pades/src/test/java/eu/europa/esig/dss/pades/validation/suite/DSS1420Test.java
Java
lgpl-2.1
4,290
/*! \file usbh_int.h \brief USB host mode interrupt handler header file \version 2017-02-10, V1.0.0, firmware for GD32F30x \version 2018-10-10, V1.1.0, firmware for GD32F30x \version 2018-12-25, V2.0.0, firmware for GD32F30x */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. ...
prefetchnta/crhack
src/naked/arm-gd32/gd32f30x/usbfs/usbh_int.h
C
lgpl-2.1
2,394
/* * ggit-diff.h * This file is part of libgit2-glib * * Copyright (C) 2012 - Garrett Regier * * libgit2-glib 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...
GNOME/libgit2-glib
libgit2-glib/ggit-diff.h
C
lgpl-2.1
7,673
package org.herac.tuxguitar.app.view.dialog.text; import org.herac.tuxguitar.app.TuxGuitar; import org.herac.tuxguitar.app.ui.TGApplication; import org.herac.tuxguitar.app.view.controller.TGViewContext; import org.herac.tuxguitar.app.view.util.TGDialogUtil; import org.herac.tuxguitar.document.TGDocumentContextAttribut...
halfspiral/tuxguitar
TuxGuitar/src/org/herac/tuxguitar/app/view/dialog/text/TGTextDialog.java
Java
lgpl-2.1
4,901
package org.concord.otrunk.test; import java.net.MalformedURLException; import java.util.ArrayList; import org.concord.framework.otrunk.OTObjectService; import org.concord.otrunk.OTrunkImpl; import org.concord.otrunk.datamodel.OTDatabase; import org.concord.otrunk.view.OTViewerHelper; import org.concord.otrunk.xml.XM...
concord-consortium/otrunk
src/test/java/org/concord/otrunk/test/LargeNumberOfInstancesTest.java
Java
lgpl-2.1
1,450
/* * Copyright (C) 2008-2021 The QXmpp developers * * Author: * Linus Jahn * * Source: * https://github.com/qxmpp-project/qxmpp * * This file is a part of QXmpp library. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens...
KangLin/qxmpp
src/base/QXmppBitsOfBinaryContentId.h
C
lgpl-2.1
1,892
#include "mainwindow.h" #include <QApplication> #include <QTranslator> #include <QLocale> int main(int argc, char *argv[]) { QApplication a(argc, argv); QTranslator translator; translator.load(":/" + QLocale::system().name()); a.installTranslator(&translator); QTranslator qtTranslator; ...
xbzmeng/ImageCrop
main.cpp
C++
lgpl-2.1
488
/** * UpDownLatch * Copyright 2011 by Michael Peter Christen, mc@yacy.net, Frankfurt a. M., Germany * First released 16.07.2011 at http://yacy.net * * $LastChangedDate: 2011-05-30 10:53:58 +0200 (Mo, 30 Mai 2011) $ * $LastChangedRevision: 7759 $ * $LastChangedBy: orbiter $ * * This library is free softw...
automenta/kelondro
src/main/java/yacy/cora/sorting/UpDownLatch.java
Java
lgpl-2.1
2,125
/* * 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.jpa.test.lob; import java.io.ByteArrayOutputStream; import j...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lob/BlobTest.java
Java
lgpl-2.1
2,030
// ReSharper disable UnusedMember.Global using System.Collections.Generic; namespace CUE.NET.Effects { /// <summary> /// Represents a basic effect-target. /// </summary> /// <typeparam name="T">The type this target represents.</typeparam> public interface IEffectTarget<T> where T : IEffec...
DarthAffe/CUE.NET
Effects/IEffectTarget.cs
C#
lgpl-2.1
1,091
package org.jboss.hal.testsuite.page.config; import org.jboss.arquillian.graphene.Graphene; import org.jboss.arquillian.graphene.page.Location; import org.jboss.hal.testsuite.fragment.config.interfaces.NetworkInterfaceContentFragment; import org.jboss.hal.testsuite.page.ConfigPage; import org.jboss.hal.testsuite.util....
cypo721/testsuite
src/main/java/org/jboss/hal/testsuite/page/config/NetworkInterfacesPage.java
Java
lgpl-2.1
762
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Camel * Copyright (C) 1999-2004 Jeffrey Stedfast * * 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;...
community-ssu/evolution-data-server
camel/providers/imap4/camel-imap4-specials.h
C
lgpl-2.1
1,910
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Sun Mar 01 23:32:09 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Overview</title> <m...
duboti/modgraf
docs/api/overview-summary.html
HTML
lgpl-2.1
6,194
/* * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can obt...
mbatchelor/pentaho-reporting
engine/demo/src/main/java/org/pentaho/reporting/engine/classic/demo/util/AbstractDemoHandler.java
Java
lgpl-2.1
2,367
using System; using Timok.Rbr.Core.Config; using Timok.Rbr.DTO; namespace Timok.Rbr.BLL.Inventory { [Serializable] public class InventoryCommandRequest { public short ServiceId { get; set; } public short CustomerAcctId { get; set; } public int PinLength { get; set; } public decimal Denomination { get; set...
Srdjan/timok.rbr
Rbr/BLL/Inventory/InventoryCommandRequest.cs
C#
lgpl-2.1
2,223
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2013 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @website http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php * @version 4.1.10 (2013-11-2...
tinfuChan/kindeditor
kindeditor.js
JavaScript
lgpl-2.1
162,683
/** ** Execbox.cc - Execute a command-line program and display its output. ** ** Written: 10/02/02 - JSF **/ /* Copyright (C) 2002 The Exult Team 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; ...
twinaphex/sdcell
appport/exult/mapedit/execbox.cc
C++
lgpl-2.1
7,516
// $HeadURL: // /cvsroot/deegree/src/org/deegree/ogcwebservices/csw/capabilities/CatalogCapabilitiesDocument.java,v // 1.22 2004/08/05 15:40:08 ap Exp $ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: ...
lat-lon/deegree2-base
deegree2-core/src/main/java/org/deegree/ogcwebservices/wass/common/OWSCapabilitiesBaseDocument_1_0.java
Java
lgpl-2.1
14,509
#!/usr/bin/env python # # rpclib - Copyright (C) Rpclib contributors. # # 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 ...
martijnvermaat/rpclib
src/rpclib/test/test_service.py
Python
lgpl-2.1
8,487
<!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.4.2) on Tue Jul 15 17:22:49 MEST 2003 --> <TITLE> Overview (Java Management Extensions 1.2.1 API Specification) </TITLE> <META N...
cacheonix/cacheonix-core
3rdparty/jmx-1.2.1-ri/doc/api/overview-summary.html
HTML
lgpl-2.1
8,818
/* * Copyright 2003-2006 Rick Knowles <winstone-devel at lists sourceforge net> * Distributed under the terms of either: * - the common development and distribution license (CDDL), v1.0; or * - the GNU Lesser General Public License, v2.1 or later */ package winstone.cluster; import java.net.*; import java.io.*; ...
cdauth/winstone
src/java/winstone/cluster/ClusterSessionSearch.java
Java
lgpl-2.1
3,821
<?php /*"****************************************************************************************************** * (c) 2004-2006 by MulchProductions, www.mulchprod.de * * (c) 2007-2016 by Kajona, www.kajona.de ...
artemeon/core
module_system/system/db/DbMysqli.php
PHP
lgpl-2.1
21,518
/// LCM release major version - the X in version X.Y.Z #define LCM_VERSION_MAJOR 1 /// LCM release minor version - the Y in version X.Y.Z #define LCM_VERSION_MINOR 3 /// LCM release patch version - the Z in version X.Y.Z #define LCM_VERSION_PATCH 95 /// LCM ABI version #define LCM_ABI_VERSION 1 // Old symbols prov...
adeschamps/lcm
lcm/lcm_version.h
C
lgpl-2.1
475
/* * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights reserved. * * 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 Licens...
youfoh/webkit-efl
Source/WebCore/rendering/InlineBox.h
C
lgpl-2.1
17,097
/** * @file CaListOf.h * @brief Definition of the CaListOf class. * @author DEVISER * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML, and the latest version of libSBML. * * Copyright (...
hovo1990/deviser
generator/tests/test_other_library/test-code/CaListOf.h
C
lgpl-2.1
21,366
/** * Copyright (c) 2010-present Abixen Systems. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any ...
adamturski/abixen-platform
abixen-platform-core/src/main/java/com/abixen/platform/core/util/impl/UserBuilderImpl.java
Java
lgpl-2.1
3,022
//-------------------------------------------------------------------------- // Code generated by the SmartSoft MDSD Toolchain Version 0.10.2 // The SmartSoft Toolchain has been developed by: // // ZAFH Servicerobotic Ulm // Christian Schlegel (schlegel@hs-ulm.de) // University of Applied Sciences // Prittwitzstr. 10...
carlos22/SmartSoftCorba
src/components/SmartMapperGridMap/src/gen/CurQueryHandlerCore.hh
C++
lgpl-2.1
1,355
/* * GRIDGAIN - OPEN CLOUD PLATFORM. * COPYRIGHT (C) 2005-2008 GRIDGAIN SYSTEMS. ALL RIGHTS RESERVED. * * 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,...
hwellmann/omadac
platform/gridgain/src/main/java/org/gridgain/grid/test/junit4/GridJunit4Task.java
Java
lgpl-2.1
2,579
package awesomespider.lumina.TileEntities; import net.minecraft.entity.item.EntityItem; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.AxisAlignedBB; /** * Created by Awesome_Spider on 5/7/2015. */ public class TileEntityEssentiaInterface extends TileEntity{ /* Timer used in checking bloc...
AwesomeSpider/Lumina
src/main/java/awesomespider/lumina/TileEntities/TileEntityEssentiaInterface.java
Java
lgpl-2.1
1,770
// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 2013 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/driver/classifier_test.cpp
C++
lgpl-2.1
9,059
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2012 Sam Lantinga 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 op...
ruler501/pSDL
src/SDL.c
C
lgpl-2.1
8,663
from leapp.topics import Topic class ApiTestTopic(Topic): name = 'api_test'
leapp-to/prototype
tests/data/actor-api-tests/topics/apitest.py
Python
lgpl-2.1
82
/**************************************************************************** ** ** 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/vcsbase/checkoutprogresswizardpage.h
C
lgpl-2.1
2,578
package cpw.mods.fml.common.asm.transformers; import static org.objectweb.asm.Opcodes.ACC_FINAL; import static org.objectweb.asm.Opcodes.ACC_PRIVATE; import static org.objectweb.asm.Opcodes.ACC_PROTECTED; import static org.objectweb.asm.Opcodes.ACC_PUBLIC; import java.io.BufferedInputStream; import java.io.BufferedOu...
aerospark/FML
common/cpw/mods/fml/common/asm/transformers/AccessTransformer.java
Java
lgpl-2.1
13,117
/* gpgme-w32spawn.c - Wrapper to spawn a process under Windows. * Copyright (C) 2008 g10 Code GmbH * * This file is part of GPGME. * * GPGME 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...
gpg/gpgme
src/gpgme-w32spawn.c
C
lgpl-2.1
12,153
/********** 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. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
hatboyzero/live456
liveMedia/src/MPEG2TransportStreamTrickModeFilter.cpp
C++
lgpl-2.1
10,943
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package distributed.update; import distributed.dto.IMessage; import java.io.IOException; import java.io.ObjectInputStream; import java...
Fussel/distributed
Distributed/src/distributed/update/AUpdateServer.java
Java
lgpl-2.1
8,307
//------------------------------------------------------------------------------ // <auto-generated> // Este código fue generado por una herramienta. // Versión de runtime: <..> // // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si // se vuelve a generar el...
jlroviramartin/XsdProcessor
LandXml20/BridgeElement.cs
C#
lgpl-2.1
4,278
using System; using System.IO; using System.Threading; using GitSharp.Core; using GitSharp.Core.Tests.Util; using GitSharp.Tests.GitSharp.Core.Util; using NUnit.Framework; using FileMode = GitSharp.Core.FileMode; namespace GitSharp.Core.Tests { [TestFixture] public class IndexModifiedTests : RepositoryTestCase { ...
henon/GitSharp
GitSharp.Tests/GitSharp.Core/IndexModifiedTests.cs
C#
lgpl-2.1
1,910
/* * * The DbUnit Database Testing Framework * Copyright (C)2002-2004, DbUnit.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
wbstr/dbunit
src/test/java/org/dbunit/dataset/xml/FlatXmlTableTest.java
Java
lgpl-2.1
3,184
// The libMesh Finite Element Library. // Copyright (C) 2002-2021 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner // 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 ...
dschwen/libmesh
include/utils/tree.h
C
lgpl-2.1
3,992
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="history" name="save" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>NoOpLoggerFactoryAdapter Methods</title> <xml> </xml> ...
briandealwis/gt
Common.Logging/doc/api/html/Common.Logging~Common.Logging.Simple.NoOpLoggerFactoryAdapter~Methods.html
HTML
lgpl-2.1
4,548
package com.sun.jna.platform.win32; import junit.framework.TestCase; public class ShlwapiTest extends TestCase { public static void main(String[] args) { junit.textui.TestRunner.run(ShlwapiTest.class); } public void testPathIsUNC() { assertEquals(true, Shlwapi.INSTANCE.PathIsUNC("\\\\pat...
trejkaz/jna
contrib/platform/test/com/sun/jna/platform/win32/ShlwapiTest.java
Java
lgpl-2.1
1,072
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:...
xkfz007/vlc
build/win32/include/qt4/src/corelib/tools/qsize.h
C
lgpl-2.1
10,492
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon Mar 29 12:16:39 EST 1999 --> <TITLE> : Class Fadd </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== ST...
tmjee/oolong
doc/COM/sootNsmoke/instructions/Fadd.html
HTML
lgpl-2.1
9,599
############# MACROS ############## RC := root-config ifeq ($(shell which $(RC) 2>&1 | sed -ne "s@.*/$(RC)@$(RC)@p"),$(RC)) include $(shell $(RC) --etcdir)/Makefile.arch else ROOTSYS = ../.. include $(ROOTSYS)/etc/Makefile.arch endif DICT := NdbDict.$(SrcSuf) DICTH := $(DICT:.$(SrcSuf)=.h) DICTO := $(DICT:.$(SrcSu...
dawehner/root
test/periodic/Makefile
Makefile
lgpl-2.1
1,357
/* * Copyright (C) 2000-2008 The Exult Team * * Original file by Dancer A.L Vesperman * * 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 yo...
twinaphex/sdcell
appport/exult/files/IFF.h
C
lgpl-2.1
2,270
<?php namespace LiftKit\DependencyInjection\Rule; use LiftKit\DependencyInjection\Container\Container; use LiftKit\DependencyInjection\ClassIndex\ClassIndex; use LiftKit\DependencyInjection\Exception\Dependency; use ReflectionClass; class ClassBindingRule extends Rule { protected $container; protected $...
liftkit/dependency-injection
src/Rule/ClassBindingRule.php
PHP
lgpl-2.1
1,762
<!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_03) on Wed Jan 09 13:25:40 CET 2008 --> <TITLE> Uses of Package org.springframework.instrument (Spring Framework API 2.5) </TITLE> <META NAME="date"...
cacheonix/cacheonix-core
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/instrument/package-use.html
HTML
lgpl-2.1
5,841
/* * chewingio.h * * Copyright (c) 1999, 2000, 2001 * Lu-chuan Kung and Kang-pen Chen. * All rights reserved. * * Copyright (c) 2004, 2005, 2008 * libchewing Core Team. See ChangeLog for details. * * See the file "COPYING" for information on usage and redistribution * of this file. */ /* *IN...
czchen/libchewing
include/chewingio.h
C
lgpl-2.1
12,789
% -*- Mode: Prolog -*- % ============================================================ % big_french_drt.pl % ============================================================ % !grail 3.1.1 :- encoding(utf8). :- ensure_loaded(french_roles). :- ensure_loaded(translate_form). % This grammar is made for use with the supertag...
RichardMoot/GrailLight
big_french_drt.pl
Perl
lgpl-2.1
347,902
#define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <lamtram/macros.h> #include <lamtram/sentence.h> #include <lamtram/dict-utils.h> #include <dynet/dict.h> #include <sstream> using namespace std; using namespace lamtram; // ****** The tests ******* BOOST_AUTO_TEST_SUITE(vocabulary) BOOST_AUTO_...
neubig/lamtram
src/test/test-vocabulary.cc
C++
lgpl-2.1
1,457
<?php //$Id: mod_form.php,v 1.2.2.3 2009/03/19 12:23:11 mudrd8mz Exp $ /* 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 chance to create exercises in order t...
seiya64/dafcollage
ejercicios/ejercicios_form_curso.php
PHP
lgpl-2.1
5,402
/**************************************************************************** ** libebml : parse EBML files, see http://embl.sourceforge.net/ ** ** <file/class description> ** ** Copyright (C) 2014 Moritz Bunkus. All rights reserved. ** ** This library is free software; you can redistribute it and/or ** modify it unde...
Matroska-Org/libebml
ebml/MemReadIOCallback.h
C
lgpl-2.1
2,222
/* * 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.envers.test.entities.customtype; import java.io.Serializable...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
Java
lgpl-2.1
2,665
<?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" /> <title>Qt 4.8: f...
sicily/qt4.8.4
doc/html/declarative-ui-components-flipable-flipable-qmlproject.html
HTML
lgpl-2.1
9,826
package io.github.richardyin.empirecraft; import io.github.richardyin.empirecraft.common.CommonProxy; import net.minecraft.creativetab.CreativeTabs; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventHandler; import net.minecraftforge.fml.common.SidedProxy; import net.minecraftforg...
richard-yin/EmpireCraft
src/main/java/io/github/richardyin/empirecraft/EmpireCraft.java
Java
lgpl-2.1
1,461
/* Test of <sys/file.h> substitute. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your ...
novel/fbsd-libvirt
.gnulib/tests/test-sys_file.c
C
lgpl-2.1
975
/**************************************************************************** ** ** 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 QtSCriptTools module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:L...
radekp/qt
src/scripttools/debugging/qscriptdebuggercodeviewinterface_p_p.h
C
lgpl-2.1
2,197
#!/usr/bin/perl -w # settings.pl: generate settings.c from settings.dat # Copyright (c) 2002-2005 Philip Kendall # $Id: settings.pl 4156 2010-09-09 13:01:38Z fredm $ # 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 Fre...
twinaphex/sdcell
appport/fuse/settings.pl
Perl
lgpl-2.1
21,249
require 'socket' require 'thread' require './lib/client/looper' require './lib/client/bot' require './lib/maze/map' class MudReader < Looper def initialize(socket, bot) super("Reader") @socket = socket @bot = bot end def do_action string = @socket.recv(4*1024) #puts "Reader> read #{string}"...
kirhgoff/munchkin-ruby
lib/client/mud_client.rb
Ruby
lgpl-2.1
1,387
# 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) import os import sys from spack import * class Vtk(CMakePackage): """The Visualization Toolkit (VTK) is an open-sou...
rspavel/spack
var/spack/repos/builtin/packages/vtk/package.py
Python
lgpl-2.1
12,385
/* Copyright (C) 2008 Egon Willighagen <egonw@users.sf.net> * * Contact: cdk-devel@slists.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/IO/Formats/Chem3DCartesian2FormatTest.cs
C#
lgpl-2.1
1,476
# python # This file is generated by a program (mib2py). import HOST_RESOURCES_MIB OIDMAP = { '1.3.6.1.2.1.25': HOST_RESOURCES_MIB.host, '1.3.6.1.2.1.25.1': HOST_RESOURCES_MIB.hrSystem, '1.3.6.1.2.1.25.2': HOST_RESOURCES_MIB.hrStorage, '1.3.6.1.2.1.25.2.1': HOST_RESOURCES_MIB.hrStorageTypes, '1.3.6.1.2.1.25.3': HOST...
xiangke/pycopia
mibs/pycopia/mibs/HOST_RESOURCES_MIB_OID.py
Python
lgpl-2.1
5,000
// The libMesh Finite Element Library. // Copyright (C) 2002-2020 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner // 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 ...
capitalaslash/libmesh
src/systems/system_io.C
C++
lgpl-2.1
86,179
/* Emacs style mode select -*- C++ -*- *----------------------------------------------------------------------------- * * * PrBoom: a Doom port merged with LxDoom and LSDLDoom * based on BOOM, a modified and improved DOOM engine * Copyright (C) 1999 by * id Software, Chi Hoang, Lee Killough, Jim Flynn, Ran...
twinaphex/sdcell
appport/prboom/src/st_stuff.h
C
lgpl-2.1
3,533
/**************************************************************************** ** ** 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 QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
radekp/qt
src/gui/graphicsview/qgraphicsscenebsptreeindex_p.h
C
lgpl-2.1
6,085
# frozen_string_literal: true require "test_helper" describe "The pretty-printed GLib module" do let(:printer) { GirFFI::PrettyPrinter.new } it "looks as expected" do expected = File.read(File.join(File.dirname(__FILE__), "expected_glib.rb")) result = printer.pretty_print "GLib" File.open(File.join(F...
mvz/gir_ffi-pretty_printer
test/integration/glib_test.rb
Ruby
lgpl-2.1
465
/****************************************************************************** * This file is part of the Gluon Development Platform * Copyright (c) 2010 Arjen Hiemstra <ahiemstra@heimr.nl> * Copyright (C) 2010 Dan Leinir Turthra Jensen <admin@leinir.dk> * * This library is free software; you can redistribute it ...
pranavrc/example-gluon
engine/game.h
C
lgpl-2.1
5,790
#!/usr/bin/perl package iMSCP::DataImporter::DbObject::MailUser; use strict; use warnings; 1;
i-MSCP/i-mscp-data-importer
lib/iMSCP/DataImporter/DbObject/MailUser.pm
Perl
lgpl-2.1
97
/* * Copyright (C) 2007-2008 Reto Schuettel, Robin Stocker * * IFS Institute for Software, HSR Rapperswil, Switzerland * * * 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 ...
retoo/pystructure
src/ch/hsr/ifs/pystructure/typeinference/evaluators/types/ImportTypeEvaluator.java
Java
lgpl-2.1
3,931
/* =========================================================== * 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/data/time/Quarter.java
Java
lgpl-2.1
15,687
#!/bin/sh # Run this to generate all the initial makefiles, etc. test -n "$srcdir" || srcdir=`dirname "$0"` test -n "$srcdir" || srcdir=. olddir=`pwd` cd "$srcdir" AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then echo "*** No autoreconf found, please install it ***" exit 1 fi # INSTALL are...
alexlarsson/xdg-app
autogen.sh
Shell
lgpl-2.1
1,454
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!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/html; charset=UTF-8" /> <title>wguid...
gogins/gogins.github.io
csound/html/wguide1.html
HTML
lgpl-2.1
8,977
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
kevin-chen-hw/LDAE
com.huawei.soa.ldae/src/main/java/org/hibernate/dialect/ResultColumnReferenceStrategy.java
Java
lgpl-2.1
2,783
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
coregtk/coregtk
docs/html/interface_c_g_t_k_check_menu_item.html
HTML
lgpl-2.1
179,864
// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst.Rtp { using System; using System.Runtime.InteropServices; #region Autogenerated code [Flags] [GLib.GType (typeof (Gst.Rtp.RTPBufferFlagsGType))] public enum RTPBufferFlags { Retransmission = ...
GStreamer/gstreamer-sharp
sources/generated/Gst.Rtp/RTPBufferFlags.cs
C#
lgpl-2.1
686
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:22 CST 2016 --> <title>LobHelper (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="styles...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/LobHelper.html
HTML
lgpl-2.1
17,494
#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. THEDIR=`pwd` cd $srcdir DIE=0 (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have autoconf installed to compile libvirt-qmf." echo "Download the appropriate package for y...
zaneb/libvirt-qmf
autogen.sh
Shell
lgpl-2.1
1,506
<?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" /> <!-- qdeclarativep...
kobolabs/qt-everywhere-4.8.0
doc/html/qml-pathpercent-members.html
HTML
lgpl-2.1
2,276
/** * Peers * Copyright 2012 by Michael Peter Christen, mc@yacy.net, Frankfurt am Main, Germany * First released 21.09.2012 at http://yacy.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...
automenta/kelondro
src/main/java/yacy/cora/federate/yacy/Peers.java
Java
lgpl-2.1
6,900
package soot.coffi; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 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 Software Foundation, either version...
plast-lab/soot
src/main/java/soot/coffi/RuntimeVisibleAnnotations_attribute.java
Java
lgpl-2.1
1,379
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial licenses may u...
gidlbn/dlbn_02
src/plugins/qmldesigner/designercore/model/qmlanchors.cpp
C++
lgpl-2.1
18,197
package com.brandomine.tech.common.init; import com.brandomine.tech.common.item.ItemMaxPowerExpand; import com.brandomine.tech.common.item.ItemStone; import com.brandomine.tech.common.item.ToolExperiencePickaxe; //import com.brandomine.tech.common.item.ItemEnderCapacitor; //import com.brandomine.tech.common.item...
Brandomine/LevelTech
src/main/java/com/brandomine/tech/common/init/ModItems.java
Java
lgpl-2.1
1,828
/**************************************************************************** ** ** 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...
maui-packages/qt-creator
src/plugins/qmldesigner/components/formeditor/snapper.cpp
C++
lgpl-2.1
31,463
#!/usr/bin/python # -*- coding: utf-8 -*- # Distutils installer for PyJack # Test for Jack2 #---------------------------------------------------# import os if os.path.exists("/usr/local/include/jack/jack.h"): path = "/usr/local/include/jack/jack.h" elif os.path.exists("/usr/include/jack/jack.h"): path = "/usr/incl...
kylerbrown/pyjack
setup.py
Python
lgpl-2.1
1,661
// -*- Mode: C++; tab-width: 2; -*- // vi: set ts=2: // // $Id: ballAndStickModel.h,v 1.17.18.1 2007/03/25 21:26:05 oliver Exp $ // #ifndef BALL_VIEW_MODELS_BALLANDSTICKMODEL_H #define BALL_VIEW_MODELS_BALLANDSTICKMODEL_H #ifndef BALL_VIEW_MODELS_ATOMBONDMODELBASEPROCESSOR_H # include <BALL/VIEW/MODELS/atomBondModelB...
tkemmer/ball
include/BALL/VIEW/MODELS/ballAndStickModel.h
C
lgpl-2.1
6,522
/* * Copyright (C) 2014 Freie Universität Berlin * * 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. */ /** * @addtogroup driver_periph * @{ * * @file * @brief Low-level CPUID driver ...
fnack/RIOT
cpu/samd21/periph/cpuid.c
C
lgpl-2.1
1,028
/* usb.c * * Copyright (C) 2001-2004 Mariusz Woloszyn <emsi@ipartners.pl> * Copyright (C) 2003-2011 Marcus Meissner <marcus@jet.franken.de> * Copyright (C) 2006-2007 Linus Walleij <triad@df.lth.se> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
simonswine/libgphoto2
camlibs/ptp2/usb.c
C
lgpl-2.1
20,180
// // libavg - Media Playback Engine. // Copyright (C) 2003-2014 Ulrich von Zadow // // 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 y...
c-base/libavg
src/base/StandardLogSink.cpp
C++
lgpl-2.1
1,634