code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<!DOCTYPE html> <head> <meta charset="utf-8" /> <style> .chart rect.sad-rect { fill: #7777ff; } .chart rect.happy-rect { fill: #f2f233; } .chart { padding: 5px; } .chart text { fill: black; font: 10px sans-serif; } </style> <script src="http://d3js.org/d3.v3.min.js"></script> <script src="locale.js"></...
bhumikagoyal/d3_visualization
_platform_ios.html
HTML
gpl-2.0
621
#! /bin/sh -e # tup - A file-based build system # # Copyright (C) 2008-2017 Mike Shal <marfey@gmail.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 Foundation. # # This program is distribu...
fasterthanlime/tup-fuseless
test/t5005-hard-link.sh
Shell
gpl-2.0
1,110
#include "GitRevision.h" #include "CompilerDefs.h" #include "revision_data.h" char const* GitRevision::GetHash() { return _HASH; } char const* GitRevision::GetDate() { return _DATE; } char const* GitRevision::GetBranch() { return _BRANCH; } char const* GitRevision::GetSourceDirectory() { return _SOU...
pizcogirl/TrinityCore
src/server/shared/GitRevision.cpp
C++
gpl-2.0
1,344
<?php namespace TYPO3\CMS\Core\Resource\Driver; /** * 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...
demonege/sutogo
typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php
PHP
gpl-2.0
3,140
/** -*- c++ -*- * Copyright (C) 2008 Doug Judd (Zvents, Inc.) * * This file is part of Hypertable. * * Hypertable 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 of the * License, or any late...
tempbottle/hypertable
src/cc/Tools/rsclient/RangeServerCommandInterpreter.cc
C++
gpl-2.0
11,721
/* $Id$ */ /*************************************************************************** * (C) Copyright 2003-2010 - Stendhal * *************************************************************************** *************************************************************************** ...
acsid/stendhal
src/games/stendhal/client/gui/j2d/entity/StateEntity2DView.java
Java
gpl-2.0
3,163
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------...
CFDEMproject/OpenFOAM-1.6-ext
src/triSurface/meshTriangulation/meshTriangulation.C
C++
gpl-2.0
14,053
/* * Copyright (c) 2008, 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...
openjdk/jdk7u
jdk/src/share/classes/com/sun/beans/decoder/IntElementHandler.java
Java
gpl-2.0
2,393
/* File: tdelete.c Copyright (C) 2008 Christophe GRENIER <grenier@cgsecurity.org> This software 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 ...
qayshp/TestDisk
src/tdelete.c
C
gpl-2.0
2,346
/* * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.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 vers...
kenshinakh/trinity
src/game/UnitEvents.h
C
gpl-2.0
5,005
// NSPanel+CDPanel.h // cocoadialog // // Copyright (c) 2004-2017 Mark A. Stratman <mark@sporkstorms.org>, Mark Carver <mark.carver@me.com>. // All rights reserved. // Licensed under GPL-2. #import <objc/runtime.h> @interface NSPanel (CDPanel) @property (strong) NSView *effectView; @property ...
mstratman/cocoadialog
Source/NSPanel+CDPanel.h
C
gpl-2.0
1,260
/* * Copyright (c) 2014, 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...
mur47x111/GraalVM
graal/com.oracle.graal.phases/src/com/oracle/graal/phases/util/MethodDebugValueName.java
Java
gpl-2.0
1,635
/* * This file contains work-arounds for many known PCI hardware * bugs. Devices present only on certain architectures (host * bridges et cetera) should be handled in arch-specific code. * * Note: any quirks for hotpluggable devices must _NOT_ be declared __init. * * Copyright (c) 1999 Martin Mares <mj@ucw...
kozmikkick/tripndroid-endeavoru-3.4
drivers/pci/quirks.c
C
gpl-2.0
110,109
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. * ...
seyko2/openvz_rhel6_kernel_mirror
drivers/net/wireless/iwlwifi/mvm/time-event.c
C
gpl-2.0
27,283
<?php include 'common.php'; include 'header.php'; include 'menu.php'; Typecho_Widget::widget('Widget_Contents_Page_Edit')->to($page); ?> <div class="main"> <div class="body container"> <?php include 'page-title.php'; ?> <div class="row typecho-page-main typecho-post-area" role="form"> <f...
engine-go/pizida
admin/write-page.php
PHP
gpl-2.0
10,482
/* * Copyright (C) 2011 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of cond...
166MMX/openjdk.java.net-openjfx-8u40-rt
modules/web/src/main/native/Source/WebCore/html/canvas/OESVertexArrayObject.h
C
gpl-2.0
2,317
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8"> <![endif]--> <!--[if IE 9]> <html class="ie ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <meta charset="utf-8"> <title>4 Column Portfolio | Gallaxy Responsive HTML5/CSS3 Template ...
aiglesFoudroyants/SERVIDER
Servider/portfolio-four.html
HTML
gpl-2.0
49,201
[OBJ Parc|Device|D][!D::getVersion([!uuid!])!]
ENG-SYSTEMS/Kob-Eye
Modules/Parc/Device/getVersion.md
Markdown
gpl-2.0
46
<?php /** * @file * Tests for ssh.drush.inc * * @group commands */ class siteSshCase extends Drush_CommandTestCase { /** * Test drush ssh --simulate. No additional bash passed. */ public function testInteractive() { if ($this->is_windows()) { $this->markTestSkipped('ssh command not currentl...
junsuwhy/tungfilm
vendor/drush/drush/tests/siteSshTest.php
PHP
gpl-2.0
2,659
package org.bouncycastle.asn1; import java.io.IOException; public interface ASN1SequenceParser extends DEREncodable, InMemoryRepresentable { DEREncodable readObject() throws IOException; }
Z-Shang/onscripter-gbk
svn/onscripter-read-only/src/org/bouncycastle/asn1/ASN1SequenceParser.java
Java
gpl-2.0
207
<?php /** * @version $Id$ * * @author Valérie Isaksen * @package VirtueMart * @copyright Copyright (C) iStraxx - All rights reserved. * @license istraxx_license.txt Proprietary License. This code belongs to istraxx UG (haftungsbeschränkt) * You are not allowed to distribute or sell this code. * You are not all...
Jasonudoo/platform
administrator/components/com_virtuemart_allinone/plugins/vmpayment/klarna/klarna/elements/klarnalabel.php
PHP
gpl-2.0
800
/* * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.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 the License, or (at your * option) any later v...
Dozorov/TrinityCore
src/server/game/Server/Packets/GuildPackets.cpp
C++
gpl-2.0
21,360
<?php /** * @file * Template for the 1 column panel layout. * * This template provides a three column 25%-50%-25% panel display layout. * * Variables: * - $id: An optional CSS id to use for the layout. * - $content: An array of content, each item in the array is keyed to one * panel of the layout. This layou...
SLAC-OCIO/slac-www
sites/all/themes/slac_www/plugins/layouts/two_col/two-col.tpl.php
PHP
gpl-2.0
1,034
/* strbuf.h - a string buffer Copyright (C) 2010 Red Hat, 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 Free Software Foundation; either version 2 of the License, or (at your option) any later...
airtimemedia/satyr
include/strbuf.h
C
gpl-2.0
4,211
header { background-color:#212121; top:0; box-shadow: 0 -1px 2px #111111; display:block; height:auto; left:0; position:fixed; width:100%; z-index:100; } header p { font-size:20px !important; position:relative; display:block; margin:20px 0 20px 0; ...
pecha7x/bizon_samp
wp-content/plugins/biz-samp-tasks/modal-windows/css/header.css
CSS
gpl-2.0
741
<?php /** * AJAX handler plugin manager * * 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 program is...
arto70/NDL-VuFind2
module/VuFind/src/VuFind/AjaxHandler/PluginManager.php
PHP
gpl-2.0
5,361
/* * video.c - ACPI Video Driver * * Copyright (C) 2004 Luming Yu <luming.yu@intel.com> * Copyright (C) 2004 Bruno Ducrot <ducrot@poupinou.org> * Copyright (C) 2006 Thomas Tuttle <linux-kernel@ttuttle.net> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is f...
ubuntu-zuiwanyuan/ubuntu-trusty
drivers/acpi/video.c
C
gpl-2.0
53,622
// This code is part of Pcap_DNSProxy // Pcap_DNSProxy, a local DNS server based on WinPcap and LibPcap // Copyright (C) 2012-2019 Chengr28 // // 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...
rampageX/Pcap_DNSProxy
Source/Pcap_DNSProxy/Platform.h
C
gpl-2.0
24,671
<?php /** * @package WordPress * @subpackage GoodDay * @version 1.0.0 * * Post Options Functions * Created by CMSMasters * */ $cmsms_option = cmsms_get_global_options(); $cmsms_global_blog_post_layout = (isset($cmsms_option[CMSMS_SHORTNAME . '_blog_post_layout']) && $cmsms_option[CMSMS_...
napalm255/makeachangewithmarie.com
wp-content/themes/goodday/framework/admin/options/cmsms-theme-options-post.php
PHP
gpl-2.0
12,758
<?php /** * thai language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Matthias Schulte <mailinglist@lupo49.de> */ // custom language strings for the plugin $lang['reveal'] = 'แสดง'; $lang['reveallong'] = 'แสดงเนื้อหาที่ซ่อนไว้'; $lang['hide'] = 'ซ่อน'; $lang['hidelon...
claudehohl/dokuwiki-kickstart
lib/plugins/folded/lang/th/lang.php
PHP
gpl-2.0
450
<?php error_reporting(0);ini_set('display_errors', 0);header("Content-type: text/css; charset: UTF-8"); ?> <?php $parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] ); require_once( $parse_uri[0] . 'wp-load.php' ); //Get Plugin settings $frmcol = easy_get_option( 'easymedia_frm_col' ); $shdcol = eas...
icommstudios/localsharingtree
wp-content/plugins/easy-media-gallery/includes/dynamic-style.php
PHP
gpl-2.0
5,036
<?php function ninja_forms_output_tab_metabox($form_id = '', $slug, $metabox){ $plugin_settings = get_option( 'ninja_forms_settings' ); if($form_id != ''){ $form_row = ninja_forms_get_form_by_id($form_id); $current_settings = $form_row['data']; }else{ $form_id = ''; $current_settings = get_option("ninja_form...
ibrahimcesar/blumpa-wp
wp-content/plugins/ninja-forms/includes/admin/output-tab-metabox.php
PHP
gpl-2.0
11,378
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## # Version 0.2 # 2011-03-06 # # Updated OS detection ## Plugin.define "SegPu...
tennc/WhatWeb
plugins/SegPub.rb
Ruby
gpl-2.0
1,182
CREATE TABLE base.event_role_state_localized ( event_role TEXT NOT NULL, event_role_state TEXT NOT NULL, translated TEXT NOT NULL, name TEXT NOT NULL ); CREATE TABLE event_role_state_localized ( FOREIGN KEY (event_role,event_role_state) REFERENCES event_role_state (event_role,event_role_state) ON UPDATE CAS...
gaudenz/pentabarf-dc13
sql/tables/event_role_state_localized.sql
SQL
gpl-2.0
652
<!-- #%L OME JPEG XR: OME library for reading the JPEG XR file format. %% Copyright (C) 2013 - 2016 Open Microscopy Environment: - Board of Regents of the University of Wisconsin-Madison - Glencoe Software, Inc. - University of Dundee %% This program is free software: you can redistribute it and...
bramalingam/bioformats
components/ome-jxr/src/ome/jxr/image/package.html
HTML
gpl-2.0
1,076
<?php /** * * Ajax Shoutbox extension for the phpBB Forum Software package. * @translated into French by Psykofloyd & Galixte (http://www.galixte.com) * * @copyright (c) 2014 Paul Sohier <http://www.ajax-shoutbox.com> * @license GNU General Public License, version 2 (GPL-2.0) * */ /** * DO NOT CHANGE *...
alhitary/ajax-shoutbox-ext
language/fr/info_acp_ajaxshoutbox.php
PHP
gpl-2.0
1,648
/* * Media Plugin for FCKeditor 2.5 SVN * Copyright (C) 2007 Riceball LEE (riceballl@hotmail.com) * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html ...
zy73122/table2form
tools/fckeditor/editor/plugins/Media/js/fck_media_inc.js
JavaScript
gpl-2.0
7,657
/* * rk29_WM8904.c -- SoC audio for rockchip * * Driver for rockchip WM8904 audio * * 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...
bbelos/rk3188-kernel
sound/soc/rk29/rk29_wm8904.c
C
gpl-2.0
9,643
<?php class FeatureToc { var $_anchor_locator; var $_document_updater; function FeatureToc() { $this->set_anchor_locator(new FeatureTocAnchorLocatorHeaders()); $this->set_document_updater(new FeatureTocDocumentUpdaterPrependPage()); } function handle_after_parse($params) { $pipeline =& $params[...
diedsmiling/busenika
lib/html2pdf/features/toc.php
PHP
gpl-2.0
6,787
/* * linux/drivers/block/falconide.c -- Atari Falcon IDE Driver * * Created 12 Jul 1997 by Geert Uytterhoeven * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. */ #include <linux/type...
empeg/empeg-hijack
drivers/block/falconide.c
C
gpl-2.0
1,674
/* Copyright (c) 2012-2016, 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...
Split-Screen/android_kernel_oneplus_msm8996
drivers/video/msm/mdss/mdss_mdp_ctl.c
C
gpl-2.0
151,325
jQuery(document).ready(function($){ jQuery('.ifeature-tabbed-wrap').tabs(); }); jQuery(document).ready(function($){ $("ul").parent("li").addClass("parent"); }); jQuery(document).ready(function($){ $("#gallery ul a:hover img").css("opacity", 1); $("#portfolio_wrap .portfolio_caption").css("opacity", 0); $("#...
cyberchimps/ifeaturepro4
core/library/js/menu.js
JavaScript
gpl-2.0
744
var Models = window.Models || {}; jQuery.noConflict(); Models.Grid = function(w, h, el) { this.width = w; this.height = h; this.blocks = []; this.field = new Models.Block(w, h, 0, 0); this.element = el; this.place = function(block, x, y, html, creationIndex) { block.setPosition(x, y); return this._induct(...
m-godefroid76/devrestofactory
wp-content/themes/berg-wp/admin/includes/js/grid.js
JavaScript
gpl-2.0
2,636
@extends('emails.layout') @section('header') {{HTML::linkRoute('user-request-list', 'My Request')}} | {{HTML::linkRoute('user-profile-form', 'Profile')}} @stop @section('title') Respon dari admin @stop @section('description') Halo {{{$name}}}, <br> Permohonan informasi anda direspon oleh admin,<br> <br> Untuk...
arisst/kip
app/views/emails/response.blade.php
PHP
gpl-2.0
499
/* SPDX-License-Identifier: GPL-2.0-only */ #include <types.h> #include <cpu/x86/smm.h> #include <device/device.h> #include <drivers/intel/gma/int15.h> #include <acpi/acpi.h> #include "onboard.h" #include "ec.h" #include <southbridge/intel/bd82x6x/pch.h> #include <smbios.h> #include <ec/compal/ene932/ec.h> void mainb...
pcengines/coreboot
src/mainboard/google/parrot/mainboard.c
C
gpl-2.0
1,766
<?php /** * Modern Menu Widget * * Learn more: http://codex.wordpress.org/Widgets_API * * @package Total * @author Alexander Clarke * @copyright Copyright (c) 2014, Symple Workz LLC * @link http://www.wpexplorer.com * @since Total 1.6.0 */ if ( ! class_exists( 'WPEX_Modern_Menu' ) ) { class WPEX_Modern_...
naoyawada/Concurrent
wp-content/themes/Total/framework/widgets/widget-modern-menu.php
PHP
gpl-2.0
3,821
ccflags-$(CONFIG_PM_DEBUG) := -DDEBUG obj-$(CONFIG_PM) += main.o obj-$(CONFIG_PM_SLEEP) += console.o obj-$(CONFIG_FREEZER) += process.o obj-$(CONFIG_SUSPEND) += suspend.o obj-$(CONFIG_PM_TEST_SUSPEND) += suspend_test.o obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \ block_io.o obj-$(CON...
TREX-ROM/android_kernel_asus_grouper
kernel/power/Makefile
Makefile
gpl-2.0
713
/* * libjingle * Copyright 2004--2005, Google Inc. * * 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 conditions a...
serghei/kde3-kdenetwork
kopete/protocols/jabber/jingle/libjingle/talk/base/asyncudpsocket.cc
C++
gpl-2.0
2,770
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
qingu/WRF-Libraries
src/hdf5-1.8.12/test/dtypes.c
C
gpl-2.0
232,614
/********************************************************************** * * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published...
CalcProgrammer1/archos-gen8-kernel-2.6.37
drivers/gpu/pvr/sgx_bridge.h
C
gpl-2.0
10,543
#include "bconfig.h" #line 2 "gengtype-lex.c" #line 4 "gengtype-lex.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 37 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BE...
DARKCHYLDX101/GCC-UBER
gcc/gengtype-lex.c
C
gpl-2.0
98,280
<load target="../../../member/skins/default/css/member.css" /> <div class="xm"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/userconfig/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <p>{$XE_VALIDATOR_MESSAGE}</p> </div> <form ruleset="insertConfig" action="./" metho...
daolcms/daol-ncenter
skins/default/userconfig.html
HTML
gpl-2.0
3,015
<?php /** * This software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ and is * licensed under The BSD license. * --- * Copyright (c) 2011, Oxwall Foundation * All rights reserved. * Redistribution and use in source and binary forms, with or without modification, are permitted...
seret/oxtebafu
ow_plugins/forum/components/forum_topics_widget.php
PHP
gpl-2.0
7,902
<?php class GFSettings{ public static $addon_pages = array(); public static function add_settings_page($name, $handler, $icon_path){ add_action("gform_settings_" . str_replace(" " , "_", $name), $handler); self::$addon_pages[$name] = array("name" => $name, "icon" => $icon_path); } pub...
noahjohn9259/emberrcom
wp-content/plugins/gravityforms_1.5.2.8/settings.php
PHP
gpl-2.0
19,359
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* * Libbrasero-media * Copyright (C) Philippe Rouquier 2005-2009 <bonfire-app@wanadoo.fr> * * Libbrasero-media is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
lmedinas/brasero
libbrasero-media/scsi-error.c
C
gpl-2.0
2,603
/* -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */ /*************************************************************************** * PageLog.h * * FUPPES - Free UPnP Entertainment Service * * Copyright (C) 2011 Ulrich Völkel <u-voelkel@users.sourceforge.net> ****************...
uvoelkel/fuppes
src/lib/Presentation/PageLog.h
C
gpl-2.0
1,548
<?php include_once('../../config/symbini.php'); include_once($SERVER_ROOT.'/content/lang/collections/list.'.$LANG_TAG.'.php'); include_once($SERVER_ROOT.'/classes/OccurrenceListManager.php'); include_once($SERVER_ROOT.'/classes/SOLRManager.php'); $stArrCollJson = $_REQUEST["jsoncollstarr"]; $stArrSearchJson = $...
seltmann/Symbiota
collections/rpc/changetablepage.php
PHP
gpl-2.0
7,873
<?php /** * PEAR_Common, the base class for the PEAR Installer * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 3.0 of the PHP license * that is available through the world-wide-web at the following URI: * http://www.php.net/license/3_0.txt. If you did not receive a copy of ...
alucard263096/XMLRPC
DEMO/ta_portal_dev/libs/PEAR/PEAR/Common.php
PHP
gpl-2.0
36,771
/* Declarations for objc-act.c. Copyright (C) 1990 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 ...
aosm/gcc_legacy
gcc/obcp/objc-act.h
C
gpl-2.0
6,486
/* * Support for Omnivision OV8865 camera sensor. * Based on Aptina mt9e013 driver. * * Copyright (c) 2010 Intel Corporation. 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 as published by the Free ...
paulalesius/kernel-3.10.20-lenovo-tablet
drivers/external_drivers/camera/i2c/ov8865.h
C
gpl-2.0
76,600
/* * Copyright (C) 2011 Google, Inc. All rights reserved. * Copyright (C) 2016 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...
qtproject/qtwebkit
Source/WebCore/page/csp/ContentSecurityPolicySource.cpp
C++
gpl-2.0
3,383
/* -*- mode: C -*- */ /* vim:set ts=4 sw=4 sts=4 et: */ /* IGraph R library. Copyright (C) 2003-2013 Gabor Csardi <csardi.gabor@gmail.com> 334 Harvard street, Cambridge, MA 02139 USA This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licen...
igraph/igraph
src/games/sbm.c
C
gpl-2.0
23,629
<?php $profile_page = get_option('booked_profile_page'); if ($profile_page): if(!class_exists('booked_profiles')) { class booked_profiles { public function __construct() { add_action('init', array(&$this,'rewrite_add_rewrites')); add_action('the_content', array(&$this,'display_profile_markup')); ...
annegrundhoefer/mark
wp-content/plugins/booked/includes/profiles.php
PHP
gpl-2.0
2,040
/* * UAE - The Un*x Amiga Emulator * * Target specific stuff, ncurses version * * Copyright 1997 Bernd Schmidt */ #define TARGET_NAME "curses" #define OPTIONSFILENAME ".uaerc" #define OPTIONS_IN_HOME #define DEFPRTNAME "lpr" #define DEFSERNAME "/dev/ttyS1"
bernds/UAE
src/targets/t-ascii.h
C
gpl-2.0
273
/*************************************************************************** kbordercoltextexport.cpp - description ------------------- begin : Sam Aug 30 2003 copyright : (C) 2003 by Friedrich W. H. Kossebau email ...
serghei/kde3-kdeutils
khexedit/lib/kbordercoltextexport.cpp
C++
gpl-2.0
1,464
/* Copyright (C) 2012 Samsung Electronics Copyright (C) 2012 Intel Corporation. All rights reserved. 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 o...
loveyoupeng/rt
modules/web/src/main/native/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp
C++
gpl-2.0
8,176
#ifndef FONT_HPP #define FONT_HPP #include "renderer/OpenGL.hpp" #include <string> class Texture; class Font { public: Font(const char *texture); ~Font(); void SetColor(const Math::Vector4f &color) { m_color = color; } void SetPosition(const Math::Vector3f &position) { m_position = position; } vo...
fluffyfreak/oculusvr_samples
common_src/renderer/Font.hpp
C++
gpl-2.0
1,188
<?xml version="1.0" ?> <!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"> <head> <title>BusyBox - The Swiss Army Knife of Embedded Linux</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <l...
rockly703/busybox
docs/busybox.net/BusyBox.html
HTML
gpl-2.0
160,507
#!/usr/bin/env node console.log("Hello World!");
sumeettalwar/develop
node-js/src/week1/hello.js
JavaScript
gpl-2.0
49
/* * Copyright (C) 2007 Google, Inc. * Copyright (c) 2008-2010, Code Aurora Forum. All rights reserved. * Author: Brian Swetland <swetland@google.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, di...
cleaton/liquid_kernel
arch/arm/mach-msm/board-msm7x27.c
C
gpl-2.0
52,847
/* * raid5.c : Multiple Devices driver for Linux * Copyright (C) 1996, 1997 Ingo Molnar, Miguel de Icaza, Gadi Oxman * Copyright (C) 1999, 2000 Ingo Molnar * * RAID-5 management functions. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gerboland/linux-2.6.15-neuros-eabi
drivers/md/raid5.c
C
gpl-2.0
61,042
#!/bin/sh set -e set -x # TODO: This isn't ideal. cd externals git clone https://github.com/MerryMage/ext-boost git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../.. mkdir -p $HOME/.local curl -L https://cmake.org/files/v3.8/cmake-3.8.0-Linux-x86_64.tar.gz \ | tar -xz ...
DaMan69/dynarmic
.travis/test-a64-on-x86_64-linux/deps.sh
Shell
gpl-2.0
357
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* * cong-print-method.h * * Copyright (C) 2004 David Malcolm * * Conglomerate 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...
GNOME/conglomerate
src/cong-service-print-method.h
C
gpl-2.0
3,112
$(document).ready(function(){ $("#startDate").datepicker({dateFormat:'yy-mm-dd'}); $("#endDate").datepicker({dateFormat:'yy-mm-dd'}); //$('#startDate').datepicker(); //$('#endDate').datepicker(); })
sorabhv6/mylib
php_lib/google_analytics/js/custom.js
JavaScript
gpl-2.0
211
// /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright © 2011 Marcos Talau * * 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 program is dis...
tomhenderson/ns-3-dev-git
src/traffic-control/model/red-queue-disc.cc
C++
gpl-2.0
26,145
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using LeagueSharp; using LeagueSharp.Common; using Item = LeagueSharp.Common.Items.Item; namespace Kalista { public class ItemManager { private static Obj_AI_Hero player = ObjectManage...
onuremix/LeagueSharp
Kalista/ItemManager.cs
C#
gpl-2.0
1,531
{if !$auth_msg} {form name='vwlsAddForm'} <table class="ow_table_1 ow_form"> <tr class="ow_alt1"> <td class="ow_label">{label name='room_name'}</td> <td class="ow_value">{input name='room_name'} <br /> {error name='room_name'}</td> <td class="ow_desc ow_small">{text key='vwls...
seret/oxtebafu
ow_plugins/vwlivestreaming/views/controllers/add_index.html
HTML
gpl-2.0
10,372
<?php /** * RokTwittie Module * * @package RocketTheme * @subpackage roktwittie.tmpl * @version 1.8 September 3, 2012 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * */ defined...
jntd11/dev2
modules/mod_roktwittie/tmpl/error.php
PHP
gpl-2.0
650
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program 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 Foundation. * * This program is distributed...
sdsc/lustre-release
lustre/lmv/lmv_intent.c
C
gpl-2.0
14,025
/* * Copyright (c) 2013-2014, 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 ...
curbthepain/revkernel_us990
arch/arm/mach-msm/qdsp6v2/msm_audio_ion.c
C
gpl-2.0
15,141
package com.freezingwind.animereleasenotifier.updater; import android.content.Context; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.util.Log; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.VolleyError; import co...
animenotifier/anime-release-notifier-android
app/src/main/java/com/freezingwind/animereleasenotifier/updater/AnimeUpdater.java
Java
gpl-2.0
4,366
/* * "$Id: hpgl-vector.c,v 1.1 2011/02/22 15:39:35 cathy Exp $" * * HP-GL/2 vector routines for the Common UNIX Printing System (CUPS). * * Copyright 1993-2000 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are ...
ysleu/RTL8685
uClinux-dist/user/cups/cups-1.0.5/filter/hpgl-vector.c
C
gpl-2.0
16,984
/* * Copyright (C) 2000-2004 the xine project * * This file is part of xine, a unix video player. * * xine 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 y...
caps-liu/hisi-driverlibs
source/msp/drv/vfmw/softlib/hwmedia_v1.1/src/hwdec/inc/win32/sys/socket.h
C
gpl-2.0
1,070
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 2013, Digium, Inc. * * Jonathan Rose <jrose@digium.com> * * See http://www.asterisk.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project ...
jcollie/asterisk
res/parking/parking_applications.c
C
gpl-2.0
26,552
sap.ui.define([ "sap/ui/core/UIComponent", "sap/ui/Device", "opensap/manageproducts/model/models", "opensap/manageproducts/controller/ErrorHandler" ], function (UIComponent, Device, models, ErrorHandler) { "use strict"; return UIComponent.extend("opensap.manageproducts.Component", { metadata : { m...
carlitosalcala/openui
ManageProducts/webapp/Component.js
JavaScript
gpl-2.0
2,424
<div class="categoryMenu"> <ul> <?php foreach($root_categories as $key => $value) { if($key == 13) echo "<div class='hiddenCategories'>"; ?> <li<?php if($key == 0) { ?> class="first"<?php } ?>><a href="<?php echo zen_href_link('index', zen_get_path($value['id']));?>"><?php echo $v...
joshyan/everymarket
includes/templates/everymarket_classic/common/tpl_left_categories.php
PHP
gpl-2.0
536
<html lang="en"> <head> <title>Porting to Unix - The GNU C Library</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="The GNU C Library"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Porting.html#Por...
aldencolerain/mc2kernel
toolchain/share/doc/arm-marvell-linux-gnueabi/html/libc/Porting-to-Unix.html
HTML
gpl-2.0
5,091
/* * syscalls.h - Linux syscall interfaces (non-arch-specific) * * Copyright (c) 2004 Randy Dunlap * Copyright (c) 2004 Open Source Development Labs * * This file is released under the GPLv2. * See the file COPYING for more details. */ #ifndef _LINUX_SYSCALLS_H #define _LINUX_SYSCALLS_H struct epoll_event; st...
zrafa/linuxkernel
linux-2.6.17.new/include/linux/syscalls.h
C
gpl-2.0
26,418
<?php /* ** Zabbix ** Copyright (C) 2001-2013 Zabbix SIA ** ** 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. ** ** Th...
volter/zabbix-d3
include/classes/class.cconfigfile.php
PHP
gpl-2.0
5,446
/* Copyright Statement: *This firmware are protected under relevant copyright laws,this information contained *herein is confidential and proprietary to Goodix. * *GOODIX (C) 2013. All rights reserved. * *WARNING:The GTP_COMPATIBLE_MODE part of this file was generated by the specialized tools, *please do not mod...
dtsd/zte_blade_s6_lollipop_kernel
drivers/input/touchscreen/gtxxx_v22/gt9xx_firmware.h
C
gpl-2.0
460,424
/* * * Copyright (c) International Business Machines Corp., 2001 * * 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 l...
metan-ucw/ltp
testcases/kernel/sched/process_stress/process.c
C
gpl-2.0
31,061
/* * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Genera...
Macavity/SkyFireEMU
src/server/game/Handlers/BattlefieldHandler.cpp
C++
gpl-2.0
4,910
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * The Internet Protocol (IP) output module. * * Version: $Id: ip_output.c,v 1.99.2.1 2002/03/10 04:26:08 davem...
iPodLinux/linux-2.4.32-ipod
net/ipv4/ip_output.c
C
gpl-2.0
25,611
;; nokogiri-widgets/color.jl -- color selector widget ;; ;; Copyright (C) 2000 John Harper <john@dcs.warwick.ac.uk> ;; ;; This file is part of sawfish. ;; ;; sawfish 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 Found...
mario-goulart/sawfish
lisp/sawfish/gtk/widgets/color.jl
Julia
gpl-2.0
2,140
<?php /** * Admin functions for post types * * @author WooThemes * @category Admin * @package WooCommerce/Admin/Post Types * @version 2.1.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! class_exists( 'WC_Admin_CPT' ) ) : /** * WC_Admin_CPT Class */ class WC_Admin_CPT { ...
Minasokoni/coasties
wp-content/plugins/woocommerce/includes/admin/post-types/class-wc-admin-cpt.php
PHP
gpl-2.0
1,091
#ifndef QFORMATGIF_H #define QFORMATGIF_H // CompuServe Graphics Interchange Format. File extension: .gif. A GIF file can be either still, containing a // single image, or animated, having multiple images. An image stored inside a GIF file has its own dimensions // and also a position defined relatively to the logi...
nazariyg/Qcore
Qinclude/QFormatGif.h
C
gpl-2.0
16,317
<link rel="stylesheet" href="tools/minifier/html/style.css"/> <script src="tools/minifier/html/minifier.js" type="application/javascript"></script> <script type="application/javascript"> $(document).ready(function () { $('#minifier a._TYPE_CODE_').tab('show'); $('#minifier a').click(function (e) { ...
shinji00/dev-tools
tools/minifier/html/minifier.html
HTML
gpl-2.0
5,906
<div class="mod-pedal x42-midifilter{{{cns}}} x42-midi-midichord"> <div mod-role="drag-handle" class="mod-drag-handle"></div> <div class="x42-brand"><h1 title="Brought to you by x42.">x42</h1></div> <div class="x42-plugin-name"><h1>MIDI Chord Builder</h1></div> <div class="mod-light on" mod-role="bypas...
ssj71/midifilter.lv2
modgui/icon-midichord.html
HTML
gpl-2.0
5,742
////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002-11 Xilinx, Inc. All rights reserved. // Xilinx, Inc. // // XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A // COURTESY TO YOU. BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS // ONE POSSIBLE IMPLEMEN...
EPiCS/reconos
demos/sort_demo/xilkernel/sort_demo_bsp/microblaze_0/libsrc/standalone_v3_03_a/src/profile/profile_config.h
C
gpl-2.0
1,355
<?php /** * Generates the normalizer data file for Malayalam. * * 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. *...
lcp0578/mediawiki
maintenance/language/generateNormalizerDataMl.php
PHP
gpl-2.0
2,183