repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
mezz/TextureDump
src/main/java/mezz/texturedump/dumpers/ModStatsDumper.java
3817
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...
lgpl-2.1
raedle/univis
src/java/unikn/dbis/univis/message/Internationalizable.java
899
/* * 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...
lgpl-2.1
plast-lab/soot
src/main/java/soot/jimple/toolkits/callgraph/VirtualCalls.java
13477
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...
lgpl-2.1
Mbewu/libmesh
include/geom/cell_inf_prism.h
4354
// 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 ...
lgpl-2.1
baoboa/Crystal-Space
plugins/mesh/spr2d/object/spr2d.cpp
21393
/* 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. ...
lgpl-2.1
czankel/xtensa-uclibc
include/strings.h
4588
/* 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 ...
lgpl-2.1
jstourac/wildfly
clustering/infinispan/spi/src/main/java/org/wildfly/clustering/infinispan/spi/persistence/sifs/SoftIndexFileStoreConfigurationBuilder.java
8817
/* * 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...
lgpl-2.1
sshah-solarflare/Libvirt-PCI-passthrough-
src/qemu/qemu_domain.c
17049
/* * 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...
lgpl-2.1
halochen90/Hexo-Theme-Luna
source/mobile.09c351.js
51975
/******/ (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...
lgpl-2.1
midendian/libfaim
deprecated/aim_rxqueue.orig.c
5386
/* 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...
lgpl-2.1
Ubitrack/utvisualization
apps/GLFWConsole/glfw_rendermanager.h
2941
// // 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...
lgpl-2.1
enachb/freetel-code
src/wxWidgets-2.9.4/samples/html/help/help.cpp
6219
///////////////////////////////////////////////////////////////////////////// // Name: help.cpp // Purpose: wxHtml sample: help test // Author: ? // Modified by: // Created: ? // RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////////////////////////////...
lgpl-2.1
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/declarative-cppextensions-imageprovider-imageprovider-example-qml.html
11196
<?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...
lgpl-2.1
tikiorg/tiki
lib/test/core/Search/Index/StemmingTest.php
2655
<?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...
lgpl-2.1
fgouget/spice-common
common/messages.h
16591
/* 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...
lgpl-2.1
JiriOndrusek/wildfly-core
controller/src/main/java/org/jboss/as/controller/interfaces/OverallInterfaceCriteria.java
11851
/* * 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...
lgpl-2.1
awltech/clic
com.worldline.clic/src/main/java/com/worldline/clic/internal/assist/ContentAssistProvider.java
8789
/* * 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 ...
lgpl-2.1
orpiske/nus
src/base/osal/unix/nthread.cpp
1277
// 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 ...
lgpl-2.1
soultek101/projectzulu1.7.10
src/main/java/com/stek101/projectzulu/common/core/PairDirectoryFile.java
1073
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...
lgpl-2.1
alexmcbride/insimdotnet
InSimDotNet/Packets/IS_MTC.cs
2537
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 { /...
lgpl-2.1
OPENDAP/dap-server
www-interface/BESWWW.h
2948
// 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...
lgpl-2.1
fastsim2016/FastSim
fastSim_SS_pre/src/fastSim/data/PrimeSim.java
8347
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...
lgpl-2.1
jodygarnett/GeoGig
src/datastore/src/main/java/org/locationtech/geogig/geotools/data/GeoGigDataStore.java
17024
/* 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...
lgpl-2.1
syntheticpp/dirfile
test/convert_int32_int64.c
2026
/* 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 ...
lgpl-2.1
geotools/geotools
modules/unsupported/vpf/src/main/java/org/geotools/data/vpf/exc/VPFHeaderFormatException.java
1418
/* * 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 ...
lgpl-2.1
epage/telepathy-bluewire
hand_tests/generic.py
17072
#!/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...
lgpl-2.1
akrisiun/gtk-sharp
pango/generated/Pango/FontFace.cs
2141
// 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...
lgpl-2.1
npmiller/lxqt-panel
plugin-taskbar/translations/taskbar_ia.ts
5821
<?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...
lgpl-2.1
Luxoft/SDLP
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_responseMarshaller.h
2554
// // 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...
lgpl-2.1
hjwsm1989/libvirt
src/util/iptables.c
21945
/* * 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...
lgpl-2.1
TobiasMorell/P4
Minecraft/src/main/java/compiler/ASTNodes/Operators/UnaryMinusNode.java
415
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,...
lgpl-2.1
pranavrc/gluon
smarts/editor/btqlistdelegate.cpp
1655
#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...
lgpl-2.1
jerome-jouvie/NativeFmod
src-java/org/jouvieje/Fmod/Structures/FSOUND_REVERB_CHANNELPROPERTIES.java
13664
/** * 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...
lgpl-2.1
tommythorn/multisim
loadelf_temp.c
6328
/* * 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...
lgpl-2.1
jiangbo212/netty-init
html-docs/contents/5dbf13610803e568d209258ff152c232.html
8746
<!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...
lgpl-2.1
MikeMcShaffry/gamecode3
Dev/Source/3rdParty/LuaPlus/Tools/LuaPlusDebuggerAddin/LuaPlusDebuggerAddin/AddIn.cpp
3265
//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...
lgpl-2.1
jlroviramartin/XsdProcessor
LandXml20/CurveType.cs
777
//------------------------------------------------------------------------------ // <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...
lgpl-2.1
shtripat/gluster_bridge
tendrl/gluster_bridge/flows/set_volume_option.py
705
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....
lgpl-2.1
krzychb/DimSwitch
extras/sms-and-wvf.md
2907
## 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...
lgpl-2.1
haegyung/xe-core
common/js/src/xml_handler.js
14624
/** * @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...
lgpl-2.1
konradrenner/KoreRuntime-jsf
src/main/java/org/kore/runtime/jsf/converter/TitelConverter.java
1145
/* * 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...
lgpl-2.1
flatpak/flatpak
tests/test-seccomp.sh
2389
#!/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...
lgpl-2.1
activesys/libcstl
src/cstl_rb_tree.c
42916
/* * 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...
lgpl-2.1
radekp/qt
tests/auto/qguivariant/tst_qguivariant.cpp
1941
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No...
lgpl-2.1
tux-mind/platform_external_libssh
src/packet_crypt.c
5124
/* * 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 ...
lgpl-2.1
geotools/geotools
modules/library/referencing/src/main/java/org/geotools/referencing/factory/gridshift/ClasspathGridShiftLocator.java
1361
/* * 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 ...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/dialect/identity/Oracle12cGetGeneratedKeysDelegate.java
1313
/* * 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 ...
lgpl-2.1
sross07/alms
src/main/java/org/alms/messages/IMsg.java
1077
/******************************************************************************* * 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 ...
lgpl-2.1
XavierSolerFR/diem25tiki
doc/devtools/ks_prefreport.php
5981
<?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 $ ...
lgpl-2.1
thinrope/Nano_MCA
src/MCA_LIB/include/HW_V1_Config.h
8731
/******************************************************************************* * 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...
lgpl-2.1
theZiz/sparrow3d
sparrowPrimitivesAsm.h
31
#include "sparrowPrimitives.h"
lgpl-2.1
plast-lab/soot
src/jastadd/soot/JastAddJ/ParClassInstanceExpr.java
8648
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...
lgpl-2.1
xzhavilla/mlt
src/modules/opengl/filter_glsl_manager.cpp
15812
/* * 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...
lgpl-2.1
dheid/wings3
wingx/src/main/java/org/wingx/XDivision.java
5529
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 ...
lgpl-2.1
caiusb/vassal
src/VASSAL/chat/peer2peer/IpWatch.java
2630
/* * $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...
lgpl-2.1
rohanpadhye/vasco
src/test/java/vasco/soot/examples/SignTest.java
3854
/** * 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...
lgpl-2.1
robclark/qtmobility-1.1.0
plugins/multimedia/symbian/ecam/s60cameraengine.h
12226
/**************************************************************************** ** ** 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$ **...
lgpl-2.1
darkziul/phpFlatFileDB
example/.data.flat/example.db/default.tb/c2b21c54.php
385
<?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...
lgpl-2.1
raybrad/libit2
tests/status/worktree_init.c
10050
#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...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/context/spi/CurrentTenantIdentifierResolver.html
10677
<!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-...
lgpl-2.1
dudochkin-victor/libgogootouch
src/corelib/animation/widget/core/mabstractwidgetanimation.h
2451
/*************************************************************************** ** ** 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 ...
lgpl-2.1
enricoros/k-qt-creator-inspector
src/plugins/coreplugin/dialogs/openwithdialog.h
1946
/************************************************************************** ** ** 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...
lgpl-2.1
ekiwi/jade-mirror
src/examples/O2AInterface/O2AInterfaceExample.java
3081
/***************************************************************** 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...
lgpl-2.1
pub-comp/caching
Core.UnitTests/CacheInterfaceTests.cs
13781
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...
lgpl-2.1
egbertbouman/tribler-g
Tribler/Core/DecentralizedTracking/pymdht/core/ptime.py
124
import sys import time sleep = time.sleep if sys.platform == 'win32': time = time.clock else: time = time.time
lgpl-2.1
KDE/superkaramba
src/sensors/plasmaengine.cpp
7725
/* * 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...
lgpl-2.1
sross07/alms
src/main/webapp/css/salms.css
1853
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...
lgpl-2.1
OpenSlides/tinymce-i18n
langs/it.js
7599
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...
lgpl-2.1
kuba1/qtcreator
src/plugins/diffeditor/diffutils.h
5593
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance wit...
lgpl-2.1
briandealwis/gt
Common.Logging/doc/api/html/Common.Logging.EntLib41~Common.Logging.EntLib.EntLibLogger.~ctor.html
3435
<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> <...
lgpl-2.1
giorgiosironi/NakedPhp
tests/NakedPhp/MetaModel/NakedObjectFeatureTypeTest.php
759
<?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...
lgpl-2.1
garinh/cs
docs/support/docutils/languages/de.py
1814
# 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...
lgpl-2.1
holmesian/xinhu-project
include/chajian/PHPExcelReaderChajian.php
2818
<?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,...
lgpl-2.1
VisualStudioEX3/dx_lib32
Documentacion/dx_GFX_class.DRAW_AdvMap.html
5765
<!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...
lgpl-2.1
micrexp/gtkwebkitsharp
Webkit/webkiticondatabase.cs
5202
//---------------------------------------------------------------------------- // 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...
lgpl-2.1
DethRaid/vulkan-mod
src/render_engine/vulkan/x11_window.cpp
2769
#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("...
lgpl-2.1
sicily/qt4.8.4
doc/html/help-contextsensitivehelp-wateringconfigdialog-h.html
12785
<?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...
lgpl-2.1
darkeports/tc5-port
src/main/java/thaumcraft/codechicken/lib/math/MathHelper.java
9265
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...
lgpl-2.1
tikiorg/tiki
themes/paper/css/paper.css
221717
@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...
lgpl-2.1
NationalStudentClearinghouse/Meteor4
meteorlib/src/main/java/org/meteornetwork/meteor/common/abstraction/index/MeteorIndexResponseWrapper.java
3856
/******************************************************************************* * 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...
lgpl-2.1
giorgiobornia/libmesh
src/geom/face_quad9.C
16533
// 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 ...
lgpl-2.1
jolie/jolie
jolie/src/main/java/jolie/runtime/typing/TypeCastingException.java
1972
/*************************************************************************** * Copyright (C) 2011-2015 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
lgpl-2.1
nohal/libbsb
bsb2png.c
3266
/* * 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...
lgpl-2.1
jczech/appveyor_test
mcell/src/logging.c
8209
/****************************************************************************** * * 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...
lgpl-2.1
siriobalmelli/nonlibc
test/mgrp_test.c
3010
/* 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...
lgpl-2.1
msteinert/log4g
log4g/logging-event.c
13236
/* 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 ...
lgpl-2.1
qt-users-jp/qimsys
src/plugins/clients/gtkimmodule/gtk2/qimsysimcontext.c
24160
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * qimsys * * Copyright (C) 2010-2016 by Tasuku Suzuki <stasuku@gmail.com> * * Copyright (C) 2016 by Takahiro Hashimoto <kenya888@gmail.com> * * ...
lgpl-2.1
skoma/shengci
src/optiondialog.hpp
1100
/* 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. *...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
1249
/* * 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 ...
lgpl-2.1
lilobase/ICONTO-EcoleNumerique
utils/copix/smarty_plugins/block.tabs.php
1040
<?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: ...
lgpl-2.1
jiangbo212/netty-init
src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java
9495
/* * 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...
lgpl-2.1
VisualStudioEX3/dx_lib32
Documentacion/_vti_cnf/dx_Sound_Class.CD_NextTrack.html
1384
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...
lgpl-2.1
EnFlexIT/AgentWorkbench
eclipseProjects/org.agentgui/bundles/org.awb.env.networkModel/src/org/awb/env/networkModel/classFilter/package-info.java
127
/** * Contains the service and the class filter required for this bundle. */ package org.awb.env.networkModel.classFilter;
lgpl-2.1
MadBomber/link-grammar
docker/docker-base/Dockerfile
1648
# # 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 ...
lgpl-2.1
brendoncrawford/ejabberd_mod_log_rest
Makefile
308
# 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 {} \;
lgpl-2.1
globaldev/cfmx_compat
lib/cfmx_compat/version.rb
204
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
lgpl-2.1
GNOME/orca
src/orca/orca_gui_prefs.py
142434
# 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...
lgpl-2.1
mulkieran/pyudev
pyudev/pyqt4.py
3930
# -*- 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, ...
lgpl-2.1
prefetchnta/crhack
src/naked/arm-stm32/stm32l0xx/stm32l0xx_hal_usart_ex.h
15823
/** ****************************************************************************** * @file stm32l0xx_hal_usart_ex.h * @author MCD Application Team * @brief Header file of USART HAL Extended module. ****************************************************************************** * @attention * ...
lgpl-2.1
robclark/qtmobility-1.1.0
src/location/maps/qgeomappingmanagerengine.h
3652
/**************************************************************************** ** ** 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...
lgpl-2.1