code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
4
991
language
stringclasses
9 values
license
stringclasses
15 values
size
int32
3
1.05M
<?php /* Copyright 2005 Flávio Ribeiro This file is part of OCOMON. OCOMON 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 Lic...
luizvarela/ocomon-beta
ocomon/geral/encerramentoOld.php
PHP
gpl-2.0
37,856
<?php use dokuwiki\Utf8\Sort; /** * Plaintext authentication backend * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Andreas Gohr <andi@splitbrain.org> * @author Chris Smith <chris@jalakai.co.uk> * @author Jan Schumann <js@schumann-it.com> */ class auth_plugin_authplain extend...
mprins/dokuwiki
lib/plugins/authplain/auth.php
PHP
gpl-2.0
14,957
/* * Copyright (c) 2013, 2018, 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 ...
md-5/jdk10
src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/spi/NodeWithState.java
Java
gpl-2.0
1,512
<?php // $Id: box.tpl.php,v 1.3 2007/12/16 21:01:45 goba Exp $ /** * @file box.tpl.php * * Theme implementation to display a box. * * Available variables: * - $title: Box title. * - $content: Box content. * * @see template_preprocess() */ ?> <div id="comment-form-wrapper"> <h3 id="comment-form-title"><?php...
fourkitchens/2009.drupalcampaustin.com
sites/all/themes/drupalcampaustin/templates/box-comment_form.tpl.php
PHP
gpl-2.0
402
/* ---------------------------------------------------------------------- This is the ██╗ ██╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗████████╗███████╗ ██║ ██║██╔════╝ ██╔════╝ ██╔════╝ ██║ ██║╚══██╔══╝██╔════╝ ██║ ██║██║ ███╗██║ ███╗██║ ███╗███████║ ██║ ███████╗ ██║ ██║██║ ██║█...
dineshram2010/Enhanced-Heat-Exchanger-Design-using-Constructal-Networks
src/random_park.cpp
C++
gpl-2.0
5,560
# -*- coding: utf-8 -*- """ *************************************************************************** ProcessingResults.py --------------------- Date : August 2012 Copyright : (C) 2012 by Victor Olaya Email : volayaf at gmail dot com *********************...
medspx/QGIS
python/plugins/processing/core/ProcessingResults.py
Python
gpl-2.0
1,611
/* -*- mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: t -*- */ /* AbiSource * * Copyright (C) 2007 Philippe Milot <PhilMilot@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 Soft...
Distrotech/abiword
plugins/openxml/imp/xp/OXMLi_StreamListener.cpp
C++
gpl-2.0
6,589
<?php /** * The Template for displaying all single posts. * * @package WordPress * @subpackage Corporate WPExplorer Theme * @since Corporate 1.0 */ get_header(); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="primary" class="content-area clr"> <div id="content" class="site-content left-content clr...
wuxuejian/xzluomen
wp-content/themes/wpex-corporate/single-staff.php
PHP
gpl-2.0
1,133
<?php /* * @version $Id: networkportinjection.class.php 777 2013-07-17 07:53:45Z yllen $ LICENSE This file is part of the datainjection plugin. Datainjection plugin 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 Foun...
euqip/glpi-smartcities
plugins/datainjection/inc/networkportinjection.class.php
PHP
gpl-2.0
13,483
<?php /** * FeedGator - Aggregate RSS newsfeed content into a Joomla! database * @version 3.0a1 * @package FeedGator * @author Matt Faulds * @email mattfaulds@gmail.com * @copyright (C) 2010 Matthew Faulds - All rights reserved * @license GNU/GPL: http://www.gnu.org/copyleft/gpl.html * **/ /// Check to ensure this fi...
proizprojetos/olhemaisumavez
administrator/components/com_feedgator/models/fields/fgcontent.php
PHP
gpl-2.0
2,775
<?php /** * Base class for simple profiling. * * 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 ...
legoktm/wikihow-src
includes/profiler/ProfilerSimple.php
PHP
gpl-2.0
3,861
<?php namespace LeagueWrap\Api; use LeagueWrap\Dto\StaticData\Champion as staticChampion; use LeagueWrap\Dto\StaticData\ChampionList; use LeagueWrap\Dto\StaticData\Item as staticItem; use LeagueWrap\Dto\StaticData\ItemList; use LeagueWrap\Dto\StaticData\Mastery as staticMastery; use LeagueWrap\Dto\StaticData\MasteryLi...
epoch365/rito-api-challenge
vendor/paquettg/leaguewrap/src/LeagueWrap/Api/Staticdata.php
PHP
gpl-2.0
8,303
/* * Microtuner.cpp - manage tuning and scale information of an instrument * * Copyright (c) 2020 Martin Pavelek <he29.HS/at/gmail.com> * * This file is part of LMMS - https://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * Licen...
zonkmachine/lmms
src/core/Microtuner.cpp
C++
gpl-2.0
6,427
<?php defined('WYSIJA') or die('Restricted access'); class WYSIJA_control_front_subscribers extends WYSIJA_control_front{ var $model="user"; var $view="widget_nl"; function WYSIJA_control_front_subscribers(){ parent::WYSIJA_control_front(); if(isset($_REQUEST['message_success'])){ ...
marcosposada/emily
wp-content/plugins/wysija-newsletters/controllers/front/subscribers.php
PHP
gpl-2.0
4,037
/* * Copyright (C) 2012 The Android Open Source Project * * 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 requir...
rex-xxx/mt6572_x201
tools/motodev/src/plugins/android/src/com/motorola/studio/android/monkey/options/MonkeyOptionsMgt.java
Java
gpl-2.0
30,495
<?php /** * FEDEX Service codes in array format */ return array( 'FIRST_OVERNIGHT' => 'FedEx First Overnight', 'PRIORITY_OVERNIGHT' => 'FedEx Priority Overnight', 'STANDARD_OVERNIGHT' => 'FedEx Standard Overnight', 'FEDEX_2_DAY_AM' => 'FedEx 2...
acscoleen/acsdevelopment
wp-content/plugins/woocommerce-shipping-fedex/includes/data/data-service-codes.php
PHP
gpl-2.0
1,659
<?php namespace at\externet\eps_bank_transfer; class TransferMsgDetails { /** @var string Jene URL, an die der eps SO den vitality-check und die eps Zahlungs-bestätigungsnachricht (= confirma-tion) sendet. */ public $ConfirmationUrl; /** @var string Jene URL, um für den Käufer einen durchgängigen Ablauf...
hakito/PHP-Stuzza-EPS-BankTransfer
src/TransferMsgDetails.php
PHP
gpl-2.0
1,282
<?php /** * SimplePie * * A PHP-Based RSS and Atom Feed Framework. * Takes the hard work out of managing a complete RSS/Atom solution. * * Copyright (c) 2004-2012, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
AhmedSayedAhmed/MM_Portal
wp-content/plugins/wp-pipes/plugins/engines/rssreader/helpers/library/SimplePie/Item.php
PHP
gpl-2.0
99,035
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris windows package net import ( "context" "runtime" "syscall" ) func probeIPv4Stack(...
itsimbal/gcc.cet
libgo/go/net/ipsock_posix.go
GO
gpl-2.0
6,580
// -*- Mode: C++; -*- // Package : omniORB // cs-UCS-4.cc Created on: 26/10/2000 // Author : Duncan Grisby (dpg1) // // Copyright (C) 2000 AT&T Laboratories Cambridge // // This file is part of the omniORB library // // The omniORB libra...
yeewang/omniORB
src/lib/omniORB/codesets/cs-UCS-4.cc
C++
gpl-2.0
16,387
// ********************************************************************** // // Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // **************************************************...
elijah513/ice
java/test/src/main/java/test/Ice/hold/HoldI.java
Java
gpl-2.0
3,018
/* * Copyright 2013 Dolphin Emulator Project * Licensed under GPLv2+ * Refer to the license.txt file included. */ package org.dolphinemu.dolphinemu.overlay; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.content.res.Configuration; import andro...
TwitchPlaysPokemon/dolphinWatch
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.java
Java
gpl-2.0
77,511
<?php /******************************************************************************* Copyright 2013 Whole Foods Co-op This file is part of IT CORE. IT CORE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
joelbrock/ELFCO_CORE
pos/is4c-nf/parser-class-lib/preparse/NoReceiptPreParse.php
PHP
gpl-2.0
1,799
/////////////////////////////////////////////////////////////////////////////// // For information as to what this class does, see the Javadoc, below. // // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, // // 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph...
jdramsey/tetrad
tetrad-gui/src/main/java/edu/cmu/tetradapp/model/LfsRunner.java
Java
gpl-2.0
12,606
<?php echo getTitleArea(Lang::t('_COURSESTATS', 'menu_course')); ?> <div class="std_block"> <div class="quick_search_form"> <div> <div class="simple_search_box" id="usermanagement_simple_filter_options" style="display: block;"> <?php echo '<label for="">'.Lang::t('_FILTER', 'standard').'</label>' .Form:...
formalms/formalms
html/appLms/views/coursestats/show.php
PHP
gpl-2.0
5,072
<?php defined('_JEXEC') or die('Restricted access'); ?> <?php $form = @$this->form; ?> <?php $row = @$this->row; JFilterOutput::objectHTMLSafe( $row ); ?> <form action="<?php echo JRoute::_( @$form['action'] ) ?>" method="post" class="adminform" name="adminForm" > <fieldset> <legend><?php echo JText::_('Form'); ?...
zuverza/se
tmp/install_4f46ab24b6733/admin/views/currencies/tmpl/form.php
PHP
gpl-2.0
4,300
/* * Copyright (C) 2013-2015 DeathCore <http://www.noffearrdeathproject.net/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.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 So...
ahuraa/DeathCore_6.x.x
src/server/scripts/Pandaria/ShadoPanMonastery/boss_taran_zhu.cpp
C++
gpl-2.0
5,742
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @author pb * @license For full copyright and license information view LICENSE file distributed with this source code. * @version 2014.11.1 * @package ezfind * * @todo: see if we need to make this an abstract class to accomodate CouchDB, ...
wnsonsa/destin-foot
ezpublish_legacy/extension/ezfind/classes/ezfsolrstorage.php
PHP
gpl-2.0
3,494
<?php /** * @package Redcore * @subpackage Database * * @copyright Copyright (C) 2008 - 2015 redCOMPONENT.com. All rights reserved. * @license GNU General Public License version 2 or later, see LICENSE. */ defined('JPATH_REDCORE') or die; /** * Sql Translation class enables table and fields replacem...
tharunaredweb/redCORE
libraries/redcore/database/sqlparser/sqltranslation.php
PHP
gpl-2.0
28,041
<?php /** * Hooks for TemplateInfo extension * * @file * @ingroup Extensions */ class TemplateInfoHooks { /* Functions */ // Initialization public static function register( &$parser ) { // Register the hook with the parser $parser->setHook( 'templateinfo', array( 'TemplateInfoHooks', 'render' ) ); // a...
SuriyaaKudoIsc/wikia-app-test
extensions/TemplateInfo/TemplateInfo.hooks.php
PHP
gpl-2.0
2,319
<?php /** * HUBzero CMS * * Copyright 2005-2011 Purdue University. All rights reserved. * * This file is part of: The HUBzero(R) Platform for Scientific Collaboration * * The HUBzero(R) Platform for Scientific Collaboration (HUBzero) is free * software: you can redistribute it and/or modify it under the terms o...
CI-Water-DASYCIM/CIWaterHubZeroPortalDev
administrator/components/com_resources/helpers/html.php
PHP
gpl-2.0
8,895
<?php /** * Provides CreativeCommons metadata * * Copyright 2004, Evan Prodromou <evan@wikitravel.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 Licens...
SuriyaaKudoIsc/wikia-app-test
extensions/CreativeCommonsRdf/CreativeCommonsRdf_body.php
PHP
gpl-2.0
2,838
# Miro - an RSS based video player application # Copyright (C) 2010, 2011 # Participatory Culture Foundation # # 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...
debugger06/MiroX
tv/extensions/watchhistory/__init__.py
Python
gpl-2.0
1,599
/** * This file is part of Aion-Lightning <aion-lightning.org>. * * Aion-Lightning 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 lat...
GiGatR00n/Aion-Core-v4.7.5
AC-Game/src/com/aionemu/gameserver/model/broker/filter/BrokerRecipeFilter.java
Java
gpl-2.0
2,691
/*************************************************************************** * * * copyright : (C) 2012 Barth Netterfield * * netterfield@astro.utoronto.ca * * ...
RossWilliamson/kst_old
src/libkstapp/circledimensionstab.cpp
C++
gpl-2.0
2,625
<?php get_header(); ?> <?php get_template_part('templates/page', 'header'); ?> <?php global $pinnacle; if(isset($pinnacle['portfolio_style_default'])) { $pstyleclass = $pinnacle['portfolio_style_default']; } else { $pstyleclass = 'padded_style'; } if(isset($pinnacle['portfolio_ratio_de...
luismedina25148/aslan
wp-content/themes/pinnacle/taxonomy-portfolio-type.php
PHP
gpl-2.0
8,324
#include <cstdlib> #include "nibblevector.h" #include "../misc/utils.h" namespace CSA { NibbleVector::NibbleVector(std::ifstream& file) : BitVector(file) { } NibbleVector::NibbleVector(FILE* file) : BitVector(file) { } NibbleVector::NibbleVector(Encoder& encoder, usint universe_size) : BitVector(encoder, u...
alexandrutomescu/complete-contigs
src/rlcsa/bits/nibblevector.cpp
C++
gpl-2.0
7,631
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
t-zuehlsdorff/wesnoth
src/sdl/keyboard.cpp
C++
gpl-2.0
11,240
<?php /** * This is the model class for table "order_product". * * The followings are the available columns in table 'order_product': * @property integer $order_product_id * @property integer $order_id * @property integer $product_id * @property string $name * @property string $model * @property integer $quan...
lvduit/DYiiShop
protected/models/OrderProduct.php
PHP
gpl-2.0
2,426
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(R) is...
RangerRick/opennms
features/topology-map/org.opennms.features.topology.api/src/main/java/org/opennms/features/topology/api/HistoryManager.java
Java
gpl-2.0
1,562
/* * Copyright (c) 2008, 2014, Oracle and/or its affiliates. * All rights reserved. Use is subject to license terms. * * This file is available and licensed under the following license: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
loveyoupeng/rt
apps/samples/Ensemble8/src/samples/java/ensemble/samples/layout/flowpane/FlowPaneApp.java
Java
gpl-2.0
3,772
class AddRadiologyToPatients < ActiveRecord::Migration def self.up add_column :patients, :radiology, :boolean, :default => false end def self.down remove_column :patients, :radiology end end
mission-of-mercy/minnesota
db/migrate/20110409202513_add_radiology_to_patients.rb
Ruby
gpl-2.0
208
(function ($, document, window) { function reloadList(page) { ApiClient.getScheduledTasks({ isHidden: false }).done(function (tasks) { populateList(page, tasks); Dashboard.hideLoadingMsg(); }); } function populateList(page, tasks) { tasks = tasks.sort(fu...
hamstercat/Emby
MediaBrowser.WebDashboard/dashboard-ui/scripts/scheduledtaskspage.js
JavaScript
gpl-2.0
7,041
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # You can redistribute it and/or modify it under the terms of the GNU GPL 2. $LOAD_PATH.unshift '..' unless $LOAD_PATH.include? '..' require 'qwik/test-module-ml' if $0 == __FILE__ require 'qwik/serve...
snoozer05/qwikdoc
vendor/qwik/test-submit-uuencode.rb
Ruby
gpl-2.0
2,037
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * ExpressionEngine - by EllisLab * * @package ExpressionEngine * @author EllisLab Dev Team * @copyright Copyright (c) 2003 - 2014, EllisLab, Inc. * @license http://ellislab.com/expressionengine/user-guide/license.html * @link http...
runrobrun/ee-xc-site
xcrunner/expressionengine/libraries/Javascript_loader.php
PHP
gpl-2.0
4,300
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------...
CFDEMproject/OpenFOAM-1.6-ext
src/finiteArea/finiteArea/laplacianSchemes/faLaplacianScheme/faLaplacianScheme.H
C++
gpl-2.0
6,918
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; return ComposerAutoloaderInit22c89fc07eb52a6ca68a4337a7f96853::getLoader();
aakb/os2web
sites/all/libraries/mailchimp/vendor/autoload.php
PHP
gpl-2.0
183
package org.apache.commons.math.transform; public class FastFourierTransformer implements java.io.Serializable { static final long serialVersionUID = 5138259215438106000L; private static final java.lang.String NOT_POWER_OF_TWO_MESSAGE = "{0} is not a power of 2, consider padding for fix"; private static final ja...
SpoonLabs/astor
examples/evo_suite_test/math_70_spooned/src/default/org/apache/commons/math/transform/FastFourierTransformer.java
Java
gpl-2.0
20,313
export { EncounterArmor } from './encounter_armor.js'; export { EncounterCoins } from './encounter_coins.js'; export { EncounterItem } from './encounter_item.js'; export { EncounterMagicItem } from './encounter_magic_item.js'; export { EncounterWeapon } from './encounter_weapon.js'; export { EnvironmentSection } f...
charactersheet/charactersheet
src/charactersheet/models/dm/encounter_sections/index.js
JavaScript
gpl-2.0
1,069
/* * ************************************************************************************* * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
mobile-event-processing/Asper
source/src/com/espertech/esper/epl/enummethod/dot/PropertyExprEvaluatorScalarCollection.java
Java
gpl-2.0
3,297
<?php /** * The template part for displaying a message that posts cannot be found. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package Konmi */ ?> <section class="no-results not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Nothing Found', 'konmi' ); ?></h1> </...
quixoticduck/liz-website
wp-content/themes/konmi/content-none.php
PHP
gpl-2.0
1,061
<?php if (!defined('APPLICATION')) exit(); $Definition['Addon-Type'] = 'Addon-Type'; $Definition['Download-URL'] = 'Download-URL'; $Definition['Install'] = 'Install'; $Definition['Locale.Usage'] = 'Copy the URL of the Addon you want to install and paste it into the textfield below. Browse <a href="http://vanillaforums...
ru4/arabbnota
plugins/AddonManager/locale/en-CA.php
PHP
gpl-2.0
908
# -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2011, 2012 CERN. # # Invenio 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...
CERNDocumentServer/invenio
modules/miscutil/lib/jsonutils.py
Python
gpl-2.0
3,590
<?php /** * Lexicon English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['duplicate'] = 'مكرر'; $_lang['entry'] = 'مدخل'; $_lang['entry_create'] = 'إنشاء مدخل'; $_lang['entry_err_ae'] = 'المدخل موجود مسبقاً!'; $_lang['entry_err_nf'] = 'المدخل غير موجود.'; $_lang['entry_err_ns'] =...
sergeiforward/gl
core_gl_xVCs4l0eEu/lexicon/ar/lexicon.inc.php
PHP
gpl-2.0
2,865
/* * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of ...
xdajog/samsung_sources_i927
external/webkit/Source/WebCore/platform/ScrollView.cpp
C++
gpl-2.0
45,619
/* Copyright (C) 2003 - 2016 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 License as published by the Free Software Foundation; either v...
suxinde2009/wesnoth
src/network.cpp
C++
gpl-2.0
30,162
<?php /* Plugin Name: Contact Form Plugin Plugin URI: http://bestwebsoft.com/plugin/ Description: Plugin for Contact Form. Author: BestWebSoft Version: 3.61 Author URI: http://bestwebsoft.com/ License: GPLv2 or later */ /* Copyright 2011 BestWebSoft ( http://support.bestwebsoft.com ) This program is free softw...
Andykmcc/amrci
wp-content/plugins/contact-form-plugin/contact_form.php
PHP
gpl-2.0
138,328
<?php // $Id: linker.cnr.php 14358 2013-01-24 12:35:36Z zefredz $ // vim: expandtab sw=4 ts=4 sts=4: /** * Resource Resolver for the Annoucements tool * * @version $Revision: 14358 $ * @copyright (c) 2001-2011, Universite catholique de Louvain (UCL) * @license http://www.gnu.org/copyleft/gpl.html (GPL)...
HimNG/cooltutor
claroline/announcements/connector/linker.cnr.php
PHP
gpl-2.0
3,834
# -*- coding: utf-8 -*- """ *************************************************************************** r_colors_stddev.py ------------------ Date : February 2016 Copyright : (C) 2016 by Médéric Ribreux Email : medspx at medspx dot fr **********************...
alexbruy/QGIS
python/plugins/processing/algs/grass7/ext/r_colors_stddev.py
Python
gpl-2.0
3,090
/* smplayer, GUI front-end for mplayer. Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.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 of the L...
saga64/smplayer
src/translator.cpp
C++
gpl-2.0
2,258
// we create the global game object, an instance of Phaser.Game var game = new Phaser.Game(800, 500, Phaser.AUTO, 'world',null,true,true,null); // the first parameter is the key you use to jump between stated // the key must be unique within the state manager // the second parameter is the object that contains the ...
Techbot/JiGS-PHP-RPG-engine
legacy/components/com_battle/views/plate/tmpl/026a_bonsanto/script.js
JavaScript
gpl-2.0
584
<?php global $theme_options; ?> <?php get_header(); ?> <div class="page-content padding-small" id="woocommerce-container"> <div class="container"> <?php if($theme_options['woocommerce-sidebar'] == "left"): echo '<div class="row">'; echo '<div class="md-column col-main col-md-9 col-md-right col-sm-lef...
areaw3/rv
wp-content/themes/rv/woocommerce/single-product.php
PHP
gpl-2.0
1,354
/*************************************************************************** qgslayoutitempicture.cpp ------------------------ begin : October 2017 copyright : (C) 2017 by Nyall Dawson email : nyall dot dawson...
mj10777/QGIS
src/core/layout/qgslayoutitempicture.cpp
C++
gpl-2.0
28,266
/* * This file is part of the libCEC(R) library. * * libCEC(R) is Copyright (C) 2011-2015 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. * * This program is dual-licensed; you can redistribute it and/or m...
lornix/libcec
src/libcec/platform/adl/adl-edid.cpp
C++
gpl-2.0
5,819
<?php /** * Plugin Name: WooCommerce Dynamic Pricing & Discounts * Plugin URI: http://www.rightpress.net/woocommerce-dynamic-pricing-and-discounts * Description: Control your WooCommerce product pricing and cart discounts. * Version: 1.0.16 * Author: RightPress * Author URI: http://www.rightpress.net * Requires...
ardiqghenatya/web4
wp-content/plugins/wc-dynamic-pricing-and-discounts/wc-dynamic-pricing-and-discounts.php
PHP
gpl-2.0
95,639
#! /usr/bin/python # a script to preare PiSi source tarball from svn # author: exa #TODO: arguments for svn snapshot with rev number, or a tag to override default import sys import os import shutil def run(cmd): print 'running', cmd os.system(cmd) sys.path.insert(0, '.') import pisi if not os.path.exists('s...
Pardus-Linux/pisi
scripts/svndist.py
Python
gpl-2.0
709
<?php /** * Subclase para crear funcionalidades específicas de busqueda y actualización en la tabla 'cattipviv'. * * * * @package Roraima * @subpackage lib.model.catastro * @author $Author$ <desarrollo@cidesa.com.ve> * @version SVN: $Id$ * * @copyright Copyright 2007, Cide S.A. * @license http:...
cidesa/roraima
lib/model/catastro/CattipvivPeer.php
PHP
gpl-2.0
421
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
huran2014/huran.github.io
program_learning/Java/MyEclipseProfessional2014/mr/src/main/java/org/apache/mahout/common/Pair.java
Java
gpl-2.0
2,940
FD50.plugin("bootstrap3", function($) { var jQuery = $; /*! * Bootstrap v3.0.3 (http://getbootstrap.com) * Copyright 2015 Twitter, Inc. * Licensed under http://www.apache.org/licenses/LICENSE-2.0 */ if (window["Foundry5/Bootstrap"]) { throw new Error("An instance of Bootstrap has been initialized before this.") }...
BetterBetterBetter/B3App
media/foundry/5.0/scripts/bootstrap3.js
JavaScript
gpl-2.0
62,727
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NeoComp.NeuralNetworks; using NeoComp; using System.ComponentModel; using NeoComp.Activities.Design; using System.Activities; using NeoComp.Activities.Internal; using NeoComp.NeuralNetworks.ActivationFunctions; using NeoComp.Ne...
unbornchikken/Neuroflow
_vault/NFBak/Neuroflow_vsonline/Neuroflow/OldStuff/NeoComp/NeoComp 1.0/NeoComp.Activities/NeuralNetworks/ActivationNeuronFactoryBlueprint.cs
C#
gpl-3.0
2,558
/* Switch-spec.js * * copyright (c) 2010-2022, Christian Mayer and the CometVisu contributers. * * 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 ...
ChristianMayer/CometVisu
source/test/karma/ui/structure/pure/Switch-spec.js
JavaScript
gpl-3.0
3,171
/* * Copyright (C) 2010 Pavel Stastny * * 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 di...
ceskaexpedice/kramerius
shared/common/src/main/java/cz/incad/kramerius/service/guice/MailModule.java
Java
gpl-3.0
1,081
# coding=UTF-8 __author__ = 'wanghongfei' import mysql.connector, sys CLEAR_DB = False args = sys.argv[1:] if len(args) == 1: if args[0] == 'clear': CLEAR_DB = True else: print 'wrong parameter!' sys.exit(1) config = { 'user': 'root', 'password': '111111', 'host': 'localh...
lankeren/taolijie
script/insert-data.py
Python
gpl-3.0
9,304
<?php /** * Layout: list row buttons - rendered as a Bootstrap dropdown * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2015 fabrikar.com - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html * @since 3.0 */ // No direct access defined('_JEXEC'...
techfreaque/Joomla_fabrik_fanzy_list
fanzy-list/listactions/fabrik-edit-button.php
PHP
gpl-3.0
738
var classgr__base__error__handler = [ [ "gr_base_error_handler", "classgr__base__error__handler.html#ad4b18ebae96256e537650772dd3cb1f6", null ], [ "count_error", "classgr__base__error__handler.html#a840a56a5d19b2269ea9328ba54bd4236", null ], [ "nerrors", "classgr__base__error__handler.html#a828a9e2ea41d6e6a...
aviralchandra/Sandhi
build/gr36/docs/doxygen/html/classgr__base__error__handler.js
JavaScript
gpl-3.0
549
from django.core.urlresolvers import reverse from decision_test_case import DecisionTestCase from publicweb.forms import DecisionForm from mock import patch from django.dispatch.dispatcher import Signal from django.db.models import signals from publicweb.models import Decision, decision_signal_handler # TODO: This cla...
aptivate/econsensus
django/econsensus/publicweb/tests/edit_decision_test.py
Python
gpl-3.0
1,773
<?php /** * This file is part of OXID eShop Community Edition. * * OXID eShop Community Edition 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 yo...
apnfq/oxid_test
application/models/oxsearch.php
PHP
gpl-3.0
11,995
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under the MIT license */ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') } +function ($) { 'use strict'; var version = $.fn.jquery.split(' ')[0].split('.') ...
shazic/FirstWordPress
wp-content/themes/evolve/library/media/js/bootstrap/js/bootstrap.js
JavaScript
gpl-3.0
78,255
using System; using System.Collections.Generic; using UnityEngine; namespace MuMech { public class MechJebModuleScriptActionSAS : MechJebModuleScriptAction { public static String NAME = "SAS"; private List<Part> commandParts = new List<Part>(); private List<String> commandPartsNames = new List<String>(); [...
Meumeu/MechJeb2
MechJeb2/ScriptsModule/MechJebModuleScriptActionSAS.cs
C#
gpl-3.0
3,606
#region Using directives using System; using System.Reflection; using System.Runtime.InteropServices; #endregion // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: Asse...
Ar1i/PokemonGo-Bot
PokemonGo.RocketAPI.Translator/Properties/AssemblyInfo.cs
C#
gpl-3.0
1,068
package cz.incad.Kramerius; import java.awt.Desktop.Action; import java.io.IOException; import java.util.HashMap; import java.util.Locale; import java.util.Map; import java.util.ResourceBundle; import java.util.Set; import java.util.StringTokenizer; import java.util.logging.Level; import javax.servlet.ServletContext;...
ceskaexpedice/kramerius
search/src/java/cz/incad/Kramerius/I18NServlet.java
Java
gpl-3.0
9,063
/* Copyright 2013 Red Hat, Inc. and/or its affiliates. This file is part of lightblue. 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 ...
bserdar/lightblue-mongo
mongo/src/main/java/com/redhat/lightblue/mongo/crud/MongoSequenceGenerator.java
Java
gpl-3.0
4,918
<?php namespace Drupal\search_api_test_backend\Plugin\search_api\data_type; use Drupal\search_api\DataType\DataTypePluginBase; /** * Provides a dummy data type for testing purposes. * * @SearchApiDataType( * id = "search_api_test_data_type", * label = @Translation("Test data type"), * description = @Tran...
willroche/astonmartin
modules/search_api/tests/search_api_test_backend/src/Plugin/search_api/data_type/TestDataType.php
PHP
gpl-3.0
422
package org.thoughtcrime.securesms.ringrtc; import android.annotation.TargetApi; import android.content.Context; import android.hardware.camera2.CameraAccessException; import android.hardware.camera2.CameraCharacteristics; import android.hardware.camera2.CameraManager; import android.hardware.camera2.CameraMetadata; ...
WhisperSystems/Signal-Android
app/src/main/java/org/thoughtcrime/securesms/ringrtc/Camera.java
Java
gpl-3.0
10,995
/* * Pixel Dungeon * Copyright (C) 2012-2014 Oleg Dolya * * 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. * * ...
sloanr333/opd-vanilla
src/com/watabou/pixeldungeon/effects/BannerSprites.java
Java
gpl-3.0
1,425
<?php // $Id: insert_cloze.php,v 1.4 2013/18/03 define('NO_MOODLE_COOKIES', true); // Session not used here. require(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))) . '/config.php'); $PAGE->set_context(context_system::instance()); $PAGE->set_url('/lib/editor/tinymce/plugins/clozeeditor/dialog.php'); $...
mcisse3007/moodle_esco_master
lib/editor/tinymce/plugins/clozeeditor/dialog.php
PHP
gpl-3.0
4,475
/* ### * IP: GHIDRA * * 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 applicable law or agreed to in writin...
cliffe/SecGen
modules/utilities/unix/audit_tools/ghidra/files/release/Ghidra/Features/FunctionID/ghidra_scripts/ListFunctions.java
Java
gpl-3.0
2,351
<?php /** * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}. * See [README.md](README.md#generating-data) for more information. * * Pull requests changing data in these files will not be accepted. See the * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make...
FreePBX/contactmanager
vendor/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CF.php
PHP
gpl-3.0
2,064
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | --------...
firelab/OpenFOAM-2.2.x
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C
C++
gpl-3.0
3,838
// Copyright 2016 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfapi/page/cpdf_pattern.h" CPDF_Pattern::CPDF_Pattern(Patter...
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_pattern.cpp
C++
gpl-3.0
636
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * */ package com.sleepycat.collections; import com.sleepycat.db.DatabaseEntry; import com.sleepycat.db.DatabaseException; /** * An interface implemented to assign new prim...
apavlo/h-store
third_party/cpp/berkeleydb/lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java
Java
gpl-3.0
793
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozi...
beppec56/core
jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java
Java
gpl-3.0
24,276
using System; using System.Collections.Generic; using System.Text; namespace eid_trust_service_sdk_dotnet { public class RevocationDataNotFoundException : Exception { } }
Renaud-V/eid-trust-service
eid-trust-service-sdk-dotnet/src/main/eid-trust-service-sdk-dotnet/eid-trust-service-sdk-dotnet/src/main/cs/RevocationDataNotFoundException.cs
C#
gpl-3.0
197
<?php /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005 Marc Barilley <marc@ocebo.com> * Copyright (C) 2005-2013 Regis Ho...
maestrano/dolibarr
htdocs/comm/propal/class/propal.class.php
PHP
gpl-3.0
122,130
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
samuto/UnityOpenCV
opencv/src/cv/cvlinefit.cpp
C++
gpl-3.0
19,525
<?php /** * $Header$ * $Horde: horde/lib/Log.php,v 1.15 2000/06/29 23:39:45 jon Exp $ * * @version $Revision: 293929 $ * @package Log */ define('PEAR_LOG_EMERG', 0); /* System is unusable */ define('PEAR_LOG_ALERT', 1); /* Immediate action required */ define('PEAR_LOG_CRIT', 2); /* Critical...
andysaurin/ezNGS
includes/Log.php
PHP
gpl-3.0
25,878
const NUMBER_OF_CLOUDS = 30; // clouds to show on screen const NUMBER_OF_IMAGES = 13; // images + 1 function init() { var container = document.getElementById("fogContainer"); for (var i = 0; i < NUMBER_OF_CLOUDS; i++) { container.appendChild(createACloud())} } function randomInteger(low, high) { return lo...
eweiman/HTC-Animated-Weather-iPhone
com.ludacrisvp.htcweather6Plus.iwidget/var/mobile/Library/iWidgets/HTC Weather iPhone 6 Plus/Private/Animations/Haze_night/Private/includes/fog.js
JavaScript
gpl-3.0
1,500
# -*- coding: utf-8 -*- from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding field 'PrivatePost.text_html' db.add_column(u'mp_privatepost', '...
Florianboux/zds-site
zds/mp/migrations/0002_auto__add_field_privatepost_text_html.py
Python
gpl-3.0
6,206
#include "ofMath.h" #include "ofAppRunner.h" #include "float.h" #ifndef TARGET_WIN32 #include <sys/time.h> #endif #include "ofNoise.h" //-------------------------------------------------- int ofNextPow2(int a){ // from nehe.gamedev.net lesson 43 int rval=1; while(rval<a) rval<<=1; return rval; } //------------...
broxtronix/phosphoressence
src/OpenFrameworks/utils/ofMath.cpp
C++
gpl-3.0
5,062
/* Copyright 2013-2015 Matt Tytel * * mopo 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. * * mopo is distributed in the hope t...
mtytel/cursynth
mopo/src/midi_lookup.cpp
C++
gpl-3.0
777