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
/** Copyright 2008, 2009 UFPE - Universidade Federal de Pernambuco Este arquivo é parte do programa Amadeus Sistema de Gestão de Aprendizagem, ou simplesmente Amadeus LMS O Amadeus LMS é um software livre; você pode redistribui-lo e/ou modifica-lo dentro dos termos da Licença Pública Geral GNU como publicada ...
phcp/AmadeusLMS
src/br/ufpe/cin/amadeus/amadeus_mobile/util/Conversor.java
Java
gpl-2.0
24,368
package net.sf.memoranda.ui.htmleditor; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Frame; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Image; import java.awt.Insets; import java.awt.event.ActionEvent;...
jzalden/SER316-Karlsruhe
src/net/sf/memoranda/ui/htmleditor/ImageDialog.java
Java
gpl-2.0
13,558
/* * Copyright (C) 2008-2012 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...
Macavity/SkyFireEMU
src/server/scripts/OutdoorPvP/OutdoorPvPTF.h
C
gpl-2.0
4,669
/* * QEMU Audio subsystem header * * Copyright (c) 2003-2005 Vassili Karpov (malc) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation t...
Cisco-Talos/pyrebox
qemu/audio/audio.h
C
gpl-2.0
5,740
/* Copyright (C) 2008-2016 Vana Development Team 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 distributed in the hope that it will be useful, but WITHOUT...
diamondo25/Vana
src/channel_server/party.cpp
C++
gpl-2.0
9,610
/* * Copyright (C) 2013-2014 * Sebastian Schmitz <sschmitz@informatik.uni-siegen.de> * * 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 ...
kepakiano/eqOgre
equalizer/headers/channel.h
C
gpl-2.0
1,239
<?php /** * @package angifw * @copyright Copyright (C) 2009-2013 Nicholas K. Dionysopoulos. All rights reserved. * @author Nicholas K. Dionysopoulos - http://www.dionysopoulos.me * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL v3 or later * * Akeeba Next Generation Installer Framework */ defined('_AKEEB...
chr1x2/linux.org.ph
installation/framework/model/model.php
PHP
gpl-2.0
11,299
// SPDX-License-Identifier: GPL-2.0 #include "color.h" #include <QMap> #include <array> // Note that std::array<QColor, 2> is in every respect equivalent to QColor[2], // but allows assignment, comparison, can be returned from functions, etc. static QMap<color_index_t, std::array<QColor, 2>> profile_color = { { SAC_1...
janmulder/subsurface
core/color.cpp
C++
gpl-2.0
4,063
/* Operating system support for run-time dynamic linker. Hurd version. Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as ...
Phant0mas/glibc-hurd
sysdeps/mach/hurd/dl-sysdep.c
C
gpl-2.0
17,842
/*************************************************************************** * (C) Copyright 2003-2015 - Stendhal * *************************************************************************** *************************************************************************** * ...
acsid/stendhal
tests/games/stendhal/server/actions/chat/AwayActionTest.java
Java
gpl-2.0
2,201
# Mustang Lite * **Theme URI:** http://www.webmandesign.eu/mustang-lite/ * **Author:** WebMan * **Author URI:** http://www.webmandesign.eu/ * **License:** GNU General Public License v3 * **License URI:** http://www.gnu.org/licenses/gpl-3.0.html ## Description Mustang Lite WordPress Theme lets you create beautiful, p...
KJaddoe/CSCMRA-Project
wp-content/themes/mustang-lite/readme.md
Markdown
gpl-2.0
2,966
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuation settings for the Renesas Technology R0P7785LC0011RL board * * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> */ #ifndef __SH7785LCR_H #define __SH7785LCR_H #define CONFIG_CPU_SH7785 1 #define CONFIG_EXTRA_ENV_SETTINGS \ "bootdev...
ev3dev/u-boot
include/configs/sh7785lcr.h
C
gpl-2.0
4,450
//============================================================================= // MuseScore // Music Composition & Notation // $Id: keyfinder.h 4515 2011-07-13 09:56:53Z wschweer $ // // Copyright (C) 2002-2011 Werner Schweer // // This program is free software; you can redistribute it and/or modify // it under ...
wschweer/mscoreserver
libmscore/keyfinder.h
C
gpl-2.0
722
select#newfesti_docs_versions_parent, label[for='parent'], select#parent.postform { display: none; } body table.wp-list-table.tags { table-layout: auto; } .festi-user-role-prices .festi-user-role-prices-section { margin: 0; } .festi-user-role-prices-message#message { margin-left:0; } .festi-user-ro...
hrishiko/gavkiwp
wp-content/plugins/woocommerce-prices-by-user-role/static/styles/backend/style.css
CSS
gpl-2.0
6,195
#ifndef RBKIT_APPSTATE_H #define RBKIT_APPSTATE_H #include <QObject> #include <QMutex> #include <QHash> #include <QVariant> namespace RBKit { class AppState { QMutex mutex; QHash<QString, QVariant> appState; QHash<int, QString> snapshotNames; AppState(); static AppState *singleton; QString pr...
duleorlovic/rbkit-client
rbkit-lib/model/appstate.h
C
gpl-2.0
774
// Copyright 2013 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include <sstream> #include <unordered_map> #include "Common/GL/GLInterfaceBase.h" #include "Common/GL/GLExtensions/GLExtensions.h" #include "Common/Logging/Log.h" #if defined(__linux__) || defined(__APPLE...
mmastrac/dolphin
Source/Core/Common/GL/GLExtensions/GLExtensions.cpp
C++
gpl-2.0
108,368
/* 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 ...
project-cabal/cabal
engines/lab/intro.cpp
C++
gpl-2.0
9,600
/* Manage an ftp connection Copyright (C) 1997,2001,02 Free Software Foundation, Inc. Written by Miles Bader <miles@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 ve...
diegonc/console-xkb-support
libftpconn/ftpconn.h
C
gpl-2.0
16,482
/* * Block driver for media (i.e., flash cards) * * Copyright 2002 Hewlett-Packard Company * Copyright 2005-2008 Pierre Ossman * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety in all copies and derived works. * * HEWLETT-PACKARD COMPANY MAK...
iJo09/Hybridmax_Kernel_I9505_Lollipop-1
drivers/mmc/card/block.c
C
gpl-2.0
76,834
--- layout: post title: Air America Radio author: Chris Metcalf date: 2004/03/31 slug: air-america-radio category: tags: [ politics ] --- Apparently <a href="http://www.airamericaradio.com/">Air America Radio</a> launched today. Somehow the idea of listening to Al Franken and Janeane Garofalo all day long doesn't rea...
chrismetcalf/chrismetcalf.net
_posts/2004-03-31-air-america-radio.md
Markdown
gpl-2.0
541
using System; using Server.Mobiles; using Server.Network; using Server.Targeting; namespace Server.Spells.First { public class HealSpell : MagerySpell { private static readonly SpellInfo m_Info = new SpellInfo( "Heal", "In Mani", 224, 9061, Reagent.Garlic...
SirGrizzlyBear/ServUOGrizzly
Scripts/Spells/First/Heal.cs
C#
gpl-2.0
3,667
--- id: 9987 title: 慈悲为怀 date: 2009-02-17T17:48:00+00:00 author: jiang layout: post guid: http://li-and-jiang.com/blog/2009/02/17/%e6%85%88%e6%82%b2%e4%b8%ba%e6%80%80/ permalink: /2009/02/17/%e6%85%88%e6%82%b2%e4%b8%ba%e6%80%80/ categories: - 生活 --- [<img style="border-right:0px;border-top:0px;border-left:0px;border-...
Jiangtang/writing
cn_bk_rbind/content/post/2009-02-17-慈悲为怀.md
Markdown
gpl-2.0
1,735
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
kriwil/OpenX
www/api/v2/common/BasePublisherService.php
PHP
gpl-2.0
2,377
/* * This file is part of the coreboot project. * * Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2013 Google Inc. * Copyright (C) 2015 Intel 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 *...
latelee/coreboot
src/mainboard/intel/kunimitsu/mainboard.c
C
gpl-2.0
2,726
/* * Driver O/S-independent utility routines * * Copyright (C) 1999-2010, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU General Public License version 2 (...
sktjdgns1189/android_kernel_samsung_SHW-M130L
drivers/net/wireless/bcm4329/src/shared/bcmutils.c
C
gpl-2.0
44,532
/*************************************************************************** qgsogcutils.cpp --------------------- begin : March 2013 copyright : (C) 2013 by Martin Dobias email : wonder dot sk at gmail dot com ***********************************************...
tudorbarascu/QGIS
src/core/qgsogcutils.cpp
C++
gpl-2.0
122,763
{# This file was generated with the ext-templateevents:generate command. #} {%- if marttiphpbb_templateevents.enable -%} <a class="templateevents" title="3.1.0-a1&#10;navbar_header.html" href="https://github.com/phpbb/phpbb/tree/prep-release-3.2.2/phpBB/styles/prosilver/template/navbar_header.html#L86">overall_header_n...
marttiphpbb/phpbb-ext-templateevents
styles/all/template/event/overall_header_navigation_append.html
HTML
gpl-2.0
355
<?php /** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU Gener...
Sophist-UK/Sophist_t3framework
source/plg_system_t3/includes/core/action.php
PHP
gpl-2.0
5,926
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #ifndef _INC_NLDEF #define _INC_NLDEF typedef enum _NL_ADDRESS_TYPE { NlatUnspecified, NlatUnicast,...
mishin/dwimperl-windows
strawberry-perl-5.20.0.1-32bit-portable/c/i686-w64-mingw32/include/nldef.h
C
gpl-2.0
4,189
/* Copyright (C) 2003 - 2018 by David White <dave@whitevine.net> Part of the Battle for Wesnoth Project https://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 ...
spixi/wesnoth
src/actions/attack.cpp
C++
gpl-2.0
57,856
#!/usr/bin/env python2 import copy import Queue import os import socket import struct import subprocess import sys import threading import time import unittest import dns import dns.message import libnacl import libnacl.utils class DNSDistTest(unittest.TestCase): """ Set up a dnsdist instance and responder th...
DrRemorse/pdns
regression-tests.dnsdist/dnsdisttests.py
Python
gpl-2.0
13,296
/* * Interface to libmp3lame for mp3 encoding * Copyright (c) 2002 Lennert Buytenhek <buytenh@gnu.org> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation;...
uwehermann/easybox-904-lte-firmware
package/ffmpeg/src/libavcodec/libmp3lame.c
C
gpl-2.0
6,658
/* * 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")...
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/pack200/src/main/java/org/apache/harmony/unpack200/bytecode/forms/IMethodRefForm.java
Java
gpl-2.0
2,333
/* * This is the source code of Telegram for Android v. 3.x.x. * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Nikolai Kudashov, 2013-2016. */ package org.pouyadr.ui; import android.animation.ObjectAnimator; import andro...
Fakkar/TeligramFars
TMessagesProj/src/main/java/com/teligramfars/ui/SettingsActivity.java
Java
gpl-2.0
80,162
/*************************************************************************** Copyright (C) 2014-2015 by Nick Thijssen <lamah83@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either ...
GoaLitiuM/libobs-sharp
test/TestTransform.Designer.cs
C#
gpl-2.0
13,346
/* * Copyright (C) 2005-2013 Junjiro R. Okajima * * This program, aufs 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...
gamvrosi/duet
linux-3.13.6+duet/ubuntu/aufs/aufs.h
C
gpl-2.0
1,473
/* * RapidMiner * * Copyright (C) 2001-2008 by Rapid-I and the contributors * * Complete list of developers available at our web site: * * http://rapid-i.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public Lice...
ntj/ComplexRapidMiner
src/com/rapidminer/operator/similarity/SimilarityExampleSet.java
Java
gpl-2.0
5,564
<?php // // ZoneMinder web action file // Copyright (C) 2019 ZoneMinder LLC // // 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 late...
ZoneMinder/ZoneMinder
web/includes/actions/filter.php
PHP
gpl-2.0
4,624
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager system settings service * * 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 th...
heftig/NetworkManager
src/settings/nm-system-config-interface.h
C
gpl-2.0
7,206
/* * 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/drlvm/vm/vmcore/src/verifier-3363/java6/stackmap_6.h
C
gpl-2.0
2,640
/* * Copyright (C) 2011-2012 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 version. * * ...
mekinik232/ambipi
xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioDevice.cpp
C++
gpl-2.0
21,096
<?php /** * Write users to file * @param string $filename * @param array $array_data * @return null */ // function insert($user,$config) function readUser($id, $config) { switch ($config['adapter']) { case 'txt': include_once('file/users.php'); $user=readUserFromFile($id, $config); return $users; ...
zerophp/zgz2013octM
proyecto7/model/users/usersModel.php
PHP
gpl-2.0
1,523
ace_comment { color: #a86; } ace_keyword { line-height: 1em; font-weight: bold; color: blue; } ace_string { color: #a22; } ace_builtin { line-height: 1em; font-weight: bold; color: #077; } ace_special { line-height: 1em; font-weight: bold; color: #0aa; } ace_variable { color: black; } ace_number, ace_atom { color: #3a...
Seagat2011/JINSIL-JINT-BLACK-SPADE-
build 1/editor/theme/neat.css
CSS
gpl-2.0
500
/** * yamsLog is a program for real time multi sensor logging and * supervision * Copyright (C) 2014 * * 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 Licens...
droberg/yamsLog
client-backend/src/NewDebugger.java
Java
gpl-2.0
8,996
using System; using Microsoft.VisualStudio.TestTools.UITesting.WpfControls; namespace CaptainPav.Testing.UI.CodedUI.PageModeling.Wpf { /// <summary> /// Default implementation of a Wpf page model /// </summary> public abstract class WpfPageModelBase<T> : PageModelBase<T> where T : WpfControl { ...
lazyRiffs/CodedUIFluentExtensions
CodedUIExtensions/CaptainPav.Testing.UI.CodedUI.PageModeling/Wpf/WpfBaseModels.cs
C#
gpl-2.0
624
/**************************************************************************** * * ViSP, open source Visual Servoing Platform software. * Copyright (C) 2005 - 2019 by Inria. All rights reserved. * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
lagadic/visp
modules/robot/test/servo-afma6/testRobotAfma6.cpp
C++
gpl-2.0
3,333
{% extends 'application_portal/base.html' %} {% block title %}Contact Form{% endblock %} {% block content %} <div class="container-fluid"> <div class="row-fluid"> <div class="span3"> <div class="well sidebar-nav"> <li class="nav-header">Important links</li> ...
wanjohikibui/LIMS
templates/application_portal/contact.html
HTML
gpl-2.0
1,992
/* $Id: capi.c,v 1.1.1.1 2007-05-25 06:50:09 bruce Exp $ * * ISDN lowlevel-module for the IBM ISDN-S0 Active 2000. * CAPI encoder/decoder * * Author Fritz Elfert * Copyright by Fritz Elfert <fritz@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU Ge...
shaowei-wang/520board-v1-linux-2.6.21.x
drivers/isdn/act2000/capi.c
C
gpl-2.0
33,040
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Object struct Object_t; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_t1378; // System.IAsyncResult struct IAsyncResult_t47; // System.AsyncCallback stru...
Soufien/unityIntoIOSSample
SampleProject/il2cpp_output/mscorlib_System_Runtime_Remoting_Messaging_HeaderHandler.h
C
gpl-2.0
509
# Opus/UrbanSim urban simulation software. # Copyright (C) 2005-2009 University of Washington # See opus_core/LICENSE from opus_core.variables.variable import Variable from variable_functions import my_attribute_label from urbansim.length_constants import UrbanSimLength, UrbanSimLengthConstants from numpy imp...
christianurich/VIBe2UrbanSim
3rdparty/opus/src/urbansim/gridcell/is_near_arterial.py
Python
gpl-2.0
2,343
<?php /** * Nooku Framework - http://nooku.org/framework * * @copyright Copyright (C) 2007 - 2014 Johan Janssens and Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> * @link https://github.com/nooku/nooku-framework for the canonical source repository */...
kosmosby/medicine-prof
libraries/koowa/libraries/object/mixable.php
PHP
gpl-2.0
1,622
/* arch/arm/mach-msm/cpufreq.c * * MSM architecture cpufreq driver * * Copyright (C) 2007 Google, Inc. * Copyright (c) 2007-2010, Code Aurora Forum. All rights reserved. * Author: Mike A. Chan <mikechan@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as ...
BytecodeMe/vanquish
arch/arm/mach-msm/cpufreq.c
C
gpl-2.0
7,616
/** * \file drawMath.c * \brief outputs the math of a model as a dot graph * \author Sarah Keating * * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML, and the latest version of libSBML. */ #include <stdio.h> #include <stdlib.h> #include <sbml/util/util.h> ...
dilawar/moose-full
dependencies/libsbml-5.9.0/examples/c/drawMath.c
C
gpl-2.0
20,197
/* * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. * Copyright (C) 2009 Jan Michael Alonzo * * 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 ab...
loveyoupeng/rt
modules/web/src/main/native/Tools/DumpRenderTree/atk/AccessibilityControllerAtk.cpp
C++
gpl-2.0
4,399
/* Copyright (c) 2012-2013, 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 th...
upworkstar/AndroidAmazon
sound/soc/msm/qdsp6v2/q6voice.c
C
gpl-2.0
133,119
/* * Copyright 2005 Eric Anholt * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, mo...
ZHAW-INES/rioxo-uClinux-dist
lib/mesa/src/mesa/drivers/dri/sis/sis6326_state.c
C
gpl-2.0
19,463
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Wed May 15 10:56:37 EEST 2013 --> <TITLE> ITouchHandler (AChartEngine) </TITLE> <META NAME="date" CONTENT="2013-05-15"> <LINK REL...
tfwalther/climbingguide
libs_archive/achartengine-1.1.0-javadocs/org/achartengine/ITouchHandler.html
HTML
gpl-2.0
12,528
module Admin class JobsController < AdminController def initialize(repository = Delayed::Job) @repository = repository super() end def index @jobs = @repository.order(created_at: :desc) end def show @job = @repository.find(params[:id]) end def update @job =...
mokhan/cakeside
app/controllers/admin/jobs_controller.rb
Ruby
gpl-2.0
546
/** Copyright (C) SYSTAP, LLC 2006-2012. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by a...
blazegraph/database
bigdata-gas/src/test/java/com/bigdata/rdf/graph/analytics/TestCC.java
Java
gpl-2.0
7,408
/* * include/linux/dvs_suite.h * * Copyright (C) 2010 Sookyoung Kim <sookyoung.kim@lge.com> */ #ifndef _LINUX_DVS_SUITE_H #define _LINUX_DVS_SUITE_H /*************************************************************************** * Headers ***************************************************************************/...
playfulgod/Kernel_AS85-LG-Ignite
include/linux/dvs_suite.h
C
gpl-2.0
23,525
/* * Copyright (C) 2016 robert * * 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...
bercik/BIO
impl/bioc/src/pl/rcebula/code_generation/final_steps/AddInformationsAboutModules.java
Java
gpl-2.0
1,977
/***************************************************************************** Copyright (c) 1996, 2010, Innobase Oy. 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 o...
cryptdb-org/mysql-5-5-14
storage/innobase/dict/dict0load.c
C
gpl-2.0
65,630
<html> <head> <title>A3 ALiVE</title> </head> <body> <h1>A3 ALiVE News</h1> <p> </p> <p> <br />Unable to retrieve the latest News Online!<br /><br /> <br /><a href="http://alivemod.com">Full Details</a> <br /></br ><br /> </p> <p> <br /> <br /> </p> </body> </html>
marceldev89/ALiVE.OS
addons/sys_newsfeed/newsfeed/news.html
HTML
gpl-2.0
265
<?php /* * * Copyright 2001, 2010 Thomas Belliard, Laurent Delineau, Edouard Hue, Eric Lebrun, Gabriel Fischer, Didier Blanqui * * This file is part of GEPI. * * GEPI is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fre...
tbelliard/gepi
mod_discipline/stats2/apps/vues/bilans.php
PHP
gpl-2.0
21,097
/* -*- compile-command: "cd ../../../../../; ant debug install"; -*- */ /* * Copyright 2010 by Eric House (xwords@eehouse.org). 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 Softwar...
oliversride/Wordryo
src/main/java/com/oliversride/wordryo/XWActivity.java
Java
gpl-2.0
5,258
<?php /** * Twenty Fifteen Customizer functionality * * @package WordPress * @subpackage Twenty_Fifteen * @since Twenty Fifteen 1.0 */ /** * Add postMessage support for site title and description for the Customizer. * * @since Twenty Fifteen 1.0 * * @param WP_Customize_Manager $wp_customize * ...
AgnaldoJaws/On-The-Bass.
wp-content/themes/twentyfifteen/inc/customizer.php
PHP
gpl-2.0
19,694
<?php //$Id: mod_form.php,v 1.2.2.3 2009/03/19 12:23:11 mudrd8mz Exp $ /** * This file defines the main deva configuration form * It uses the standard core Moodle (>1.8) formslib. For * more info about them, please visit: * * http://docs.moodle.org/en/Development:lib/formslib.php * * The form must provide suppo...
IT-Scholars/Moodle-ITScholars-LMS
mod/deva/mod_form.php
PHP
gpl-2.0
3,290
/* arch/arm/mach-rk29/vpu.c * * Copyright (C) 2010 ROCKCHIP, Inc. * author: chenhengming chm@rock-chips.com * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under thos...
crewrktablets/rk3x_kernel_3.10
arch/arm/mach-rockchip/vcodec_service.c
C
gpl-2.0
73,376
<?php /** * Order tracking form * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 * * Edited by WebMan */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $woocommerce, $post; ?> <form action="<?php echo esc_url( get_permalink($post->ID) ); ?>" method="post" class="track...
samuelmolinski/miniature-octo-archer
wp-content/themes/atlantes/woocommerce/order/form-tracking.php
PHP
gpl-2.0
1,333
<?php // no direct access defined('_JEXEC') or die('Restricted access'); ?> <script language="javascript" type="text/javascript"> function tableOrdering( order, dir, task ) { var form = document.adminForm; form.filter_order.value = order; form.filter_order_Dir.value = dir; document.adminForm.submit( task )...
w2/ctb
templates/jsn_dome_free/html/com_content2/category/default_items.php
PHP
gpl-2.0
4,614
package kc.spark.pixels.android.ui.assets; import static org.solemnsilence.util.Py.map; import java.util.Map; import android.content.Context; import android.graphics.Typeface; public class Typefaces { // NOTE: this is tightly coupled to the filenames in assets/fonts public static enum Style { BOLD("Arial.ttf"...
sparcules/Spark_Pixels
AndroidApp/SparkPixels/src/kc/spark/pixels/android/ui/assets/Typefaces.java
Java
gpl-2.0
1,212
/* * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
openjdk/jdk8u
jdk/test/sun/net/www/ParseUtil_4922813.java
Java
gpl-2.0
5,843
#ifndef __ASM_MAPLE_H #define __ASM_MAPLE_H #define MAPLE_PORTS 4 #define MAPLE_PNP_INTERVAL HZ #define MAPLE_MAXPACKETS 8 #define MAPLE_DMA_ORDER 14 #define MAPLE_DMA_SIZE (1 << MAPLE_DMA_ORDER) #define MAPLE_DMA_PAGES ((MAPLE_DMA_ORDER > PAGE_SHIFT) ? \ MAPLE_DMA_ORDER - PAGE_SHIFT : 0) /* Maple Bus...
Jackeagle/android_kernel_sony_c2305
arch/sh/include/mach-dreamcast/mach/maple.h
C
gpl-2.0
1,145
import random from collections import namedtuple import dateparser import pytest from cfme import test_requirements from cfme.containers.image import Image from cfme.containers.provider import ContainersProvider from cfme.containers.provider import ContainersTestItem from cfme.utils.appliance.implementations.ui impor...
nachandr/cfme_tests
cfme/tests/containers/test_containers_smartstate_analysis.py
Python
gpl-2.0
5,838
/* * jMemorize - Learning made easy (and fun) - A Leitner flashcards tool * Copyright(C) 2004-2006 Riad Djemili * * 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 1, or (at ...
riadd/jMemorize
src/jmemorize/core/test/LessonProviderTest.java
Java
gpl-2.0
4,360
#!/usr/bin/env python # -*- coding: utf-8 -*- """ .. currentmodule:: __init__.py .. moduleauthor:: Pat Daburu <pat@daburu.net> Provide a brief description of the module. """
patdaburu/mothergeo-py
mothergeo/db/postgis/__init__.py
Python
gpl-2.0
175
/* * ************************************************************************************* * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
intelie/esper
esper/src/test/java/com/espertech/esper/multithread/TestMTStmtTwoPatternsStartStop.java
Java
gpl-2.0
3,675
/*****************************************************************************\ * $Id: genders_test_functionality.h,v 1.7 2010-02-02 00:04:34 chu11 Exp $ ***************************************************************************** * Copyright (C) 2007-2019 Lawrence Livermore National Security, LLC. * Copyright ...
BenCasses/genders
src/testsuite/libgenders/genders_test_functionality.h
C
gpl-2.0
3,639
VFS.Include("LuaRules/Utilities/numberfunctions.lua") -- math.triangulate local GRP = Spring.GetGameRulesParam local function GetRawBoxes() local ret = {} local boxCount = GRP("startbox_max_n") if not boxCount then return ret end for boxID = 0, boxCount do local polies = {} local polyCount = GRP("startbox...
RyMarq/Zero-K
LuaUI/Headers/startbox_utilities.lua
Lua
gpl-2.0
1,457
<?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; under version 2 * of the License (non-upgradable). * * This program is distributed in the hope that it will be useful, * but W...
dhx/tao-comp
vendor/qtism/qtism/qtism/data/storage/xml/marshalling/AssessmentItemMarshaller.php
PHP
gpl-2.0
11,567
<?php /* * @package Joomla.Framework * @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * * @component Phoca Component * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/c...
renebentes/joomla-3.x
administrator/components/com_phocagallery/models/phocagalleryra.php
PHP
gpl-2.0
7,227
/************************************************************************** Copyright (C) 2000 - 2010 Novell, Inc. 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; either version ...
gabi2/libyui-qt-pkg
src/YQZyppSolverDialogPluginStub.cc
C++
gpl-2.0
2,581
//===-- PPCISelLowering.h - PPC32 DAG Lowering Interface --------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
rutgers-apl/Atomicity-Violation-Detector
tdebug-llvm/llvm/lib/Target/PowerPC/PPCISelLowering.h
C
gpl-2.0
39,773
<!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: /home/detlev/src/c-layman/src/message.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet"...
jmesmon/layman
c-layman/doc/html/message_8h.html
HTML
gpl-2.0
3,111
<div class="container" id="mainContent"> <div id="topOfPage"> </div> <h1> Feedback Results - Student </h1> <br> <div class="well well-plain"> <div class="panel-body"> <div class="form-horizontal"> <div class="panel-heading"> <div class="form-group"> <label class="...
thenaesh/teammates
src/test/resources/pages/newlyJoinedInstructorStudentFeedbackResultsPage.html
HTML
gpl-2.0
20,492
/* cast5.c */ /* This file is part of the AVR-Crypto-Lib. Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or...
nerilex/avr-crypto-lib
cast5/cast5.c
C
gpl-2.0
12,161
package org.webbuilder.web.service.script; import org.springframework.stereotype.Service; import org.webbuilder.utils.script.engine.DynamicScriptEngine; import org.webbuilder.utils.script.engine.DynamicScriptEngineFactory; import org.webbuilder.utils.script.engine.ExecuteResult; import org.webbuilder.web.po.script.Dyn...
wb-goup/webbuilder
wb-core/src/main/java/org/webbuilder/web/service/script/DynamicScriptExecutor.java
Java
gpl-2.0
1,079
-- TESTS (1-17 non-calendar time) {- NTest[(* 5 *) b = N[DiscountFactor[1, 9 + 28/100, Compounding -> {Linear, 1}, CompiledDF -> True], 50] , 0.9150805270863837 ] ## HQL discountFactor (InterestRate (Periodic 1) (9+28/100 :: Double)) 1.00 0.0 == 0.9150805270863837 -} {- NTest[(* 7 *) DiscountFactor[1.5, termstructur...
andreasbock/hql
testsuite/DiscountingTest.hs
Haskell
gpl-2.0
3,753
/* * Copyright (C) 2013-2016 52°North Initiative for Geospatial Open Source * Software 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 ...
ridoo/timeseries-api
io/src/test/java/org/n52/io/measurement/img/ChartRendererTest.java
Java
gpl-2.0
5,333
<?php class highlighter { public function register_shortcode($shortcodeName) { function shortcode_highlighter($atts, $content = null) { extract( shortcode_atts( array( 'type' => 'colored' ), $atts ) ); return "<span class='highlighted_".$type."'>".$cont...
jasonglisson/susannerossi
wp-content/plugins/gt3-pagebuilder-custom/core/shortcodes/highlighter.php
PHP
gpl-2.0
1,874
/********************************************************************************************* * Fichero: Bmp.c * Autor: * Descrip: Funciones de control y visualizacion del LCD * Version: *********************************************************************************************/ /*--- Archivos cabecera ---...
UnizarCurryMicroSystems/ProyectoHardware
PH_3/Bmp.c
C
gpl-2.0
8,483
// CS4005: Async methods cannot have unsafe parameters // Line: 7 // Compiler options: -unsafe class C { public unsafe async void Test (int* arg) { } }
xen2/mcs
errors/cs4005.cs
C#
gpl-2.0
156
<html> <head> <script> window.onload = function() { var d = new Date().getTime(); document.getElementById("tid").value = d; }; </script> </head> <body> <?php if(isset($_GET['token'])) { $token = $_GET['token']; $name = $_GET['name']; $token ...
luffy22/aisha
ccavenue/nonseam/ccavenue_payment.php
PHP
gpl-2.0
2,167
/* * USI wm-bn-bm-01-5(bcm4329) sdio wifi power management API * evb gpio define * A10 gpio define: * usi_bm01a_wl_pwr = port:PH12<1><default><default><0> * usi_bm01a_wlbt_regon = port:PI11<1><default><default><0> * usi_bm01a_wl_rst = port:PI10<1><default><default><0> * usi_bm01a_wl_wake ...
sdugit/linux-3.0_7025
drivers/mmc/mmc-pm/mmc_pm_usi_bm01a.c
C
gpl-2.0
5,469
<?php /** * jsonRPCClient.php * * Written using the JSON RPC specification - * http://json-rpc.org/wiki/specification * * @author Kacper Rowinski <krowinski@implix.com> * http://implix.com */ class jsonRPCClient { protected $url = null, $is_debug = false, $parameters_structure = 'array'; /** * Def...
mssdeepakkumar/keenlo
wp-content/plugins/formcraft-add-on-pack/getresponse.php
PHP
gpl-2.0
9,967
/* * Copyright (c) 2005, 2006, 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 ...
samskivert/ikvm-openjdk
build/linux-amd64/impsrc/com/sun/xml/internal/bind/v2/util/CollisionCheckStack.java
Java
gpl-2.0
5,703
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Thu Oct 02 16:39:51 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>com.hp.hpl.jena.spa...
knil-sama/YADDW
lib/apache-jena-2.12.1/javadoc-arq/com/hp/hpl/jena/sparql/package-frame.html
HTML
gpl-2.0
1,782
/* * arch/arm/mach-at91/include/mach/gpio.h * * Copyright (C) 2005 HP Labs * * 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...
ubuntu-chu/linux3.6.9-at91
arch/arm/mach-at91/include/mach/gpio.h
C
gpl-2.0
7,473
/* * #%L * OME SCIFIO package for reading and converting scientific file formats. * %% * Copyright (C) 2005 - 2012 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Redistribution and use in source and binar...
ximenesuk/bioformats
components/loci-legacy/src/loci/common/IniWriter.java
Java
gpl-2.0
3,258
var mysql_wn_data_noun_quantity = { "morsel":[["noun.quantity"],["morsel","small indefinite quantity"]], "section":[["noun.quantity","noun.group","noun.location","verb.contact:section","noun.group"],["section","square mile","section2","team","platoon1","section1","area1","section4","discussion section","class3"]], "mat...
Seagat2011/NLP-Story-Engine
wn/DICT/mysql-wn-data.noun.quantity.js
JavaScript
gpl-2.0
96,743