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
/* This file was generated by SableCC (http://www.sablecc.org/). */ package org.sablecc.portugol.node; import org.sablecc.portugol.analysis.*; @SuppressWarnings("nls") public final class TColon extends Token { public TColon() { super.setText(":"); } public TColon(int line, int pos) { ...
ericmguimaraes/compilador
Compilador/src/org/sablecc/portugol/node/TColon.java
Java
gpl-2.0
756
/* drivers/android/pmem.c * * Copyright (C) 2007 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope t...
nushor/samsung_aries_ics_OLD
drivers/staging/dream/pmem.c
C
gpl-2.0
35,828
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen //Copyright 2006-2011 Jeroen van Menen // // 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/lice...
sixsixdean/watin_test
src/UnitTests/BaseElementCollectionTest.cs
C#
gpl-2.0
2,044
define(["three"], /** * Extend THREE namespace with ConvolutionShader */ function(THREE) { /** * @author alteredq / http://alteredqualia.com/ * * Convolution shader * ported from o3d sample to WebGL / GLSL * http://o3d.googlecode.com/svn/trunk/samples/convolution.html */ THREE.Convoluti...
emkatsom/virtual-atom-smasher
src/modules/extern/three-extras/js/shader-convolution.js
JavaScript
gpl-2.0
2,177
/** * OWASP Benchmark Project v1.2beta * * 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 OWASP Benchmark is free software: you can redistribu...
andresriancho/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00758.java
Java
gpl-2.0
2,713
<?php $name='DejaVuSerifCondensed'; $type='TTF'; $desc=array ( 'CapHeight' => 729, 'XHeight' => 519, 'FontBBox' => '[-693 -347 1512 1109]', 'Flags' => 4, 'Ascent' => 928, 'Descent' => -236, 'Leading' => 0, 'ItalicAngle' => 0, 'StemV' => 87, 'MissingWidth' => 540, ); $unitsPerEm=2048; $up=-63; $ut=44...
ArleyOliveira/SistemaEstacionamento
application/third_party/mpdf/ttfontdata/dejavuserifcondensed.mtx.php
PHP
gpl-2.0
25,084
/* Defines the LTC_ARGCHK macro used within the library */ /* ARGTYPE is defined in mycrypt_cfg.h */ #if ARGTYPE == 0 #include <signal.h> /* this is the default LibTomCrypt macro */ void crypt_argchk(char *v, char *s, int d); #define LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } #elif ARGTYPE ==...
ipwndev/DSLinux-Mirror
user/dropbear/libtomcrypt/src/headers/tomcrypt_argchk.h
C
gpl-2.0
483
/** * 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/BenchmarkTest19759.java
Java
gpl-2.0
2,328
/* Theme Name: Twenty Twelve Theme URI: http://wordpress.org/themes/twentytwelve Author: the WordPress team Author URI: http://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional dis...
suzybates/LeeWebsiteRedesign
wp-content/themes/twentytwelve/style.css
CSS
gpl-2.0
36,192
<?php /** * @package AkeebaBackup * @copyright Copyright (c)2009-2016 Nicholas K. Dionysopoulos * @license GNU General Public License version 3, or later * * @since 1.3 * * The main page of the Akeeba Backup component is where all the fun takes place :) */ /** @var $this AkeebaViewCpanel */ // Protect from un...
felix47/gruz
administrator/components/com_akeeba/views/cpanel/tmpl/default.php
PHP
gpl-2.0
14,965
<?php @ini_set("display_errors","1"); @ini_set("display_startup_errors","1"); session_cache_limiter("none"); include("include/dbcommon.php"); header("Expires: Thu, 01 Jan 1970 00:00:01 GMT"); set_time_limit(600); include("include/me_dead_variables.php"); include("include/import_functions.php"); $strOriginalTableNa...
LewisSoftwareDevelopment/Headwaters
output/me_dead_import.php
PHP
gpl-2.0
17,742
select assertEmpty('select * from get_db_columns_LogicExpression() where logicExpression is not null and logicExpression ilike ''%^%'' '); select assertEmpty('select * from get_db_columns_LogicExpression() where logicExpression is not null and logicExpression ilike ''%~%'' ');
klst-com/metasfresh
de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5449762_sys_FRESH-112_assert_NoLogicExpressionWithLegacyNotOperators.sql
SQL
gpl-2.0
282
{namespace theme=KayStrobach\Themes\ViewHelpers} <div xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> <f:section name="Default"> <!-- theme_t3kit: Partials/Header/Header.html [begin] --> <header class="header"> <div class="header-top-wrp"> <f:if condition="{theme:...
dkd/theme_t3kit
Resources/Private/Partials/Header/Header.html
HTML
gpl-2.0
5,680
# Copyright 2011 Google 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 version. # # This program is distributed in the ho...
UPPMAX/nsscache
nss_cache/util/timestamps_test.py
Python
gpl-2.0
2,605
<?php /** * New sidebar widgets * */ class JR_FX_mini_gmaps extends WP_Widget { function JR_FX_mini_gmaps() { $widget_ops = array( 'description' => __( 'FXtender Mini Google Maps Location', JR_FX_i18N_DOMAIN) ); $this->WP_Widget('jr_fx_mini_gmaps', __('FXtender Mini Google Maps Location', JR_FX_i...
tamtranvn2012/jobroller
wp-content_old backup/plugins/fxtender-pro-jobroller/includes/widgetz.php
PHP
gpl-2.0
6,962
/** * $Id: jquery.multiupload.gears.js 616 2008-11-27 15:43:52Z spocke $ * * @author Moxiecode * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. */ (function($) { if (!$.multiUpload.initialized && window.google && google.gears) { $.multiUpload.initialized = 1; $.multiUp...
masterit92/c-par
public_html/public/tinymce/script/plugins/imagemanager/pages/im/js/jquery/jquery.multiupload.gears.js
JavaScript
gpl-2.0
3,768
<?php /* * Template Name: Page Fullwidth */ get_header(); ?> <div id="content" class="container clearfix"> <!-- page header --> <div class="container clearfix "> <?php if(of_get_option('sc_showpageheader') == '1' && get_post_meta($post->ID, 'snbpd_ph_disabled', true) != 'on' ) : ?>...
jperkin/simplecorp
template.page.fullwidth.php
PHP
gpl-2.0
2,424
#include <linux/input.h> #include <linux/i2c.h> #include <linux/ctp.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <asm/io.h> #include <asm/uaccess.h> #include <mach/gpio.h> #include <mach/sys_config....
mozilla-b2g/kernel_flatfish
drivers/input/init_ctp.c
C
gpl-2.0
12,535
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
maanuel/Isle-of-Conquest
src/server/game/Spells/Spell.cpp
C++
gpl-2.0
293,632
<?php /* * Copyright (C) Vulcan 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 version. * * This program...
jheizmann/SMWHalo
smwtsc/includes/triplestore_client/TSC_RuleStore.php
PHP
gpl-2.0
2,849
/* * LZO1X Decompressor from LZO * * Copyright (C) 1996-2012 Markus F.X.J. Oberhumer <markus@oberhumer.com> * * The full LZO package can be found at: * http://www.oberhumer.com/opensource/lzo/ * * Changed for Linux kernel use by: * Nitin Gupta <nitingupta910@gmail.com> * Richard Purdie <rpurdie@openedh...
goutamniwas/android_kernel_motorola_msm8610
lib/lzo/lzo1x_decompress_safe.c
C
gpl-2.0
5,923
/* * 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/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
C++
gpl-2.0
118,457
#include "tcpal_os.h" #include "tcpal_debug.h" #include "tcbd_feature.h" #include "tcbd_api_common.h" #include "tcbd_drv_io.h" static TcbdIo_t TcbdIo; TcbdIo_t *TcbdGetIoStruct(void) { return &TcbdIo; } I32S TcbdIoOpen(TcbdDevice_t *_device) { I32S ret = 0; if(TcbdIo.Open == NULL) ...
Kernel-Saram/LG-SU760-Kernel
drivers/broadcast/tcc3170/src/tcbd_drv_io.c
C
gpl-2.0
10,474
<?php /** * @version $Id: link.php 4478 2012-02-10 01:50:39Z johanjanssens $ * @category Nooku * @package Nooku_Components * @subpackage Default * @copyright Copyright (C) 2007 - 2012 Johan Janssens. All rights reserved. * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> * @link ht...
lflayton/centralc
components/com_default/templates/filters/link.php
PHP
gpl-2.0
1,158
#ifdef CONFIG_SCHED_QHMP #include "qhmp_sched.h" #else #include <linux/sched.h> #include <linux/sched/sysctl.h> #include <linux/sched/rt.h> #include <linux/sched/deadline.h> #include <linux/mutex.h> #include <linux/spinlock.h> #include <linux/stop_machine.h> #include <linux/tick.h> #include <linux/slab.h> #include "cp...
msdx321/android_kernel_xiaomi_msm8996
kernel/sched/sched.h
C
gpl-2.0
54,936
/* * Memory merging support. * * This code enables dynamic sharing of identical pages found in different * memory areas, even if they are not shared by fork() * * Copyright (C) 2008-2009 Red Hat, Inc. * Authors: * Izik Eidus * Andrea Arcangeli * Chris Wright * Hugh Dickins * * This work is licensed under t...
The-Sickness/DOL1-S6
mm/ksm.c
C
gpl-2.0
67,617
/* packet-adwin-config.c * Routines for ADwin configuration protocol dissection * Copyright 2010, Thomas Boehne <TBoehne[AT]ADwin.de> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "confi...
zzqcn/wireshark
epan/dissectors/packet-adwin-config.c
C
gpl-2.0
30,208
/* * drivers/base/power/main.c - Where the driver meets power management. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * * This file is released under the GPLv2 * * * The driver model core calls device_pm_add() when a device is registered. * This will intialize the em...
tenorntex/lhbalanced
drivers/base/power/main.c
C
gpl-2.0
29,176
/* (c) 2001-2004 by Marcin Wiacek */ #ifndef __gsm_wap_h #define __gsm_wap_h #include <gammu-wap.h> #include <gammu-message.h> void NOKIA_EncodeWAPMMSSettingsSMSText(unsigned char *Buffer, size_t *Length, GSM_WAPSettings *settings, gboolean MMS); /* -------------------------------- WAP Bookmark --------------------...
dunn/gammu
libgammu/service/gsmdata.h
C
gpl-2.0
844
/* Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the h...
dagnarf/i957kernel
drivers/video/msm/mipi_dsi_host.c
C
gpl-2.0
28,650
/* This program is part of Netmodeler, a library for graph and network modeling and simulation. Copyright (C) 2005 University of California Copyright (C) 2005 P. Oscar Boykin <boykin@pobox.com>, University of Florida This program is free software; you can redistribute it and/or modify it under the terms of the GNU G...
johnynek/netmodeler
src/edgefactory.h
C
gpl-2.0
1,450
<?php /** * @package Joomla.Platform * @subpackage Session * * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; /** * Custom session storage handler for PHP ...
eBaySF/joomla-platform
libraries/joomla/session/storage.php
PHP
gpl-2.0
4,531
package org.paninij.proc.check.capsule.decls; import java.util.List; import org.paninij.lang.Capsule; @Capsule class TypeParamsCore { <T> void init(List<T> list) { // Nothing } }
paninij/paninij
core/proc/src/test/paninij/org/paninij/proc/check/capsule/decls/run/TypeParamsCore.java
Java
gpl-2.0
198
/* * 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")...
shannah/cn1
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/awt/src/test/impl/boot/java/awt/event/AWTEventListenerProxyTest.java
Java
gpl-2.0
1,915
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Diagnostics.HealthChecks; using Ombi.Api.Plex; using Ombi.Api.Plex.Models.Status; using Ombi.Core.Settings; using Ombi.Core.Settings.Models.External; using System; using System.Collections.Generic; using System.Threading; using System.Threading...
tidusjar/PlexRequests.Net
src/Ombi.HealthChecks/Checks/PlexHealthCheck.cs
C#
gpl-2.0
1,842
#ifndef _CNWDOMAIN_H_ #define _CNWDOMAIN_H_ #include "nwndef.h" class CNWDomain { public: int GetDescriptionText(); int GetNameText(); ~CNWDomain(); CNWDomain(); }; #endif
jd28/nwnx2-linux
api/CNWDomain.h
C
gpl-2.0
190
<?php // this file contains the contents of the popup window $type = 'Column'; ?> <!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>Insert <?php echo $type; ?> Icon</title> <script type="text/javascript...
alogic/fightchoice
wp-content/plugins/themewich-shortcodes/popups/column_popup.php
PHP
gpl-2.0
3,422
/* linux/arch/arm/plat-s5p/reserve_mem.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Reserve mem helper functions * * 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 t...
moguriso/isw11sc-kernel
arch/arm/plat-s5p/reserve_mem.c
C
gpl-2.0
7,420
\documentclass{article} \begin{document} \section{Font commands} First the trickiest bit. {\it This is in italics {\em this is emphasized} but this is italics and {\em this final bit is emphasized} but this is not.} An easier test. \textit{This is in italics \emph{this is emphasized} but this is italics and \emph{...
zvr/latex2rtf-zvr
test/fonts.tex
TeX
gpl-2.0
5,346
/* * Copyright (c) 2009 Voltaire, Inc. All rights reserved. * * This 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. * */ #inc...
jgunthorpe/ibsim
tests/query_many.c
C
gpl-2.0
7,734
<?php /* * @version $Id$ ------------------------------------------------------------------------- GLPI - Gestionnaire Libre de Parc Informatique Copyright (C) 2003-2014 by the INDEPNET Development Team. http://indepnet.net/ http://glpi-project.org -------------------------------------------------------------...
orthagh/glpi-configuration
inc/rulerightparameter.class.php
PHP
gpl-2.0
2,354
#!/usr/bin/pythonTest # -*- coding: utf-8 -*- # # Web functions want links # # 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 vers...
netvigator/myPyPacks
pyPacks/Web/WantLinks.py
Python
gpl-2.0
2,653
import BaseHTTPServer import cgi import ctypes import os import sys import threading from PySide import QtGui import MaxPlus PORT = 8000 class MyThread(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.exiting = False address = ('localhost', PORT) self...
maxwellalive/YCDIVFX_MaxPlus
Examples/simplewebserver.py
Python
gpl-2.0
3,452
<?php /** * Installation routines for optimizeMember. * * Copyright: © 2009-2011 * {@link http://www.optimizepress.com/ optimizePress, Inc.} * ( coded in the USA ) * * Released under the terms of the GNU General Public License. * You should have received a copy of the GNU General Public License, * along with this softw...
sarahkpeck/thought-leaders
wp-content/plugins/optimizeMember/includes/classes/installation.inc.php
PHP
gpl-2.0
13,641
/* * This file is part of TILT. * * TILT 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. * * TILT is distributed in the ho...
AustESE-Infrastructure/TILT2
src/tilt/align/package-info.java
Java
gpl-2.0
1,957
/* * Copyright 2014-2018 University of Dundee. All rights reserved. * Use is subject to license terms supplied in LICENSE.txt */ package omero.cmd.admin; import java.util.HashMap; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.mail.MailException; impo...
knabar/openmicroscopy
components/blitz/src/omero/cmd/admin/ResetPasswordRequestI.java
Java
gpl-2.0
6,121
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;} #sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;} #sb-overlay{position:relati...
toninh/maydothucpham
wp-content/themes/starter/css/megnor/shadowbox.css
CSS
gpl-2.0
2,185
######################################################################## # # File Name: HTMLButtonElement # # Documentation: http://docs.4suite.com/4DOM/HTMLButtonElement.html # ### This file is automatically generated by GenerateHtml.py. ### DO NOT EDIT! """ WWW: http://4suite.com/4DOM ...
carvalhomb/tsmells
guess/src/Lib/xml/dom/html/HTMLButtonElement.py
Python
gpl-2.0
2,860
#pragma once #ifdef LIBTGB_EXPORT #define LIBTGB_API __declspec(dllexport) #else #define LIBTGB_API __declspec(dllimport) #endif class gb; struct ext_hook; namespace tgb { class GBRenderer; class LIBTGB_API Emulator { private: gb* _gb; GBRenderer* _renderer; ext_hook* _exthookDef; public: Emulator(...
valentin-bas/VRoom
libvrgb/libtgb/Emulator.h
C
gpl-2.0
591
/******************************************************************************** * * Filename: base.css * Description: Oxwall Crayon Theme Base CSS File * Version: 1.0.0 * * -- FILE STRUCTURE: -- * * [ 1] CSS Defaults Reset __reset * [ 2] Base Elem...
locthdev/shopthoitrang-oxwall
ow_themes/crayon/base.css
CSS
gpl-2.0
126,772
/* * Copyright (C) 2008, 2009, 2013 Apple Inc. All rights reserved. * Copyright (C) 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca> * Copyright (C) Research In Motion Limited 2010, 2011. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provide...
loveyoupeng/rt
modules/web/src/main/native/Source/JavaScriptCore/jit/JITStubsX86_64.h
C
gpl-2.0
10,951
/** * PreTranslationDialog.java * * Version information : * * Date:Oct 20, 2011 * * Copyright notice : * 本文件及其附带的相关文件包含机密信息,仅限瀚特盛科技有限公司指定的,与本项目有关的内部人员和客户联络人员查阅和使用。 * 如果您不是本保密声明中指定的收件者,请立即销毁本文件,禁止对本文件或根据本文件中的内容采取任何其他行动, * 包括但不限于:泄露本文件中的信息、以任何方式制作本文件全部或部分内容之副本、将本文件或其相关副本提供给任何其他人。 */ package net.heartsome.cat...
heartsome/translationstudio8
ts/net.heartsome.cat.ts.pretranslation/src/net/heartsome/cat/ts/pretranslation/dialog/PreTranslationDialog.java
Java
gpl-2.0
17,397
<?php /************************************************************************************* * c_mac.php * --------- * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net) * Copyright: (c) 2004 M. Uli Kusterer, Nigel McNie (http://qbnz.com/highlighter/) * Release Version: 1.0.8.11 * Date Started: 2004/06/04 * ...
nitestryker/php-bin
include/geshi/c_mac.php
PHP
gpl-2.0
9,992
<?php /**************************************************************************/ /* PHP-NUKE: Advanced Content Management System */ /* ============================================ */ /* */ /* Th...
mpranivong/golf-phpnuke
modules/Reviews/language/lang-norwegian.php
PHP
gpl-2.0
5,289
/* * Copyright (c) 2012, 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...
smarr/graal
graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/GraphPrintVisitor.java
Java
gpl-2.0
15,335
/* $Id: mapgen.cpp 33770 2009-03-17 19:41:19Z jhinrichs $ */ /* Copyright (C) 2003 - 2009 by David White <dave@whitevine.net> 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 Lice...
fstltna/Wesnoth-New-Era
Classes/mapgen.cpp
C++
gpl-2.0
42,175
/* $Id: style.css,v 1.1.2.6 2010/06/13 02:06:37 zyxware Exp $ */ /** * Theme Name: Mystique_theme * Theme URI: http://digitalnature.ro/projects/mystique * Designed by <a href="http://digitalnature.ro/">digitalnature</a>. */ /* reset spacing */ *{ margin:0; padding:0; font-family:"Segoe UI",Calibri,"Myria...
dkgndec/snehi
themes/mystique_theme/style.css
CSS
gpl-2.0
44,170
<?php /** * @package Admin */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } if ( ! class_exists( 'WPSEO_Bulk_Description_List_Table' ) ) { /** * */ class WPSEO_Bulk_Description_List_Table extends WP_List_Table { /* * Array of p...
emergugue/ff2014
wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
PHP
gpl-2.0
15,087
/* Copyright (c) 2008-2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
thicklizard/komodo_ville
drivers/video/msm/msm_fb.h
C
gpl-2.0
6,518
# -*- coding: utf-8 -*- # MouseTrap # # Copyright 2009 Flavio Percoco Premoli # # This file is part of mouseTrap. # # MouseTrap is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License v2 as published # by the Free Software Foundation. # # mouseTrap is distributed ...
lhotchkiss/mousetrap
src/mousetrap/app/commons.py
Python
gpl-2.0
1,477
<?php /** * OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures * all the essential functionalities required for any enterprise. * Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com * * OrangeHRM is free software; you can redistribute it and/or modify it under the terms of ...
monokal/docker-orangehrm
www/symfony/plugins/orangehrmAdminPlugin/lib/form/LocationForm.php
PHP
gpl-2.0
7,085
package Smokeping::probes::CiscoRTTMonTcpConnect; =head1 301 Moved Permanently This is a Smokeping probe module. Please use the command C<smokeping -man Smokeping::probes::CiscoRTTMonTcpConnect> to view the documentation or the command C<smokeping -makepod Smokeping::probes::CiscoRTTMonTcpConnect> to generate th...
slesru/SmokePing
lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm
Perl
gpl-2.0
10,625
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; namespace Trithemius { public partial class Form5 : Form { public ...
tbaxendale/trithemius
historical/beta2/Cryptography/Form5.cs
C#
gpl-2.0
2,625
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2017 UniPro <ugene@unipro.ru> * http://ugene.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * ...
mfursov/ugene
src/corelibs/U2Core/src/datatype/AnnotationTableObjectConstraints.cpp
C++
gpl-2.0
1,378
<?php /** * * Ajax Shoutbox extension for the phpBB Forum Software package. * * @copyright (c) 2014 Paul Sohier <http://www.ajax-shoutbox.com> * @license GNU General Public License, version 2 (GPL-2.0) * */ /** * DO NOT CHANGE */ if (!defined('IN_PHPBB')) { exit; } if (empty($lang) || !is_array($lang)...
alhitary/ajax-shoutbox-ext
language/nl/acp_ajax_shoutbox.php
PHP
gpl-2.0
3,318
import ppc_commands ppc_model = 'ppc440gx' funcs = {} ppc_commands.setup_local_functions(ppc_model, funcs) class_funcs = { ppc_model: funcs } ppc_commands.enable_generic_ppc_commands(ppc_model) ppc_commands.enable_4xx_tlb_commands(ppc_model) ppc_commands.enable_440_tlb_commands(ppc_model)
iniverno/RnR-LLC
simics-3.0-install/simics-3.0.31/amd64-linux/lib/python/mod_ppc440gx_turbo_commands.py
Python
gpl-2.0
293
/* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: * Copyright (C) 2005 CaH4e3 * * 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 ...
anubisthejackle/playfun
fceu/boards/sl1632.cpp
C++
gpl-2.0
2,914
/* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPL. See the file COPYING. */ #include "fuse_i.h" #include "fuse_shortcircuit.h" #include <linux/init.h> #include <linux/module.h> #include <linux/poll.h> #i...
M8s-dev/kernel_htc_msm8939
fs/fuse/dev.c
C
gpl-2.0
44,700
/* * The Mana Client * Copyright (C) 2009-2012 The Mana Developers * * This file is part of The Mana Client. * * 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 ...
mana/mana
src/net/download.h
C
gpl-2.0
3,033
/* * Copyright (c) 2015, 2016, 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 ...
akunft/fastr
com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/NullProfile.java
Java
gpl-2.0
1,667
// Copyright 2022 The Forgotten Server Authors. All rights reserved. // Use of this source code is governed by the GPL-2.0 License that can be found in the LICENSE file. #ifndef FS_HOUSE_H #define FS_HOUSE_H #include <set> #include <unordered_set> #include "container.h" #include "housetile.h" #include "position.h" ...
otland/forgottenserver
src/house.h
C
gpl-2.0
6,244
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later ve...
stammen/xbmc
xbmc/system.h
C
gpl-2.0
4,693
<html> <head> <title>RunUO Documentation - Class Overview - RenameRequests</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Misc.html">Back to Server.Misc</a></h4> <h2>...
alucardxlx/caoticamente-shards
docs/types/RenameRequests.html
HTML
gpl-2.0
698
<?php /** * A project's member requests * * @uses $vars['entity'] Elggproject * @uses $vars['requests'] Array of ElggUsers */ if (!empty($vars['requests']) && is_array($vars['requests'])) { echo '<ul class="elgg-list">'; foreach ($vars['requests'] as $user) { $icon = elgg_view_entity_icon($user, 'tiny', arr...
CyberCRI/creabator
mod/projects/views/default/projects/fbacker_request.php
PHP
gpl-2.0
1,454
/* * Driver for the NXP SAA7164 PCIe bridge * * Copyright (c) 2010 Steven Toth <stoth@kernellabs.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...
Jackeagle/android_kernel_sony_c2305
drivers/media/video/saa7164/saa7164-i2c.c
C
gpl-2.0
3,807
/* * menu.c - the menu idle governor * * Copyright (C) 2006-2007 Adam Belay <abelay@novell.com> * Copyright (C) 2009 Intel Corporation * Author: * Arjan van de Ven <arjan@linux.intel.com> * * This code is licenced under the GPL version 2 as described * in the COPYING file that acompanies the Linux Kerne...
wanam/Adam-Kernel-Note4-N910C
drivers/cpuidle/governors/menu.c
C
gpl-2.0
17,411
/* * scsi_netlink.c - SCSI Transport Netlink Interface * * Copyright (C) 2006 James Smart, Emulex Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 o...
dduval/kernel-rhel5
drivers/scsi/scsi_netlink.c
C
gpl-2.0
16,503
/* vim: set ts=8 sw=8 sts=8 noet tw=78: * * tup - A file-based build system * * Copyright (C) 2011-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 Foun...
fasterthanlime/tup-fuseless
src/tup/server/tup_fuse_fs.h
C
gpl-2.0
1,337
/* This file is part of the KDE project * Copyright (C) 2010 Matus Talcik <matus.talcik@gmail.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 Licen...
harshitamistry/calligraRepository
krita/plugins/extensions/dockers/historydocker/KisUndoModel.h
C
gpl-2.0
3,982
// papi.h // // Copyright 1997-2006 by David K. McAllister // http://www.cs.unc.edu/~davemc/Particle // // Include this file in all applications that use the Particle System API. #ifndef _particle_api_h #define _particle_api_h #include "./pDomain.h" // Defines NULL. #include <stdlib.h> // This is the major and mino...
armagetronad-xtw/0.4-armagetronad-xtw
src/thirdparty/particles/papi.h
C
gpl-2.0
6,874
package com.willblaschko.android.alexa.system; import android.app.Instrumentation; import android.content.Context; import android.content.Intent; import android.media.AudioManager; import android.os.Handler; import android.os.Looper; import android.provider.AlarmClock; import android.support.annotation.NonNull; import...
willblaschko/AlexaAndroid
libs/AlexaAndroid/src/main/java/com/willblaschko/android/alexa/system/AndroidSystemHandler.java
Java
gpl-2.0
9,467
/* GStreamer Stream Splitter * Copyright (C) 2010 Edward Hervey <edward.hervey@collabora.co.uk> * (C) 2009 Nokia Corporation * * 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 Foundat...
rawoul/gst-plugins-base
gst/encoding/gststreamsplitter.c
C
gpl-2.0
13,553
<?php require_once(dirname(__FILE__) . "/wpws-access.php"); define("WPWS_RESIZE_IMAGE_TEMPFILE", WPWS_CACHE_DIR . "/" . wpws_genUniqueCode() . ".img"); define("WPWS_RESIZE_IMAGE_ESCAPESIGN", "---"); class wpws_ImageUtils { /** * Returns true if the given file resides in the given directory. * @param string di...
eestec/eestec.portal-2
wp-content/plugins/wordpress-web-service/includes/wpws-imageutils.php
PHP
gpl-2.0
6,869
#include "request_listener/ipc_request_listener.h" #include <glog/logging.h> #include <chrono> #include <thread> #include <vector> #include <arpa/inet.h> #include <poll.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/un.h> #include "request_listener/request_listener_exception.h" #include "request_lis...
fuhry/linux-agent
request_listener/ipc_request_listener.cc
C++
gpl-2.0
4,935
/** * * Copyright (c) 2009-2013 Freedomotic team * http://freedomotic.com * * This file is part of Freedomotic * * 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 ...
sanyaade-iot/freedomotic
plugins/devices/test/src/main/java/it/freedomotic/plugins/Coordinate.java
Java
gpl-2.0
1,464
# shibeta.org a website designed for 助け屋SHIBETA. ## Installation ``` npm install npm install pm2 -g ``` ## Running ``` pm2 start shibeta.js ``` ## Preview [shibeta.org](https://shibeta.org) ## License GPL
stitchcula/shibeta.org
README.md
Markdown
gpl-2.0
212
<!-- Have you read AutolabJS' Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/AutolabJS/AutolabJS/blob/master/.github/CODE_OF_CONDUCT.md --> ### Description [Description of the issue] ### Steps to Reproduce 1. [First Step] 2. [Se...
prasadtalasila/JavaAutolab
.github/ISSUE_TEMPLATE.md
Markdown
gpl-2.0
650
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2009-2011 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2011 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
bugcy013/opennms-tmp-tools
opennms-webapp/src/main/java/org/opennms/web/controller/inventory/RancidReportExecCommClass.java
Java
gpl-2.0
3,738
/*************************************************************************** * Copyright (C) 2013 by Andes Technology * * Hsiangkai Wang <hkwang@andestech.com> * * * * This pr...
olerem/openocd
src/jtag/aice/aice_usb.c
C
gpl-2.0
113,883
/* * drivers/power/huawei_charger.c * *huawei charger driver * * Copyright (C) 2012-2015 HUAWEI, Inc. * Author: HUAWEI, Inc. * * This 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 Software Foundation....
XePeleato/ALE-L21_ESAL
drivers/huawei_platform/power/charger/huawei_charger.c
C
gpl-2.0
65,759
/* * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ ace.define('ace/snippets/objectivec', ['require', 'exports', 'module' ], function(require, exports, module) { exports.snippetText =...
hoangyen201201/TrienLamOnline
plugins/editors/rokpad/ace/snippets/objectivec.js
JavaScript
gpl-2.0
360
/******************************************************************************/ /* */ /* 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 Publi...
heluxie/LTP
testcases/kernel/mem/mtest06/mmap2.c
C
gpl-2.0
7,424
/**************************************************************************/ /*! @File @Title Server side Display Class functions @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @Description Implements the server side functions of the Display Class interface. @License ...
jmztaylor/android_kernel_amazon_ariel
drivers/gpu/mt8135/rgx_1.3_2876724/services/server/common/dc_server.c
C
gpl-2.0
55,224
/*FreeMind - A Program for creating and viewing Mindmaps *Copyright (C) 2000-2006 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitri Polivaev and others. * *See COPYING for Details * *This program is free software; you can redistribute it and/or *modify it under the terms of the GNU General Public License ...
d4span/freemindfx
src/main/java/freemind/controller/filter/condition/ConditionRenderer.java
Java
gpl-2.0
2,453
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template as_min&lt;T, std_vector_tag&gt;</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=...
phra/802_21
boost_1_49_0/doc/html/boost/numeric/functional/as_min_T__std_vector_ta_id581408.html
HTML
gpl-2.0
6,721
/* Company : Nequeo Pty Ltd, http://www.nequeo.com.au/ * Copyright : Copyright © Nequeo Pty Ltd 2014 http://www.nequeo.com.au/ * * File : TextIterator.h * Purpose : TextIterator header. * */ /* Permission is hereby granted, free of charge, to any person obtaining a copy of this so...
drazenzadravec/nequeo
Source/References/Release/Include/Components/IO/Text/TextIterator.h
C
gpl-2.0
4,697
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
jammm/scummvm
engines/titanic/star_control/fpoint.h
C
gpl-2.0
1,729
/* * @file include/linux/dmt10.h * @brief DMT g-sensor Linux device driver * @author Domintech Technology Co., Ltd (http://www.domintech.com.tw) * @version 1.02 * @date 2012/12/10 * * @section LICENSE * * Copyright 2012 Domintech Technology Co., Ltd * * This software is licensed under the terms of the GNU ...
FOSSEE/FOSSEE-netbook-kernel-source
drivers/input/sensor/TP_DRIVER_NOT_USE/dmt10_gsensor/dmt10.h
C
gpl-2.0
6,525
<?php define('CUSTOM_POST_TYPE2','slider'); define('CUSTOM_CATEGORY_TYPE2','scategory'); define('CUSTOM_TAG_TYPE2','stags'); define('CUSTOM_MENU_TITLE2',__('Slider','templatic')); define('CUSTOM_MENU_NAME2',__('Slider','templatic')); define('CUSTOM_MENU_SIGULAR_NAME2',__('Slider','templatic')); define('CUSTOM_MENU_ADD...
annguyenit/getdeal
wp-content/themes/DailyDeal_bak/admin/widgets/anything_slider/custom_post_type_slider/custom_post_type_slider_lang.php
PHP
gpl-2.0
2,526
<?php /** * Result Count * * Shows text: Showing x - x of x results * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $woocommerce, $wp_query; if ( ! woocommerce_products_will_display() ) return; ?> <p cl...
epiii/aros
wp-content/themes/flatmarket/woocommerce/loop/result-count.php
PHP
gpl-2.0
981