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
package mezz.texturedump.dumpers; import com.google.gson.stream.JsonWriter; import net.minecraft.client.renderer.texture.TextureAtlas; import net.minecraftforge.fml.ModList; import net.minecraftforge.fml.StartupMessageManager; import net.minecraftforge.forgespi.language.IModFileInfo; import net.minecraftforge.forgespi...
mezz/TextureDump
src/main/java/mezz/texturedump/dumpers/ModStatsDumper.java
Java
lgpl-2.1
3,817
/* * Copyright 2005-2006 UniVis Explorer development team. * * This file is part of UniVis Explorer * (http://phobos22.inf.uni-konstanz.de/univis). * * UniVis Explorer 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...
raedle/univis
src/java/unikn/dbis/univis/message/Internationalizable.java
Java
lgpl-2.1
899
package soot.jimple.toolkits.callgraph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Ondrej 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 Foundati...
plast-lab/soot
src/main/java/soot/jimple/toolkits/callgraph/VirtualCalls.java
Java
lgpl-2.1
13,477
// The libMesh Finite Element Library. // Copyright (C) 2002-2014 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 ...
Mbewu/libmesh
include/geom/cell_inf_prism.h
C
lgpl-2.1
4,354
/* 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. ...
baoboa/Crystal-Space
plugins/mesh/spr2d/object/spr2d.cpp
C++
lgpl-2.1
21,393
/* Copyright (C) 1991,92,96,97,99,2000,2001,2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
czankel/xtensa-uclibc
include/strings.h
C
lgpl-2.1
4,588
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
jstourac/wildfly
clustering/infinispan/spi/src/main/java/org/wildfly/clustering/infinispan/spi/persistence/sifs/SoftIndexFileStoreConfigurationBuilder.java
Java
lgpl-2.1
8,817
/* * qemu_domain.h: QEMU domain private state * * Copyright (C) 2006-2011 Red Hat, Inc. * Copyright (C) 2006 Daniel P. Berrange * * 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; e...
sshah-solarflare/Libvirt-PCI-passthrough-
src/qemu/qemu_domain.c
C
lgpl-2.1
17,049
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModu...
halochen90/Hexo-Theme-Luna
source/mobile.09c351.js
JavaScript
lgpl-2.1
51,975
/* aim_rxqueue.c This file contains the management routines for the receive (incoming packet) queue. The actual packet handlers are in aim_rxhandlers.c. */ #include "aim.h" /* This is a modified read() to make SURE we get the number of bytes we are told to, otherwise block. */ int Read(int fd, u_char...
midendian/libfaim
deprecated/aim_rxqueue.orig.c
C
lgpl-2.1
5,386
// // Created by Ulrich Eck on 26/07/2015. // #ifndef UBITRACK_GLFW_RENDERMANAGER_H #define UBITRACK_GLFW_RENDERMANAGER_H #include <string> #ifdef HAVE_GLEW #include "GL/glew.h" #endif #include <GLFW/glfw3.h> #include <utVisualization/utRenderAPI.h> namespace Ubitrack { namespace Visualization { clas...
Ubitrack/utvisualization
apps/GLFWConsole/glfw_rendermanager.h
C
lgpl-2.1
2,941
///////////////////////////////////////////////////////////////////////////// // Name: help.cpp // Purpose: wxHtml sample: help test // Author: ? // Modified by: // Created: ? // RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////////////////////////////...
enachb/freetel-code
src/wxWidgets-2.9.4/samples/html/help/help.cpp
C++
lgpl-2.1
6,219
<?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.7: i...
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/declarative-cppextensions-imageprovider-imageprovider-example-qml.html
HTML
lgpl-2.1
11,196
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id$ /** * @group unit */ abstract class Search_Index_St...
tikiorg/tiki
lib/test/core/Search/Index/StemmingTest.php
PHP
lgpl-2.1
2,655
/* Copyright (C) 2009-2010 Red Hat, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the f...
fgouget/spice-common
common/messages.h
C
lgpl-2.1
16,591
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
JiriOndrusek/wildfly-core
controller/src/main/java/org/jboss/as/controller/interfaces/OverallInterfaceCriteria.java
Java
lgpl-2.1
11,851
/* * CLiC, Framework for Command Line Interpretation in Eclipse * * Copyright (C) 2013 Worldline or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. * * This library is free software; you can redistribute it and/or ...
awltech/clic
com.worldline.clic/src/main/java/com/worldline/clic/internal/assist/ContentAssistProvider.java
Java
lgpl-2.1
8,789
// LICENSE: (Please see the file COPYING for details) // // NUS - Nemesis Utilities System: A C++ application development framework // Copyright (C) 2006, 2007 Otavio Rodolfo Piske // // This file is part of NUS // // This library is free software; you can redistribute it and/or // modify it under the terms of the ...
orpiske/nus
src/base/osal/unix/nthread.cpp
C++
lgpl-2.1
1,277
package com.stek101.projectzulu.common.core; /** * For usage see: {@link Pair} */ public class PairDirectoryFile<K, V> { private final K directory; private final V file; public static <K, V> PairDirectoryFile<K, V> createPair(K directory, V file) { return new PairDirectoryFil...
soultek101/projectzulu1.7.10
src/main/java/com/stek101/projectzulu/common/core/PairDirectoryFile.java
Java
lgpl-2.1
1,073
using System; namespace InSimDotNet.Packets { /// <summary> /// Message to connection packet. /// </summary> /// <remarks> /// Used to send a message to a specific connection or player (can only be used on hosts). /// </remarks> public class IS_MTC : IPacket, ISendable { /...
alexmcbride/insimdotnet
InSimDotNet/Packets/IS_MTC.cs
C#
lgpl-2.1
2,537
// BESWWW.h // This file is part of bes, A C++ back-end server implementation framework // for the OPeNDAP Data Access Protocol. // Copyright (c) 2004,2005 University Corporation for Atmospheric Research // Author: Patrick West <pwest@ucar.edu> and Jose Garcia <jgarcia@ucar.edu> // // This library is free software; y...
OPENDAP/dap-server
www-interface/BESWWW.h
C
lgpl-2.1
2,948
package fastSim.data; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.*; //import fanweizhu.fastSim.util.Config; //impor...
fastsim2016/FastSim
fastSim_SS_pre/src/fastSim/data/PrimeSim.java
Java
lgpl-2.1
8,347
/* Copyright (c) 2013-2014 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Cont...
jodygarnett/GeoGig
src/datastore/src/main/java/org/locationtech/geogig/geotools/data/GeoGigDataStore.java
Java
lgpl-2.1
17,024
/* Copyright (C) 2008-2011 D. V. Wiebe * *************************************************************************** * * This file is part of the GetData project. * * GetData 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 ...
syntheticpp/dirfile
test/convert_int32_int64.c
C
lgpl-2.1
2,026
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2003-2008, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
geotools/geotools
modules/unsupported/vpf/src/main/java/org/geotools/data/vpf/exc/VPFHeaderFormatException.java
Java
lgpl-2.1
1,418
#!/usr/bin/env python import sys import gobject import dbus.mainloop.glib dbus.mainloop.glib.DBusGMainLoop(set_as_default = True) import telepathy DBUS_PROPERTIES = 'org.freedesktop.DBus.Properties' def get_registry(): reg = telepathy.client.ManagerRegistry() reg.LoadManagers() return reg def get_connection...
epage/telepathy-bluewire
hand_tests/generic.py
Python
lgpl-2.1
17,072
// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Pango { using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; #region Autogenerated code public partial class FontFace : GLib.Object { pu...
akrisiun/gtk-sharp
pango/generated/Pango/FontFace.cs
C#
lgpl-2.1
2,141
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="ia"> <context> <name>LxQtTaskButton</name> <message> <location filename="../lxqttaskbutton.cpp" line="367"/> <source>Application</source> <translation type="unfinished"></translation> </message> <mes...
npmiller/lxqt-panel
plugin-taskbar/translations/taskbar_ia.ts
TypeScript
lgpl-2.1
5,821
// // 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 source code must retain the above copyright notice, this // list of condit...
Luxoft/SDLP
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_responseMarshaller.h
C
lgpl-2.1
2,554
/* * Copyright (C) 2007-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. * * This l...
hjwsm1989/libvirt
src/util/iptables.c
C
lgpl-2.1
21,945
package compiler.ASTNodes.Operators; import compiler.ASTNodes.GeneralNodes.Node; import compiler.ASTNodes.GeneralNodes.UnaryNode; import compiler.ASTNodes.SyntaxNodes.ExprNode; import compiler.Visitors.AbstractVisitor; public class UnaryMinusNode extends ExprNode { public UnaryMinusNode(Node child) { super(child,...
TobiasMorell/P4
Minecraft/src/main/java/compiler/ASTNodes/Operators/UnaryMinusNode.java
Java
lgpl-2.1
415
#include <QtGui> #include "btglobal.h" #include "btqlistdelegate.h" //#include <QMetaType> btQListDeletgate::btQListDeletgate(QObject *parent) : QItemDelegate(parent) { } QWidget *btQListDeletgate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const { //qRegisterMeta...
pranavrc/gluon
smarts/editor/btqlistdelegate.cpp
C++
lgpl-2.1
1,655
/** * NativeFmod Project * * Want to use FMOD API (www.fmod.org) in the Java language ? NativeFmod is made for you. * Copyright © 2004-2007 Jérôme JOUVIE (Jouvieje) * * Created on 28 avr. 2004 * @version NativeFmod v3.4 (for FMOD v3.75) * @author Jérôme JOUVIE (Jouvieje) * * * WANT TO CONTACT ME ? * E-m...
jerome-jouvie/NativeFmod
src-java/org/jouvieje/Fmod/Structures/FSOUND_REVERB_CHANNELPROPERTIES.java
Java
lgpl-2.1
13,664
/* * Multisim: a microprocessor architecture exploration framework * Copyright (C) 2014 Tommy Thorn * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Li...
tommythorn/multisim
loadelf_temp.c
C
lgpl-2.1
6,328
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>getBytes</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+P...
jiangbo212/netty-init
html-docs/contents/5dbf13610803e568d209258ff152c232.html
HTML
lgpl-2.1
8,746
//Copyright (c) Microsoft Corporation. All rights reserved. // AddIn.cpp : Implementation of DLL Exports. #include "stdafx.h" #include "resource.h" #include "AddIn.h" CAddInModule _AtlModule; // DLL Entry Point extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) { _AtlModule.Se...
MikeMcShaffry/gamecode3
Dev/Source/3rdParty/LuaPlus/Tools/LuaPlusDebuggerAddin/LuaPlusDebuggerAddin/AddIn.cpp
C++
lgpl-2.1
3,265
//------------------------------------------------------------------------------ // <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/CurveType.cs
C#
lgpl-2.1
777
import json import etcd from tendrl.gluster_bridge.atoms.volume.set import Set class SetVolumeOption(object): def __init__(self, api_job): super(SetVolumeOption, self).__init__() self.api_job = api_job self.atom = SetVolumeOption def start(self): attributes = json.loads(self....
shtripat/gluster_bridge
tendrl/gluster_bridge/flows/set_volume_option.py
Python
lgpl-2.1
705
## State Machine Sequences and Wave-forms This section provides additional explanation to particular functions of [API Functions](readme.md#functions) by presenting screenshots of state machine sequence diagrams and wave-forms. All wave-forms were taken during operation of application with DimSwitch library controllin...
krzychb/DimSwitch
extras/sms-and-wvf.md
Markdown
lgpl-2.1
2,907
/** * @file common/js/xml_handler.js * @brief XE에서 ajax기능을 이용함에 있어 module, act를 잘 사용하기 위한 자바스크립트 **/ // xml handler을 이용하는 user function var show_waiting_message = true; /* This work is licensed under Creative Commons GNU LGPL License. License: http://creativecommons.org/licenses/LGPL/2.1/ Ve...
haegyung/xe-core
common/js/src/xml_handler.js
JavaScript
lgpl-2.1
14,624
/* * 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 org.kore.runtime.jsf.converter; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import java...
konradrenner/KoreRuntime-jsf
src/main/java/org/kore/runtime/jsf/converter/TitelConverter.java
Java
lgpl-2.1
1,145
#!/bin/bash # Copyright 2021 Collabora Ltd. # SPDX-License-Identifier: LGPL-2.0-or-later set -euo pipefail . $(dirname $0)/libtest.sh skip_without_bwrap echo "1..16" setup_repo install_repo cp -a "$G_TEST_BUILDDIR/try-syscall" "$test_tmpdir/try-syscall" # How this works: # try-syscall tries to make various sysca...
flatpak/flatpak
tests/test-seccomp.sh
Shell
lgpl-2.1
2,389
/* * The implementation of rb tree. * Copyright (C) 2008 - 2014 Wangbo * * 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...
activesys/libcstl
src/cstl_rb_tree.c
C
lgpl-2.1
42,916
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No...
radekp/qt
tests/auto/qguivariant/tst_qguivariant.cpp
C++
lgpl-2.1
1,941
/* * crypt.c - blowfish-cbc code * * This file is part of the SSH Library * * Copyright (c) 2003 by Aris Adamantiadis * * The SSH 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 ...
tux-mind/platform_external_libssh
src/packet_crypt.c
C
lgpl-2.1
5,124
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2002-2012, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
geotools/geotools
modules/library/referencing/src/main/java/org/geotools/referencing/factory/gridshift/ClasspathGridShiftLocator.java
Java
lgpl-2.1
1,361
/* * 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.dialect.identity; import java.sql.PreparedStatement; import ...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/dialect/identity/Oracle12cGetGeneratedKeysDelegate.java
Java
lgpl-2.1
1,313
/******************************************************************************* * Copyright (c) 2012 Scott Ross. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at ...
sross07/alms
src/main/java/org/alms/messages/IMsg.java
Java
lgpl-2.1
1,077
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: ks_prefreport.php 57954 2016-03-17 19:34:29Z jyhem $ ...
XavierSolerFR/diem25tiki
doc/devtools/ks_prefreport.php
PHP
lgpl-2.1
5,981
/******************************************************************************* * File Name: HW_V1_config.h *******************************************************************************/ #ifndef __HWV1_CONFIG_H #define __HWV1_CONFIG_H #include "usb_type.h" #define BULK_MAX_PACKET_SIZE 0x00000040 #defin...
thinrope/Nano_MCA
src/MCA_LIB/include/HW_V1_Config.h
C
lgpl-2.1
8,731
#include "sparrowPrimitives.h"
theZiz/sparrow3d
sparrowPrimitivesAsm.h
C
lgpl-2.1
31
package jastadd.soot.JastAddJ; import java.util.HashSet;import java.util.LinkedHashSet;import java.io.File;import java.util.*;import jastadd.beaver.*;import java.util.ArrayList;import java.util.zip.*;import java.io.*;import java.io.FileNotFoundException;import java.util.Collection;import soot.*;import soot.util.*;impo...
plast-lab/soot
src/jastadd/soot/JastAddJ/ParClassInstanceExpr.java
Java
lgpl-2.1
8,648
/* * filter_glsl_manager.cpp * Copyright (C) 2011-2012 Christophe Thommeret <hftom@free.fr> * Copyright (C) 2013 Dan Dennedy <dan@dennedy.org> * * 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 Founda...
xzhavilla/mlt
src/modules/opengl/filter_glsl_manager.cpp
C++
lgpl-2.1
15,812
package org.wingx; import java.awt.Color; import org.wings.*; import org.wings.style.CSSAttributeSet; import org.wings.style.CSSProperty; import org.wings.style.CSSStyle; import org.wings.style.CSSStyleSheet; import org.wings.style.Selector; import org.wings.style.Style; public class XDivision extends SContainer ...
dheid/wings3
wingx/src/main/java/org/wingx/XDivision.java
Java
lgpl-2.1
5,529
/* * $Id: IpWatch.java 3905 2008-07-28 13:55:03Z uckelman $ * * Copyright (c) 2007-2008 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This librar...
caiusb/vassal
src/VASSAL/chat/peer2peer/IpWatch.java
Java
lgpl-2.1
2,630
/** * Copyright (C) 2013 Rohan Padhye * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 2.1 of the * License, or (at your option) any later version. * * This li...
rohanpadhye/vasco
src/test/java/vasco/soot/examples/SignTest.java
Java
lgpl-2.1
3,854
/**************************************************************************** ** ** 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 Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
robclark/qtmobility-1.1.0
plugins/multimedia/symbian/ecam/s60cameraengine.h
C
lgpl-2.1
12,226
<?php return header("HTTP/1.0 404 Not Found"); exit(); //Negar navegação | Deny navigation ?>{"who":"self","uniqid":"112155911efbb463150.09462133","number":74,"group":{"a":"8.61714409","b":"0.21359590","c":"2.62739917"},"unid":15,"collection":{"item":{"group":{"test":{"0":51,"1":2,"2":5,"gnulid":999}},"id":"$2y$10$b6bd...
darkziul/phpFlatFileDB
example/.data.flat/example.db/default.tb/c2b21c54.php
PHP
lgpl-2.1
385
#include "clar_libgit2.h" #include "git2/sys/repository.h" #include "fileops.h" #include "ignore.h" #include "status_helpers.h" #include "posix.h" #include "util.h" #include "path.h" static void cleanup_new_repo(void *path) { cl_fixture_cleanup((char *)path); } void test_status_worktree_init__cannot_retrieve_the_st...
raybrad/libit2
tests/status/worktree_init.c
C
lgpl-2.1
10,050
<!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:31 CST 2016 --> <title>CurrentTenantIdentifierResolver (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/context/spi/CurrentTenantIdentifierResolver.html
HTML
lgpl-2.1
10,677
/*************************************************************************** ** ** 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/corelib/animation/widget/core/mabstractwidgetanimation.h
C
lgpl-2.1
2,451
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial licenses may u...
enricoros/k-qt-creator-inspector
src/plugins/coreplugin/dialogs/openwithdialog.h
C
lgpl-2.1
1,946
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistr...
ekiwi/jade-mirror
src/examples/O2AInterface/O2AInterfaceExample.java
Java
lgpl-2.1
3,081
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace PubComp.Caching.Core.UnitTests { // http://softwareonastring.com/502/testing-every-implementer-of-an-inte...
pub-comp/caching
Core.UnitTests/CacheInterfaceTests.cs
C#
lgpl-2.1
13,781
import sys import time sleep = time.sleep if sys.platform == 'win32': time = time.clock else: time = time.time
egbertbouman/tribler-g
Tribler/Core/DecentralizedTracking/pymdht/core/ptime.py
Python
lgpl-2.1
124
/* * Copyright (C) 2007 Sebastian Sauer <mail@dipe.org> * * This file is part of SuperKaramba. * * SuperKaramba 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...
KDE/superkaramba
src/sensors/plasmaengine.cpp
C++
lgpl-2.1
7,725
body { font-family: verdana, arial, helvetica, sans-serif; font-size: 63.125%; /* translate 1.0em to 10px, 1.5em to 15px, etc. */ } #content { margin:0 auto; width: 980px; text-align: left; } #identity { padding: 25px 0; } #identity h1 { font-size: 2.4em; font-weight: normal; color: #73736c; } p { mar...
sross07/alms
src/main/webapp/css/salms.css
CSS
lgpl-2.1
1,853
tinymce.addI18n('it',{ "Cut": "Taglia", "Heading 5": "Intestazione 5", "Header 2": "Header 2", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctr...
OpenSlides/tinymce-i18n
langs/it.js
JavaScript
lgpl-2.1
7,599
/**************************************************************************** ** ** 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...
kuba1/qtcreator
src/plugins/diffeditor/diffutils.h
C
lgpl-2.1
5,593
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema"> <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>EntLibLogger Constructor</title> <...
briandealwis/gt
Common.Logging/doc/api/html/Common.Logging.EntLib41~Common.Logging.EntLib.EntLibLogger.~ctor.html
HTML
lgpl-2.1
3,435
<?php /** * Naked Php is a framework that implements the Naked Objects pattern. * @copyright Copyright (C) 2009 Giorgio Sironi * @license http://www.gnu.org/licenses/lgpl-2.1.txt * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
giorgiosironi/NakedPhp
tests/NakedPhp/MetaModel/NakedObjectFeatureTypeTest.php
PHP
lgpl-2.1
759
# Authors: David Goodger; Gunnar Schwant # Contact: goodger@users.sourceforge.net # Revision: $Revision: 21817 $ # Date: $Date: 2005-07-21 13:39:57 -0700 (Thu, 21 Jul 2005) $ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, p...
garinh/cs
docs/support/docutils/languages/de.py
Python
lgpl-2.1
1,814
<?php /** * PHPExcel 读取插件类 */ class PHPExcelReaderChajian extends Chajian{ protected function initChajian() { $this->Astr = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF,AG,AH,AI,AJ,AK,AL,AM,AN,AO,AP,AQ,AR,AS,AT,AU,AV,AW,AX,AY,AZ,BA,BB,BC,BD,BE,BF,BG,BH,BI,BJ,BK,BL,BM,BN,BO,BP,...
holmesian/xinhu-project
include/chajian/PHPExcelReaderChajian.php
PHP
lgpl-2.1
2,818
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="Text/html; charset=iso-8859-1"> <meta name="Author" content = "misho" > <meta name="GENERATOR" content="VBDOX [1.0.24]" > <script SRC="linkcss.js"></script> <script SRC="langref.js"></s...
VisualStudioEX3/dx_lib32
Documentacion/dx_GFX_class.DRAW_AdvMap.html
HTML
lgpl-2.1
5,765
//---------------------------------------------------------------------------- // This is autogenerated code by CppSharp. // Do not edit this file or all your changes will be lost after re-generation. //---------------------------------------------------------------------------- using System; using System.Runtime.Inter...
micrexp/gtkwebkitsharp
Webkit/webkiticondatabase.cs
C#
lgpl-2.1
5,202
#include "nova_renderer/util/platform.hpp" #ifdef NOVA_LINUX #include "x11_window.hpp" namespace nova::renderer { x11_window::x11_window(uint32_t width, uint32_t height, const std::string& title) { display = XOpenDisplay(nullptr); if(display == nullptr) { throw window_creation_error("...
DethRaid/vulkan-mod
src/render_engine/vulkan/x11_window.cpp
C++
lgpl-2.1
2,769
<?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: w...
sicily/qt4.8.4
doc/html/help-contextsensitivehelp-wateringconfigdialog-h.html
HTML
lgpl-2.1
12,785
package codechicken.lib.math; import net.minecraft.util.math.BlockPos; //TODO cleanup. public class MathHelper { public static final double phi = 1.618033988749894; public static final double pi = Math.PI; public static final double todeg = 57.29577951308232; public static final double torad = 0.0174...
darkeports/tc5-port
src/main/java/thaumcraft/codechicken/lib/math/MathHelper.java
Java
lgpl-2.1
9,265
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); /*! * 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 | MIT License | github.com/necolas/normalize.cs...
tikiorg/tiki
themes/paper/css/paper.css
CSS
lgpl-2.1
221,717
/******************************************************************************* * Copyright 2002 National Student Clearinghouse * * This code is part of the Meteor system as defined and specified * by the National Student Clearinghouse and the Meteor Sponsors. * * This library is free software; you can redist...
NationalStudentClearinghouse/Meteor4
meteorlib/src/main/java/org/meteornetwork/meteor/common/abstraction/index/MeteorIndexResponseWrapper.java
Java
lgpl-2.1
3,856
// The libMesh Finite Element Library. // Copyright (C) 2002-2018 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 ...
giorgiobornia/libmesh
src/geom/face_quad9.C
C++
lgpl-2.1
16,533
/*************************************************************************** * Copyright (C) 2011-2015 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
jolie/jolie
jolie/src/main/java/jolie/runtime/typing/TypeCastingException.java
Java
lgpl-2.1
1,972
/* * bsb2png.c - Convert a bsb raster image to a Portable Network Graphics (png). * See http://www.libpng.org for details of the PNG format and how * to use libpng. * * Copyright (C) 2004 Stefan Petersen <spetm@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * mod...
nohal/libbsb
bsb2png.c
C
lgpl-2.1
3,266
/****************************************************************************** * * Copyright (C) 2006-2015 by * The Salk Institute for Biological Studies and * Pittsburgh Supercomputing Center, Carnegie Mellon University * * This program is free software; you can redistribute it and/or * modify it under the ter...
jczech/appveyor_test
mcell/src/logging.c
C
lgpl-2.1
8,209
/* mgrp_test.c * * Test messenger group broadcast/receive functionality and concurrency. * Each thread broadcasts a counter from 0 to ITERS, to all other threads * (but not itself). * Every receiving thread should sum received integers into a per-thread * rx_sum variable. * Every thread should accumulate the sam...
siriobalmelli/nonlibc
test/mgrp_test.c
C
lgpl-2.1
3,010
/* Copyright 2010, 2011 Michael Steinert * This file is part of Log4g. * * Log4g 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 ...
msteinert/log4g
log4g/logging-event.c
C
lgpl-2.1
13,236
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * qimsys * * Copyright (C) 2010-2016 by Tasuku Suzuki <stasuku@gmail.com> * * Copyright (C) 2016 by Takahiro Hashimoto <kenya888@gmail.com> * * ...
qt-users-jp/qimsys
src/plugins/clients/gtkimmodule/gtk2/qimsysimcontext.c
C
lgpl-2.1
24,160
/* optiondialog.hpp * * Copyright (C) 2010 Martin Skowronski * * 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. *...
skoma/shengci
src/optiondialog.hpp
C++
lgpl-2.1
1,100
/* * 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>. */ //$Id: $ package org.hibernate.test.join; /** * @author Chris Jones */ public ...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
Java
lgpl-2.1
1,249
<?php /** * @package copix * @subpackage smarty_plugins * @author Steevan BARBOYON * @copyright 2001-2007 CopixTeam * @link http://copix.org * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file */ /** * Smarty {tabs}{/tabs} block plugin * * Type: ...
lilobase/ICONTO-EcoleNumerique
utils/copix/smarty_plugins/block.tabs.php
PHP
lgpl-2.1
1,040
/* * Copyright (C) 2008 Trustin Heuiseung Lee * * 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. * * Th...
jiangbo212/netty-init
src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java
Java
lgpl-2.1
9,495
vti_encoding:SR|utf8-nl vti_timelastmodified:TR|02 Jan 2009 17:15:39 -0000 vti_extenderversion:SR|6.0.2.8161 vti_author:SR|EX3\\José Miguel Sánchez vti_modifiedby:SR|VPCXNAGS20\\EX3 vti_timecreated:TR|24 Jan 2006 03:59:18 -0000 vti_title:SR|dx_Sound_Class: CD_NextTrack vti_backlinkinfo:VX|dx_Sound_Class.CD_Pause...
VisualStudioEX3/dx_lib32
Documentacion/_vti_cnf/dx_Sound_Class.CD_NextTrack.html
HTML
lgpl-2.1
1,384
/** * Contains the service and the class filter required for this bundle. */ package org.awb.env.networkModel.classFilter;
EnFlexIT/AgentWorkbench
eclipseProjects/org.agentgui/bundles/org.awb.env.networkModel/src/org/awb/env/networkModel/classFilter/package-info.java
Java
lgpl-2.1
127
# # Dockerfile for the basic link-grammar source download. # No compilation is performed. # FROM ubuntu:14.04 MAINTAINER Linas Vepstas linasvepstas@gmail.com RUN apt-get update RUN apt-get -y install apt-utils RUN apt-get -y install gcc g++ make # Need wget to download link-grammar source RUN apt-get -y install wget ...
MadBomber/link-grammar
docker/docker-base/Dockerfile
Dockerfile
lgpl-2.1
1,648
# Set the ERL environnement variable if you want to use a specific erl ERL ?= $(shell which erl) EJABBERD_DEV ?= ../ejabberd-modules/ejabberd-dev/trunk all: clean $(ERL) -pa $(EJABBERD_DEV)/ebin -make clean: rm -f ebin/*.beam dist-clean: clean find . \( -name \*~ -o -name *.swp \) -exec rm -f {} \;
brendoncrawford/ejabberd_mod_log_rest
Makefile
Makefile
lgpl-2.1
308
class CfmxCompat class Version MAJOR = 0 MINOR = 0 PATCH = 1 PRE = nil class << self def to_s [MAJOR, MINOR, PATCH, PRE].compact.join(".") end end end end
globaldev/cfmx_compat
lib/cfmx_compat/version.rb
Ruby
lgpl-2.1
204
# Orca # # Copyright 2005-2009 Sun Microsystems 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. # # This...
GNOME/orca
src/orca/orca_gui_prefs.py
Python
lgpl-2.1
142,434
# -*- coding: utf-8 -*- # Copyright (C) 2010, 2011, 2012, 2013 Sebastian Wiesner <lunaryorn@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 License, ...
mulkieran/pyudev
pyudev/pyqt4.py
Python
lgpl-2.1
3,930
/** ****************************************************************************** * @file stm32l0xx_hal_usart_ex.h * @author MCD Application Team * @brief Header file of USART HAL Extended module. ****************************************************************************** * @attention * ...
prefetchnta/crhack
src/naked/arm-stm32/stm32l0xx/stm32l0xx_hal_usart_ex.h
C
lgpl-2.1
15,823
/**************************************************************************** ** ** 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$ ** Commerci...
robclark/qtmobility-1.1.0
src/location/maps/qgeomappingmanagerengine.h
C
lgpl-2.1
3,652