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
/* * Copyright (C) 2009, 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
KnightSwarm/WebKitTi
Source/JavaScriptCore/runtime/ArrayBuffer.cpp
C++
lgpl-2.1
2,115
//------------------------------------------------------------------------------ // <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
LandXml10/CurbType.cs
C#
lgpl-2.1
736
package de.softwareforge.eyewiki.auth.modules; /* * ======================================================================== * * eyeWiki - a WikiWiki clone written in Java * * ======================================================================== * * Copyright (C) 2005 Henning Schmiedehausen <henning@software...
hgschmie/EyeWiki
src/java/de/softwareforge/eyewiki/auth/modules/WikiDatabase.java
Java
lgpl-2.1
12,920
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
hal/core
gui/src/main/java/org/jboss/as/console/client/shared/subsys/activemq/model/ActivemqConnectionFactory.java
Java
lgpl-2.1
3,295
/*************************************************************************** * * Function: FR16_TO_FLOAT -- Convert a fract16 to a floating-point value * * Synopsis: * * #include <fract2float_conv.h> * float fr16_to_float(fract16 x); * * Description: * * The fr16_to_float converts a fixed-point, 16-b...
lumenosys/libbfdsp
libdsp/fr2fl.asm
Assembly
lgpl-2.1
7,322
# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys def open_in_browser(link): browser = os.environ.get('BROWSER', 'firefox') child = os.fork() if child == 0: # We are the child try: os.spawnlp(os.P_NOWAIT, browser, browser, link) os._exit(...
pombredanne/zero-install
zeroinstall/0launch-gui/browser.py
Python
lgpl-2.1
419
import { ClientRect } from '@ephox/dom-globals'; import { AlloyComponent } from '../../api/component/ComponentApi'; const top = 'top', right = 'right', bottom = 'bottom', left = 'left', width = 'width', height = 'height'; // Screen offsets from bounding client rect const getBounds = (co...
FernCreek/tinymce
modules/alloy/src/main/ts/ephox/alloy/ui/slider/SliderOffsets.ts
TypeScript
lgpl-2.1
2,694
// // Bareflank Hypervisor // // Copyright (C) 2015 Assured Information Security, Inc. // Author: Rian Quinn <quinnr@ainfosec.com> // Author: Brendan Kerrigan <kerriganb@ainfosec.com> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Publi...
RicoAntonioFelix/hypervisor
bfvmm/src/misc/test/test.cpp
C++
lgpl-2.1
1,918
/* Copyright (C) 2009 Conrad Parker */ #include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/sendfile.h> #include <fcntl.h> #include <pthread.h> #include <oggz/oggz.h> #include "http-reqline.h" #include "http-status.h" #include "params.h" #include "resource.h" #include "...
kfish/sighttpd
src/ogg-stdin.c
C
lgpl-2.1
6,032
# cell definition # name = 'Epos_AD' # libname = 'can' inp = 0 outp = 1 parameters = dict() #parametriseerbare cell properties = {'Device ID': ' 0x01', 'Channel [0/1]': ' 0', 'name': 'epos_areadBlk'} #voor netlisten #view variables: iconSource = 'AD' views = {'icon':iconSource}
imec-myhdl/pycontrol-gui
BlockEditor/libraries/library_can/Epos_AD.py
Python
lgpl-2.1
283
/* * Copyright (C) 2012-2014 Red Hat, Inc. * * Licensed under the GNU Lesser General Public License Version 2.1 * * 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 ...
Conan-Kudo/libhif
python/hawkey/package-py.cpp
C++
lgpl-2.1
13,457
/* * SubSampler.java * * Created on March 4, 2006, 7:24 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. * * *Copyright March 4, 2006 Tobi Delbruck, Inst. of Neuroinformatics, UNI-ETH Zurich */ package net.sf.jaer.eventprocessing.filter; import net.sf.ja...
SensorsINI/jaer
src/net/sf/jaer/eventprocessing/filter/SubSampler.java
Java
lgpl-2.1
3,598
#include "IRremote.h" // Reverse Engineered by looking at RAW dumps generated by IRremote // I have since discovered that Denon publish all their IR codes: // https://www.google.co.uk/search?q=DENON+MASTER+IR+Hex+Command+Sheet // -> http://assets.denon.com/documentmaster/us/denon%20master%20ir%20hex.xls //...
Seeed-Studio/IRSendRev
src/ir_Denon.cpp
C++
lgpl-2.1
3,461
#pragma once class LoginUi { public: LoginUi(void); ~LoginUi(void); public: bool Show(); private: void DoLogin(); bool OnWindowCreated(Base::NBaseObj* source, NEventData* eventData); bool OnBtnRetry(Base::NBaseObj* source, NEventData* eventData); static unsigned int WINAPI ThreadProc(void...
hufuman/nui
WeChat/LoginUi.h
C
lgpl-2.1
505
/* * JBoss, Home of Professional Open Source. * Copyright 2006, Red Hat Middleware LLC, 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 i...
jbossws/jbossws-cxf
modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/samples/eardeployment/EJB3Bean.java
Java
lgpl-2.1
1,833
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * 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 * th...
xwiki/xwiki-platform
xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-api/src/main/java/org/xwiki/icon/rest/IconThemesResource.java
Java
lgpl-2.1
2,287
################################################################################ # Name : Makefile # Authors : Mikhail Gruzdev <michail.gruzdev@gmail.com> # Didier Barvaux <didier.barvaux@toulouse.viveris.com> # Thales Communications # Description: Build a test module for Linux kernel...
didier-barvaux/rohc
linux/kmod/Makefile
Makefile
lgpl-2.1
3,737
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
amburan/moose
framework/src/userobject/NodalNormalsEvaluator.C
C++
lgpl-2.1
2,721
<?php /* * This file is part of EC-CUBE * * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Plugin\Point\Helper\PointHistoryHelper; use Eccube\Com...
EC-CUBE/point-plugin
Helper/PointHistoryHelper/PointHistoryHelper.php
PHP
lgpl-2.1
10,853
/* * Copyright 2001-2008 Artima, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
joshcough/Sweet
src/main/scala/sweet/TestNGSweet.scala
Scala
lgpl-2.1
9,161
/** ****************************************************************************** * @file stm32g4xx_hal_smartcard_ex.h * @author MCD Application Team * @brief Header file of SMARTCARD HAL Extended module. ****************************************************************************** * @attentio...
prefetchnta/crhack
src/naked/arm-stm32/stm32g4xx/stm32g4xx_hal_smartcard_ex.h
C
lgpl-2.1
18,955
/// \file /// \ingroup tutorial_spectrum /// \notebook /// /// This macro fits the source spectrum using the AWMI algorithm /// from the "TSpectrumFit" class ("TSpectrum" class is used to find peaks). /// /// To try this macro, in a ROOT (5 or 6) prompt, do: /// /// ~~~{.cpp} /// root > .x FitAwmi.C /// ~~~ /// /// or...
tc3t/qoot
tutorials/spectrum/FitAwmi.C
C++
lgpl-2.1
6,020
/* * Created on: May 10, 2012 * Author: mdonahue * * Copyright (C) 2012-2016 VMware, Inc. All rights reserved. -- VMware Confidential */ #ifndef AMQPIMPL_H_ #define AMQPIMPL_H_ #include "amqpClient/amqpImpl/IContentHeader.h" #include "amqpClient/amqpImpl/IMethod.h" namespace Caf { namespace AmqpClient {...
pexip/os-open-vm-tools
open-vm-tools/common-agent/Cpp/Communication/amqpCore/src/amqpClient/amqpImpl/AMQPImpl.h
C
lgpl-2.1
1,063
/* * BayesFactorsFrame.java * * Copyright (C) 2002-2007 Alexei Drummond and Andrew Rambaut * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribute it and/or modify...
benb/beast-mcmc
src/dr/app/tracer/analysis/BayesFactorsFrame.java
Java
lgpl-2.1
8,990
using System; using System.Xml.Serialization; namespace MDFe.Classes.Informacoes { [Serializable] public class infLocalDescarrega { public string CEP { get; set; } [XmlIgnore] public decimal? latitude { get; set; } [XmlElement("latitude")] public string latitudePr...
ernanisp/Zeus.Net.NFe.NFCe
MDFe.Classes/Informacoes/infLocalDescarrega.cs
C#
lgpl-2.1
901
package MinecartRouting.Flags; public enum Flags { ACCELERATION, LAUNCHER, CATCHER, SWITCH }
Obrekr/MinecartRouting
src/MinecartRouting/Flags/Flags.java
Java
lgpl-2.1
96
<?php /** * @author Laurent Jouanneau * @copyright 2015-2018 Laurent Jouanneau * @link http://www.jelix.org * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html */ /** */ class jfeedsModuleInstaller extends \Jelix\Installer\Module\Installer { ...
jelix/feeds-module
jfeeds/install/install.php
PHP
lgpl-2.1
404
<?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$ //this script may only be included - so its better to...
tikiorg/tiki
lib/smarty_tiki/function.js_insert_icon.php
PHP
lgpl-2.1
1,706
/*! * 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 ...
mbatchelor/pentaho-reporting
engine/extensions/src/test/java/org/pentaho/reporting/engine/classic/extensions/modules/mailer/parser/SessionPropertiesReadHandlerTest.java
Java
lgpl-2.1
3,617
Writing a Device Driver in RIOT {#driver-guide} =============================== This document describes the requirement, design objectives, and some non-function details when writing device drivers in/for RIOT. The term device driver in this context includes all 'CPU-external' devices c...
basilfx/RIOT
doc/doxygen/src/driver-guide.md
Markdown
lgpl-2.1
16,788
/** ****************************************************************************** * @file hal_radio.c * @author AMG - RF Application team * @version V1.1.0 * @date 3-April-2018 * @brief BlueNRG-1,2 HAL radio APIs ****************************************************************************** * @attent...
prefetchnta/crhack
src/naked/arm-stm32/bluenrg1/ble/hal/src/hal_radio.c
C
lgpl-2.1
12,436
<?php if(!defined('__XE__')) exit(); $query = new Query(); $query->setQueryId("deletePackage"); $query->setAction("delete"); $query->setPriority(""); ${'path8_argument'} = new ConditionArgument('path', $args->path, 'equal'); ${'path8_argument'}->checkNotNull(); ${'path8_argument'}->createConditionValue(); if(!${'path8...
einsss/counsel_project
files/cache/queries/autoinstall.deletePackage.1.8.15.mysql_innodb.cache.php
PHP
lgpl-2.1
779
// Copyright (c) 1996-2010, Live Networks, Inc. All rights reserved // Version information for the LIVE555 Media Server application // Header file #ifndef _MEDIA_SERVER_VERSION_HH #define _MEDIA_SERVER_VERSION_HH #define MEDIA_SERVER_VERSION_STRING "0.5" #endif
willisyi/LiveServer
mediaServer/version.hh
C++
lgpl-2.1
266
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Content-Centric Networking in Java: org.ccnx.ccn.impl.security.crypto.K...
ryanrhymes/mobiccnx
doc/javacode/html/classorg_1_1ccnx_1_1ccn_1_1impl_1_1security_1_1crypto_1_1_k_d_f_content_keys.html
HTML
lgpl-2.1
16,358
#!/bin/bash # # for platform in windows linux macosx; do pushd $platform; ls -l esptool-*; shasum -a 256 esptool-*; popd; done; # # ver=`git describe --tags` outdir=esp8266-$ver srcdir=../hardware/esp8266com/esp8266/ mkdir -p $outdir cp -R $srcdir/* $outdir/ cp -R ../libraries/SD $outdir/libraries/ cp -R ../libraries...
Protoneer/Arduino
build/build_board_manager_package.sh
Shell
lgpl-2.1
5,638
/* GDK - The GIMP Drawing Kit * Copyright (C) 2013 Jan Arne Petersen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any lat...
grubersjoe/adwaita
gdk/wayland/gdkwaylanddevice.h
C
lgpl-2.1
2,380
/**************************************************************************** ** ** 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
plugins/organizer/symbian/organizeritemtransform.h
C
lgpl-2.1
2,941
<?php /** * Live Help online chat and stats * * @copyright Copyright (c) 2006 Live Help team; * @license LGPL+MIT License; */ if ( !defined('AREA') ) { die('Access denied'); } // // Static configuration // Registry::set('livehelp_config', array( 'freshness_time' => 5, 'freshness_time_operator' => 15, 'fresh...
cscart/livehelp
server/addons/live_help/config.php
PHP
lgpl-2.1
1,442
/* "polygonist", a framework for creating real-time graphics applications Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Aleksi Juvani <aleksi@aleksijuvani.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...
aleksijuvani/polygonist
source/polygonist/scene.hpp
C++
lgpl-2.1
2,101
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Tue Jul 29 17:23:16 CEST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> NotificationChannelT...
Fosstrak/fosstrak.github.io
reader/testapidocs/org/fosstrak/reader/rprm/core/NotificationChannelTest.html
HTML
lgpl-2.1
16,178
#!/bin/bash set -e set +h function postinstall() { if ! grep dovecot /etc/group &> /dev/null; then groupadd -g 42 dovecot && useradd -c "Dovecot unprivileged user" -d /dev/null -u 42 \ -g dovecot -s /bin/false dovecot && groupadd -g 43 dovenull && useradd -c "Dovecot login user" -d /dev/null -u 43 \ ...
FluidIdeas/parsers
blfs-resources/extrascripts/dovecot-appconfig.sh
Shell
lgpl-2.1
395
<?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: g...
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/demos-gradients-gradients-h.html
HTML
lgpl-2.1
13,675
package wtf.worldgen.generators.queuedgen; import net.minecraft.block.state.IBlockState; import wtf.init.BlockSets; import wtf.init.BlockSets.Modifier; public class QModify implements QueuedGenerator { private final Modifier modifier; public QModify(Modifier modifier){ this.modifier = modifier; } @Override ...
Tencao/Expedition
src/main/java/wtf/worldgen/generators/queuedgen/QModify.java
Java
lgpl-2.1
445
/* Copyright (C) 2006 Imperial College London and others. Please see the AUTHORS file in the main source directory for a full list of copyright holders. Prof. C Pain Applied Modelling and Computation Group Department of Earth Science and Engineering Imperial College London amcgsoftwa...
FluidityProject/multifluids
tools/Flredecomp_main.cpp
C++
lgpl-2.1
4,368
<?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" /> <!-- q3listbox.cpp...
sicily/qt4.8.4
doc/html/q3listboxpixmap.html
HTML
lgpl-2.1
20,134
/** * Copyright (C) 2010 Orbeon, Inc. * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as published by the Free Software Foundation; either version * 2.1 of the License, or (at your option) any later version. * * This program i...
brunobuzzi/orbeon-forms
xforms/jvm/src/main/scala/org/orbeon/oxf/xforms/control/controls/XFormsTriggerControl.scala
Scala
lgpl-2.1
2,122
/**************************************************************************** ** ** Copyright (C) 2014 Debao Zhang ** Contact: hello@debao.me ** ** This file may be used under the terms of the GNU Lesser ** General Public License version 2.1 or version 3 as published by the Free ** Software Foundation and appearing in ...
dbzhang800/ExamplesForQLALR
xlsxformulaengine/src/xlsxast.cpp
C++
lgpl-2.1
784
/* * cpu_s390.c: CPU driver for s390(x) CPUs * * Copyright (C) 2013 Red Hat, Inc. * Copyright IBM Corp. 2012 * * 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....
jardasgit/libvirt
src/cpu/cpu_s390.c
C
lgpl-2.1
3,483
import json import maps import traceback from requests import get from requests import post from requests import put from tendrl.commons.utils import log_utils as logger from tendrl.monitoring_integration.grafana import constants from tendrl.monitoring_integration.grafana import exceptions from tendrl.monitoring_int...
Tendrl/monitoring-integration
tendrl/monitoring_integration/grafana/datasource_utils.py
Python
lgpl-2.1
3,062
/* * PKCS #11 PAM Login Module * Copyright (C) 2003 Mario Strasser <mast@gmx.net>, * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
milgner/pam_pkcs11
src/common/pkcs11_lib.h
C
lgpl-2.1
3,478
/* * Copyright (c) 2013 Anton Golinko * * 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 librar...
agolinko/pdfparse
pdfparse-lib/src/main/java/org/pdfparse/cds/PDFRectangle.java
Java
lgpl-2.1
4,155
################################################################################################### # # # This file is part of HPMPC. # # ...
wuyou33/hpmpc
mpc_solvers/Makefile
Makefile
lgpl-2.1
3,091
/* * Copyright (C) 2018 OTA keys S.A. * * 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. */ /** * @ingroup examples * @{ * * @file * @brief File system usage example application ...
kYc0o/RIOT
examples/filesystem/main.c
C
lgpl-2.1
8,943
REM TODO: need way to specify serial port. cd .. tools\avr\bin\uisp -dpart=ATmega8 -dprog=stk500 -dserial=com1 -dspeed=115200 --wr_lock=0xFF tools\avr\bin\uisp -dpart=ATmega8 -dprog=stk500 -dserial=com1 -dspeed=115200 --wr_fuse_l=0xdf --wr_fuse_h=0xca tools\avr\bin\uisp -dpart=ATmega8 -dprog=stk500 -dserial=com1 -dspe...
electricFeel/antipasto_arduino
build/windows/dist/bootloader/burn.bat
Batchfile
lgpl-2.1
491
/**************************************************************************** ** ** 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 examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You m...
sunblithe/qt-everywhere-opensource-src-4.7.1
examples/graphicsview/weatheranchorlayout/main.cpp
C++
lgpl-2.1
8,634
<?php namespace wcf\data\sudoku\grid\iterator; use wcf\data\sudoku\grid\SudokuGrid; use wcf\util\MathUtil; /** * Implementation of iterator. Randomly jumps around the grid. * * @author Oliver Kliebisch * @copyright 2012 Oliver Kliebisch * @license GNU Lesser General Public License <http://opensource.org/licenses/...
TacHawkes/de.packageforge.wcf.sudoku
files/lib/data/sudoku/grid/iterator/RandomIterator.class.php
PHP
lgpl-2.1
672
/* (c) Copyright 2001-2009 The world wide DirectFB Open Source Community (directfb.org) (c) Copyright 2000-2004 Convergence (integrated media) GmbH All rights reserved. Written by Denis Oliver Kropp <dok@directfb.org>, Andreas Hundt <andi@fischlustig.de>, Sven Neumann <neo@di...
pocketbook-free/browser
DirectFB-1.4.2/src/core/layers_internal.h
C
lgpl-2.1
6,199
 using Mag.Shared; using Decal.Adapter; namespace MagTools.Client { static class ChatSizeManager { public enum ChatState { Unknown, Minimized, Maximized, } public static ChatState CurrentState = ChatState.Unknown; public static bool Minimize(bool force = false) { if (C...
Mag-nus/Mag-Plugins
Mag-Tools/Client/ChatSizeManager.cs
C#
lgpl-2.1
1,043
// Virvo - Virtual Reality Volume Rendering // Copyright (C) 1999-2003 University of Stuttgart, 2004-2005 Brown University // Contact: Jurgen P. Schulze, jschulze@ucsd.edu // // This file is part of Virvo. // // Virvo is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser Genera...
deskvox/deskvox
virvo/virvo/private/vvcompress_snappy.cpp
C++
lgpl-2.1
2,696
<?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/webkit-webkit-guide-webkit-guide-pro.html
HTML
lgpl-2.1
15,011
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
liuwenf/moose
framework/src/utils/MooseEnum.C
C++
lgpl-2.1
4,162
# 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) from spack import * import glob import os.path class Xbraid(MakefilePackage): """XBraid: Parallel time integration w...
rspavel/spack
var/spack/repos/builtin/packages/xbraid/package.py
Python
lgpl-2.1
1,879
--- title: "Category:GtkGL" lastmodified: '2007-03-12' redirect_from: - /Category%3AGtkGL/ --- Category:GtkGL ============== (n/a)
znlgis/sod
docs/archived/categorygtkgl.md
Markdown
lgpl-2.1
136
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Vr...
univerio/vrplayer-cv1
VrPlayer.Effects/VrPlayer.Effects.None/Properties/AssemblyInfo.cs
C#
lgpl-2.1
1,444
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast <fejj@ximian.com> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU Lesser Gene...
gcampax/evolution-data-server
camel/camel-sasl-digest-md5.c
C
lgpl-2.1
23,237
/*****************************************************************************\ * ANALYSIS PERFORMANCE TOOLS * * Extrae * * Instrumentation package for parallel applications * **...
bsc-performance-tools/extrae
src/launcher/dyninst/ompSnippets.h
C
lgpl-2.1
2,040
/* -*- OpenSAF -*- * * (C) Copyright 2008 The OpenSAF Foundation * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. This file and program are licensed * under the GNU Les...
kenzaburo/OpenSaf-FrameWork
osaf/libs/core/mds/include/mda_pvt_api.h
C
lgpl-2.1
3,567
/* Copyright (C) 2006 EBI 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 library is distributed in the ...
pubmed2ensembl/MartScript
src/org/biomart/common/utils/BeanSet.java
Java
lgpl-2.1
1,943
REM Run this cmd from the sln folder to copy all generated images over the originals. REM Only do this if you have checked that the generated images are correct. REM todo: run unit tests C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe xcopy .\Tests\Mapsui.Rendering.Skia.Tests\bin\Debug\Resources\Ima...
tebben/Mapsui
Scripts/test-image-copier.cmd
Batchfile
lgpl-2.1
544
package org.epoxide.commons; import java.util.logging.Logger; import org.epoxide.commons.registry.Identifier; public class EpoxideCommons { /** * The logger used by Epoxide Commons. By default this is an anonymous logger, however you * can use {@link #setLogger(Logger)} to change it to a new one. ...
Epoxide-Software/Epoxide-Commons
src/main/java/org/epoxide/commons/EpoxideCommons.java
Java
lgpl-2.1
1,856
// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 2011,2012 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 versi...
abetv/jubatus
jubatus/core/framework/mixable.hpp
C++
lgpl-2.1
3,965
<!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.5.0_22) on Mon May 24 23:03:26 CEST 2010 --> <TITLE> Uses of Package org.mockito.internal.runners.util (Mockito API) </TITLE> <LINK REL ="sty...
cacheonix/cacheonix-core
3rdparty/mockito-1.8.5/javadoc/org/mockito/internal/runners/util/package-use.html
HTML
lgpl-2.1
5,679
/**************************************************************************** ** ** Copyright (C) 2013 Ivan Vizir <define-true-false@yandex.com> ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtWinExtras module of the Qt Toolkit. *...
CodeDJ/qt5-hidpi
qt/qtwinextras/src/winextras/qwinfunctions.cpp
C++
lgpl-2.1
107,141
/** * * Copyright (c) 2014, the Railo Company Ltd. 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) ...
lucee/Lucee
core/src/main/java/lucee/runtime/monitor/IntervallMonitorWrap.java
Java
lgpl-2.1
1,910
<?php /* Smarty version Smarty-3.1.21, created on 2017-06-01 17:41:52 compiled from "D:\xampp\htdocs\tiki\templates\layout_fullscreen_check.tpl" */ ?> <?php /*%%SmartyHeaderCode:11102593035c047a490-64075437%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties...
lorddavy/TikiWiki-Improvement-Project
templates_c/en_basic^c9f4e452c0f8f25d2171a8d3081ad85520a0fde1.file.layout_fullscreen_check.tpl.php
PHP
lgpl-2.1
2,752
/* * Copyright (C) 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
youfoh/webkit-efl
Source/WebCore/loader/ImageLoaderClient.h
C
lgpl-2.1
2,259
// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gtk { using System; public delegate void SelectionClearEventHandler(object o, SelectionClearEventArgs args); public class SelectionClearEventArgs : GLib.SignalArgs { public Gdk.EventSelection Event...
akrisiun/gtk-sharp
gtk/generated/Gtk/SelectionClearEventHandler.cs
C#
lgpl-2.1
388
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2017 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
jochenvdv/checkstyle
src/test/java/com/puppycrawl/tools/checkstyle/utils/ModuleReflectionUtilsTest.java
Java
lgpl-2.1
11,040
# devices/md.py # # Copyright (C) 2009-2014 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the...
dwlehman/blivet
blivet/devices/md.py
Python
lgpl-2.1
22,939
/*************************************************************************** * Copyright (C) 2013 by Jeroen Broekhuizen * * jengine.sse@live.nl * * * * This li...
crafter2d/crafter2d
src/core/graphics/sprites/spritefactory.h
C
lgpl-2.1
1,834
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * 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 * th...
pbondoer/xwiki-platform
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/events/DocumentCreatedEventDescriptor.java
Java
lgpl-2.1
1,930
import { UiFinder, Waiter } from '@ephox/agar'; import { describe, it } from '@ephox/bedrock-client'; import { TinyHooks, TinyUiActions } from '@ephox/mcagar'; import { Focus, Insert, Remove, SugarBody, SugarElement } from '@ephox/sugar'; import Editor from 'tinymce/core/api/Editor'; import Theme from 'tinymce/themes/...
TeamupCom/tinymce
modules/tinymce/src/themes/silver/test/ts/browser/editor/ToolbarPersistTest.ts
TypeScript
lgpl-2.1
1,575
<!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...
kidaa/Awakening-Core3
doc/html/class_create_vendor_sui_callback.html
HTML
lgpl-3.0
11,752
<?php class H_Bis { //put your code here } ?>
lunarnet76/CRUDsader
project/Testold/Parts/Fakelib/NoNamespace/H/Bis.php
PHP
lgpl-3.0
50
<?php namespace app\modules\Disqus; use Morrow\Factory; use Morrow\Debug; class _Default extends Factory { public function __construct() { } }
MINISTRYGmbH/morrow-docs
modules/Disqus/_Default.php
PHP
lgpl-3.0
147
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Data filter converting CSTBox v2 event logs to v3 format. Usage: ./cbx-2to3.py < /path/to/input/file > /path/to/output/file """ __author__ = 'Eric Pascual - CSTB (eric.pascual@cstb.fr)' import fileinput import json for line in fileinput.input(): ts, var_type, v...
cstbox/devel
bin/cbx-2to3.py
Python
lgpl-3.0
821
/*- * #%L * Mathematical morphology library and plugins for ImageJ/Fiji. * %% * Copyright (C) 2014 - 2017 INRA. * %% * 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...
ijpb/MorphoLibJ
src/main/java/inra/ijpb/data/border/MirroringBorder.java
Java
lgpl-3.0
1,948
#ifndef QINPUTMETHODEVENT #define QINPUTMETHODEVENT class DummyQInputMethodEvent : public DummyQEvent { // Q_OBJECT; public: knh_RawPtr_t *self; std::map<std::string, knh_Func_t *> *event_map; std::map<std::string, knh_Func_t *> *slot_map; DummyQInputMethodEvent(); virtual ~DummyQInputMethodEvent(); void setSelf(...
imasahiro/konohascript
package/konoha.qt4/include/KQInputMethodEvent.hpp
C++
lgpl-3.0
854
<?php namespace Znerol\Component\Stringprep\Profile; use Znerol\Component\Stringprep\Profile; /** * XMPP PolicyMIB profile for stringprep defined in RFC 4011, Section 9.1.1 */ class PolicyMIB extends Profile { /** * Use RFC3454 table B.1 */ protected $removeZWS = true; /** * No casefolding */ p...
znerol/Stringprep
Profile/PolicyMIB.php
PHP
lgpl-3.0
853
from typing import Callable, Any from ..model import MetaEvent, Event from ..exceptions import PropertyStatechartError __all__ = ['InternalEventListener', 'PropertyStatechartListener'] class InternalEventListener: """ Listener that filters and propagates internal events as external events. """ de...
AlexandreDecan/sismic
sismic/interpreter/listener.py
Python
lgpl-3.0
1,061
using System.ComponentModel.DataAnnotations.Schema; namespace TrackerEnabledDbContext.Common.Testing.Models { [Table("ModelWithCustomTableAndColumnNames")] public class TrackedModelWithCustomTableAndColumnNames { public long Id { get; set; } [Column("MagnitudeOfForce")] public int...
bilal-fazlani/tracker-enabled-dbcontext
TrackerEnabledDbContext.Common.Testing/Models/TrackedModelWithCustomTableAndColumnNames.cs
C#
lgpl-3.0
447
/* * This file is part of the libusbhost library * hosted at http://github.com/libusbhost/libusbhost * * Copyright (C) 2015 Amir Hammad <amir.hammad@hotmail.com> * * * libusbhost is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as publ...
libusbhost/libusbhost
src/usbh_driver_hub.c
C
lgpl-3.0
19,007
include $(GOROOT)/src/Make.inc TARG=launchpad.net/goamz/aws GOFILES=\ aws.go\ include $(GOROOT)/src/Make.pkg GOFMT=gofmt BADFMT=$(shell $(GOFMT) -l $(GOFILES) $(wildcard *_test.go) 2> /dev/null) gofmt: $(BADFMT) @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done ifneq ($(BADFMT),) ifneq ($(MAKECMDGOALS),...
usiegj00/goamz-aws
Makefile
Makefile
lgpl-3.0
382
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
pmmp/PocketMine-MP
src/item/Banner.php
PHP
lgpl-3.0
3,873
package nc.noumea.mairie.appock.event; /*- * #%L * Logiciel de Gestion des approvisionnements et des stocks des fournitures administratives de la Mairie de Nouméa * %% * Copyright (C) 2017 Mairie de Nouméa, Nouvelle-Calédonie * %% * This program is free software: you can redistribute it and/or modify * it under...
DSI-Ville-Noumea/appock
src/test/java/nc/noumea/mairie/appock/event/RechargeOngletAbstractEntityEventTest.java
Java
lgpl-3.0
1,617
{-# LANGUAGE RecordWildCards #-} -- | 'Ktx' is the only format can handle all sorts of textures available -- among OpenGL [ES] implementations. This library holds any Texture as 'Ktx' -- internally. module Graphics.TextureContainer.KTX where import Control.Applicative import Control.Exception import Control.Monad impor...
capsjac/opengles
src/Graphics/TextureContainer/KTX.hs
Haskell
lgpl-3.0
4,142
#region LICENSE // TStreamSource - MPEG Stream Tools // Copyright (C) 2011 MarkTwen (mktwen@gmail.com) // http://www.TStreamSource.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 Softw...
markTwen/TStreamSource
TStreamSource.Core/DShow/IGraphConfigurator.cs
C#
lgpl-3.0
1,059
/** * Site Members Groups component GET method */ function main() { var siteId, theUrl, json, membership, data; siteId = page.url.templateArgs.site; // get the membership info for the current user in the current site theUrl = "/api/sites/" + siteId + "/memberships/" + encodeURIComponent(user.name)...
loftuxab/community-edition-old
projects/slingshot/config/alfresco/site-webscripts/org/alfresco/components/site-members/site-groups.get.js
JavaScript
lgpl-3.0
2,046
<?php namespace Quark\Extensions\MediaProcessing\PDFDocument; /** * Interface IQuarkPDFDocumentEntity * * @package Quark\Extensions\MediaProcessing\PDFDocument */ interface IQuarkPDFDocumentEntity { /** * @return string */ public function PDFEntityType(); /** * @return PDFDocumentObject[] */ public fu...
Qybercom/quark
Extensions/MediaProcessing/PDFDocument/IQuarkPDFDocumentEntity.php
PHP
lgpl-3.0
503
class SitesController < ApplicationController # GET /site # GET /site.xml def show @site = current_site end # GET /site/new # GET /site/new.xml def new redirect_to edit_site_path end # GET /site/edit def edit @site = current_site end # POST /site # POST /site.xml def create ...
atd/station
app/controllers/sites_controller.rb
Ruby
lgpl-3.0
1,012