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
/* SSA Jump Threading Copyright (C) 2005-2016 Free Software Foundation, Inc. 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 published by the Free Software Foundation; either version 3, or (at your option) any later versi...
PrasadG193/gcc_gimple_fe
gcc/tree-ssa-threadbackward.c
C
gpl-2.0
21,677
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest08472.java
Java
gpl-2.0
2,918
/* File: TextServices.h Contains: Text Services Manager Interfaces. Version: Technology: System 8.2 Release: QuickTime 6.0.2 Copyright: (c) 1991-2001 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on ...
systembugtj/playasa
src/include/qt/TextServices.h
C
gpl-2.0
16,687
/* readable.c: check if a filename is a readable non-directory file. Copyright 1993, 1995, 1996, 2008, 2011, 2012 Karl Berry. Copyright 1998, 1999, 2000, 2001, 2005 Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licen...
omasanori/luatex-mirror
source/texk/kpathsea/readable.c
C
gpl-2.0
4,383
DROP TABLE IF EXISTS roadkill_siteconfiguration; CREATE TABLE [roadkill_siteconfiguration] ( [id] UNIQUEIDENTIFIER NOT NULL, [version] TEXT, [content] NTEXT, PRIMARY KEY (Id) );
anubees/allscripts-sunrise-wiki
src/Roadkill.Core/Database/Schema/Sqlite/Upgrade.sql
SQL
gpl-2.0
192
<?php /** * @version $Id: default.php 18338 2010-08-05 21:29:01Z 3dentech $ * @package Joomla.Installation * @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include the...
3den/J-MediaGalleries
installation/views/license/tmpl/default.php
PHP
gpl-2.0
2,769
<!-- Email Scheduling Settings --> <?php $scheduling = $this -> get_option('scheduling'); $queuesendorder = $this -> get_option('queuesendorder'); $queuesendorderby = $this -> get_option('queuesendorderby'); ?> <input type="hidden" name="scheduling" value="Y" /> <table class="form-table"> <tbody> ...
shotgunmm/cloudband-dev
wp-content/plugins/newsletters-lite/views/admin/metaboxes/settings-scheduling.php
PHP
gpl-2.0
8,816
#!/usr/bin/env python # coding: utf-8 """ Copyright 2015 SmartBear Software 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 Unle...
QuantiModo/QuantiModo-SDK-Python
SwaggerPetstore/models/json_error_response.py
Python
gpl-2.0
1,773
/* * Copyright (c) 2006 - 2010 LinogistiX GmbH * * www.linogistix.com * * Project myWMS-LOS */ package de.linogistix.los.inventory.query.dto; import java.util.Date; import de.linogistix.los.inventory.model.LOSOrderRequestState; import de.linogistix.los.inventory.model.OrderReceipt; import de.linogistix.los...
Jacksson/mywms
server.app/los.inventory-ejb/src/de/linogistix/los/inventory/query/dto/OrderReceiptTO.java
Java
gpl-2.0
1,492
<html lang="en"> <head> <title>Menu Location - GNU Texinfo 4.8</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Texinfo 4.8"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Menus.html#Menus" title...
OS2World/APP-WORDPROC-GNU_texinfo
OS2tree/usr/share/doc/texinfo-4.8/texinfo.html/Menu-Location.html
HTML
gpl-2.0
4,280
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\DICOM; use PHPExiftool\Driver\AbstractTag; class Recor...
Droces/casabio
vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/DICOM/RecordedLateralSpreadingDeviceSeq.php
PHP
gpl-2.0
770
<?php /** Template Name: Blog Full Style Four */ get_header(); ?> <!-- Container Start --> <div class="container_16"> <!-- Top Back Theme --> <div id="top-back-two"></div> <!-- Big Message --> <div class="grid_11 top-message"> <h1> <?php if ( get_post_meta($post->ID, 'bigtitle', true) ) { ?> <?php ech...
laurenpenn/Website
content/themes/multidesign/blog-fullpage-four.php
PHP
gpl-2.0
2,821
require_dependency 'api_exception' # The Group class represents a group record in the database and thus a group # in the ActiveRbac model. Groups are arranged in trees and have a title. # Groups have an arbitrary number of roles and users assigned to them. # class Group < ApplicationRecord has_many :groups_users, in...
kulmesa/open-build-service
src/api/app/models/group.rb
Ruby
gpl-2.0
4,742
/* * Copyright (c) 2010 Dmitry Kazakov <dimula73@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 2 of the License, or * (at your option) any later version....
donniexyz/calligra
krita/ui/tests/kis_doc2_test.cpp
C++
gpl-2.0
1,613
<?php /*** Primary Functions For the sake of organization, this file should only include require statements for the various types of function files that you are going to be using. ***/ // Enqueue Scripts & Stylesheets require_once(dirname(__FILE__) . '/functions/queue-scripts.php'); // // Initialize Custom Post T...
codeforrva/codeforrva
wp-content/themes/codeforrva/functions.php
PHP
gpl-2.0
2,906
/************************************************************************ $Id: rtbinit.h,v 1.2 2005/02/24 10:27:55 jonico Exp $ RTB - Team Framework: Framework for RealTime Battle robots to communicate efficiently in a team Copyright (C) 2004 The RTB- Team Framework Group: http://rtb-team.sourceforge.n...
ezag/realtimebattle
rtb-team-framework/rtbglobal/rtbinit.h
C
gpl-2.0
3,567
<?php /** * @package 2JToolBox * @Copyright (C) 2011 2Joomla.net * @ All rights reserved * @ Joomla! is Free Software * @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html * @version $Revision: 1.0.10 $ **/ defined('_JEXEC') or die('Restricted access'); class TwojToolboxControllerAjax extends Tw...
trungjc/caravancountry
components/com_twojtoolbox/controllers/ajax.raw.php
PHP
gpl-2.0
8,723
<?php // // +----------------------------------------------------------------------+ // |zen-cart Open Source E-commerce | // +----------------------------------------------------------------------+ // | Copyright (c) 2004 The zen-cart developers | // | ...
zencartnorge/norwegian-zencart-translation
admin/includes/languages/norwegian/product_types.php
PHP
gpl-2.0
3,735
/* packet-ip.c * Routines for IP and miscellaneous IP protocol packet disassembly * * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Wednesday, January 17, 2006 * Support for the CIPSO IPv4 option * (http://sourceforge.net/docman/displ...
giuliano108/wireshark-rtpmon
epan/dissectors/packet-ip.c
C
gpl-2.0
98,088
/* * IRIS -- Intelligent Roadway Information System * Copyright (C) 2009-2015 Minnesota Department of Transportation * Copyright (C) 2012 Iteris Inc. * Copyright (C) 2014 AHMCT, University of California * Copyright (C) 2015 SRF Consulting Group * * This program is free software; you can redistribute it and/o...
SRF-Consulting/NDOR-IRIS
src/us/mn/state/dot/tms/SystemAttrEnum.java
Java
gpl-2.0
14,208
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_COCOA_PANELS_PANEL_WINDOW_CONTROLLER_COCOA_H_ #define CHROME_BROWSER_UI_COCOA_PANELS_PANEL_WINDOW_CONTROLLER_COCOA_H_ #imp...
qtekfun/htcDesire820Kernel
external/chromium_org/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h
C
gpl-2.0
3,088
% This file is part of babel. For further details see: % https://www.ctan.org/pkg/babel \ifx\BabelBeforeIni\undefined \PackageError{babel}% {This file is a component of babel and cannot\MessageBreak be loaded directly. I'll stop immediately}% {Just use babel as documented.}% \stop \fi \BabelBeforeIni{e...
fzimmermann89/texlive.js
texlive/texmf-dist/tex/generic/babel/locale/es/babel-spanish.tex
TeX
gpl-2.0
336
var gulp = require("gulp"), concat = require("gulp-concat"), karma = require("karma").server, mocha = require("gulp-mocha"), nodemon = require("gulp-nodemon"), notify = require("gulp-notify"), size = require("gulp-filesize"), sourcemaps = require("gulp-sourcemaps"), uglify = require("gulp-uglify"), typescript ...
litchi-io/litchi-awesome
gulpfile.js
JavaScript
gpl-2.0
2,767
<?php /** * QContacts Contact manager component for Joomla! 1.5 * * @version 1.0.3 * @package qcontacts * @author Massimo Giagnoni * @copyright Copyright (C) 2008 Massimo Giagnoni. All rights reserved. * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license http://ww...
lycoben/veneflights
components/com_qcontacts/router.php
PHP
gpl-2.0
7,433
package codejam2016_1st; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Comparator; import java.util.Scanner; import java.util.Stack; class Pair { int _node; int _dist; Pair(int node, int dist) { _...
apostlez/algorithm-Exams
src/codejam2016_1st/Problem_4.java
Java
gpl-2.0
4,964
#include "control.h" Control::Control (int special_index) : _special_index (special_index) { } void Control::process_g (double delta_t) { } void Control::process_c (double delta_t) { for (size_t i = 0; i < _control_outs.size(); ++i) { _control_outs[i] = *(_control_ins[0] + _special_index + i); } } TrigCont...
scgraph/SCGraph
src/control.cc
C++
gpl-2.0
734
// gmm/mle-full-gmm.h // Copyright 2009-2011 Jan Silovsky; Saarland University; // Microsoft Corporation; // Univ. Erlangen Nuremberg, Korbinian Riedhammer // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2....
michellemorales/OpenMM
kaldi/src/gmm/mle-full-gmm.h
C
gpl-2.0
6,182
/******************************************************************************* Copyright (C) 2016 OLogN Technologies AG 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. Th...
O-Log-N/Hare-IDL
src/main.cpp
C++
gpl-2.0
3,604
/* Owl PDF viewer * * Copyright (c) 2009, 2010 Zoltan Kovacs, Peter Szilagyi * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License * as published by the Free Software Foundation. * * This program is distributed in the hope th...
tomszilagyi/owl
src/engine/render.c
C
gpl-2.0
6,550
package com.usp.icmc.labes.fsm; public class FsmTransition extends FsmElement{ private FsmState from; private String input; private String output; private FsmState to; public FsmTransition(){ super(); } public FsmTransition(FsmState f, String in, String out, FsmState t) { this(); from = f; to = ...
sidgleyandrade/fsmTestCompleteness
fsmTestCompleteness/src/com/usp/icmc/labes/fsm/FsmTransition.java
Java
gpl-2.0
2,070
#ifndef Podd_THaTRACKOUT_h_ #define Podd_THaTRACKOUT_h_ /////////////////////////////////////////////////////////////////////////// // // Class to put the four-vector for tracks from a THaTrackingModule // /////////////////////////////////////////////////////////////////////////// #include "THaPhysicsModule.h" #incl...
sly2j/analyzer
src/THaTrackOut.h
C
gpl-2.0
1,255
/* * Magix - A Web Application Framework for Humans * Copyright 2010 - 2011 - Ra-Software, Inc. - thomas.hansen@winergyinc.com * Magix is licensed as GPLv3, or Commercially for Proprietary Projects through Ra-Software. */ using System; using System.Web.UI; using Magix.UX.Widgets; using Magix.UX.Effects; ...
xingh/magix
Magix-Brix/Magix.Brix.Components/ActiveModules/Magix.Brix.Components.ActiveModules.Publishing/EditSpecificTemplate.ascx.cs
C#
gpl-2.0
28,342
package com.drogon.test; import java.io.IOException; import java.util.Iterator; import com.drogon.core.Drogon; /** Contributors: Nachi */ public class TestParser { public static void main(String[] args) { String str = "Mozilla/5.0 (Linux; Android 4.4.2; SGH-T399N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gec...
nachivpn/drogon
src/com/drogon/test/TestParser.java
Java
gpl-2.0
786
<html> <head> <title>Hard Process Selection</title> <link rel="stylesheet" type="text/css" href="pythia.css"/> <link rel="shortcut icon" href="pythia32.gif"/> </head> <body> <h2>Hard Process Selection</h2> <ol id="toc"> <li><a href="#section0"><aloc href="QCDProcesses">QCD Processes</aloc></a></li> <li><a href="...
alisw/pythia8
share/Pythia8/htmldoc/ProcessSelection.html
HTML
gpl-2.0
8,013
<?php /** * The Search Form * * @package _starter */ ?> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label> <span class="screen-reader-text"><?php esc_html_e( 'Search for:', '_starter' ); ?></span> <input type="text" class="search-field" name="s" pl...
troutacular/_starter
searchform.php
PHP
gpl-2.0
512
var events = new Hash(); function showEvent( eid, fid, width, height ) { var url = '?view=event&eid='+eid+'&fid='+fid; url += filterQuery; createPopup( url, 'zmEvent', 'event', width, height ); } function createEventHtml( event, frame ) { var eventHtml = new Element( 'div' ); if ( event.Archived ...
eyezm/ZoneMinder
web/skins/classic/views/js/timeline.js
JavaScript
gpl-2.0
4,238
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_datetime-local_min.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:23 GMT --> <body> Enter a date and time between 2000-10-06 22:22:55 and 2014-11-16 21:25:33: <input type="datetime-local" id="myLocalDate" min="2000-10-0...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryjsref_datetime-local_min.html
HTML
gpl-2.0
970
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co...
inspircd/inspircd.github.com
api/4.0/dir_3da88de5f21f7abfb7840f289699aa66.html
HTML
gpl-2.0
3,068
(function() { /* constructor */ function PhotoFloat() { this.albumCache = []; } /* public member functions */ PhotoFloat.prototype.album = function(subalbum, callback, error) { var cacheKey, ajaxOptions, self; if (typeof subalbum.photos !== "undefined" && subalbum.photos !== null) { callback(subalbum); ...
mperceau/PhotoFloat
web/js/010-libphotofloat.js
JavaScript
gpl-2.0
5,824
/* * linux/mm/page_alloc.c * * Manages the free list, the system allocates free pages here. * Note that kmalloc() lives in slab.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * Swap reorganised 29.12.95, Stephen Tweedie * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * Re...
jfdsmabalot/kernel_mako
mm/page_alloc.c
C
gpl-2.0
171,481
<?php /*____________________________________________________________________ * Name Extension: Magento Ajaxsearch Autocomplete And Suggest * Author: The Cmsmart Development Team * Date Created: 2013 * Websites: http://cmsmart.net * Technical Support: Forum - http://cmsmart.net/support * GNU General Public Licens...
novayadi85/navicet
app/code/local/Cmsmart/Ajaxsearch/Model/Source/Order.php
PHP
gpl-2.0
753
/* ----------------------------- MNI Header ----------------------------------- @NAME : ms_roi.h @DESCRIPTION: constants, typedefs and external vars for roi list structure @CREATED : Wed Jul 7 20:50:20 EST 1993 Louis Collins @MODIFIED : -------------------------------------------------------...
BIC-MNI/xdisp
ms_roi.h
C
gpl-2.0
890
/// \file // Range v3 library // // Copyright Eric Niebler 2013-present // Copyright Tomislav Ivek 2015-2016 // // Use, modification and distribution is subject to the // Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Projec...
bredelings/BAli-Phy
external/range-v3/0.10.0/include/range/v3/view/set_algorithm.hpp
C++
gpl-2.0
33,745
<?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...
augustocorrea/sbmarmoles_website
wp-content/plugins/advanced-access-manager/model/manager/metabox.php
PHP
gpl-2.0
7,111
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="css/reset.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/style.css" type="text/css"...
tejdeeps/tejcs.com
BirAsan/links.html
HTML
gpl-2.0
7,483
/* * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ */ #if HAVE_CONFIG_H #include "config.h" #endif #include "devfs.h" int devFS_node_type( rtems_filesystem_location_info_t *pathloc ) { /* ...
t-crest/rtems
cpukit/libfs/src/devfs/devfs_node_type.c
C
gpl-2.0
409
<?php /** * @package cbarnes_dev */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-meta"> <?php cbarnes_dev_posted_on(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <di...
chrisbarnes/bootstrap-starter-theme
content-single.php
PHP
gpl-2.0
2,162
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* Geodesy representation conversion functions (c) Chris Veness 2002-2015 */ /* - www.movable-type.co.uk/scripts/latlong.html MIT Licence */ /* ...
celber/arrow
dist/vendor/geodesy/dms.js
JavaScript
gpl-2.0
10,670
<? # Lifter010: TODO use Studip\Button, Studip\LinkButton; ?> <h3><?= sprintf(_("Es wurden %s Personen gefunden"), count($users)) ?></h3> <form action="<?= $controller->url_for('admin/user/delete') ?>" method="post"> <?= CSRFProtection::tokenTag() ?> <table class="default"> <tr class="sortable"> <th align...
japhigu/stup.ID
app/views/admin/user/_results.php
PHP
gpl-2.0
5,498
<!DOCTYPE html> <!-- /ht Paul Irish - http://front.ie/j5OMXi --> <!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html class="no-j...
nledford/WebDesignPortfolio
Minecraft/index.html
HTML
gpl-2.0
4,782
// glassgui.h // // glassgui(1) Audio Encoder front end // // (C) Copyright 2015-2022 Fred Gleason <fredg@paravelsystems.com> // // 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 Foundati...
ElvishArtisan/GlassCoder
src/glassgui/glassgui.h
C
gpl-2.0
3,444
<?php // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } spl_autoload_register( 'carawebs_class_autoloader' ); function carawebs_class_autoloader( $classname ) { $class = str_replace( '\\', DIRECTORY_SEPARATOR, str_replace( '_', '-', strtolower( $classname ) ) ); // create the ...
DavidCWebs/member
autoloader.php
PHP
gpl-2.0
735
#!/bin/bash source $(dirname $0)/test.inc.sh po2flatxml --progress=none $one $out check_results
unho/translate
tests/cli/test_po2flatxml.sh
Shell
gpl-2.0
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> MetaData / Sche...
malkoto1/just_cook
SQLAlchemy-1.0.4/doc/faq/metadata_schema.html
HTML
gpl-2.0
17,237
;(function($){ $(document).ready( function(){ $('.fa_slider_simple').FeaturedArticles({ slide_selector : '.fa_slide', nav_prev : '.go-back', nav_next : '.go-forward', nav_elem : '.main-nav .fa-nav', effect : false, // events load : load, before : before, after : after, ...
vrxm/htdocs
wp-content/plugins/featured-articles-lite/themes/simple/starter.dev.js
JavaScript
gpl-2.0
4,040
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000,2007 Oracle. All rights reserved. * * $Id: TestTruncate.cpp,v 12.5 2007/05/17 15:15:57 bostic Exp $ */ /* * Do some regression tests for constructors. * Run normally (without arguments) it is a simple regression test. * Run wit...
nologic/nabs
client/trunk/shared/db/db-4.6.21/test/scr015/TestTruncate.cpp
C++
gpl-2.0
2,315
<HTML> <HEAD> <TITLE>class ISDNQ931State</TITLE> <META NAME="Generator" CONTENT="KDOC "> </HEAD> <BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff"> <TABLE WIDTH="100%" BORDER="0"> <TR> <TD> <TABLE BORDER="0"> <TR><TD valign="top" align="left" cellspacing="10"> <h1>class ISDNQ9...
cvsuser-chromium/yate
docs/api/TelEngine__ISDNQ931State.html
HTML
gpl-2.0
7,148
obj-m := bio_multi_page.o bio_multi_page_module-objs := bio_multi_page.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
kafka-on-the-shore/touch_kernel
io/bio/bio_multi_page/Makefile
Makefile
gpl-2.0
213
/* * Copyright (C) 2011-2012 Project SkyFire <http://www.projectskyfire.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 3 of the License, or (at your * option) any l...
Everf/Imortal
src/server/scripts/EasternKingdoms/ThroneOfTheTides/throne_of_the_tides.h
C
gpl-2.0
2,419
# hello-universe repository of the Universe
auraluminosa/hello-universe
README.md
Markdown
gpl-2.0
44
# DM
ETBodgyGames/DM
README.md
Markdown
gpl-2.0
5
var rcp_validating_discount = false; var rcp_validating_gateway = false; var rcp_validating_level = false; var rcp_processing = false; jQuery(document).ready(function($) { // Initial validation of subscription level and gateway options rcp_validate_form( true ); // Trigger gateway change event when ga...
CGCookie/Restrict-Content-Pro
includes/js/register.js
JavaScript
gpl-2.0
7,721
#include <stdio.h> #include <string.h> FILE *pctop; FILE *html_out; char line[80]; char pos[80]; char user[80]; char bytes[80]; char changes[80]; char ReleaseDate[80]; char feedtopic[80]; char *p; char html_buffer[1024]; int i; void Html_Header(char *topic) { sprintf(html_buffer, "<html>\n" "<head...
SnakeManPMC/linux-pctop
html/asc2html.c
C
gpl-2.0
12,814
<?php require_once("../../../globals.inc.php"); require_once(dir_code_lib("bdd_mysql.class.php")); require_once(dir_include("config.inc")); ?>
Ced-le-pingouin/esprit-mirror
src/admin/utilitaires/transfert/globals.inc.php
PHP
gpl-2.0
142
# -*- coding: utf-8 -*- # # This file is part of EventGhost. # Copyright © 2005-2016 EventGhost Project <http://www.eventghost.net/> # # EventGhost 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 versio...
WoLpH/EventGhost
eg/Utils.py
Python
gpl-2.0
17,930
/* * 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 Transform; import Objects.TagList; import java.util.ArrayList; import java.util.Collections; /** * * @author...
epigenome/iTagPlot
src/Transform/QuantileTransform.java
Java
gpl-2.0
1,436
<?php defined('TYPO3_MODE') or die(); if (TYPO3_MODE === 'BE') { $GLOBALS['TBE_MODULES_EXT']['xMOD_alt_clickmenu']['extendCMclasses'][] = array( 'name' => \TYPO3\CMS\Impexp\Clickmenu::class ); $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['taskcenter']['impexp'][\TYPO3\CMS\Impexp\Task\ImportExportTask:...
michaelklapper/TYPO3.CMS
typo3/sysext/impexp/ext_tables.php
PHP
gpl-2.0
1,975
package com.kartoflane.superluminal2.components.interfaces; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.events.PaintListener; public interface Redrawable extends PaintListener { /** * Calls paintControl if the object is visible. */ public void redraw( PaintEvent e ); }
kartoFlane/superluminal2
src/java/com/kartoflane/superluminal2/components/interfaces/Redrawable.java
Java
gpl-2.0
300
/* * (C) Copyright 2010 Juergen Beisert - Pengutronix * * 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. * * This...
jkent/mini210s-barebox
arch/arm/boards/chumby_falconwing/falconwing.c
C
gpl-2.0
12,228
/* Copyright (c) 2012-2015, The Linux Foundation. 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...
Fechinator/FechdaKernelReloaded6.0
drivers/media/platform/msm/vidc/msm_vidc_common.c
C
gpl-2.0
99,617
<?php declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, ple...
TYPO3-CMS/core
Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
PHP
gpl-2.0
27,764
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core.Components { public interface IDriver { string Id { get; } string FirstName { get; } string MiddleName { get; } string Surname { get; } ...
beyonblock/TheTransportationProjectPrototype
TheTransportationPrototype/Core.Components/Contracts/IDriver.cs
C#
gpl-2.0
493
--- layout: default title: Junta las herramientas y el Equipo Inalámbrico site_section: docs sub_section: [cck,cck-building] pdf: cck/building-mounting/1-Gather_Tools_and_Wireless_Equipment.pdf pdf-all: true categories: created: 2013-09-27 changed: 2013-11-22 post_author: critzo lang: es --- <p><img alt="" class="img-r...
opentechinstitute/commotion-docs
commotionwireless.net/es/docs/cck/building-mounting/gather-tools-and-wireless-equipment/index.md
Markdown
gpl-2.0
16,051
/* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2014 Tatsuhiro Tsujikawa * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the ri...
zonque/wireshark
epan/nghttp2/nghttp2_buf.h
C
gpl-2.0
12,317
// rippit - A no-nonsense program to rip audio CDs // // Copyright (C) 2011 Trever Fischer <tdfischer@fedoraproject.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 of...
tdfischer/rippit
src/rippit.h
C
gpl-2.0
1,086
<?php /* Generated on 6/26/15 3:23 AM by globalsync * $Id: $ * $Log: $ */ require_once 'EbatNs_ComplexType.php'; require_once 'PaymentInformationType.php'; require_once 'RefundInformationType.php'; /** * This type defines the <strong>MonetaryDetails</strong> container, which consists of detailed information abou...
booklein/wpbookle
wp-content/plugins/wp-lister-for-ebay/includes/EbatNs/PaymentsInformationType.php
PHP
gpl-2.0
2,188
#ifndef __ASM_SH_PCI_H #define __ASM_SH_PCI_H #ifdef __KERNEL__ #include <linux/dma-mapping.h> /* Can be used to override the logic in pci_scan_bus for skipping already-configured bus numbers - to be used for buggy BIOSes or architectures with incomplete PCI setup by the loader */ #define pcibios_assign_all_b...
zheharry/linux-sh4-2.6.23.17_stm23_A18B
include/asm-sh/pci.h
C
gpl-2.0
3,810
/************************************************************************* * * * ODER's Utilities Library. Copyright (C) 2008-2019 Oleh Derevenko. * * All rights reserved. e-mail: odar@eleks.com (change all "a" to "e") * * ...
psilogroup/LunaticsPlayGround
vendor/ode/ou/include/ou/assert.h
C
gpl-2.0
8,108
package com.yh.admin.roles.service; /** * * @author zhangqp * @version 1.0, 16/08/23 */ public class RoleFuncService { }
meijmOrg/Repo-test
freelance-admin/src/java/com/yh/admin/roles/service/RoleFuncService.java
Java
gpl-2.0
129
TuneBank ======== Open source music management system for windows, support for any music device and spotify. As well as inclusion for gracenotess
imonchair/TuneBank
README.md
Markdown
gpl-2.0
147
/* * Copyright 1996-2003 Sun Microsystems, Inc. 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 Software Fou...
TheTypoMaster/Scaper
openjdk/jdk/src/share/classes/sun/io/ByteToCharISO8859_7.java
Java
gpl-2.0
1,672
#ifndef MYHEADER_H #define MYHEADER_H #include <string.h> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> typedef struct { char* requestRaw; } HTTPRequest; //needs to be called before working with the webcore int initWebcore(); int registerApplication(int (*function)(HTTPR...
linuxdeveloping/CWebcore
src/webcore.h
C
gpl-2.0
339
/* * Copyright (C) 2011-2017 Redis Labs Ltd. * * This file is part of memtier_benchmark. * * memtier_benchmark 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. * * memtier_benchmark is distr...
RedisLabs/memtier_benchmark
run_stats_types.cpp
C++
gpl-2.0
7,429
/* * Copyright 2011 David Jurgens * * This file is part of the S-Space package and is covered under the terms and * conditions therein. * * The S-Space package 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 Soft...
fozziethebeat/S-Space
src/main/java/edu/ucla/sspace/graph/LabeledGraph.java
Java
gpl-2.0
4,550
#!/bin/bash # Copyright 2016 Johns Hopkins University (Author: Daniel Povey); # 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 # # THIS COD...
michellemorales/OpenMM
kaldi/egs/wsj/s5/utils/lang/make_unk_lm.sh
Shell
gpl-2.0
14,629
/* * 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. * * This program is distributed in the hope that it will be use...
cobexer/fullsync
fullsync-ui/src/main/java/net/sourceforge/fullsync/ui/SystemStatusPage.java
Java
gpl-2.0
5,577
#!/bin/python import re import sys import os from datetime import date class VersionHandler: def __init__(self, file): self.file = file self.major = 0 self.minor = 0 self.revision = 0 self.build = 1 self.touch() def read(self): try: f = open(self.file, 'r') lines = f.readlines() f.close() ...
mickem/nscp
build/python/VersionHandler.py
Python
gpl-2.0
2,824
// Copyright (C) 1999-2000 Id Software, Inc. // // cg_info.c -- display information while data is being loading #include "cg_local.h" #define MAX_LOADING_PLAYER_ICONS 16 #define MAX_LOADING_ITEM_ICONS 26 //static int loadingPlayerIconCount; //static qhandle_t loadingPlayerIcons[MAX_LOADING_PLAYER_ICONS]; void CG...
videoP/jaPRO
codemp/cgame/cg_info.c
C
gpl-2.0
13,007
/* The main program of test panel */ requirejs.config({ paths : { "dualless" : ".." }, baseUrl : ".." }); require(["debug/view/component", "debug/view/information", "dualless/directives/winbutton" ], function app(component, information, winbutton){ var modul...
benlau/dualless
src/chrome/debug/app.js
JavaScript
gpl-2.0
824
/* * Copyright (c) 2010, 2013, 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 ...
shelan/jdk9-mirror
nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/Lower.java
Java
gpl-2.0
32,007
/*************************************************************************** * Copyright (C) 2005 by Joris Guisson * * joris.guisson@gmail.com * * ivasic@gmail.com * * ...
ashl1/ktorrent-stream
plugins/ipfilter/ipblocklist.h
C
gpl-2.0
2,850
<!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_65) on Tue Apr 08 23:12:34 WEST 2014 --> <TITLE> L-Index </TITLE> <META NAME="date" CONTENT="2014-04-08"> <LINK REL ="stylesheet" TYPE="text/css" H...
igeoapps/iGeo-Android
appcompat_v7/doc/index-files/index-8.html
HTML
gpl-2.0
10,863
/*************************************************************************** * Copyright (C) 2011 by levin * * levin108@gmail.com * * * * This pr...
levin108/hybrid
src/groupadd.c
C
gpl-2.0
8,106
package sshd // Tests ensuring that configuration-driven options translate to correct // behaviors. import ( "code.google.com/p/go.crypto/ssh" "testing" ) func TestConfigFromConfig(t *testing.T) { our_config := &Config{ Hostkey: []byte(testServerPrivateKey), BindAddr: "127.0.0.0:0", VcsRoot: "repos", } ...
sdboyer/gitrd
sshd/config_test.go
GO
gpl-2.0
1,522
<?php N2Loader::import('libraries.parse.font'); N2Loader::import('libraries.parse.style'); abstract class N2SmartSliderCSSAbstract { /** * @var N2SmartSliderAbstract */ protected $slider; public $sizes = array(); public function __construct($slider) { $this->slider = $slider; ...
acs6610987/summergxy
wp-content/plugins/smart-slider-3/library/smartslider/libraries/slider/css.php
PHP
gpl-2.0
2,775
/* * This file is part of Dune Legacy. * * Dune Legacy 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. * * Dune Legacy is...
katlogic/dunelegacy
src/FileClasses/FileManager.cpp
C++
gpl-2.0
7,123
/* * (C) 2001 Clemson University and The University of Chicago * * See COPYING in top-level directory. */ #ifndef __UPCALL_H #define __UPCALL_H /* * Sanitized this header file to fix * 32-64 bit interaction issues between * client-core and device */ struct pvfs2_io_request_t { int32_t async_vfs_io; int32_t ...
hubcapsc/orangefs_kmod
fs/orangefs/upcall.h
C
gpl-2.0
6,210
<?php /** * PEL: PHP Exif Library. A library with support for reading and * writing all Exif headers in JPEG and TIFF images using PHP. * * Copyright (C) 2004, 2005, 2006, 2007 Martin Geisler. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
sekret47/konstantin
components/com_eventgallery/helpers/vendors/pel/src/PelEntryAscii.php
PHP
gpl-2.0
19,502
/* FluidSynth - A Software Synthesizer * * Copyright (C) 2003 Peter Hanappe and others. * * 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 (a...
mojofunk/ardour
libs/fluidsynth/src/fluid_rvoice_mixer.h
C
gpl-2.0
2,904
Follow Button ========= This component is used to display a follow/unfollow button. It has two parts, the actual button and a container that works with the FeedSubscriptionStore. For most uses, the container is the easiest route. #### How to use the container: ```js var FollowButtonContainer = require( 'components/f...
tinkertinker/wp-calypso
client/components/follow-button/README.md
Markdown
gpl-2.0
990