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
/* * 12/21/2004 * * ConfigurableCaret.java - The caret used by RTextArea. * Copyright (C) 2004 Robert Futrell * robert_futrell at users.sourceforge.net * http://fifesoft.com/rsyntaxtextarea * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P...
rkadle/Tank
tools/script_filter/src/main/java/org/fife/ui/rtextarea/ConfigurableCaret.java
Java
epl-1.0
20,621
/******************************************************************************* * Copyright (c) 2017 Eurotech and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availa...
gavinying/kura
kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/hook/DeploymentHookManager.java
Java
epl-1.0
5,275
// $Id: tss_pe.cpp 49324 2008-10-13 20:30:13Z anthonyw $ // (C) Copyright Aaron W. LaFramboise, Roland Schwarz, Michael Glassford 2004. // (C) Copyright 2007 Roland Schwarz // (C) Copyright 2007 Anthony Williams // (C) Copyright 2007 David Deakins // Use, modification and distribution are subject to the // Boost Softwa...
7ofNine/piranha
src/boost_thread/win32/tss_pe.cpp
C++
gpl-2.0
8,746
; /*! * Superfish v1.4.8 - jQuery menu widget * Copyright (c) 2008 Joel Birch * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt ...
acappellamaniac/eva_website
sites/all/modules/nice_menus/js/superfish.js
JavaScript
gpl-2.0
4,275
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2000, 2001, 2002, 2003 RiskMap srl Copyright (C) 2003, 2004, 2005 StatPro Italia srl This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quant...
EuroPlusFinance/Software
Quantum Trading Platforms/QuantLib-1.4/ql/methods/montecarlo/mctraits.hpp
C++
gpl-2.0
2,138
# # (C) Copyright 2013 Freescale Semiconductor, Inc. # # SPDX-License-Identifier: GPL-2.0+ # include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o COBJS := wandboard.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) #####...
luckyboy/uboot
u-boot-2013.10/board/wandboard/Makefile
Makefile
gpl-2.0
548
<?php /** * ExternalSearch Recommendation Module * * PHP version 7 * * Copyright (C) Villanova University 2019. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. * * This p...
swissbib/vufind
module/VuFind/src/VuFind/Recommend/ExternalSearch.php
PHP
gpl-2.0
3,543
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-...
ndtrung81/lammps
src/fix_setforce.h
C
gpl-2.0
2,202
package ProFTPD::Tests::Config::Directory::Limits; use lib qw(t/lib); use base qw(ProFTPD::TestSuite::Child); use strict; use Cwd; use File::Path qw(mkpath); use File::Spec; use IO::Handle; use ProFTPD::TestSuite::FTP; use ProFTPD::TestSuite::Utils qw(:auth :config :running :test :testsuite); $| = 1; my $order = 0...
pghmcfc/proftpd
tests/t/lib/ProFTPD/Tests/Config/Directory/Limits.pm
Perl
gpl-2.0
64,813
<?php defined( '_JEXEC') or die( 'Restricted Access' ); /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd ...
kiennd146/nhazz.com
plugins/system/zend/Zend/Amf/Value/Messaging/AbstractMessage.php
PHP
gpl-2.0
2,406
/* * This source code is part of * * G R O M A C S * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2009, The GROMACS Development Team * * Gromacs is a library for molecular simulation and trajectory analysis, * written by Er...
tectronics/force-distribution-analysis.gromacs-4-5-3
src/gmxlib/nonbonded/nb_kernel_c/nb_kernel210.c
C
gpl-2.0
16,193
<?php /* Template Name: Archives Page */ ?> <?php get_header() ?> <div id="container"> <div id="content"> <?php while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID() ?>" class="<?php sandbox_post_class() ?>"> <h2 class="entry-title"><?php the_title() ?></h2> <div class="entry-content"> <...
ryanaslett/pgc3
wp-content/themes/sandbox-162/archives.php
PHP
gpl-2.0
1,206
////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm // Entertainment Company Ltd. Portions contributed and copyright held by // others as indicated. All rights reserved. // // Redistribution and use in source and bi...
petterreinholdtsen/cinelerra-hv
thirdparty/openexr-1.6.1/IlmImfTest/compareFloat.h
C
gpl-2.0
2,046
/* * man2tcl.c -- * * This file contains a program that turns a man page of the * form used for Tcl and Tk into a Tcl script that invokes * a Tcl command for each construct in the man page. The * script can then be eval'ed to translate the manual entry * into some other format such as MIF or HTML. * * Usage:...
AndresGG/sn-8.4
tcl/tools/man2tcl.c
C
gpl-2.0
8,218
<?php /** * @file * Default theme implementation to display a single Drupal page. * * Available variables: * * General utility variables: * - $base_path: The base URL path of the Drupal installation. At the very * least, this will always default to /. * - $directory: The directory the template is located in,...
AbeerKhakwani/drupal_theme_creative
sites/all/themes/mycreativetheme/templates/page.tpl.php
PHP
gpl-2.0
10,672
/************************************************************************************* Grid physics library, www.github.com/paboyle/Grid Source file: ./lib/algorithms/iterative/ConjugateGradientMultiShift.h Copyright (C) 2015 Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk> Author: Peter Boyle...
FlorisBalm/Grid
lib/algorithms/iterative/ConjugateGradientMultiShift.h
C
gpl-2.0
8,022
<?php # ro_RO translation for # PHP-Calendar, DatePicker Calendar class: http://www.triconsole.com/php/calendar_datepicker.php # Version: 3.61 # Language: Romanian / Română # Translator: Ciprian Murariu <ciprianmp@yahoo.com> # Last file update: 01.09.2011 // Class strings localization define("L_DAY", "Ziua"); define("...
sinan92/Pikawall
wp-content/plugins/appointment-calendar/calendar/lang/calendar.ro_RO.php
PHP
gpl-2.0
2,826
/* Webkit animation keyframes */ @-webkit-keyframes animate-stripes { from { background-position: 0 0; } to { background-position: 44px 0; } } .ui-progress-bar { position: relative; height: 35px; padding-right: 2px; border-bottom: 10px solid #e0e0e0; margin-top: -25px; } .ui-progress { ...
pivotlearning/wpsite
wp-content/themes/linstar/core/shortcodes/assets/css/ui.progress-bar.css
CSS
gpl-2.0
3,731
/* { dg-require-effective-target vect_shift } */ /* { dg-require-effective-target vect_int } */ /* Check the standard integer types for left and right shifts to see if the compiler replaced a scalar instruction with a vector instruction whether the correct value is generated. */ #ifdef TRACE #include <stdio.h> ...
ccompiler4pic32/pic32-gcc
gcc/testsuite/gcc.dg/vect/vect-shift-2.c
C
gpl-2.0
4,956
from __future__ import absolute_import from .base import *
cr8ivecodesmith/pyort
pyort/pyort/settings/production.py
Python
gpl-2.0
59
<? global $wgLogo, $wgSitename, $wgServer; //List of parameters and default values $flashvardefault = array( 'backgroundColor' => '336699', 'backgroundImage' => '', 'borderColor' => '333333', 'dropShadow' => '1', 'headerColor' => '000000', 'headerAlpha' => '.2', 'headerBorderColor' => 'FFFFFF', 'headli...
felixonmars/app
extensions/wikia/WikiaWidget/templates/main.tmpl.php
PHP
gpl-2.0
9,463
class TopicRetriever def initialize(embed_url, opts=nil) @embed_url = embed_url @author_username = opts[:author_username] @opts = opts || {} end def retrieve perform_retrieve unless (invalid_host? || retrieved_recently?) end private def invalid_host? SiteSetting.allows_embeddable...
idnet/discourse
lib/topic_retriever.rb
Ruby
gpl-2.0
1,462
<?php /** * @package EasySocial * @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved. * @license GNU/GPL, see LICENSE.php * EasySocial is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of wor...
cuongnd/banhangonline88_joomla
media/com_easysocial/apps/fields/user/currency/helper.php
PHP
gpl-2.0
1,080
-- TDB 910.21081 auth UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED');
funjoker/TrinityCore
sql/old/9.x/auth/21081_2021_10_15/2021_08_18_00_auth.sql
SQL
gpl-2.0
165
<?php /* Copyright (C) <2011> Vasyl Martyniuk <martyniuk.vasyl@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later ve...
ciudadanointeligente/legacy-desarrollando-2012
wp-content/plugins/advanced-access-manager/model/roleconfig.php
PHP
gpl-2.0
2,910
<?php /** * Contains ExchangeWebServices. */ /** * Base class of the Exchange Web Services application. * * @package php-ews\Client */ class ExchangeWebServices { /** * Microsoft Exchange 2007 * * @var string */ const VERSION_2007 = 'Exchange2007'; /** * Microsoft Exchange 2...
andrewwippler/rpi-wayfinding
php-ews/ExchangeWebServices.php
PHP
gpl-2.0
32,065
/* Definitions of target machine for GNU compiler. PowerPC VxworksAE version. Copyright (C) 2005-2021 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as pu...
Gurgel100/gcc
gcc/config/rs6000/vxworksae.h
C
gpl-2.0
1,000
/* Copyright (C) 2000-2017 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 version 2.1 of the ...
NicoleRobin/glibc
sysdeps/unix/sysv/linux/getdtsz.c
C
gpl-2.0
895
module.exports = function (grunt) { // Load in legacy config require('./grunt')(grunt); // Configure nodeunit as test var testConfig = grunt.config.get('test'); grunt.config.set('nodeunit', testConfig); // Load in nodeunit process.chdir('..'); grunt.loadNpmTasks('grunt-contrib-nodeunit'); process.ch...
ibevamp/ourbrand
sites/all/themes/ourbrand/grunt/node_modules/grunt-spritesmith/src-test/Gruntfile.js
JavaScript
gpl-2.0
423
<?php namespace Drupal\Tests\conditional_fields\FunctionalJavascript; use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; use Drupal\taxonomy\Entity\Vocabulary; use Drupal\taxonomy\Entity\Term; use Drupal\Core\Entity\Entity\EntityFormDisplay; use Drupal\Tests\conditional_fields\FunctionalJavascript\TestC...
AfrikaBurn/Main
web/modules/contrib/conditional_fields/tests/src/FunctionalJavascript/ConditionalFieldRadiosTest.php
PHP
gpl-2.0
9,587
/* * The input core * * Copyright (c) 1999-2002 Vojtech Pavlik */ /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_BASENAME ": " fmt #include...
AOSPA-legacy/android_kernel_lge_msm8974
drivers/input/input.c
C
gpl-2.0
57,518
<?php session_start(); if (!array_key_exists("la_logusr",$_SESSION)) { print "<script language=JavaScript>"; print "close();"; print "opener.document.form1.submit();"; print "</script>"; } $la_empresa = $_SESSION["la_empresa"]; $li_estmodest = $la_empresa["estmodest"]; $li_loncodestpro...
omerta/huayra
scb/sigesp_cat_public_estpro2.php
PHP
gpl-2.0
7,691
<?php /** * Copyright (c) 2011 Sardar Madumarov * All rights reserved. * ATTENTION: This commercial software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ * and is licensed under Oxwall Store Commercial License. * Full text of this license can be found at http://www.oxwall.org/st...
seret/oxtebafu
ow_plugins/oaseo98/controllers/admin.php
PHP
gpl-2.0
22,064
/*********************************************************************************************************/ /** * fileicon plugin for CKEditor 3.x (Author: Lajox ; Email: lajox@19www.com) * version: 1.0 * Released: On 2009-12-11 * Download: http://code.google.com/p/lajox */ /*************************************...
bundocba/unitedworld
plugins/editors/jckeditor/plugins/fileicon/dialogs/fileicon.js
JavaScript
gpl-2.0
5,136
/** * @file * Appearance settings. */ (function ($, Drupal) { Drupal.behaviors.atCoreLayoutVisualization = { attach: function () { $('#edit-layout-select select[id*="edit-settings-page-"]').change(function(){ $('#' + $(this).attr('id')).parent().next().children().removeClass().addClass(this.value...
raidho93/buildrace
themes/adaptivetheme/at_core/scripts/at.appearance.js
JavaScript
gpl-2.0
364
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/xr19rel/WINNT_5.2_Depend/mozilla/netwerk/base/public/nsIIOService.idl */ #ifndef __gen_nsIIOService_h__ #define __gen_nsIIOService_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL fi...
nikgoodley-ibboost/forklabs-javaxpcom
tools/xulrunner-1.9.0.13-sdk/sdk/include/nsIIOService.h
C
gpl-2.0
13,706
/* Definition for thread-local data handling. NPTL/SH version. Copyright (C) 2003-2017 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 publishe...
NicoleRobin/glibc
sysdeps/sh/nptl/tls.h
C
gpl-2.0
5,537
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-...
akohlmey/lammps
src/EXTRA-MOLECULE/dihedral_quadratic.h
C
gpl-2.0
1,288
<?php /** * * NOTICE OF LICENSE * * This source file is subject to the GNU General Public License (GPL 3) * that is bundled with this package in the file LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Payone to newer * versions in the future. If you wish to customize Pay...
dsiekiera/modified-bs4
includes/external/payone/php/Payone/ClientApi/Service/GenerateHash.php
PHP
gpl-2.0
3,048
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #include <sys/utsname.h> #include "architecture.h" #include "macro.h" #include "string-table.h" #include "string-util.h" int uname_architecture(void) { /* Return a sanitized enum identifying the architecture we are * running on. This is based on unam...
phomes/systemd
src/basic/architecture.c
C
gpl-2.0
7,739
! ! Copyright (C) 2001-2013 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! ! !%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ! this routi...
maxhutch/quantum-espresso
XSpectra/src/orthoUatwfc_k.f90
FORTRAN
gpl-2.0
3,548
#include <ulib.h> #include <stdio.h> #include <dir.h> #define printf(...) fprintf(1, __VA_ARGS__) void usage(void) { printf("usage: unlink dir [...]\n"); } int main(int argc, char **argv) { if (argc == 1) { usage(); return -1; } else { int i, ret; f...
spinlock/ucore
x86_64/lab6_filesystem/proj19/user/unlink.c
C
gpl-2.0
472
import { Component, ChangeDetectionStrategy, Input, Output, EventEmitter, TemplateRef, ContentChild, forwardRef, ChangeDetectorRef } from '@angular/core'; import { NgbRatingConfig } from './rating-config'; import { toString, getValueInRange } from '../util/util'; import { NG_VALUE_ACCESSOR } from '@angular/forms'; var ...
Planigle/planigle
node_modules/@ng-bootstrap/ng-bootstrap/rating/rating.js
JavaScript
gpl-2.0
6,008
// // Copyright (C) 2007, 2009 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at you...
intervigilium/cs259-or32-gcc
libstdc++-v3/testsuite/util/replacement_memory_operators.h
C
gpl-2.0
2,940
#pragma once /* * Copyright (C) 2005-2014 Team XBMC * http://xbmc.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 Foundation; either version 2, or (at your option) * any later ver...
popcornmix/xbmc
xbmc/windowing/X11/VideoSyncGLX.h
C
gpl-2.0
1,557
--- title: Syntax highlighting tags: [formatting] keywords: rouge, pygments, prettify, color coding, last_updated: August 12, 2015 summary: "You can apply syntax highlighting to your code. This theme uses pygments and applies color coding based on the lexer you specify." --- ## About syntax highlighting For syntax hi...
npateman/documentation-theme-jekyll
doc_syntax_highlighting.md
Markdown
gpl-2.0
1,524
<?php /** * * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Reports\Controller\Adminhtml\Report\Sales; use Magento\Framework\App\ResponseInterface; use Magento\Framework\App\Filesystem\DirectoryList; class ExportCouponsExcel extends \Magento\Reports\Con...
FPLD/project0
vendor/magento/module-reports/Controller/Adminhtml/Report/Sales/ExportCouponsExcel.php
PHP
gpl-2.0
805
/* * arch/arm/mach-sun7i/cpu-freq/cpu-freq.c * * Copyright (c) 2012 Allwinner. * kevin.z.m (kevin@allwinnertech.com) * * 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 o...
LuckJC/cubie-linux
arch/arm/mach-sun7i/cpu-freq/cpu-freq.c
C
gpl-2.0
32,340
<?php /** * Abstract cover background layer * * PHP version 7 * * Copyright (C) Villanova University 2018. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. * * This progra...
vufind-org/vufind
module/VuFind/src/VuFind/Cover/Layer/AbstractBackgroundLayer.php
PHP
gpl-2.0
2,874
/* * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
lucasicf/metricgenerator-jdk-compiler
test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java
Java
gpl-2.0
1,946
/* * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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. * ...
katsumy186/mangos
src/game/WorldSession.cpp
C++
gpl-2.0
21,073
package teammates.test.cases.action; import java.util.Date; import java.util.Map; import org.testng.annotations.Test; import teammates.common.datatransfer.attributes.FeedbackSessionAttributes; import teammates.common.exception.NullPostParameterException; import teammates.common.util.Const; import teammates.common.ut...
BrianCoveney/teammates
src/test/java/teammates/test/cases/action/InstructorFeedbackPublishActionTest.java
Java
gpl-2.0
7,215
# This file is part of Buildbot. Buildbot 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, version 2. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without eve...
anish/buildbot
master/buildbot/util/sautils.py
Python
gpl-2.0
2,925
/*************************************************************************** * (C) Copyright 2017 - Stendhal * *************************************************************************** *************************************************************************** * ...
AntumDeluge/arianne-stendhal
src/games/stendhal/server/maps/ados/city/WallSoldier1NPC.java
Java
gpl-2.0
2,680
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Copyright (C) 2008 Sun Microsystems, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the...
0xffea/drizzle
drizzled/item/outer_ref.h
C
gpl-2.0
2,772
include ../Makefile.include ifneq ($(shell test -f $(PREFIX)/share/config.site && echo 1),1) $(error Error: $(PREFIX)/share/config.site is missing. Please reconfigure depends to generate it) endif DEPENDS = \ pcre expat gettext sqlite3 libgpg-error \ libgcrypt bzip2 liblzo2 libzip freetype2 fontconfig \ openssl...
zidootech/zidoo-kodi-15.1
tools/depends/target/Makefile
Makefile
gpl-2.0
5,189
/* $Id: tif_dirinfo.c,v 1.28 2009/09/06 13:11:27 drolon Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * tha...
bhargavkumar040/android-source-browsing.platform--external--free-image
Source/LibTIFF/tif_dirinfo.c
C
gpl-2.0
33,305
// { dg-options "-std=gnu++11" } // { dg-require-cstdint "" } // // Copyright (C) 2011-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by ...
mageec/mageec-gcc
libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc
C++
gpl-2.0
1,541
#include <utils/Log.h> #include <fcntl.h> #include <math.h> #include "camera_custom_nvram.h" #include "camera_custom_sensor.h" #include "image_sensor.h" #include "kd_imgsensor_define.h" #include "camera_AE_PLineTable_s5k5e2yamipiraw.h" #include "camera_info_s5k5e2yamipiraw.h" #include "camera_custom_AEPlinetable.h" #...
rimistri/mediatek
mt6732/mediatek/custom/mt6752/hal/imgsensor/s5k5e2ya_mipi_raw/camera_flicker_para_s5k5e2yamipiraw.cpp
C++
gpl-2.0
2,935
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2008 StatPro Italia srl This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it ...
EuroPlusFinance/Software
Quantum Trading Platforms/QuantLib-1.4/test-suite/cdsoption.hpp
C++
gpl-2.0
1,163
/* * 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 conditions ...
loveyoupeng/rt
modules/web/src/main/native/Source/WebCore/Modules/speech/SpeechGrammar.h
C
gpl-2.0
2,310
<?php /** * File contains: eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\Gateway\DoctrineDatabaseTest class. * * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. * * @version //autogenta...
miguelcleverti/ezpublish-kernel
eZ/Publish/Core/Persistence/Legacy/Tests/Content/Gateway/DoctrineDatabaseTest.php
PHP
gpl-2.0
63,196
/* Copyright (C) 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 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 ...
pexip/os-eglibc
math/w_log.c
C
gpl-2.0
1,452
/* Return the canonical absolute name of a given file. Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Copyright (C) 2002 Red Hat, Inc. (trivial port to GLib) The GNU C Library is free software; you can redistribute it and/or modify it under the term...
LStranger/clone-menu-cache-debian-build
menu-cache-gen/canonicalize.c
C
gpl-2.0
7,539
<?php /** * @version $Id: constants.php 203 2011-06-01 19:02:19Z happy_noodle_boy $ * @package JCE * @copyright Copyright © 2009-2011 Ryan Demmer. All rights reserved. * @copyright Copyright © 2005 - 2007 Open Source Matters. All rights reserved. * @license GNU/GPL 2 or later * This version may have bee...
healthcommcore/lodalab
administrator/components/com_jce/includes/constants.php
PHP
gpl-2.0
1,824
/* * ARCH LINUX DJANGO (MAIN SITE) * * Stylesheet for printing */ /* general styling */ body { font: normal 100% sans-serif; } #content { font-size: 0.812em; } #archnavbarmenu, #archdev-navbar, .admin-actions { display: none; }
archhurd/archweb
sitestatic/archweb-print.css
CSS
gpl-2.0
236
/* Touch_synaptics.c * * Copyright (C) 2012 LGE. * * Author: yehan.ahn@lge.com, hyesung.shin@lge.com * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * ...
curbthepain/revkernel_us990
drivers/input/touchscreen/touch_synaptics_kddi_evb.c
C
gpl-2.0
48,729
/** * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ !(function(window, document){ 'use strict'; /** Method to convert numbers to local symbols. */ Date.convertNumbers = function(str) { var str...
haydenyoung/joomla-cms
media/system/js/fields/calendar.js
JavaScript
gpl-2.0
42,917
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qdatetime.cpp:1239 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>QTime Class</title> <style type="text/css"><!-- fn { margin-left: 1cm...
OS2World/LIB-QT3_Toolkit_Vbox
doc/html/qtime.html
HTML
gpl-2.0
21,834
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
vanfanel/scummvm
engines/ags/metaengine.h
C
gpl-2.0
2,992
/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
lawnn/Dorimanx-LG-G2-D802-Kernel
arch/arm/mach-msm/lge/board-8974-g2-us.c
C
gpl-2.0
7,474
/* * Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * 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 ...
aikon-com-cn/InfinityCore
src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
C++
gpl-2.0
17,183
<font face="Verdana, Arial" size=3 color="#0000cc"> <b>Request for pathological lab test</b></font> <p> <font size=2 face="verdana,arial" > <?php if(!$src){ ?> <a name="sday"><img <?php echo createComIcon('../','frage.gif','0') ?>> <font color="#990000"><b></a> The patient's label is not attached. What should I do?</...
timschofield/care2x
help/sr/help_sr_request_patho.php
PHP
gpl-2.0
1,586
/* * * This source code is part of * * G R O M A C S * * GROningen MAchine for Chemical Simulations * * VERSION 3.2.0 * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others. * Copyright (c) 1991-2000, University of G...
tectronics/force-distribution-analysis.gromacs-4-5-3
include/warninp.h
C
gpl-2.0
4,406
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_09) on Sun Sep 04 19:19:00 CDT 2005 --> <TITLE> com.anji.tournament (ANJI API) </TITLE> <META NAME="keywords" CONTENT="com.anji.tournament package">...
RaeveSpam/ANJIProject
docs/javadoc/com/anji/tournament/package-summary.html
HTML
gpl-2.0
12,300
<?Php /******************************************/ /* FECHA: 13/08/2007 */ /* AUTOR: ING. ZULHEYMAR RODRÍGUEZ */ /******************************************/ session_start(); require_once("sigesp_sfc_c_reportes.php"); $reporte = new sigesp_sfc_c_reportes('LETTER','portrait','REPORTE...
omerta/huayra
sfc/reportes/sigesp_sfc_rep_pedido.php
PHP
gpl-2.0
3,426
/* * recordables_map.h * * This file is part of NEST. * * Copyright (C) 2004 The NEST Initiative * * NEST 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 * ...
tobikausk/nest-simulator
nestkernel/recordables_map.h
C
gpl-2.0
6,717
// Avisynth C Interface Version 0.20 // Copyright 2003 Kevin Atkinson // 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 versio...
Nevcairiel/LAVFilters
thirdparty/64/include/avisynth/avs/config.h
C
gpl-2.0
5,226
<?php use SeleniumClient\By; use SeleniumClient\SelectElement; use SeleniumClient\WebDriver; use SeleniumClient\WebDriverWait; use SeleniumClient\DesiredCapabilities; use SeleniumClient\WebElement; /** * @package Joomla.Test * @subpackage Webdriver * * @copyright Copyright (C) 2005 - 2015 Open...
yulchitaj/TEST1
tests/system/webdriver/Pages/SiteContent/SiteContentCategoriesPage.php
PHP
gpl-2.0
1,544
/* * ReverbSC.cpp - A native reverb based on an algorithm by Sean Costello * * This file is part of LMMS - https://lmms.io * * 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 * vers...
tresf/lmms
plugins/ReverbSC/ReverbSC.cpp
C++
gpl-2.0
4,455
package com.litesuits.common.assist; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.telephony.TelephonyManager; import com.litesuits.android.log.Log; import java.lang.reflect.Method; /** * assist us in sensing state of the networks. * * need ...
androidDaniel/treasure
common/src/main/java/com/litesuits/common/assist/Network.java
Java
gpl-2.0
12,019
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include <linux/fiemap.h> #include "time-util.h" typedef struct SleepConfig { bool allow_suspend; /* AllowSuspend */ bool allow_hibernate; /* AllowHibernation */ bool allow_s2h; /* AllowSuspendThenHibernate */ ...
heftig/systemd
src/shared/sleep-config.h
C
gpl-2.0
1,971
/* SportsPress */ .sp-align-left { text-align: left; } .sp-align-right { text-align: right; } .sp-align-center { text-align: center; } /* Header */ .sp-header { position: relative; overflow: visible; } /* Templates */ .sp-template { margin-bottom: 1.5em; } .sp-template-logo, .sp-template-photo { float: left...
dwisuseno/duabola
wp-content/plugins/sportspress/assets/css/sportspress.css
CSS
gpl-2.0
7,477
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace SnWebApplication { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.ax...
tusmester/sn-projecttemplates-tmp
src/SnWebApplicationWithWorkspaces/SnWebApplication/App_Start/RouteConfig.cs
C#
gpl-2.0
586
/** * @brief Clock Tick Device Driver * * This routine utilizes the Decrementer Register common to the PPC family. * * The tick frequency is directly programmed to the configured number of * microseconds per tick. */ /* * COPYRIGHT (c) 1989-2014. * On-Line Applications Research Corporation (OAR). * * ...
ragunath3252/rtems
c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c
C
gpl-2.0
7,389
<?php /** * XOOPS Profile module * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code * which is considered copyrighted (c) material of the original comment or credit authors. * This program is distributed in the hope...
mambax7/XoopsCore25
htdocs/modules/profile/admin/about.php
PHP
gpl-2.0
1,121
<?php /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Catalog\Test\Unit\Model\Layer\Filter\DataProvider; use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper; use PHPUnit_Framework_MockObject_MockObject as MockObject; ...
FPLD/project0
vendor/magento/module-catalog/Test/Unit/Model/Layer/Filter/DataProvider/CategoryTest.php
PHP
gpl-2.0
4,337
<?php /** * @package AcyMailing for Joomla! * @version 5.5.0 * @author acyba.com * @copyright (C) 2009-2016 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php jimport( 'joomla.html.parameter' ); class acymail...
adamopoulosg/zagori_site
administrator/components/com_acymailing/compat/compat1.php
PHP
gpl-2.0
998
//////////////////////////////////////////////////////////////////////////////////////// // // Nestopia - NES/Famicom emulator written in C++ // // Copyright (C) 2003-2008 Martin Freij // // This file is part of Nestopia. // // Nestopia is free software; you can redistribute it and/or modify // it under the terms of th...
JasonGoemaat/NestopiaDx9
source/win32/NstDirectInput.cpp
C++
gpl-2.0
27,427
<?php /** * @package Joomla.Administrator * @subpackage Application * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; /* * Joomla! system ...
NavaINT1876/ccustoms
administrator/includes/framework.php
PHP
gpl-2.0
2,396
/* * (C) Copyright 2012 * Emcraft Systems, <www.emcraft.com> * Alexander Potashev <aspotashev@emcraft.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License a...
thanhnhiel/linux-emcraft
arch/arm/mach-kinetis/include/mach/iomux.h
C
gpl-2.0
4,271
/* Conversion from and to EBCDIC-ES-A. Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera...
nslu2/glibc
iconvdata/ebcdic-es-a.c
C
gpl-2.0
1,157
/* * Copyright (C) 2007-2015 Team Kodi * http://kodi.tv * * 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, or (at your option) * any later version. * * T...
popcornmix/xbmc
xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererAML.h
C
gpl-2.0
2,411
/*** This file is part of systemd. Copyright 2013 Lennart Poettering systemd 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 ve...
thom311/systemd
src/libsystemd/sd-event/sd-event.c
C
gpl-2.0
82,466
/* GStreamer * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu> * 2000 Wim Taymans <wtay@chello.be> * 2003 Benjamin Otte <in7y118@public.uni-hamburg.de> * * gstelementfactory.c: GstElementFactory object, support routines * * This library is free software; you can ...
atmark-techno/atmark-dist
user/gstreamer/gstreamer0.10/gstreamer0.10-0.10.36/gst/gstelementfactory.c
C
gpl-2.0
27,413
/* Implementation of gamma function according to ISO C. Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of...
gbenson/glibc
sysdeps/ieee754/dbl-64/e_gamma_r.c
C
gpl-2.0
6,157
/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, 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, or (at your o...
scs/uclinux
lib/libgsasl/libgsasl-1.0/gl/asprintf.c
C
gpl-2.0
1,171
<?php // $Id: edit_users.js.php 2519 2012-10-22 16:53:57Z cimorrison $ require "../defaultincludes.inc"; header("Content-type: application/x-javascript"); expires_header(0); // Cannot cache file because it depends on $HTTP_REFERER if ($use_strict) { echo "'use strict';\n"; } // ==================================...
csusm-library/mrbs
web/js/edit_users.js.php
PHP
gpl-2.0
1,292
/* packet-lte-rrc-template.h * Copyright 2009, Anders Broman <anders.broman@ericsson.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_LTE_RRC_H #define PACKET_LTE_RRC_H extern va...
zzqcn/wireshark
epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h
C
gpl-2.0
436
<?php $lan = array( 'You do not have access to this page' => 'Non hai accesso a questa pagina', 'Select Message to view' => 'Seleziona un messaggio da visualizzare', 'Available Messages' => 'Messaggi disponibili', 'views' => 'visualizzazioni', 'rate' => 'percentuale', 'View Details for a Message' => 'Visua...
Ramir1/phplist
public_html/lists/admin/lan/it/mviews.php
PHP
gpl-2.0
853