repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
CRUSTAAY/CSGame
src/com/krowcraft/javagame/client/GameApplet.java
957
package com.krowcraft.javagame.client; import java.applet.Applet; import java.awt.Graphics; public class GameApplet extends Applet{ private static final long serialVersionUID = -2131413523377786640L; public IOManager iomanager; public RenderEngine engine; public void init() { Startup(); ...
gpl-2.0
shlomsky/ivo
media/zoo/assets/js/submission.js
1126
/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ (function(b){var a=function(){};b.extend(a.prototype,{name:"SubmissionMysubmissions",options:{msgDelete:"Are you sure you want to delete this submission?"},initialize:function(e,d){this.options=b.extend({}...
gpl-2.0
Roma48/moesto
modules/mod_news_pro_gk5/tmpl/portal_modes/product_gallery_2/controller.php
10279
<?php /** * Product Gallery II * @package News Show Pro GK5 * @Copyright (C) 2009-2013 Gavick.com * @ All rights reserved * @ Joomla! is Free Software * @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL * @version $Revision: GK5 1.3.3 $ **/ // access restriction defined('_JEXEC') or die('Restricted access')...
gpl-2.0
taherbth/bestbuy-bestsell
wp-content/plugins/mega_main_menu/extensions/dynamic_styles/skin.php
41412
<?php /** * @package MegaMain * @subpackage MegaMain * @since mm 1.0 */ if (! function_exists( 'mega_main_menu__array_skin' ) ) { function mega_main_menu__array_skin ( $current_class ) { $mega_menu_locations = is_array( $current_class->get_option( 'mega_menu_locations' ) ) ? $current_class->get_option...
gpl-2.0
ajyoon/MuseScore
mscore/inspector/inspectorGlissando.cpp
1453
//============================================================================= // MuseScore // Music Composition & Notation // $Id:$ // // Copyright (C) 2013 Werner Schweer // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2...
gpl-2.0
bradallred/gemrb
gemrb/GUIScripts/iwd2/CGPortrait.py
6524
# GemRB - Infinity Engine Emulator # Copyright (C) 2003 The GemRB Project # # 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 versi...
gpl-2.0
aelintra/sail
sail-4.0.1/opt/sark/php/sarkldap/delete.php
377
<?php require_once "../srkLDAPHelperClass"; $ldap = new ldaphelper; if (!$ldap->Connect()) { echo "LDAP ERROR - " . ldap_error($ldap->ds); } $dn = "cn=" . $_REQUEST['id'] . "," . $ldap->addressbook . "," . $ldap->base; if (ldap_delete($ldap->ds,$dn)) { echo "ok"; } else { echo "LDAP ERROR -...
gpl-2.0
dustints/katello
test/models/distributor_test.rb
1239
# # Copyright 2014 Red Hat, Inc. # # This software is licensed to you under the GNU General Public # License as published by the Free Software Foundation; either version # 2 of the License (GPLv2) or (at your option) any later version. # There is NO WARRANTY for this software, express or implied, # including the implie...
gpl-2.0
f4bio/drftpd3-extended
src/plugins/org.drftpd.vfs.perms.def/src/org/drftpd/vfs/perms/def/VFSDefaultPermission.java
1423
/* * This file is part of DrFTPD, Distributed FTP Daemon. * * DrFTPD 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. * * DrFTPD...
gpl-2.0
bluebluekaka/oas
oas/src/com/oas/objects/BaseOrder.java
528
package com.oas.objects; public class BaseOrder { private String orderCode; private String creater; private String operator; public String getOrderCode() { return orderCode; } public void setOrderCode(String orderCode) { this.orderCode = orderCode; } public String getCreater() { return creater; ...
gpl-2.0
sum2012/mame
src/mame/drivers/macrossp.cpp
31456
// license:BSD-3-Clause // copyright-holders:David Haywood /*** DRIVER INFO ************************************************************** Macross Plus (c)1996 Banpresto Quiz Bisyoujo Senshi Sailor Moon (c)1997 Banpresto Driver by David Haywood TODO: - what is the 'bios' rom for? it appear...
gpl-2.0
JozefAB/neoacu
administrator/components/com_guru/plugins/cron_GURU/gurucron.php
977
<?php /*------------------------------------------------------------------------ # com_guru # ------------------------------------------------------------------------ # author iJoomla # copyright Copyright (C) 2013 ijoomla.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GP...
gpl-2.0
Distrotech/icedtea6-1.12
src/jtreg/com/sun/javatest/report/TestResultsByTitleComparator.java
1752
/* * $Id$ * * Copyright 1996-2008 Sun Microsystems, Inc. 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 S...
gpl-2.0
mssnaveensharma/mjejaneriver-jaqui
administrator/components/com_jhotelreservation/models/applicationsettings.php
6592
<?php /** * @copyright Copyright (C) 2008-2009 CMSJunkie. 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 * This program is distributed in the hope that it will be ...
gpl-2.0
shamim8888/Leaf
data/mapping/definitions/project.js
94
require("../mapper").define("project", "project-view-model", { "id": "_id", name: "name" });
gpl-2.0
luskyj89/mt-wordpress
wp-content/themes/valenti/comments.php
5369
<?php /* Comments page */ $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page dir...
gpl-2.0
doneself/agit
wp-content/plugins/frontier-post/include/frontier_new_category_post_widget.php
3440
<?php /** * * Frontier post - Create post with preset category */ class frontier_new_category_posts_widget extends WP_Widget { var $defaults; /** constructor */ function frontier_new_category_posts_widget() { $this->defaults = array( 'title' => __('New post from #category#','frontier-...
gpl-2.0
Carlosbarrera585c/Laura
view/tipoId/editTemplate.html.php
596
<?php use mvc\routing\routingClass as routing ?> <?php use mvc\i18n\i18nClass as i18n ?> <?php use mvc\view\viewClass as view ?> <?php $descTipoId = tipoIdTableClass::DESC_TIPO_ID ?> <?php view::includePartial('menu/menu') ?> <div class="container container-fluid"> <div class="page-header titulo"> <h1><i...
gpl-2.0
aschnell/yast-storage-ng
src/lib/y2storage/data_transport.rb
1107
# Copyright (c) [2017] SUSE LLC # # All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as published # by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but WI...
gpl-2.0
ridoo/sensorweb-rest-api
io/src/main/java/org/n52/io/request/RequestStyledParameterSet.java
4200
/* * 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
jansed26/tmg-server
extensions/MobileFrontend/tests/browser/features/support/pages/mobile_options_page.rb
249
class MobileOptions include PageObject include URL page_url URL.url("Special:MobileOptions") label(:beta, css: "div.mobileoption:nth-child(3) > div:nth-child(1) > label:nth-child(2)") button(:save_settings, id:"mw-mf-settings-save") end
gpl-2.0
kephale/java3d-core
src/classes/share/javax/media/j3d/CompressedGeometry.java
15464
/* * Copyright 1996-2008 Sun Microsystems, Inc. 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 Software Fou...
gpl-2.0
aklepner/kearnynj
sites/default/files/js/js_aczm2rRgH_slWBPnvD3KMrK7rwa1i99HOq8IUAb99Co.js
20566
/** * jQuery Once Plugin v1.2 * http://plugins.jquery.com/project/once * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ (function ($) { var cache = {}, uuid = 0; /** * Filters elements by whether they ha...
gpl-2.0
Qwaz/solved-hacking-problem
GoogleCTF/2020 Quals/threading/prob/simple_lang/PEGTL/src/test/pegtl/file_cstream.cpp
1031
// Copyright (c) 2016-2017 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #include <clocale> #include <cstdio> #include "test.hpp" namespace tao { namespace TAOCPP_PEGTL_NAMESPACE { struct file_content : seq< TAOCPP_PEGTL_STRING( "dummy conten...
gpl-2.0
timeraider4u/mkvtoolnix
src/mkvtoolnix-gui/util/windows_widget.cpp
1796
#include "common/common_pch.h" #include <QDebug> #include <QFont> #include <windows.h> #include "common/qt.h" #include "mkvtoolnix-gui/app.h" #include "mkvtoolnix-gui/util/widget.h" namespace mtx { namespace gui { namespace Util { QFont logFontToQFont(LOGFONTW const &logFont) { QFont font; font.setFamily(QStr...
gpl-2.0
rpereira-dev/VoxelEngine
VoxelEngine/src/com/grillecube/common/world/block/BlockLeaves.java
956
/** ** This file is part of the project https://github.com/toss-dev/VoxelEngine ** ** License is available here: https://raw.githubusercontent.com/toss-dev/VoxelEngine/master/LICENSE.md ** ** PEREIRA Romain ** 4-----7 ** /| /...
gpl-2.0
DrupalCampColorado/dcco-d8
drush/drushrc.php
902
<?php /** * @file * amazee.io drushrc.php file * * This file tells drush about the amazee.io environment * It contains some defaults that the amazee.io team suggests, please edit them as required. */ ### Base URL so Drush knows on which URL the site runs (needed for cron, etc.) if (getenv('AMAZEEIO_BASE_URL')) {...
gpl-2.0
CoinSpace/browsernizr
test/gamepad.js
974
var Modernizr = require('./../lib/Modernizr'); var prefixed = require('./../lib/prefixed'); /*! { "name": "GamePad API", "property": "gamepads", "authors": ["Eric Bidelman"], "tags": ["media"], "notes": [{ "name": "W3C spec", "href": "http://www.w3.org/TR/gamepad/" },{ "name": "HTML5 Rocks tuto...
gpl-2.0
omgbebebe/warzone2100
src/gateway.cpp
4155
/* This file is part of Warzone 2100. Copyright (C) 1999-2004 Eidos Interactive Copyright (C) 2005-2017 Warzone 2100 Project Warzone 2100 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 o...
gpl-2.0
argos-research/speed-dreams
src/modules/simu/simuv4/differential.cpp
18630
/*************************************************************************** file : differential.cpp created : Sun Mar 19 00:06:33 CET 2000 copyright : (C) 2000 by Eric Espie email : torcs@free.fr version : $Id: differential....
gpl-2.0
DankilltheShadow/omnetpp
src/base/messages/AirFrame_m.cc
11486
// // Generated file, do not edit! Created by opp_msgc 4.4 from base/messages/AirFrame.msg. // // Disable warnings about unused variables, empty switch stmts, etc: #ifdef _MSC_VER # pragma warning(disable:4101) # pragma warning(disable:4065) #endif #include <iostream> #include <sstream> #include "AirFrame_m.h" USI...
gpl-2.0
Carlosbarrera585c/Laura
model/base/detalleEntradaBaseTableClass.php
5511
<?php use mvc\model\table\tableBaseClass; /** * Description of usuarioBaseTableClass * * @author Carlos Alberto Barrera Montoya <carlosbarrera585@hotmail.com> */ class detalleEntradaBaseTableClass extends tableBaseClass { private $id; private $cantidad; private $valor; private $fec...
gpl-2.0
RealVNC/barry
desktop/src/ContactPhotoWidget.cc
5539
/// /// \file ContactPhotoWidget.cc /// Bitmap button that shows a Contact::Image photo /// /* Copyright (C) 2011-2012, Net Direct Inc. (http://www.netdirect.ca/) 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
Argalep/ServUO
Scripts/Services/Tomb of Kings/ToKTeleporter.cs
1393
using Server.Mobiles; namespace Server.Items { public class ToKTeleporter : Item { private static readonly Point3D m_Dest = new Point3D(35, 215, -5); [Constructable] public ToKTeleporter() : base(0x1BC3) { Name = "Tomb of Kings Antechamber Teleporter"; ...
gpl-2.0
TheSanto/C-Codes
c++ PROJECT/add,sub,mult,div.cpp
497
#include<stdio.h> #include<conio.h> int main() { int a,b; char ch; printf("do you want to:\n"); printf("add,subtract,multyply or devide?\n"); do{ printf("enter first letter: "); ch=getchar(); }while(ch!='a'&&ch!='s'&&ch!='m'&&ch!='d'); printf("\n"); printf("enter first number:"); scanf("%d",&a); printf...
gpl-2.0
brusMX/elgg-iis
mod/file/languages/fr.php
3303
<?php return array( /** * Menu items and titles */ 'file' => "Fichiers", 'file:user' => "Fichiers de %s", 'file:friends' => "Fichiers des contacts", 'file:all' => "Tous les fichiers du site", 'file:edit' => "Modifier le fichier", 'file:more' => "Plus de fichiers", 'file:list' => "vue liste", 'file:group' ...
gpl-2.0
ipf/studip
lib/extern/modules/views/ExternSemBrowse.class.php
24443
<? # Lifter002: TODO # Lifter007: TODO # Lifter003: TODO # Lifter010: TODO /** * ExternSemBrowse.class.php * * * * * @author Peter Thienel <pthienel@web.de>, Suchi & Berg GmbH <info@data-quest.de> * @access public * @modulegroup extern * @module ExternSemBrowse * @package studip_extern */ // +--...
gpl-2.0
AznStyle/to
themes/dotclear-1.2.7.1/l10n/fr-utf8/main.lang.php
16699
<?php # ***** BEGIN LICENSE BLOCK ***** # This file is part of DotClear. # Copyright (c) 2004 Olivier Meunier and contributors. All rights # reserved. # # DotClear 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 Foundatio...
gpl-2.0
jcpl/jeffcolibrary.org
sites/default/modules/jeffcolibrary_blks/tpl/jcpl-events-today.tpl.php
3092
<script type="text/javascript" src="http://www.eventkeeper.com/ekfeed/JCPL_Calendar.js"></script> <script type="text/javascript"> // new variable to handle long event names var maxNameLength = 25; // EventKeeper first returns a javascript variable called fString for FeedString // which tells us what varibles are retu...
gpl-2.0
gabpaquin/npathway_blog
wp-content/themes/firmasite/members/single/messages/single.php
3626
<div id="message-thread" role="main"> <?php do_action( 'bp_before_message_thread_content' ); ?> <?php if ( bp_thread_has_messages() ) : ?> <h3 id="message-subject"><?php bp_the_thread_subject(); ?></h3> <p id="message-recipients"> <span class="highlight label"> <?php if ( !bp_get_the_thread...
gpl-2.0
2ndy/RaspIM
usr/lib/python2.6/socket.py
19999
# Wrapper module for _socket, providing some additional facilities # implemented in Python. """\ This module provides socket operations and some related functions. On Unix, it supports IP (Internet Protocol) and Unix domain sockets. On other systems, it only supports IP. Functions specific for a socket are available a...
gpl-2.0
swnymor/Basket
wp-content/plugins/marketpress/marketpress-includes/plugins-gateway/simplify-files/lib/Simplify/Object.php
2710
<?php /* * Copyright (c) 2013, MasterCard International Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyrig...
gpl-2.0
mur47x111/GraalVM
graal/com.oracle.graal.lir/src/com/oracle/graal/lir/gen/DefaultLIRKindTool.java
2440
/* * Copyright (c) 2014, 2014, 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
sandrinr/XCSoar
src/Dialogs/ListPicker.cpp
6041
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2021 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
gpl-2.0
A2152225/ServUO
Scripts/Mobiles/Normal/RatmanMage.cs
3530
using System; using Server.Misc; using Server.Items; namespace Server.Mobiles { [CorpseName("a glowing ratman corpse")] public class RatmanMage : BaseCreature { [Constructable] public RatmanMage() : base(AIType.AI_Mage, FightMode.Closest, 10, 1, 0.2, 0.4) { t...
gpl-2.0
tfyufy/FirstBase
sdk/PHP/PhalApiClient/PhalApiClient.php
5846
<?php /** * PhalApi客户端SDK包(PHP版) * * - 以接口查询语言(ASQL)的方式来实现接口请求 * - 出于简明客户端,将全部的类都归于同一个文件,避免过多的加载 * * <br>使用示例:<br> ``` * $rs = PhalApiClient::create() * ->withHost('http://demo.phalapi.net/') * ->withService('Default.Index') * ->withParams('name', 'dogstar') * ->withTimeout(3000) * ->request(); ...
gpl-2.0
zero333/VIKO_ZERO
PEAR/HTML/QuickForm/Rule/Range.php
2646
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP version 4.0 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP ...
gpl-2.0
ymback/NGA-CLIENT-VER-OPEN-SOURCE
nga_phone_base_3.0/src/main/java/gov/anzong/androidnga/mvvm/viewmodel/MessageListViewModel.java
1398
package gov.anzong.androidnga.mvvm.viewmodel; import androidx.lifecycle.LifecycleOwner; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.Observer; import androidx.lifecycle.ViewModel; import gov.anzong.androidnga.http.OnHttpCallBack; import gov.anzong.androidnga.mvvm.model.MessageListModel; import...
gpl-2.0
InnovaLangues/innovalangues.fr
wp-content/plugins/zotpress/lib/admin/admin.help.php
26569
<div id="zp-Zotpress" class="wrap"> <?php include('admin.display.tabs.php'); ?> <h3>What is Zotpress?</h3> <div class="zp-Message"> <h3>About Zotpress</h3> <p class="version"> <strong>...
gpl-2.0
Almish/Deviclub
templates/as002055free/html/com_content/category/blog.php
3998
<?php /** * @package Joomla.Site * @subpackage com_content * * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::addIncludePath(JPATH_COMPONENT.'/helpers'); ...
gpl-2.0
CFDEMproject/OpenFOAM-1.6-ext
src/OpenFOAM/matrices/blockLduMatrix/BlockLduSolvers/BlockDiagonal/blockDiagonalSolvers.C
1915
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2004-6 H. Jasak All rights reserved \\/ M anipulation | --...
gpl-2.0
jeremyprice/RU_Python_II
examples/example_print_cmd_line_args.py
112
#!/usr/bin/env python3 import sys for idx, arg in enumerate(sys.argv): print('arg {}: {}'.format(idx,arg))
gpl-2.0
linguisticteam/lti-wp-sitemap
tests/bootstrap.php
490
<?php $_tests_dir = getenv('WP_TESTS_DIR'); if ( !$_tests_dir ) $_tests_dir = '/tmp/wordpress-tests-lib'; require_once $_tests_dir . '/includes/functions.php'; function _manually_load_plugin() { require dirname( __FILE__ ) . '/../lti-sitemap.php'; } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); ...
gpl-2.0
white05/GreenHour
wp-content/plugins/capital-shortcodes/includes/ajax-related-posts.php
1692
<div id="popup_container"> <br> <a href='../wp-content/plugins/capital-shortcodes/ajax-shortcodes.php?' title="Capital Shortcodes" class='button thickbox'>← Go Back</a> <h3>Related Posts</h3> <label class="shortcode-labels" for="related-posts-title">Related Posts Title:</label> <input class="shortcode-text-inputs...
gpl-2.0
switzer/revive-adserver
lib/max/Dal/DataObjects/Users.php
12321
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | ...
gpl-2.0
jzalden/SER316-Karlsruhe
src/net/sf/memoranda/ui/NotesControlPanel.java
11298
package net.sf.memoranda.ui; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.KeyListener; import java.awt.event.KeyEvent; import j...
gpl-2.0
smarr/Truffle
compiler/src/org.graalvm.graphio/src/org/graalvm/graphio/GraphStructure.java
9099
/* * Copyright (c) 2011, 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 ...
gpl-2.0
universsky/openjdk
langtools/test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsForLambdaTest.java
4750
/* * Copyright (c) 2015, 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
marcus-at-localhorst/phpwcms
include/inc_lib/classes/class.iptc.php
19412
<?php /** * Class for some IPTC functions. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is...
gpl-2.0
TYPO3-Console/TYPO3-Console
Classes/Console/Command/Configuration/ConfigurationShowCommand.php
2995
<?php declare(strict_types=1); namespace Helhum\Typo3Console\Command\Configuration; /* * This file is part of the TYPO3 Console project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. ...
gpl-2.0
tambetm/xitari
games/supported/Surround.hpp
2882
/* ***************************************************************************** * Xitari * * Copyright 2014 Google Inc. * * 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. * * ...
gpl-2.0
ayuzhanin/cornell-spf-scala
src/main/java/edu/cornell/cs/nlp/spf/mr/lambda/exec/naive/ILambdaResult.java
1085
/******************************************************************************* * Copyright (C) 2011 - 2015 Yoav Artzi, All rights reserved. * <p> * 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 * Found...
gpl-2.0
Jasonudoo/platform
administrator/components/com_hikashop/helpers/pagination.php
8478
<?php /** * @package HikaShop for Joomla! * @version 2.1.2 * @author hikashop.com * @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php jimport('joomla.html.pagination'); ...
gpl-2.0
v7fasttrack/virtuoso-opensource
binsrc/jena2/virtuoso_driver/VirtuosoSPARQLExample3.java
3335
/* * $Id$ * * This file is part of the OpenLink Software Virtuoso Open-Source (VOS) * project. * * Copyright (C) 1998-2014 OpenLink Software * * This project 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
cstratton/xc3sprog-code
jedecfile.cpp
12891
/* Jedec .jed file parser Copyright (C) Uwe Bonnes 2009 bon@elektron.ikp.physik.tu-darmstadt.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 2 of the License, or (at your option) a...
gpl-2.0
blzr/enigma2
lib/python/Components/Sources/EventInfo.py
1278
from Components.PerServiceDisplay import PerServiceBase from Components.Element import cached from enigma import iPlayableService, iServiceInformation, eServiceReference, eEPGCache from Source import Source class EventInfo(PerServiceBase, Source, object): NOW = 0 NEXT = 1 def __init__(self, navcore, now_or_next):...
gpl-2.0
aikon-com-cn/Infinity-Core
src/server/scripts/Commands/cs_cast.cpp
10143
/* * Copyright (C) 2008-2013 Trinitycore <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later ve...
gpl-2.0
serghei/kde-kdesdk
kbabel/kbabeldict/modules/dbsearchengine2/chunk.cpp
4176
// // C++ Implementation: chunk // // Description: // // // Author: Andrea Rizzi <rizzi@kde.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // // #include "chunk.h" #include "algorithms.h" #include <kdebug.h> AbstractChunk::~AbstractChunk( ) { } WordChunk::WordChunk( DataBaseInte...
gpl-2.0
WMFO/rivendell
utils/rdclilogedit/operations.cpp
13348
// rdclilogedit.cpp // // A command-line log editor for Rivendell // // (C) Copyright 2016 Fred Gleason <fredg@paravelsystems.com> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Free Software Fou...
gpl-2.0
NullNoname/dolphin
Externals/wxWidgets3/src/msw/glcanvas.cpp
28679
///////////////////////////////////////////////////////////////////////////// // Name: src/msw/glcanvas.cpp // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under MS Windows // Author: Julian Smart // Modified by: // Created: 04/01/98 // RCS-ID: $Id: glcanvas.cpp 66581 2011-01-04 19:00:1...
gpl-2.0
lluis/initr
puppet/modules/webserver1/db/migrate/20091105120129_one_password_for_each_service.rb
535
class OnePasswordForEachService < ActiveRecord::Migration def self.up rename_column(:initr_webserver1_domains, :password, :password_ftp) rename_column(:initr_webserver1_domains, :password_clear, :password_db) add_column(:initr_webserver1_domains, :password_awstats, :string) end def self.down ren...
gpl-2.0
svkaiser/Doom64EX
src/engine/opengl/glad.cc
61338
/* OpenGL loader generated by glad 0.1.12a0 on Fri Dec 16 20:01:16 2016. Language/Generator: C/C++ Specification: gl APIs: gl=1.4 Profile: compatibility Extensions: GL_ARB_multitexture, GL_ARB_texture_env_combine, GL_ARB_texture_non_power_of_two, GL_ARB_vertex_b...
gpl-2.0
lytranuit/wordpress
wp-content/themes/hamza-lite/sidebar-right.php
820
<?php /** * The Sidebar containing the main widget areas. * * @package Hamza Lite */ ?> <?php global $post; $hamza_lite_post_class = ""; if(!empty($post)){ if(is_front_page()){ $hamza_lite_post_id = get_option('page_on_front'); }else{ $hamza_lite_post_id = $post->ID; } $hamza_lite_post_class = get_post_m...
gpl-2.0
mangosthree/server
dep/acelite/ace/Log_Category.cpp
3309
#include "ace/Log_Msg.h" #include "ace/Log_Category.h" #include "ace/Atomic_Op.h" #include "ace/OS_NS_Thread.h" #if !defined (__ACE_INLINE__) #include "ace/Log_Category.inl" #endif /* __ACE_INLINE__ */ ACE_BEGIN_VERSIONED_NAMESPACE_DECL #if defined (ACE_HAS_THREADS) extern "C" void ACE_Log_Category_tss_destroy(void ...
gpl-2.0
heimowitz/binghamtonfilminitiative
administrator/components/com_uddeim/language.utf8/czech.php
101131
<?php // ******************************************************************* // Title udde Instant Messages (uddeIM) // Description Instant Messages System for Mambo 4.5 / Joomla 1.0 / Joomla 1.5 // Author © 2007-2010 Stephan Slabihoud, © 2006 Benjamin Zweifel // License This is free sof...
gpl-2.0
Nazg-Gul/e-marsa
data.php
690
<?php /** * Gate - Wiki engine and web-interface for WebTester Server * * Page generation script * * Copyright (c) 2008-2009 Sergey I. Sharybin <g.ulairi@gmail.com> * * This program can be distributed under the terms of the GNU GPL. * See the file COPYING. */ if ($PHP_SELF != '') { p...
gpl-2.0
groundhogxc/XCSoar
src/IO/ConfiguredFile.hpp
2518
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2016 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
gpl-2.0
Esleelkartea/kz-adeada-talleres-electricos-
kzadeadatallereselectricos_v1.0.0_win32_installer/windows/xampp/php/PEAR/Math/Numerical/RootFinding.php
5382
<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker: */ // {{{ Header /** * File contains Math_Numerical_RootFinding base class. * * PHP versions 4 and 5 * * LICENSE: * * BSD License * * Copyright (c) 2004-2006 Firman Wandayandi * All rights reserved. * * Re...
gpl-2.0
kenyonjohnston/hott_theater
plugins/cck_field/upload_file/includes/afterstore.php
5103
<?php /** * @version SEBLOD 3.x Core * @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) * @url http://www.seblod.com * @editor Octopoos - www.octopoos.com * @copyright Copyright (C) 2013 SEBLOD. All Rights Reserved. * @license GNU General Public License version 2 or later; see _LIC...
gpl-2.0
carleton/reasoncms
reason_4.0/lib/core/html_editors/loki_2.php
5990
<?php /** * @package reason * @subpackage html_editors * @author Matt Ryan */ reason_include('html_editors/base.php'); // Identify the class that should be used $GLOBALS[ '_reason_editor_integration_classes' ][ basename( __FILE__) ] = 'reasonLoki2Integration'; /** * An editor integration class for Loki 2 * @...
gpl-2.0
ACP3/cms
ACP3/Modules/ACP3/Search/src/ModuleRegistration.php
548
<?php /** * Copyright (c) by the ACP3 Developers. * See the LICENSE file at the top-level module directory for licensing details. */ namespace ACP3\Modules\ACP3\Search; use ACP3\Modules\ACP3\Search\DependencyInjection\SearchAvailabilityCompilerPass; use Symfony\Component\DependencyInjection\ContainerBuilder; cla...
gpl-2.0
tidusjar/Ombi
src/Ombi.Api.SickRage/SickRageApi.cs
4616
using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Ombi.Api.SickRage.Models; namespace Ombi.Api.SickRage { public class SickRageApi : ISickRageApi { public SickRageApi(IApi api, ILogger<SickRageApi> log) { _api = api; ...
gpl-2.0
NunoLopes96/gsoc17_expand_extension_manager
components/com_config/Model/Templates.php
3125
<?php /** * @package Joomla.Site * @subpackage com_config * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Config\Site\Model; defined('_JEXEC') or die; /** ...
gpl-2.0
Kirishanthy/LabUtil
LabUtil Version 1.0.0/administer/classes/shutdown.php
2021
<?php /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ require_once 'classes/config.php'; /** * Description of shutdown * * @author Test */ class shutdown { //put your code he...
gpl-2.0
joseclavijo/gsclube
wp-content/plugins/gantry5/src/classes/Gantry/Component/Controller/HtmlController.php
1073
<?php /** * @package Gantry5 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC * @license Dual License: MIT or GNU/GPLv2 and later * * http://opensource.org/licenses/MIT * http://www.gnu.org/licenses/gpl-2.0.html * * Gantry Framework code that exte...
gpl-2.0
unofficial-opensource-apple/gcc_40
libjava/gnu/xml/xpath/Steps.java
7027
/* Steps.java -- Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c3536537.lua
1356
--ヴェルズ・ザッハーク function c3536537.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(3536537,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondition(c3536537....
gpl-2.0
myran2/MassChaosCore
src/server/game/Handlers/CharacterHandler.cpp
71798
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
gpl-2.0
TheOrchardSolutions/WordPress
wp-content/plugins/event-disabled/event-espresso.3.1.21.P/includes/form-builder/groups/index.php
16653
<?php function event_espresso_question_groups_config_mnu() { global $wpdb; //Update the questions when re-ordering if (!empty($_REQUEST['update_sequence'])) { $rows = explode(",", $_POST['row_ids']); for ($i = 0; $i < count($rows); $i++) { $wpdb->query("UPDATE " . EVENTS_QST_GRO...
gpl-2.0
adrian2020my/vichi
administrator/components/com_jaamazons3/views/help/tmpl/default.php
5706
<?php /* * ------------------------------------------------------------------------ * JA Amazon S3 for joomla 2.5 & 3.1 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.or...
gpl-2.0
smarr/Truffle
compiler/src/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/BC_tableswitch2.java
2224
/* * Copyright (c) 2007, 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 ...
gpl-2.0
ashishswd/mymagpiesnest
wp-content/themes/mymagpie/admin/js/of-medialibrary-uploader.js
2950
jQuery(document).ready(function($){ var optionsframework_upload; var optionsframework_selector; function optionsframework_add_file(event, selector) { var upload = $(".uploaded-file"), frame; var $el = $(this); optionsframework_selector = selector; event.preventDefault(); // If the media f...
gpl-2.0
hardvain/mono-compiler
class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/WebControl/WebControl_TableStyle_BackImageUrl.aspx.cs
6104
// // Authors: // Rafael Mizrahi <rafim@mainsoft.com> // Erez Lotan <erezl@mainsoft.com> // Vladimir Krasnov <vladimirk@mainsoft.com> // // // Copyright (c) 2002-2005 Mainsoft Corporation. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated...
gpl-2.0
ojengwa/enyo
controllers/user.js
1568
'use strict'; // Load required packages var userModel = require('../models/user'), services = require('../services/crud'); // Create endpoint /api/v1/users for POST exports.postUsers = function (req, res) { services.doPost(userModel, req.body, function (err, obj){ res.json({ response: err || obj }); }); ...
gpl-2.0
imunro/bioformats
components/ome-jxr/src/ome/jxr/image/FrequencyBand.java
2134
/* * #%L * OME library for reading the JPEG XR file format. * %% * Copyright (C) 2014 - 2016 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * This program is free software: you can redistribute it and/or mo...
gpl-2.0
lcrees/freeplane
freeplane/src/main/java/org/freeplane/main/application/FreeplaneMain.java
2138
/* * Freeplane - mind map editor * Copyright (C) 2008 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev * * This file is modified by Dimitry Polivaev in 2008. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as p...
gpl-2.0
acsid/stendhal
src/games/stendhal/client/events/ProgressStatusEvent.java
2018
/* $Id$ */ /*************************************************************************** * (C) Copyright 2003-2010 - Stendhal * *************************************************************************** *************************************************************************** ...
gpl-2.0
joshumax/CoLinux64
src/colinux/os/linux/user/coserial-daemon/build.comake.py
76
targets['build.o'] = Target( inputs=[ Input('main.o'), ], )
gpl-2.0
123xlex/TrinityCore
src/server/scripts/Northrend/Ulduar/HallsOfLightning/instance_halls_of_lightning.cpp
4497
/* * Copyright (C) 2008-2019 TrinityCore <https://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 v...
gpl-2.0
balyoleg/lavanda-tex
wp-content/plugins/cforms2/lib_functions.php
11151
<?php /* * Copyright (c) 2006-2012 Oliver Seidel (email : oliver.seidel @ deliciousdays.com) * Copyright (c) 2014 Bastian Germann * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, eit...
gpl-2.0