repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
phcp/AmadeusLMS
src/br/ufpe/cin/amadeus/amadeus_mobile/util/Conversor.java
24368
/** 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 ...
gpl-2.0
jzalden/SER316-Karlsruhe
src/net/sf/memoranda/ui/htmleditor/ImageDialog.java
13558
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;...
gpl-2.0
Macavity/SkyFireEMU
src/server/scripts/OutdoorPvP/OutdoorPvPTF.h
4669
/* * 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...
gpl-2.0
Cisco-Talos/pyrebox
qemu/audio/audio.h
5740
/* * 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...
gpl-2.0
diamondo25/Vana
src/channel_server/party.cpp
9610
/* 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...
gpl-2.0
kepakiano/eqOgre
equalizer/headers/channel.h
1239
/* * 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 ...
gpl-2.0
chr1x2/linux.org.ph
installation/framework/model/model.php
11299
<?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...
gpl-2.0
janmulder/subsurface
core/color.cpp
4063
// 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...
gpl-2.0
Phant0mas/glibc-hurd
sysdeps/mach/hurd/dl-sysdep.c
17842
/* 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 ...
gpl-2.0
acsid/stendhal
tests/games/stendhal/server/actions/chat/AwayActionTest.java
2201
/*************************************************************************** * (C) Copyright 2003-2015 - Stendhal * *************************************************************************** *************************************************************************** * ...
gpl-2.0
KJaddoe/CSCMRA-Project
wp-content/themes/mustang-lite/readme.md
2966
# 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...
gpl-2.0
ev3dev/u-boot
include/configs/sh7785lcr.h
4450
/* 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...
gpl-2.0
wschweer/mscoreserver
libmscore/keyfinder.h
722
//============================================================================= // 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 ...
gpl-2.0
hrishiko/gavkiwp
wp-content/plugins/woocommerce-prices-by-user-role/static/styles/backend/style.css
6195
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...
gpl-2.0
duleorlovic/rbkit-client
rbkit-lib/model/appstate.h
774
#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...
gpl-2.0
mmastrac/dolphin
Source/Core/Common/GL/GLExtensions/GLExtensions.cpp
108368
// 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...
gpl-2.0
project-cabal/cabal
engines/lab/intro.cpp
9600
/* 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 ...
gpl-2.0
diegonc/console-xkb-support
libftpconn/ftpconn.h
16482
/* 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...
gpl-2.0
iJo09/Hybridmax_Kernel_I9505_Lollipop-1
drivers/mmc/card/block.c
76834
/* * 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...
gpl-2.0
chrismetcalf/chrismetcalf.net
_posts/2004-03-31-air-america-radio.md
541
--- 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...
gpl-2.0
SirGrizzlyBear/ServUOGrizzly
Scripts/Spells/First/Heal.cs
3667
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...
gpl-2.0
Jiangtang/writing
cn_bk_rbind/content/post/2009-02-17-慈悲为怀.md
1735
--- 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-...
gpl-2.0
kriwil/OpenX
www/api/v2/common/BasePublisherService.php
2377
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
gpl-2.0
latelee/coreboot
src/mainboard/intel/kunimitsu/mainboard.c
2726
/* * 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 *...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHW-M130L
drivers/net/wireless/bcm4329/src/shared/bcmutils.c
44532
/* * 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 (...
gpl-2.0
tudorbarascu/QGIS
src/core/qgsogcutils.cpp
122763
/*************************************************************************** qgsogcutils.cpp --------------------- begin : March 2013 copyright : (C) 2013 by Martin Dobias email : wonder dot sk at gmail dot com ***********************************************...
gpl-2.0
marttiphpbb/phpbb-ext-templateevents
styles/all/template/event/overall_header_navigation_append.html
355
{# 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...
gpl-2.0
Sophist-UK/Sophist_t3framework
source/plg_system_t3/includes/core/action.php
5926
<?php /** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU Gener...
gpl-2.0
mishin/dwimperl-windows
strawberry-perl-5.20.0.1-32bit-portable/c/i686-w64-mingw32/include/nldef.h
4189
/** * 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,...
gpl-2.0
spixi/wesnoth
src/actions/attack.cpp
57856
/* 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 ...
gpl-2.0
DrRemorse/pdns
regression-tests.dnsdist/dnsdisttests.py
13296
#!/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...
gpl-2.0
uwehermann/easybox-904-lte-firmware
package/ffmpeg/src/libavcodec/libmp3lame.c
6658
/* * 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;...
gpl-2.0
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
2333
/* * 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")...
gpl-2.0
Fakkar/TeligramFars
TMessagesProj/src/main/java/com/teligramfars/ui/SettingsActivity.java
80162
/* * 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...
gpl-2.0
GoaLitiuM/libobs-sharp
test/TestTransform.Designer.cs
13346
/*************************************************************************** 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 ...
gpl-2.0
gamvrosi/duet
linux-3.13.6+duet/ubuntu/aufs/aufs.h
1473
/* * 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...
gpl-2.0
ntj/ComplexRapidMiner
src/com/rapidminer/operator/similarity/SimilarityExampleSet.java
5564
/* * 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...
gpl-2.0
ZoneMinder/ZoneMinder
web/includes/actions/filter.php
4624
<?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...
gpl-2.0
heftig/NetworkManager
src/settings/nm-system-config-interface.h
7206
/* -*- 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...
gpl-2.0
shannah/cn1
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/drlvm/vm/vmcore/src/verifier-3363/java6/stackmap_6.h
2640
/* * 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")...
gpl-2.0
mekinik232/ambipi
xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioDevice.cpp
21096
/* * 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. * * ...
gpl-2.0
zerophp/zgz2013octM
proyecto7/model/users/usersModel.php
1523
<?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; ...
gpl-2.0
Seagat2011/JINSIL-JINT-BLACK-SPADE-
build 1/editor/theme/neat.css
500
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...
gpl-2.0
droberg/yamsLog
client-backend/src/NewDebugger.java
8996
/** * 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...
gpl-2.0
lazyRiffs/CodedUIFluentExtensions
CodedUIExtensions/CaptainPav.Testing.UI.CodedUI.PageModeling/Wpf/WpfBaseModels.cs
624
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 { ...
gpl-2.0
lagadic/visp
modules/robot/test/servo-afma6/testRobotAfma6.cpp
3333
/**************************************************************************** * * 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...
gpl-2.0
wanjohikibui/LIMS
templates/application_portal/contact.html
1992
{% 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> ...
gpl-2.0
shaowei-wang/520board-v1-linux-2.6.21.x
drivers/isdn/act2000/capi.c
33040
/* $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...
gpl-2.0
Soufien/unityIntoIOSSample
SampleProject/il2cpp_output/mscorlib_System_Runtime_Remoting_Messaging_HeaderHandler.h
509
#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...
gpl-2.0
christianurich/VIBe2UrbanSim
3rdparty/opus/src/urbansim/gridcell/is_near_arterial.py
2343
# 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...
gpl-2.0
kosmosby/medicine-prof
libraries/koowa/libraries/object/mixable.php
1622
<?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 */...
gpl-2.0
BytecodeMe/vanquish
arch/arm/mach-msm/cpufreq.c
7616
/* 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 ...
gpl-2.0
dilawar/moose-full
dependencies/libsbml-5.9.0/examples/c/drawMath.c
20197
/** * \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> ...
gpl-2.0
loveyoupeng/rt
modules/web/src/main/native/Tools/DumpRenderTree/atk/AccessibilityControllerAtk.cpp
4399
/* * 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...
gpl-2.0
upworkstar/AndroidAmazon
sound/soc/msm/qdsp6v2/q6voice.c
133119
/* 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...
gpl-2.0
ZHAW-INES/rioxo-uClinux-dist
lib/mesa/src/mesa/drivers/dri/sis/sis6326_state.c
19463
/* * 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...
gpl-2.0
tfwalther/climbingguide
libs_archive/achartengine-1.1.0-javadocs/org/achartengine/ITouchHandler.html
12528
<!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...
gpl-2.0
mokhan/cakeside
app/controllers/admin/jobs_controller.rb
546
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 =...
gpl-2.0
blazegraph/database
bigdata-gas/src/test/java/com/bigdata/rdf/graph/analytics/TestCC.java
7408
/** 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...
gpl-2.0
playfulgod/Kernel_AS85-LG-Ignite
include/linux/dvs_suite.h
23525
/* * 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 ***************************************************************************/...
gpl-2.0
bercik/BIO
impl/bioc/src/pl/rcebula/code_generation/final_steps/AddInformationsAboutModules.java
1977
/* * 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...
gpl-2.0
cryptdb-org/mysql-5-5-14
storage/innobase/dict/dict0load.c
65630
/***************************************************************************** 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...
gpl-2.0
marceldev89/ALiVE.OS
addons/sys_newsfeed/newsfeed/news.html
265
<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>
gpl-2.0
tbelliard/gepi
mod_discipline/stats2/apps/vues/bilans.php
21097
<?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...
gpl-2.0
oliversride/Wordryo
src/main/java/com/oliversride/wordryo/XWActivity.java
5258
/* -*- 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...
gpl-2.0
AgnaldoJaws/On-The-Bass.
wp-content/themes/twentyfifteen/inc/customizer.php
19694
<?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 * ...
gpl-2.0
IT-Scholars/Moodle-ITScholars-LMS
mod/deva/mod_form.php
3290
<?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...
gpl-2.0
crewrktablets/rk3x_kernel_3.10
arch/arm/mach-rockchip/vcodec_service.c
73376
/* 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...
gpl-2.0
samuelmolinski/miniature-octo-archer
wp-content/themes/atlantes/woocommerce/order/form-tracking.php
1333
<?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...
gpl-2.0
w2/ctb
templates/jsn_dome_free/html/com_content2/category/default_items.php
4614
<?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 )...
gpl-2.0
sparcules/Spark_Pixels
AndroidApp/SparkPixels/src/kc/spark/pixels/android/ui/assets/Typefaces.java
1212
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"...
gpl-2.0
openjdk/jdk8u
jdk/test/sun/net/www/ParseUtil_4922813.java
5843
/* * 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...
gpl-2.0
Jackeagle/android_kernel_sony_c2305
arch/sh/include/mach-dreamcast/mach/maple.h
1145
#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...
gpl-2.0
nachandr/cfme_tests
cfme/tests/containers/test_containers_smartstate_analysis.py
5838
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...
gpl-2.0
riadd/jMemorize
src/jmemorize/core/test/LessonProviderTest.java
4360
/* * 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 ...
gpl-2.0
patdaburu/mothergeo-py
mothergeo/db/postgis/__init__.py
175
#!/usr/bin/env python # -*- coding: utf-8 -*- """ .. currentmodule:: __init__.py .. moduleauthor:: Pat Daburu <pat@daburu.net> Provide a brief description of the module. """
gpl-2.0
intelie/esper
esper/src/test/java/com/espertech/esper/multithread/TestMTStmtTwoPatternsStartStop.java
3675
/* * ************************************************************************************* * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
gpl-2.0
BenCasses/genders
src/testsuite/libgenders/genders_test_functionality.h
3639
/*****************************************************************************\ * $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 ...
gpl-2.0
RyMarq/Zero-K
LuaUI/Headers/startbox_utilities.lua
1457
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...
gpl-2.0
dhx/tao-comp
vendor/qtism/qtism/qtism/data/storage/xml/marshalling/AssessmentItemMarshaller.php
11567
<?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...
gpl-2.0
renebentes/joomla-3.x
administrator/components/com_phocagallery/models/phocagalleryra.php
7227
<?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...
gpl-2.0
gabi2/libyui-qt-pkg
src/YQZyppSolverDialogPluginStub.cc
2581
/************************************************************************** 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 ...
gpl-2.0
rutgers-apl/Atomicity-Violation-Detector
tdebug-llvm/llvm/lib/Target/PowerPC/PPCISelLowering.h
39773
//===-- 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. // //===-------------------------------------------------------...
gpl-2.0
jmesmon/layman
c-layman/doc/html/message_8h.html
3111
<!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"...
gpl-2.0
thenaesh/teammates
src/test/resources/pages/newlyJoinedInstructorStudentFeedbackResultsPage.html
20492
<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="...
gpl-2.0
nerilex/avr-crypto-lib
cast5/cast5.c
12161
/* 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...
gpl-2.0
wb-goup/webbuilder
wb-core/src/main/java/org/webbuilder/web/service/script/DynamicScriptExecutor.java
1079
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...
gpl-2.0
andreasbock/hql
testsuite/DiscountingTest.hs
3753
-- 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...
gpl-2.0
ridoo/timeseries-api
io/src/test/java/org/n52/io/measurement/img/ChartRendererTest.java
5333
/* * 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 ...
gpl-2.0
jasonglisson/susannerossi
wp-content/plugins/gt3-pagebuilder-custom/core/shortcodes/highlighter.php
1874
<?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...
gpl-2.0
UnizarCurryMicroSystems/ProyectoHardware
PH_3/Bmp.c
8483
/********************************************************************************************* * Fichero: Bmp.c * Autor: * Descrip: Funciones de control y visualizacion del LCD * Version: *********************************************************************************************/ /*--- Archivos cabecera ---...
gpl-2.0
xen2/mcs
errors/cs4005.cs
156
// CS4005: Async methods cannot have unsafe parameters // Line: 7 // Compiler options: -unsafe class C { public unsafe async void Test (int* arg) { } }
gpl-2.0
luffy22/aisha
ccavenue/nonseam/ccavenue_payment.php
2167
<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 ...
gpl-2.0
sdugit/linux-3.0_7025
drivers/mmc/mmc-pm/mmc_pm_usi_bm01a.c
5469
/* * 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 ...
gpl-2.0
mssdeepakkumar/keenlo
wp-content/plugins/formcraft-add-on-pack/getresponse.php
9967
<?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...
gpl-2.0
samskivert/ikvm-openjdk
build/linux-amd64/impsrc/com/sun/xml/internal/bind/v2/util/CollisionCheckStack.java
5703
/* * 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 ...
gpl-2.0
knil-sama/YADDW
lib/apache-jena-2.12.1/javadoc-arq/com/hp/hpl/jena/sparql/package-frame.html
1782
<!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...
gpl-2.0
ubuntu-chu/linux3.6.9-at91
arch/arm/mach-at91/include/mach/gpio.h
7473
/* * 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...
gpl-2.0
ximenesuk/bioformats
components/loci-legacy/src/loci/common/IniWriter.java
3258
/* * #%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...
gpl-2.0
Seagat2011/NLP-Story-Engine
wn/DICT/mysql-wn-data.noun.quantity.js
96743
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...
gpl-2.0