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
<?php defined('_JEXEC') or die('Direct Access to ' . basename(__FILE__) . 'is not allowed.'); /** * * @package VirtueMart * @subpackage vmpayment * @version $Id: closeauthorizationresponse.php 8703 2015-02-15 17:11:16Z alatak $ * @author Valérie Isaksen * @link http://www.virtuemart.net * @copyright Copyrig...
L16jovenesTIC/portal-web
plugins/vmpayment/amazon/helpers/closeauthorizationresponse.php
PHP
gpl-2.0
1,298
/* * i2c-nforce2-s4985.c - i2c-nforce2 extras for the Tyan S4985 motherboard * * Copyright (C) 2008 Jean Delvare <khali@linux-fr.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; eit...
cneira/ebpf-backports
linux-3.10.0-514.21.1.el7.x86_64/drivers/i2c/busses/i2c-nforce2-s4985.c
C
gpl-2.0
7,163
/** * 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/BenchmarkTest19748.java
Java
gpl-2.0
2,359
[INFO [!Query!]|I] [SWITCH [!action!]|=] [CASE new] [MODULE Murphy/Enquiry/NavBar?Last=__NOUVELLE_DEMANDE__] [MODULE Murphy/Enquiry/New] [/CASE] [DEFAULT] [IF [!I::TypeSearch!]=Child] [MODULE Murphy/Enquiry/NavBar] [MODULE Murphy/Enquiry/List] [MODULE Murphy/Enquiry/List?filter=current] // [MODULE...
MAN-IN-WAN/Kob-Eye
Skins/MWCCLIENT/Modules/Murphy/Enquiry/Default.md
Markdown
gpl-2.0
536
<?php /* "Copyright 2012 A3 Revolution Web Design" This software is distributed under the terms of GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ // File Security Check if ( ! defined( 'ABSPATH' ) ) exit; ?> <?php /*----------------------------------------------------------------------------------- A3rev Plugin ...
mselango/driz-project
wp-content/plugins/woocommerce-email-inquiry-cart-options/admin/includes/fonts_face.php
PHP
gpl-2.0
22,359
#ifndef _ASM_X8664_PROTO_H #define _ASM_X8664_PROTO_H 1 #include <asm/ldt.h> /* misc architecture specific prototypes */ struct cpuinfo_x86; struct pt_regs; extern void get_cpu_vendor(struct cpuinfo_x86*); extern void start_kernel(void); extern void pda_init(int); extern void early_idt_handler(void); extern voi...
waterice/Test-Git
include/asm-x86_64/proto.h
C
gpl-2.0
3,509
/* linux/drivers/cdrom/optcd.c - Optics Storage 8000 AT CDROM driver $Id: optcd.c,v 1.1.1.1 2007/06/12 07:27:09 eyryu Exp $ Copyright (C) 1995 Leo Spiekman (spiekman@dutette.et.tudelft.nl) Based on Aztech CD268 CDROM driver by Werner Zimmermann and preworks by Eberhard Moenkeberg (emoenke@gwdg.de). This progr...
maliyu/SOM2416
drivers/cdrom/optcd.c
C
gpl-2.0
51,605
/* * include/linux/backing-dev.h * * low-level device information and state which is propagated up through * to high-level code. */ #ifndef _LINUX_BACKING_DEV_H #define _LINUX_BACKING_DEV_H #include <linux/percpu_counter.h> #include <linux/log2.h> #include <linux/flex_proportions.h> #include <linux/kernel.h> #in...
gsstudios/Dorimanx-SG2-I9100-Kernel
include/linux/backing-dev.h
C
gpl-2.0
10,590
/* * Copyright (C) 2008-2013 Trinitycore <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 version 2 of the License, or (at your * option) any later ve...
InfinityCore/InfinityCore243
src/server/scripts/Outland/CoilfangReservoir/SteamVault/boss_hydromancer_thespia.cpp
C++
gpl-2.0
5,302
// // VEXT2 Linux SDK Header File // // 2013.09.05 ikki Create #include "SMIMS_define.h" typedef BOOL (*DEF_SMIMS_VEXT2_ProgramFPGA)(int iBoard, char * BitFile); typedef BOOL (*DEF_SMIMS_VEXT2_ProgramFPGAFromSD)(int iBoard, int iBitFileIndex); typedef BOOL (*DEF_SMIMS_VEXT2_AppOpen)(int iBoard, char * SerialNO, int ...
rurume/openrisc_vision_software
OPENRISC_API/SMIMS_VEXT2.h
C
gpl-2.0
2,085
package org.checkerframework.common.value.qual; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.checkerframework.framework.qual.SubtypeOf; /** * An annotation indicating the length of an array...
atomicknight/checker-framework
framework/src/org/checkerframework/common/value/qual/ArrayLen.java
Java
gpl-2.0
751
#include "pdns/namespaces.hh" #include <pdns/dns.hh> #include <pdns/dnsbackend.hh> #include <pdns/dnspacket.hh> #include <pdns/ueberbackend.hh> #include <pdns/pdnsexception.hh> #include <pdns/logger.hh> #include <pdns/arguments.hh> #include <boost/lexical_cast.hpp> #include <rapidjson/rapidjson.h> #include <rapidjson/d...
fastmailops/pdns
modules/remotebackend/test-remotebackend-json.cc
C++
gpl-2.0
1,470
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model common\models\SearchSupplierspeople */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="supplierspeople-search"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method' => 'get', ...
shuk08/test1
backend/views/supplierspeople/_search.php
PHP
gpl-2.0
1,154
<?php /** * JComments plugin for JUserlist * * @version 1.0 * @package JComments * @author Sergey M. Litvinov (smart@joomlatune.ru) * @copyright (C) 2010 by Sergey M. Litvinov (http://www.joomlatune.ru) * @license GNU/GPL: http://www.gnu.org/copyleft/gpl.html **/ class jc_com_juserlist extends JCommentsPlugin {...
jbelborja/jovenes
components/com_jcomments/plugins/com_juserlist.plugin.php
PHP
gpl-2.0
1,005
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
webonise/openx
lib/OA/Admin/Statistics/Delivery/Controller/GlobalAdvertiser.php
PHP
gpl-2.0
7,854
/* * This file is part of the coreboot project. * * Copyright 2015 MediaTek 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; version 2 of the License. * * This program is distribu...
MattDevo/coreboot
src/mainboard/google/oak/boardid.c
C
gpl-2.0
1,293
/* * JMPocket - JuggleMaster for Pocket PC * Version 1.03 * (C) Per Johan Groland 2002-2004 * * Using JMLib 2.0 (C) Per Johan Groland 2000-2002 * Based on JuggleMaster Version 1.60 * Copyright (C) 1995-1996 Ken Matsuoka * * JMPocket is free software; you can redistribute it and/or modify * it under the terms ...
amiel/jugglemaster
src/jmpocket/entersitedlg.cpp
C++
gpl-2.0
7,173
from __future__ import absolute_import from Plugins.Plugin import PluginDescriptor from Components.PluginComponent import plugins from enigma import eDBoxLCD from .qpip import QuadPipScreen, setDecoderMode def main(session, **kwargs): session.open(QuadPipScreen) def autoStart(reason, **kwargs): if reason == 0: ...
openatv/enigma2
lib/python/Plugins/Extensions/QuadPip/plugin.py
Python
gpl-2.0
682
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
Shauren/TrinityCore
src/common/Collision/Models/WorldModel.h
C
gpl-2.0
5,760
/* * Joe's tiny RCU, for small SMP systems. * * See Documentation/RCU/jrcu.txt for theory of operation and design details. * * Author: Joe Korty <joe.korty@ccur.com> * * Acknowledgements: Paul E. McKenney's 'TinyRCU for uniprocessors' inspired * the thought that there could could be something similiarly simple ...
JoinTheRealms/TF700-dualboot-hunds
kernel/jrcu.c
C
gpl-2.0
21,948
/* * Copyright (C) 2012-2021 52°North Spatial Information Research GmbH * * 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. * * If the program is linked with libraries which are l...
EHJ-52n/SOS
hibernate/common/src/main/java/org/n52/sos/ds/hibernate/util/procedure/create/DescriptionCreationStrategy.java
Java
gpl-2.0
2,030
<?php /* Template Name: Full Width */ ?> <?php get_header(); ?> <div id="content"> <div id="contentwide"> <div class="postareawide"> <?php include(TEMPLATEPATH."/breadcrumbwide.php");?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1><br /> <?php...
puchimatto/wp_jgl
wp-content/themes/lifestyle_30/page_fullwidth.php
PHP
gpl-2.0
627
/* * * Copyright (c) International Business Machines Corp., 2002 * * 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...
heluxie/LTP
testcases/kernel/syscalls/rename/rename14.c
C
gpl-2.0
3,894
<?php /** * The template for displaying comments. * * The area of the page that contains both current comments * and the comment form. * * @package Tria */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comment...
nikolapopov/Tria
wp-content/themes/tria/comments.php
PHP
gpl-2.0
2,539
/* Definitions for CPP library. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. 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 Softwa...
nslu2/Build-gcc-3.2.1
gcc/cpplib.h
C
gpl-2.0
22,885
/* Copyright (C) SYSTAP, LLC 2006-2015. All rights reserved. Contact: SYSTAP, LLC 2501 Calvert ST NW #106 Washington, DC 20008 licenses@systap.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 ...
smalyshev/blazegraph
bigdata/src/test/com/bigdata/service/ndx/pipeline/TestMasterTaskIdleTimeout.java
Java
gpl-2.0
36,679
/* * Copyright (C) 2012 Red Hat, Inc. * * Nautilus 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. * * Nautilus is distributed ...
daschuer/nautilus
src/nautilus-search-hit.h
C
gpl-2.0
1,835
/* global tinymce */ tinymce.PluginManager.add( 'wpeditimage', function( editor ) { var toolbar, serializer, each = tinymce.each, trim = tinymce.trim, iOS = tinymce.Env.iOS; function isPlaceholder( node ) { return !! ( editor.dom.getAttrib( node, 'data-mce-placeholder' ) || editor.dom.getAttrib( node...
casedot/AllYourBaseTemplate
wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
JavaScript
gpl-2.0
28,308
/* * linux/arch/arm/kernel/arch_timer.c * * Copyright (C) 2011 ARM Ltd. * 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 Software Foundation. */ #include <linux/init.h> #...
MikePach/Alucard-Kernel-jfltexx
arch/arm/kernel/arch_timer.c
C
gpl-2.0
15,414
cmd_drivers/usb/storage/ums-isd200.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/usb/storage/ums-isd200.o drivers/usb/storage/isd200.o
friedrich420/Note-3-AEL-Kernel
drivers/usb/storage/.ums-isd200.o.cmd
Batchfile
gpl-2.0
181
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "util++.H" // An integer multiplier on the test length. 1 is pretty quick, but // 10 is the default. // #define TEST_LENGTH (10 * 1024 * 1024) // We test // // 1) binary encoding/decoding // // 2) pre/post increment of binary encoding // // 3...
macmanes-lab/wgs-assembler
kmer/libutil/test/test-bitPacking.C
C++
gpl-2.0
8,424
package cn.sharesdk.demo.apshare; import cn.sharesdk.alipay.share.AlipayHandlerActivity; public class ShareEntryActivity extends AlipayHandlerActivity{ }
chosener/ProjectRes
运营/Mob/ShareSDK-Android-2.6.6/ShareSDK for Android/Src/apshare/ShareEntryActivity.java
Java
gpl-2.0
157
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
google/desugar_jdk_libs
jdk11/src/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/URLTest.java
Java
gpl-2.0
48,856
<!DOCTYPE html> <html> <head> <title>Przyk³ad</title> </head> <body> <form> Imiê: <input type="text" name="name" accesskey="i"/> <p/> Has³o: <input type="password" name="password" accesskey="h"/> <p/> <input type="submit" value="Zaloguj" accesskey="z"/> </form> </body> </html>
JedrzMar/avr
ch03/14 - AccessKey.html
HTML
gpl-2.0
291
#include "../qcommon/q_shared.h" #include "cg_local.h" #include <jsapi.h> static JSClass vector3_class = { "Vec3", 0, JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_StrictPropertyStub, JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, JS_FinalizeStub }; static JSClass vector4_class = { "Vec4...
tectronics/battle-of-the-sexes
code/cgame/cg_js_vec.c
C
gpl-2.0
3,716
#ifndef __STMMAC_H__ #define __STMMAC_H__ #include <common.h> #include <command.h> #include <linux/list.h> #include <asm/io.h> #include <malloc.h> /* malloc, free, realloc*/ #include <net.h> #include <miiphy.h> #define print_mac(mac) do { int i;\ printf("MAC: ");\ for (i = 0; i < MAC_LEN; i++)\ printf("...
csolg/hi35xx-buildroot
boot/uboot/u-boot-2010.06/drivers/net/stmmac/stmmac.h
C
gpl-2.0
2,029
package edu.umd.cs.findbugs.ml; import java.util.Collection; import junit.framework.Assert; import junit.framework.TestCase; import edu.umd.cs.findbugs.util.SplitCamelCaseIdentifier; public class SplitCamelCaseIdentifierTest extends TestCase { SplitCamelCaseIdentifier splitter; SplitCamelCaseIdentifier spli...
jesusaplsoft/FindAllBugs
findbugs/src/junit/edu/umd/cs/findbugs/ml/SplitCamelCaseIdentifierTest.java
Java
gpl-2.0
2,215
/* file generated by oo2c -- do not edit */ #include "__oo2c.h" #include "__libc.h" #include "CharClass.d" static _ModId _mid; unsigned char CharClass__IsNumeric(unsigned char ch) { register int i0; i0 = (int)ch < 48; if (i0) goto l0; i0 = (int)ch <= 57; if (i0) goto l1; l0: i0 = 0; goto l2; l1: i0 = ...
ngospina/ooc-gsa
src.c/CharClass.c
C
gpl-2.0
1,988
/* * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information * * 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 o...
blueboy/portal
src/game/Server/DBCStructure.h
C
gpl-2.0
107,339
/* * software RGB to RGB converter * pluralize by Software PAL8 to RGB converter * Software YUV to YUV converter * Software YUV to RGB converter * Written by Nick Kurshev. * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at) * * This file is part of FFmpeg. * * FFm...
azuwis/mplayer-fork
libswscale/rgb2rgb.h
C
gpl-2.0
8,403
<?php // $Id$ // This file keeps track of upgrades to // the shortanswer qtype plugin // // Sometimes, changes between versions involve // alterations to database structures and other // major things that may break installations. // // The upgrade function in this file will attempt // to perform all the necessary ac...
ajv/Offline-Caching
question/type/shortanswer/db/upgrade.php
PHP
gpl-2.0
1,188
/* * Copyright (c) 2012, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice a...
aicjofs/android_kernel_lge_v500
drivers/staging/prima/CORE/WDA/inc/wlan_qct_wda_msg.h
C
gpl-2.0
3,001
/* This file is part of the KDE project Copyright (C) 2009 KO GmbH <jos.van.den.oever@kogmbh.com> 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 Licens...
TheTypoMaster/calligra-history
filters/libmso/pictures.cpp
C++
gpl-2.0
9,324
# -*- cperl -*- # Copyright (c) 2004, 2010, Oracle and/or its affiliates. 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 as published by # the Free Software Foundation; version 2 of the License. # # This program is d...
MrDunne/myblockchain
myblockchain-test/lib/v1/mtr_report.pl
Perl
gpl-2.0
17,679
/* | Copyright (C) 2002-2011 Jorg Schuler <jcsjcs at users sourceforge net> | Paul Richardson <phantom_sf at users.sourceforge.net> | Part of the gtkpod project. | | URL: http://www.gtkpod.org/ | URL: http://gtkpod.sourceforge.net/ | | This program is free softwa...
zeejuncode/gtkpod
plugins/sorttab_display/special_sorttab_page_calendar.c
C
gpl-2.0
16,955
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function last_finder</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The ...
phra/802_21
boost_1_49_0/doc/html/boost/algorithm/last_finder.html
HTML
gpl-2.0
5,657
# # Makefile for misc devices that really don't fit anywhere else. # #include $(srctree)/drivers/misc/mediatek/Makefile.custom obj-y +=B55027X2NA.o
pro4tlzz/P9000-Kernel
drivers/misc/mediatek/lcm/B55027X2NA/Makefile
Makefile
gpl-2.0
153
<!doctype html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie ie9"> <![endif]--> <!--[if (gt IE 9)|!(I...
PartidoDeLaRed/pdr-blog
wp-content/themes/solar/js/view-js/examples/alt2.html
HTML
gpl-2.0
2,009
<?php /** * Plugin Options. * * @package SCE */ namespace SCE\Includes\Admin; /** * Class Options */ class Options { /** * A list of options cached for saving. * * @var array $options */ private static $options = array(); /** * Get the options for Simple Comment Editing. * * @since 3.0.0 * ...
MinnPost/minnpost-wordpress
wp-content/plugins/simple-comment-editing/includes/admin/class-options.php
PHP
gpl-2.0
2,691
/* * SR.java * * Created on 19.03.2006, 15:06 * * Copyright (c) 2005-2008, Eugene Stahov (evgs), http://bombus-im.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 ...
murat8505/BombusMod-xmpp_client
src/locale/SR.java
Java
gpl-2.0
43,121
#!/bin/bash #oscap xccdf eval --profile xccdf_com.example_profile_my_profile --remediate --results=testing_results2.xml testing_ds.xml oscap xccdf eval --datastream-id=scap_org.open-scap_datastream_tst --xccdf-id=scap_org.open-scap_cref_first-xccdf.xml --profile xccdf_com.example_profile_my_profile --remediate --resu...
OpenSCAP/oscap-anaconda-addon
testing_files/run_oscap_test.sh
Shell
gpl-2.0
359
//============================================================================= // MuseScore // Music Composition & Notation // $Id:$ // // Copyright (C) 2011 Werner Schweer // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2...
wschweer/mscoreserver
libmscore/property.cpp
C++
gpl-2.0
9,761
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */ function selectZooItem(d,c,a){jQuery("#"+a+"_id").val(d);jQuery("#"+a+"_name").val(c);SqueezeBox.close?SqueezeBox.close():$("sbox-window").close()} (function(d){var c=function(){};d.extend(c.prototype,{name:"ZooApplication",options:{url:nu...
winder84/JacAuto_old
administrator/components/com_zoo/helpers/fields/zooapplication.js
JavaScript
gpl-2.0
2,594
<?php require '../config/config.php'; $year_num = $_POST['year_num']; $week_num = $_POST['week_num']; $currency_shortname = ''; $currency_sql = "SELECT shortname FROM currency WHERE set_default=1"; $currency_qry = mysql_query($currency_sql); $currency_res = mysql_fetch_assoc($currency_qry); //check if there is an ex...
sanjay-jagdish/barkerby
webmin/tablechart/menu_lunch.php
PHP
gpl-2.0
12,526
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
tonio-44/tikflak
shop/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-0.9.23-0.9.24.php
PHP
gpl-2.0
1,189
/* * Copyright (c) 2014 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE ...
wjrsonic/openwrt
qca/src/qca-legacy-uboot/include/configs/ar7240.h
C
gpl-2.0
5,563
#!/bin/bash CYPHT_DIR="/home/jason/cypht" VERSION="v1.1.0-rc4" SINCE="2017-05-11" cd "$CYPHT_DIR" git log --pretty=format:'%h% - %s [%aD]' \ --abbrev-commit \ --since "$SINCE" \ "$VERSION"..HEAD \ | sed -r "s/[|\*\/\\]//g" \ | tr -s ' ' \ | grep -v '^ $' \ | sed -r "s/^ //"
jasonmunro/hm3
scripts/release_changes.sh
Shell
gpl-2.0
306
# -*- perl -*- # # Author: Slaven Rezic # # Copyright (C) 2004,2009,2015 Slaven Rezic. All rights reserved. # This package is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Mail: slaven@rezic.de # WWW: http://www.rezic.de/eserte/ # package PDF::Create::MyPage; use...
eserte/bbbike
lib/PDF/Create/MyPage.pm
Perl
gpl-2.0
4,200
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>C-Layman: Data Fields</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Genera...
jmesmon/layman
c-layman/doc/html/functions.html
HTML
gpl-2.0
4,357
<?php /** * Site/blog functions that work with the blogs table and related data. * * @package WordPress * @subpackage Multisite * @since MU */ /** * Update the last_updated field for the current blog. * * @since MU * * @global wpdb $wpdb */ function wpmu_update_blogs_date() { global $wp...
casedot/AllYourBaseTemplate
wp-includes/ms-blogs.php
PHP
gpl-2.0
27,920
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
SpoonLabs/astor
examples/math_63/src/test/java/org/apache/commons/math/MathConfigurationExceptionTest.java
Java
gpl-2.0
3,118
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | Fez - Digital Repository System | // +----------------------------------------------------------------------+ // | Copyright (c) 2005, 2006, 2...
uqlibrary/fez
public/manage/solr_dih.php
PHP
gpl-2.0
3,904
/* * (C) Copyright 2010 * Texas Instruments Incorporated, <www.ti.com> * Steve Sakoman <steve@sakoman.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 ...
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/u-boot-2013.07-rc1/board/ti/panda/panda.c
C
gpl-2.0
6,157
# include "cudaCHECK.h" # include "SpMt.hpp" # include <cuda.h> template<> SpMt<HOST, int> & SpMt<HOST, int>::operator=(const SpMt<HOST, int> &rhs) { Nrows = rhs.Nrows; Nnz = rhs.Nnz; rowIdx = rhs.rowIdx; colIdx = rhs.colIdx; data = rhs.data; return *this; } template<> SpMt<H...
piyueh/TriPoisson
AmgXTest/src/SpMt.cpp
C++
gpl-2.0
1,996
<?php /* 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 version. * * This program is distributed in the hope that it will be ...
gpreunin/HCRHS-Moodle
blocks/yui_menu/plugin/messages.php
PHP
gpl-2.0
875
require 'v8' require 'nokogiri' require_dependency 'excerpt_parser' require_dependency 'post' module PrettyText class Helpers def t(key, opts) str = I18n.t("js." + key) if opts # TODO: server localisation has no parity with client # should be fixed opts.each do |k,v| ...
crowdint/reading-reviews
lib/pretty_text.rb
Ruby
gpl-2.0
7,731
<?php /** * Blog single post audio format media * * @package Total WordPress theme * @subpackage Partials * @version 3.0.0 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } // Get audio html $audio = wpex_get_post_audio_html(); // Display audio if audio exists and the post isn't protecte...
iq007/MadScape
wp-content/themes/Total/partials/blog/media/blog-single-audio.php
PHP
gpl-2.0
677
/* Copyright (C) 2007-2013 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY...
alessandro-guido/suricata
src/tm-threads-common.h
C
gpl-2.0
3,073
<?php /** * WooCommerce Jetpack EU VAT Number * * The WooCommerce Jetpack EU VAT Number class. * * @version 2.3.10 * @since 2.3.9 * @author Algoritmika Ltd. */ if ( ! defined( 'ABSPATH' ) ) exit; if ( ! class_exists( 'WCJ_EU_VAT_Number' ) ) : class WCJ_EU_VAT_Number extends WCJ_Module { ...
webprese/dev.mgeonline
wp-content/plugins/woocommerce-jetpack/includes/class-wcj-eu-vat-number.php
PHP
gpl-2.0
13,898
// Módulo respnsável pela criação do gráfico Stacked Area do relatório // de participação dos alunos nas aulas da disciplina var LectureParticipationGraph = function () { var chart; // Definição do gráfico var options ={ chart: { renderTo: '', type: 'area', style: { lineHeight: 'normal' } ...
OpenRedu/OpenRedu
app/assets/javascripts/chart/lectures_participation.js
JavaScript
gpl-2.0
1,814
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
wassemgtk/OpenX-using-S3-and-CloudFront
www/admin/banner-htmlpreview.php
PHP
gpl-2.0
4,119
define( //begin v1.x content { "dateFormat-full": "EEEE, d MMMM y 'г'. G", "dateFormat-long": "d MMMM y 'г'. G", "dateFormat-medium": "dd.MM.yyyy G", "dateFormat-short": "dd.MM.yy G", "dateFormatItem-d": "d", "dateFormatItem-E": "ccc", "dateFormatItem-Ed": "E, d", "dateFormatItem-Gy": "y G", "dateFormatItem-H"...
Gambiit/pmb-on-docker
web_appli/pmb/javascript/dojo/dojo/cldr/nls/ru/buddhist.js
JavaScript
gpl-2.0
3,861
<?php defined('ABSPATH') or die; global $url; define('MTS_TYPOGRAPHY_DEFAULT_OPT', MTS_THEME_NAME.'_typography_default'); define('MTS_TYPOGRAPHY_COLLECTIONS_OPT', MTS_THEME_NAME.'_typography_collections'); define('MTS_TYPOGRAPHY_GENERATE_PREVIEWS', true); require_once($url.'google-typography/google-typography.php'); ...
gis3w/gis3w_site
wp-content/themes/onepage/options/options.php
PHP
gpl-2.0
44,044
<?php /** * @author Dr Kaushal Keraminiyage * @copyright Dr Kaushal Keraminiyage * @license GNU General Public License version 2 or later */ defined("_JEXEC") or die("Restricted access"); /** * Payments list view class. * * @package Confmgr * @subpackage Views */ class ConfmgrViewPayments extends JVie...
kaushal76/methmal
components/com_confmgr/views/payments/view.html.php
PHP
gpl-2.0
1,252
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@iahu.ca, http://lib...
kidmaple/CoolWall
user/dropbear/libtomcrypt/crypt_find_cipher.c
C
gpl-2.0
610
.content-view-ezmultiupload #multiupload { clear: both; height: 0; } .content-view-ezmultiupload #thumbnails { margin-top: 10px; } .content-view-ezmultiupload #thumbnails h2 { font-size:15px; line-height:25px; margin:0; } .content-view-ezmultiupload #thumbnails p { margin:0; } .conten...
ezsystems/ezmultiupload
design/standard/stylesheets/ezmultiupload.css
CSS
gpl-2.0
2,126
/*************************************************************************** collectionscannerdcopiface.h - DCOP Interface ------------------- begin : 16/08/05 copyright : (C) 2006 by Jeff Mitchell email : kde-...
lwh/Pana
src/collectionscanner/collectionscannerdcopiface.h
C
gpl-2.0
1,600
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2015, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
janorivera/evaluame_org
system/helpers/file_helper.php
PHP
gpl-2.0
12,441
/* Copyright (C) 2011 - 2016 by Mark de Wever <koraq@xs4all.nl> Part of the Battle for Wesnoth Project http://www.wesnoth.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 ve...
aginor/wesnoth
src/gui/dialogs/popup.cpp
C++
gpl-2.0
1,495
<h3> <a name="o_acpi">خيارات Kernel: acpi</a> </h3> <p>تُعد ACPI (واجهة الطاقة والتكوين المتقدم) نظامًا قياسيًا يُعرِّف واجهات إدارة التكوين والطاقة بين أحد أنظمة التشغيل وBIOS (نظام المدخلات/المخرجات الأساسي). افتراضيًا، يتم تشغيل <em>ACPI</em> عندما يتم اكتشاف أن BIOS بتاريخ أحدث من عام 2000. وتوجد معلمات شائعة الاس...
sTeeLM/MINIME
toolkit/srpm/SOURCES/gfxboot-themes-1.0.0/themes/openSUSE/help-install/ar/main::opt::o_acpi.html
HTML
gpl-2.0
1,137
Sis ===
kukucat0322/Sis
README.md
Markdown
gpl-2.0
8
//============================================================================= // Brief : Netlink Message Iterator // Authors : Bruno Santos <bsantos@av.it.pt> // ---------------------------------------------------------------------------- // OPMIP - Open Proxy Mobile IP // // Copyright (C) 2010 Universidade de Avei...
ATNoG/opmip
inc/opmip/sys/netlink/message_iterator.hpp
C++
gpl-2.0
2,535
<?php //TODO Simplify panel for events, use form flags to detect certain actions (e.g. submitted, etc) global $wpdb, $bp, $EM_Event, $EM_Notices; /* @var $args array */ /* @var $EM_Events array */ /* @var events_count int */ /* @var future_count int */ /* @var pending_count int */ /* @var url string */ ...
Interoccupy/interoccupy.net
wp-content/themes/wp-foundation/plugins/events-manager/tables/events.php
PHP
gpl-2.0
7,749
行为型模式 ======== >在软件工程中, 行为型模式为设计模式的一种类型,用来识别对象之间的常用交流模式并加以实现。如此,可在进行这些交流活动时增强弹性。 > >**来源:** [维基百科](https://zh.wikipedia.org/wiki/%E8%A1%8C%E7%82%BA%E5%9E%8B%E6%A8%A1%E5%BC%8F)
evnaz/Design-Patterns-In-Swift
source-cn/behavioral/header.md
Markdown
gpl-3.0
334
/** jbead - http://www.jbead.ch Copyright (C) 2001-2012 Damian Brunold 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 la...
craftoid/jbead
src/ch/jbead/BeadCounts.java
Java
gpl-3.0
1,619
//# -*- mode: c++ -*- //# //# StopCmd.h: III //# //# Copyright (C) 2002-2004 //# ASTRON (Netherlands Foundation for Research in Astronomy) //# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, softwaresupport@astron.nl //# //# This program is free software; you can redistribute it and/or modify //# it under the ter...
kernsuite-debian/lofar
MAC/APL/PIC/TBB_Driver/src/StopCmd.h
C
gpl-3.0
1,779
/* StarField.h Copyright (c) 2014 by Michael Zahniser Endless Sky 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 version. Endless Sky is distribute...
capnchainsaw/endless-sky-installer
source/StarField.h
C
gpl-3.0
1,599
package ru.mitrakov.self.rush.model.emulator; import java.util.*; import java.util.concurrent.CopyOnWriteArrayList; import ru.mitrakov.self.rush.model.*; import ru.mitrakov.self.rush.GcResistantIntArray; import ru.mitrakov.self.rush.utils.collections.IIntArray; import static ru.mitrakov.self.rush.model.Model.effectV...
mitrakov/applerush
core/src/ru/mitrakov/self/rush/model/emulator/ActorEx.java
Java
gpl-3.0
4,367
(function () { "use strict"; function config($stateProvider, $urlRouterProvider) { $urlRouterProvider.otherwise("/profile"); $stateProvider .state("/", { url: "/", templateUrl: "js/app/views/home.html", controller: "homeController", ...
logicalforhad/AngularMultilevelForm
springtest/src/main/resources/static/js/app/config/config.js
JavaScript
gpl-3.0
907
/************************************************************************ Copyright (C) 2011 - 2014 Project Wolframe. All rights reserved. This file is part of Project Wolframe. Commercial Usage Licensees holding valid Project Wolframe Commercial licenses may use this file in accordance with the Project Wolframe Comm...
ProjectTegano/Tegano
src/modules/prnt/harupdfprint/pdfPrinterDocumentImpl.hpp
C++
gpl-3.0
1,674
<?php /******************************************************************* * Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype * and/or its licensors, successors and assigners. All rights reserved. * * Use of Glype is subject to the terms of the Software License Agreement. * http://www.glype....
HaydenArmstrong/haydenarmstrong.github.io
glype-1.4.15/edit-browser.php
PHP
gpl-3.0
9,542
/* dat-level.c -- dat level module; Copyright (C) 2015, 2016, 2017 Bruno Félix Rezende Ribeiro <oitofelix@gnu.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, or (a...
oitofelix/mininim
src/levels/dat-level.c
C
gpl-3.0
1,569
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the ADLINK Software License Agreement Rev 2.7 2nd October * 2014 (the "License...
PrismTech/opensplice
src/abstraction/os/AIX5.3/code/os_stdlib.c
C
gpl-3.0
911
<?php /** * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not...
boudel/pje
src/PrestaShopBundle/Form/Admin/Type/ChoiceCategoriesTreeType.php
PHP
gpl-3.0
3,040
package tahrir.io.net.broadcasts; import com.google.common.base.Optional; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.common.eventbus.EventBus; import com.google.gson.reflect.TypeToken; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import tahrir.TrConstant...
nomel7/tahrir
src/main/java/tahrir/io/net/broadcasts/IdentityStore.java
Java
gpl-3.0
13,568
<?php // Yii Imports use yii\helpers\Html; use yii\helpers\Url; use yii\widgets\ActiveForm; // CMG Imports use cmsgears\files\widgets\ImageUploader; use cmsgears\icons\widgets\IconChooser; use cmsgears\core\common\utilities\CodeGenUtil; use cmsgears\core\common\utilities\DateUtil; // Config $coreProperties = $this->...
cmsgears/theme-blog
modules/cmsgears/module-notify/frontend/views/calendar/update.php
PHP
gpl-3.0
4,100
body { color: #868686; background: #32C2CD url(../img/bg-default.jpg) !important; } #main-content { box-shadow: 0 0 10px #757575; -moz-box-shadow: 0 0 10px #757575; -webkit-box-shadow:0 0 10px #757575 ; } a, a:hover { text-shadow: none !important; color: #22878E; } ul.faq-list li a:hover, ul...
weichaoduo/gomore
admin/wwwroot/admin_lap/css/style_default.css
CSS
gpl-3.0
3,430
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com //** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/ //** Menu created: Nov 12, 2008 //** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level...
vishalmote/online
ijs/ddsmoothmenu.js
JavaScript
gpl-3.0
8,796
pushd j:\Projects\Steve\BloodCpp.bak\ if not exist St%@instr[0,2,%_date]%@instr[3,2,%_date]%@instr[6,2,%_date] @call mc St%@instr[0,2,%_date]%@instr[3,2,%_date]%@instr[6,2,%_date].%@instr[0,2,%_time]%@instr[3,1,%_time] cdd c:\Projects\Blood\ copy *.cpp j: /s copy *.h j: /s j: cd.. dir popd
pip/Octology
dox/Jobz/7Studios/CygPip/bin/bbs.bat
Batchfile
gpl-3.0
300
div { font-family: Helvetica, sans-serif; font-weight: bold; font-size: x-large; } #container1 { margin-bottom: 1em; width: 440px; border: 2px solid #808080; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap-reverse; flex-flow: row wrap-reverse; } #container2 { width: 240px...
grtlinux/TAIN_WEB_TEST
WEB_TEST01/doc/HTML5_CSS3_DIC_2nd/css3/07_flexbox/bl04.css
CSS
gpl-3.0
1,127