repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
andrescabsi14/educo | wp-content/themes/eduCo/internaHorariosPresenciales.php | 23342 | <?php
/*
Template Name: Horarios Cursos Presenciales
*/
?>
<?php get_header(); ?>
<?php if( have_posts() ) the_post(); ?>
<section class="main-container inner">
<section class="main-image <?php the_field( "texto" ); ?>">
<figure style="background: url('<?php the_field( "imagen_principal" ); ?>') no-repeat center c... | gpl-2.0 |
AllinKhantZeya/Mod-A-Source-Code | src/main/java/com/mod/mod_a/init/ModAMaterials.java | 2266 | package com.mod.mod_a.init;
import net.minecraft.item.Item.ToolMaterial;
import net.minecraft.item.ItemArmor.ArmorMaterial;
import net.minecraftforge.common.util.EnumHelper;
public class ModAMaterials {
/* Vanilla Armour Materials
LEATHER("leather", 5, new int[]{1, 3, 2, 1}, 15),
CHAIN("chainmail", 15, n... | gpl-2.0 |
teamcriterion/sourcerefactory.com | sites/default/files/php/twig/7f30d3f0_fieldset.html.twig_0b5ebc11a7bc56124bf6c65a852d8fc0ff51e99dee5b3d6dfa839512f62f2915/7688454334b74fba5f70a7860b0ca94b0f7e65b1cd39a17d718d1295e2fa0d97.php | 4939 | <?php
/* core/themes/classy/templates/form/fieldset.html.twig */
class __TwigTemplate_0b5ebc11a7bc56124bf6c65a852d8fc0ff51e99dee5b3d6dfa839512f62f2915 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->... | gpl-2.0 |
ProjectSkyfire/SkyFire.548 | src/server/game/Boost/Boost.cpp | 16081 | /*
* Copyright (C) 2011-2021 Project SkyFire <https://www.projectskyfire.org/>
* Copyright (C) 2008-2021 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2021 MaNGOS <https://www.getmangos.eu/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU G... | gpl-2.0 |
aharrison24/XCSoar | src/Wind/CirclingWind.hpp | 2352 | /*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2012 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 |
Shmuma/z | frontends/php/chart5.php | 5597 | <?php
/*
** ZABBIX
** Copyright (C) 2000-2005 SIA Zabbix
**
** 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.
**
** ... | gpl-2.0 |
felladrin/runuo-pt-br | Scripts/Mobiles/Monsters/ML/Labyrinth/Pyre.cs | 2023 | using System;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Items;
using Server.Spells;
namespace Server.Mobiles
{
[CorpseName( "o corpo de Pyre" )]
public class Pyre : Phoenix
{
[Constructable]
public Pyre()
{
IsParagon = true;
Name = "Pyre"... | gpl-2.0 |
AlphaNodes/additionals | lib/additionals/wiki_macros/last_updated_by_macro.rb | 569 | # frozen_string_literal: true
module Additionals
module WikiMacros
module LastUpdatedByMacro
Redmine::WikiFormatting::Macros.register do
desc <<-DESCRIPTION
Displays a user who updated the page.
{{last_updated_by}}
DESCRIPTION
macro :last_updated_by do |obj, args|
... | gpl-2.0 |
mito/Divine-state-generator | src/system/bymoc/bymoc_system_trans.cc | 1723 | #include "system/bymoc/bymoc_system_trans.hh"
#include "system/bymoc/bymoc_explicit_system.hh"
#include "system/bymoc/bymoc_transition.hh"
#ifndef DOXYGEN_PROCESSING
using namespace divine;
#endif
static transition_t * aux_trans;
static system_trans_t * aux_sys_trans = 0;
static enabled_trans_t * aux_enb_trans = 0;
... | gpl-2.0 |
captainblue2013/fyscu | core/component/cache/cache.conf.php | 232 | <?php
if(defined('FYSCU_ROOT')){
return array(
'v'=>'0.1.1',
'cache_path'=>PROJECT_ROOT.'tpl/c/', //缓存存放的地方
'seed'=>'hdu%^$hsjr', //生成key的种子串
'cache_time'=>0,
);
}else{
return array();
}
?> | gpl-2.0 |
victoralex/gameleon | public_web/components/bugcraft/resources/public/component.bugcraft.spellEffects/class.spellEffects.boltStickySprayNonCascade.js | 5076 |
spellEffects.boltStickySprayNonCascade = function( args )
{
this.ID = spellEffects.layer[1].push( this ) - 1;
this.alpha = 1;
this.offsetX = 42;
this.offsetY = 12;
this.duration = 500;
this.speed = 12;
this.removeDistance = 60;
this.rotation = 0;
this.deleteRange = 102;
this.previousX... | gpl-2.0 |
MichelCarroll/GourmetTemporary | single-business.php | 596 | <?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
get_header(); ?>
<div id="content" class="directory">
<?php twentyeleven_content_nav( 'nav-above' ); ?>
<ul id="listing">
... | gpl-2.0 |
LeagueSharp-Devs/LeagueSharp.SDKEx | Core/UI/IMenu/Values/MenuList.cs | 13739 | // <copyright file="MenuList.cs" company="LeagueSharp">
// Copyright (c) 2015 LeagueSharp.
//
// 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 |
llych/wenwo | jcache/urls.py | 413 | # coding:utf-8
from django.conf.urls import patterns, include, url
from jcache.views import *
urlpatterns = patterns('',
url(r'^cache/cache_refresh/$', cache_refresh, name='cache_refresh'),
url(r'^cache/cache_setting/$', cache_setting, name='cache_setting'),
... | gpl-2.0 |
liangbizhi/MoralLibrary | src/com/home/db/DBOpenHelper.java | 795 | package com.home.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBOpenHelper extends SQLiteOpenHelper{
public DBOpenHelper(Context context) {
super(context, "books.db", null, 1);
}
@Override
public void onCreate(... | gpl-2.0 |
farhang/domain_lookup | whois_domain_status.tpl.php | 365 | <?php
// $Id: whois_domain_status.tpl.php,v 1.2 2009/12/30 10:12:02 helmo Exp $
/**
* @file
* Template for the Whois module's output method 'HTMLized status only'.
*/
if (!$registered) {
echo t('The domain %domain is free', array('%domain' => $address)) ;
}
else {
echo t('The domain %domain is regis... | gpl-2.0 |
astridx/joomla-cms | layouts/joomla/content/readmore.php | 2456 | <?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_BASE') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelp... | gpl-2.0 |
nemerle/reko | src/Core/Output/BlockDecorator.cs | 1850 | #region License
/*
* Copyright (C) 1999-2021 John Källén.
*
* 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.
*
* This program i... | gpl-2.0 |
georgejhunt/HaitiDictionary.activity | data/words/djabl~es.js | 62 | showWord(["n. "," Femèl dyab. Kote dyablès sa a soti.<br>"]) | gpl-2.0 |
emundus/v6 | libraries/fabrik/vendor/aws/aws-sdk-php/src/Sdk.php | 29995 | <?php
namespace Aws;
/**
* Builds AWS clients based on configuration settings.
*
* @method \Aws\ACMPCA\ACMPCAClient createACMPCA(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionACMPCA(array $args = [])
* @method \Aws\Acm\AcmClient createAcm(array $args = [])
* @method \Aws\MultiRegionClient c... | gpl-2.0 |
dzan/open-fujix | app/src/main/java/com/dzn/openfujix/MainActivity.java | 1138 | package com.dzn.openfujix;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends ActionBarActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedI... | gpl-2.0 |
jolay/ayansa | cache/mod_vvisit_counter/860aea6b5aac75573e8d7d8ebc839c97-cache-mod_vvisit_counter-9457eb875a4efcfd9f0b9f8ec168d40f.php | 83 | <?php die("Access Denied"); ?>#x#a:2:{s:6:"output";s:0:"";s:6:"result";s:4:"1560";} | gpl-2.0 |
simontakite/sysadmin | pythonscripts/practicalprogramming/cond/if_multiline.py | 91 | ph = 8.0
if ph < 7.0:
print(ph, "is acidic.")
print "You should be careful with that!"
| gpl-2.0 |
pockemul/PockEmul | src/cpu/hd44102.cpp | 6823 | /**********************************************************************
HD44102 Dot Matrix Liquid Crystal Graphic Display Column Driver emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#in... | gpl-2.0 |
estrategasdigitales/Dagutorio | wp-content/themes/theshop/vc_templates/vc_row.php | 3098 | <?php
/** @var $this WPBakeryShortCode_VC_Row */
$output = $el_class = $bg_image = $bg_color = $bg_image_repeat = $font_color = $padding = $margin_bottom = $css = $full_width = $el_id = $parallax_image = $parallax = '';
extract( shortcode_atts( array(
'el_class' => '',
'bg_image' => '',
'bg_color' ... | gpl-2.0 |
hemoye/ACM | C_C++/杭电题目分类/基础题/1106.cpp | 815 | #include <cstdio>
#include <cstring>
#include <algorithm>
using namespace std;
const int MAXN = 1004;
int main(int agrc, char *agrv[])
{
int arrAy[MAXN];
char str[MAXN];
while (~scanf("%s", str)){
int flage(0), count(0);
int len = strlen(str);
memset(arrAy, 0, len);
for (... | gpl-2.0 |
tuxun/smw-funwiki | extensions/cldr/CldrNames/CldrNamesMy.php | 35589 | <?php
$languageNames = array(
'ab' => 'အက်ခါဇူအနျ',
'af' => 'အာဖရိကန်းစ်',
'agq' => 'အာဂ်ဟိန်း',
'ak' => 'အာကိန်',
'am' => 'အန်ဟာရစျချ',
'ang' => 'အင်္ဂလိပ်စာဟောင်း',
'ar' => 'အာရေဗီ',
'ar-001' => 'အရေဗီ(ပုံမှန်)',
'arn' => 'မာပုချီ',
'as' => 'အက္စမီစ်',
'asa' => 'အာစု',
'az' => 'အော်ဇောဘိုင်ဂျောနီ',
'ba'... | gpl-2.0 |
mojofunk/alta | src/mojo/core/audio/utils.hpp | 161 | #ifndef MOJO_CORE_UTILS_TYPES_H
#define MOJO_CORE_UTILS_TYPES_H
MOJO_API std::vector<samplerate_t>
get_common_samplerates();
#endif // MOJO_CORE_UTILS_TYPES_H
| gpl-2.0 |
NatLibFi/NDL-VuFind2 | module/Finna/src/Finna/View/Helper/Root/RecordLink.php | 5778 | <?php
/**
* RecordLink view helper (DEPRECATED -- use RecordLinker instead)
*
* PHP version 7
*
* Copyright (C) The National Library of Finland 2017-2020.
*
* 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... | gpl-2.0 |
Caduceus/DecapitatedSoul | data/spells/scripts/support/sharpshooter.lua | 972 | local combat = Combat()
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0)
local condition = Condition(CONDITION_ATTRIBUTES)
condition:setParameter(CONDITION_PARAM_TICKS, 10000)
condition:setParameter(CONDITION_PARAM_SKILL_DISTANCE, 75)
condition:setParameter... | gpl-2.0 |
colloquium/spacewalk | java/code/src/com/redhat/rhn/frontend/action/user/test/ChangeEmailSetupActionTest.java | 2134 | /**
* Copyright (c) 2009--2010 Red Hat, Inc.
*
* This software is licensed to you under the GNU General Public License,
* version 2 (GPLv2). There is NO WARRANTY for this software, express or
* implied, including the implied warranties of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. You should have rece... | gpl-2.0 |
lopezchin/sealite | administrator/components/com_content/controllers/articles.php | 2599 | <?php
/**
* @package Joomla.Administrator
* @subpackage com_content
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access.
defined('_JEXEC') or die;
jimport('joomla.application.compo... | gpl-2.0 |
tn5250j/tn5250j | src/org/tn5250j/sessionsettings/SignoffAttributesPanel.java | 5696 | /*
* Title: SignoffAttributesPanel
* Copyright: Copyright (c) 2001
* Company:
*
* @author Kenneth J. Pouncey
* @version 0.5
* <p>
* Description:
* <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 So... | gpl-2.0 |
chrisolido/BigGayAl | wp-content/plugins/wptouch/html/push-area.php | 4830 | <?php global $wptouch_settings; ?>
<div class="metabox-holder">
<div class="postbox" id="push-area">
<h3><span class="push-options"> </span><?php _e( "Push Notification Options", "wptouch" ); ?></h3>
<div class="left-content">
<p><?php echo sprintf(__( "Here you can configure WPtouch to push sele... | gpl-2.0 |
wojoeraf/SP2015_TD | public/processing/forms.js | 4421 | /**
* @author Rafael Wörner
*/
/**
* The FormProcessing class provides methods to process the forms which appear in the menu.
* @class
*/
FormProcessing = function () {
this.helper = new Helper.Html();
this.helperMenu = new Helper.Menu();
// username regex
var regexUsername = /^\w{2,20}$/;
... | gpl-2.0 |
ipanova/pulp_puppet | pulp_puppet_handlers/setup.py | 251 | from setuptools import setup, find_packages
setup(
name='pulp_puppet_handlers',
version='2.5.0',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
author_email='pulp-list@redhat.com',
)
| gpl-2.0 |
toniher/CouchDB_Query | CouchDB_Query.i18n.php | 1380 | <?php
/**
* This is a backwards-compatibility shim, generated by:
* https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php
*
* Beginning with MediaWiki 1.23, translation strings are stored in json files,
* and the EXTENSION.i18n.php file only exists to provide compatibility wit... | gpl-2.0 |
JozefAB/neoacu | libraries/gantry5/classes/Gantry/Joomla/Manifest.php | 1906 | <?php
/**
* @package Gantry5
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license GNU/GPLv2 and later
*
* http://www.gnu.org/licenses/gpl-2.0.html
*/
namespace Gantry\Joomla;
/**
* Joomla manifest file modifier.
*/
class Manifest
{
pro... | gpl-2.0 |
NenadObradovic/extensive-vc | shortcodes/text-marquee/assets/js/text-marquee.js | 4521 | (function ($) {
'use strict';
$(document).ready(function () {
evcInitTextMarquee();
});
/**
* Init Text Marquee effect
*/
function evcInitTextMarquee() {
var textMarquee = $('.evc-text-marquee');
if (textMarquee.length) {
textMarquee.each(function () {
var thisText... | gpl-2.0 |
yogendra9891/farmapplication | administrator/components/com_farmapp/controllers/labors.php | 4140 | <?php
/**
* @version 1.0.0
* @package com_farmapp
* @copyright Copyright (C) 2012. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Created by com_combuilder - http://www.notwebdesign.com
*/
// No direct access.
defined('_JEXEC') or die;
... | gpl-2.0 |
BlkStormy/epic-inventor | src/com/weem/epicinventor/hud/HUDOobaboo.java | 3151 | package com.weem.epicinventor.hud;
import com.weem.epicinventor.*;
import com.weem.epicinventor.actor.*;
import com.weem.epicinventor.utility.*;
import com.weem.epicinventor.weapon.*;
import java.awt.*;
import java.text.*;
public class HUDOobaboo extends HUD {
private final static int BUTTON_X_START = 21;
p... | gpl-2.0 |
mubashirak/practice | src/main/java/com/mubashir/exception/example/package-info.java | 89 | /**
*
*/
/**
* @author MU257016
*
*/
package com.mubashir.exception.example; | gpl-2.0 |
DennTerentyev/Drupal8Theming | modules/custom/relais_reserve/src/Form/RelaisReserveBookingHotelForm.php | 2238 | <?php
namespace Drupal\relais_reserve\Form;
/**
* @file
* Contains \Drupal\relais_reserve\Form\RelaisReserveBookingHotelForm.
*/
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
/**
* Class RelaisReserveBookingHotelForm.
*/
class RelaisReserveBookingHotelForm extends FormBase {
/**
... | gpl-2.0 |
Casm82/icingaReports | models.js | 339 | var mongoose = require('mongoose');
var schema = mongoose.Schema({
date: { month: Number, quarter: Number, year: Number },
url: String,
report : [],
avgAvailability: Number,
avgTimeIdle: [],
duration: Number,
leastQuarterly: {type: Boolean, default: false}
});
exports.Reports = mongoose.model(... | gpl-2.0 |
Crash7600/CineLine | src/main/java/net/daw/control/route/specific/implementation/DirectorControlRouteSpImpl.java | 3139 | /*
* Copyright (C) 2014 al037805
*
* 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 distribut... | gpl-2.0 |
ongki/drupal8 | core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php | 1134 | <?php
namespace Drupal\serialization\Normalizer;
/**
* Converts the Drupal entity object structures to a normalized array.
*
* This is the default Normalizer for entities. All formats that have Encoders
* registered with the Serializer in the DIC will be normalized with this
* class unless another Normalizer is ... | gpl-2.0 |
MikeMangialardi/SirenOfShame-WithGoPlugin | SirenOfShame/Helpers/GraphicsHelpers.cs | 17214 | /* GraphicsExtension - [Extended Graphics]
* Author name: Arun Reginald Zaheeruddin
* Current version: 1.0.0.4 (12b)
* Release documentation: http://www.codeproject.com
* License information: Microsoft Public License (Ms-PL) [http://www.opensource.org/licenses/ms-pl.html]
*
* Enhancements and ... | gpl-2.0 |
nadult/Snail | src/shading/material.cpp | 5556 | #include "mipmap_texture.h"
#include "shading/material.h"
#include "shading/simple_material.h"
#include "shading/tex_material.h"
#include "shading/transparent_material.h"
#include "shading/uber_material.h"
#include <fstream>
#include <string>
#include <fwk/sys/file_system.h>
#include <fwk/sys/error.h>
#include <fwk/gfx... | gpl-2.0 |
Dorion300/Testy | InventoryTest/InventoryTest/Program.cs | 665 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace InventoryTest
{
class Program
{
static void Main()
{
Person.Player Gracz = new Person.Player();
Person.Enemy Przeciwnik = new Person.Enemy();
... | gpl-2.0 |
Vittel/LogWatcher | LogWatcher.Interface/ILogLinePrinter.cs | 165 | namespace LogWatcher.Interface
{
public interface ILogLinePrinter : INamedComponent
{
void PrintLogLine(string fileName, string logLine);
}
}
| gpl-2.0 |
acassis/langc | VIRUS.C | 5706 | #include <process.h>
#include<dos.h>
#include<conio.h>
#include<stdio.h>
#include <stdlib.h>
#include <string.h>
void interrupt minha_rotina_de_relogio(void);
void interrupt (*clock_tick) (void);
union REGS regs;
int resp=1;
static char timeValue[100];
//-----------------------------------------------------... | gpl-2.0 |
ger4003/int14_ger_joomla | administrator/components/com_listbingo/libraries/gobingoo/model.php | 1596 | <?php
// Check to ensure this file is within the rest of the framework
defined('JPATH_BASE') or die();
jimport("joomla.application.component.model");
class GModel extends JModel
{
function &getAddonInstance($path, $prefix = "GModel") {
global $option;
$path=str_replace(".model.",".models.",$path);
// use a st... | gpl-2.0 |
Usaga/springlobby | src/utils/slconfig.cpp | 6174 | /* This file is part of the Springlobby (GPL v2 or later), see COPYING */
#include "slconfig.h"
#include <wx/wfstream.h>
#include <wx/log.h>
#include <wx/filename.h>
#include "utils/slpaths.h"
#include "utils/conversion.h"
#include "utils/platform.h"
#include "log.h"
wxString slConfig::m_chosen_path = wxEmptyStrin... | gpl-2.0 |
madprogrammer/linux-aurora | modules/wifi/nano-c047.12/WiFiEngine/tools/axfbin.py | 16365 | #!/usr/bin/env python
#
# Convert firmware AXF (ELF) file to bin format
#
# $Id: axfbin.py 15628 2010-06-11 14:23:05Z frgi $
import sys
import os
import struct
from getopt import getopt
from cStringIO import StringIO
import re
import time
mib_table_data = ""
class S:
def __repr__(self):
r = []
for... | gpl-2.0 |
cvsandbox/cam2web | src/apps/win/SettingsDialog.cpp | 11617 | /*
cam2web - streaming camera to web
Copyright (C) 2017-2019, cvsandbox, cvsandbox@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 version 2 of the License, or
... | gpl-2.0 |
ACSPRI/queXF | admin/icrassign.php | 4767 | <?php
/* Copyright Australian Consortium for Social and Political Research Incorporated (ACSPRI) 2011
* Written by Adam Zammit - adam.zammit@acspri.org.au
* For ACSPRI
*
* This file is part of queXF
*
* queXF is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene... | gpl-2.0 |
vikto9494/Lobo_Browser | XAMJ_Project/HTML_Renderer/org/w3c/dom/html2/HTMLBRElement.java | 2132 | /*
GNU LESSER GENERAL PUBLIC LICENSE
Copyright (C) 2006 The Lobo Project
This library 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; either
version 2.1 of the License, or (at your ... | gpl-2.0 |
rku4er/ajaxturner-wp | wp-content/plugins/the-events-calendar-category-colors/includes/admintab.php | 1464 | <?php
return array(
'priority' => 40,
'show_save' => false,
'parent_option' => 'teccc_options',
'fields' => array(
'info-start' => array(
'type' => 'html',
'html' => '<div id="modern-tribe-info">'
),
'title' => array(
'type' => 'html',
'html' => '<h2>'.__('Category Colors Settings', 'even... | gpl-2.0 |
edeoliveira/Mailster | org/mailster/core/pop3/mailbox/MailBoxManager.java | 4951 | package org.mailster.core.pop3.mailbox;
import java.util.Hashtable;
import java.util.Iterator;
import org.mailster.core.mail.SmtpMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* ---<br>
* Mailster (C) 2007-2009 De Oliveira Edouard
* <p>
* This program is free software; you can redistribute... | gpl-2.0 |
centreon/centreon | www/include/configuration/configCentreonBroker/help.php | 5206 | <?php
/*
* Copyright 2005-2015 Centreon
* Centreon is developped by : Julien Mathis and Romain Le Merlus under
* GPL Licence 2.0.
*
* 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 ; eithe... | gpl-2.0 |
ducdongmg/joomla_tut25 | plugins/jsnpoweradmin/content/assets/js/category_blog.js | 23897 | /**
* @subpackage com_poweradmin (JSN POERADMIN JoomlaShine - http://www.joomlashine.com)
* @copyright Copyright (C) 2001 BraveBits,Ltd. All rights reserved.
**/
(function($){
/**
* View category
*/
$.com_content_category_blog = function(Itemid){
/**
* Variable to store context menu
*/
this.cont... | gpl-2.0 |
montonero/OpenJK | codemp/icarus/Sequencer.cpp | 48998 | //Anything above this #include will be ignored by the compiler
#include "qcommon/exe_headers.h"
// Script Command Sequencer
//
// -- jweier
// this include must remain at the top of every Icarus CPP file
#include "icarus.h"
#include "assert.h"
// Sequencer
CSequencer::CSequencer( void )
{
m_numCommands = 0;
m_c... | gpl-2.0 |
plamzi/Havoc | components/char.js | 12164 | /* Havoc (c) 2014 */
/* Char contains methods and properties intrinsic to characters.
* It can be extended by adding modules named "char.something.js".
* If you are adding commands (actions, skills, etc), look at act.js instead. */
var u = require('util');
var fs = require('fs');
var events = require('events');
va... | gpl-2.0 |
trasher/glpi | inc/softwarelicensetype.class.php | 1643 | <?php
/**
* ---------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2015-2021 Teclib' and contributors.
*
* http://glpi-project.org
*
* based on GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2003-2014 by the INDEPNET... | gpl-2.0 |
mayomm/YKB | wp-content/plugins/slider-cc/public/templates/carousel-light/preview.php | 2179 | <section class="ccs-wrapper" style="width: 740px; margin:0 auto">
<div class="ccs-wrapper carouselcc arrows-xs scc-wrapper scc-mode-carousel light" style="opacity: 1; transition: opacity 1000ms; -webkit-transition: opacity 1000ms;">
<div class="scc-viewport" style="height: 237px;">
<ul class="slides" style="tra... | gpl-2.0 |
ibou77/elgg | engine/settings.php | 6383 | <?php
/**
* Defines database credentials.
*
* Most of Elgg's configuration is stored in the database. This file contains the
* credentials to connect to the database, as well as a few optional configuration
* values.
*
* The Elgg installation attempts to populate this file with the correct settings
* and then ... | gpl-2.0 |
BFH-TI/hpd | hpd-apacheds-interceptors/src/main/java/ch/bfh/i4mi/interceptor/RelationshipChecker.java | 11255 | package ch.bfh.i4mi.interceptor;
import org.apache.directory.api.ldap.model.entry.Attribute;
import org.apache.directory.api.ldap.model.entry.Entry;
import org.apache.directory.api.ldap.model.entry.Value;
import org.apache.directory.api.ldap.model.exception.LdapException;
import org.apache.directory.api.ldap.model.exc... | gpl-2.0 |
Tirech/FastWordpress | wp-includes/ms-functions.php | 78022 | <?php
/**
* Multisite WordPress API
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
/**
* Gets the network's site and user counts.
*
* @since MU 1.0
* @uses get_blog_count()
* @uses get_user_count()
*
* @return array Site and user count for the network.
*/
function get_sitestats() {
$st... | gpl-2.0 |
stibear/dajare | js/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-blind.min.js | 956 | /*! jQuery UI - v1.10.4 - 2014-04-30
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
(function(t){var e=/up|down|vertical/,i=/up|left|vertical|horizontal/;t.effects.effect.blind=function(s,n){var a,o,r,l=t(this),h=["position","top","bottom","left","right","height","widt... | gpl-2.0 |
ranklab-interactive/interventionist-support | wp-content/plugins/wp-security-audit-log/defaults.php | 25384 | <?php
// if not included correctly...
if ( !class_exists( 'WpSecurityAuditLog' ) ) exit();
// define custom / new PHP constants
defined('E_CRITICAL') || define('E_CRITICAL', 'E_CRITICAL');
defined('E_DEBUG') || define('E_DEBUG', 'E_DEBUG');
defined('E_RECOVERABLE_ERROR') || define('E_RECOVERABLE_ERROR', 'E_RE... | gpl-2.0 |
SolidLeon/Foxi | src/foxi/framework/compiler/token/CompilerTokenWRITEF.java | 441 | package foxi.framework.compiler.token;
import java.util.List;
import foxi.framework.ValueType;
import foxi.framework.command.Command;
import foxi.framework.command.WriteMemoryCommand;
public class CompilerTokenWRITEF extends CompilerToken {
@Override
public void compile(String[] words, List<Command> re... | gpl-2.0 |
Logan-Cookman/Python-CI-Testing | unittestExample.py | 1967 | #!/usr/bin/python3
################################
# File Name: unittestExample.py
# Author: Chadd Williams
# Date: 10/20/2014
# Class: CS 360
# Assignment: Lecture Examples
# Purpose: Demonstrate unit tests
################################
# adapted from https://docs.python.org/3/libr... | gpl-2.0 |
Crach1015/plugin.video.crachtvlistpro | _ytplist.py | 4160 | import urllib
import urllib2,json
import xbmcvfs
import requests,time
import os,xbmc,xbmcaddon,xbmcgui,re
addon = xbmcaddon.Addon('plugin.video.crachtvlistpro')
profile = xbmc.translatePath(addon.getAddonInfo('profile').decode('utf-8'))
cacheDir = os.path.join(profile, 'cachedir')
clean_cache=os.path.join(cacheDir,'cle... | gpl-2.0 |
TheTypoMaster/Scaper | openjdk/corba/src/share/classes/org/omg/CORBA/PolicyListHelper.java | 3245 | /*
* Copyright 1999-2001 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 |
ubermichael/isetools | src/main/java/ca/nines/ise/schema/Schema.java | 6863 | /*
* Copyright (C) 2014 Michael Joyce <ubermichael@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 version 2.
*
* This program is distributed in the hope that it will be usefu... | gpl-2.0 |
cobbler/cobbler | cobbler/modules/serializers/file.py | 4565 | """
Cobbler's file-based object serializer.
As of 9/2014, this is Cobbler's default serializer and the most stable one.
It uses multiple JSON files in /var/lib/cobbler/collections/distros, profiles, etc
Copyright 2006-2009, Red Hat, Inc and Others
Michael DeHaan <michael.dehaan AT gmail>
This program is free software... | gpl-2.0 |
freeplane/freeplane | freeplane/src/main/java/org/freeplane/features/commandsearch/ShowPreferenceItemAction.java | 2299 | /*
* Freeplane - mind map editor
*
* Copyright (C) 2020 Felix Natter
*
* 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 la... | gpl-2.0 |
ypid/series60-remote | pc/lang/app_fr.ts | 183021 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="ui/src/about.ui" line="14"/>
<source>About Series60-Remote</source>
<translation>À propos de Series60-remote</translation>
</message>
<message>
... | gpl-2.0 |
kannon92/psi4 | psi4/src/psi4/optking/lindh_guess.cc | 12636 | /*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2016 The Psi4 Developers.
*
* The copyrights for code used from other parties are included in
* the corresponding files.
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
benelot/GVG-AI-2015 | src/benchmarking/RunAllHardHBFSLevelsRunConfig.java | 1468 | package benchmarking;
import misc.runners.RunConfig;
public class RunAllHardHBFSLevelsRunConfig extends RunConfig {
public RunAllHardHBFSLevelsRunConfig() {
String[] games = {
/**
* Deterministic games
*
*/
DeterministicGames.BAIT,
DeterministicGames.BOLOADVENTURES,
DeterministicGames.BOM... | gpl-2.0 |
dphaener/thrive | sites/all/modules/ubercart/uc_order/uc_order-invoice-page.tpl.php | 915 | <?php
/**
* @file
* Default theme implementation to display a printable Ubercart invoice.
*
* @see template_preprocess_uc_order_invoice_page()
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"... | gpl-2.0 |
yast/yast-storage-ng | src/lib/y2storage/lvm_pv.rb | 2786 | # Copyright (c) [2017-2021] 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, b... | gpl-2.0 |
metno/eps2probandltf | src/generator/ProbabilityGeneratorControl.cpp | 2548 | /*
probabilityForecast
Copyright (C) 2008 met.no
Contact information:
Norwegian Meteorological Institute
Box 43 Blindern
0313 OSLO
NORWAY
E-mail: probabilityForecast@met.no
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published... | gpl-2.0 |
sung9155/pebble-korean-language-pack | PebbleSDK-3.2.1/Pebble/common/tools/stm32_crc.py | 1405 | CRC_POLY = 0x04C11DB7
def precompute_table(bits):
lookup_table = []
for i in xrange(2**bits):
rr = i << (32 - bits)
for x in xrange(bits):
if rr & 0x80000000:
rr = (rr << 1) ^ CRC_POLY
else:
rr <<= 1
lookup_table.append(rr & 0xffff... | gpl-2.0 |
intervalo/santiago-reyes.com | wp-content/themes/expositio/functions.php | 4581 | <?php
/***** Theme setup *****/
load_theme_textdomain('free01', get_template_directory() . '/languages');
add_theme_support( 'post-thumbnails' );
add_theme_support( 'automatic-feed-links' );
/**
* Add Home page to the menu handling
*/
function free01_home_page_menu_args( $args ) {
$args['show_home'] = true;
retu... | gpl-2.0 |
williamlucia/clustering-community-detection | HierarchicalClustering/src/hierarchical/LinkageCriterion.java | 85 | package hierarchical;
public enum LinkageCriterion {
SINGLE,
COMPLETE,
AVERAGE
}
| gpl-2.0 |
bitcraze/crazyflie-lib-python | test/localization/test_lighthouse_geometry_solver.py | 4618 | # -*- coding: utf-8 -*-
#
# ,---------, ____ _ __
# | ,-^-, | / __ )(_) /_______________ _____ ___
# | ( O ) | / __ / / __/ ___/ ___/ __ `/_ / / _ \
# | / ,--' | / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
# +------` /_____/_/\__/\___/_/ \__,_/ /___/\___/
#
# Copyright (C) 2022 Bitcraze A... | gpl-2.0 |
cnpisit/myangkorpeopel | modules/mod_rokstories/helper.php | 19148 | <?php
/**
* @version $Id: helper.php 6796 2013-01-27 19:56:01Z btowles $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
// no direct access
defined('_JEXEC') or die('Restricted ac... | gpl-2.0 |
ligenzatomas/firebird-vizualization-tool | src/main/java/org/tinyuml/util/MethodCall.java | 2024 | /**
* Copyright 2007 Wei-ju Wu
*
* This file is part of TinyUML.
*
* TinyUML 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 ver... | gpl-2.0 |
NavarraBiomed/clips | studies_app/migrations_back/0003_auto_20161102_1210.py | 30860 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import django.core.validators
class Migration(migrations.Migration):
dependencies = [
('studies_app', '0002_auto_20161102_1206'),
]
operations = [
migrations.RemoveField(
... | gpl-2.0 |
haleeben/Sticky-Post-Expiration | sticky-post-expiration.php | 659 | <?php
/* Plugin Name: Sticky Post Expiration
* Plugin URI: http://ebenhale.com/sticky-post-expiration
* Version: 1.0.0
* Description: This WordPress plugin allows the user to set a sticky post expiration date
* Author: Eben Hale
* Author URI: http://ebenhale.com/
* License: GPL-2.0+
* Lice... | gpl-2.0 |
mytake/mytake | server/src/main/java/forms/meta/MetaFormValidation.java | 3761 | /*
* MyTake.org
*
* Copyright 2017 by its authors.
* Some rights reserved. See LICENSE, https://github.com/mytakedotorg/mytakedotorg/graphs/contributors
*/
package forms.meta;
import com.google.common.base.Preconditions;
import com.google.common.collect.Maps;
import forms.api.FormValidation;
import java.util.Ma... | gpl-2.0 |
agiza/vs-port | piwik/tmp/templates_c/17/b5/271a70d61ca0f8a9b0dc12f01eff70db1623b7fb939091c66d1792550cb3.php | 3727 | <?php
/* @LanguagesManager/getLanguagesSelector.twig */
class __TwigTemplate_17b5271a70d61ca0f8a9b0dc12f01eff70db1623b7fb939091c66d1792550cb3 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = ... | gpl-2.0 |
williamgrosset/OSCAR-ConCert | src/main/java/oscar/ocan/service/OcanDataProcessor.java | 117908 | /**
*
* Copyright (c) 2005-2012. Centre for Research on Inner City Health, St. Michael's Hospital, Toronto. All Rights Reserved.
* This software is published under the GPL GNU General Public License.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publ... | gpl-2.0 |
rkferreira/tools | match_network_acl/match_network_acl.py | 10403 | #!/usr/bin/python
##################
# Find CISCO ACLs
# You probably should adjust guessFile function, if you want.
# That is based on my file format, maybe not same as yours.
# Rodrigo Kellermann Ferreira
# rkferreira@gmail.com
import ipaddress as ip
import re as re
import sys, os, subprocess
from optparse imp... | gpl-2.0 |
bvcms/bvcms | CmsWeb/Areas/Main/Controllers/UserPrefController.cs | 1242 | using CmsData;
using CmsWeb.Lifecycle;
using System.Linq;
using System.Web.Mvc;
namespace CmsWeb.Areas.Main.Controllers
{
[RouteArea("Main", AreaPrefix = "UserPref"), Route("{action}/{id?}")]
public class UserPrefController : CmsStaffController
{
public UserPrefController(IRequestManager requestMan... | gpl-2.0 |
dmyerson/d8ecs | sites/default/files/php/twig/ff165d8e_field--node--created.html.twig_b2b61160843a714fbe06862da1c13fe079610f7c2ac2087d4cc3c8f6ecb4749b/17e289f03015c0cfff0e0e758c6cca3a3a1917fb6cecfdcd7803f8781b2ee35e.php | 3523 | <?php
/* core/themes/classy/templates/field/field--node--created.html.twig */
class __TwigTemplate_fc8252413f26e74069a9e99aa2b361a156187645fdfebfb2b5aa8c0f0b619ba1 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
... | gpl-2.0 |
dook-studio/dookcms | DookCMS/WebUI/Crm/upload.aspx.cs | 5061 | using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.IO;
using System.Collections.Gener... | gpl-2.0 |
huhuanming/PadAdmin-Github | spec/views/informs/new.html.erb_spec.rb | 674 | require 'rails_helper'
RSpec.describe "informs/new", :type => :view do
before(:each) do
assign(:inform, Inform.new(
:company_id => "MyString",
:title => "MyString",
:author => "MyString",
:context => "MyString"
))
end
it "renders new inform form" do
render
assert_select ... | gpl-2.0 |
makiozmurai/dig-wp | wp-content/themes/albatros/parts_sns.php | 3937 | <?php
$url_encode=urlencode(get_permalink());
$site_title_encode=urlencode(get_home_url());
$title_encode=urlencode(get_the_title());
$tw_url = get_the_author_meta( 'twitter' );
$tw_domain = array("http://twitter.com/"=>"","https://twitter.com/"=>"","//twitter.com/"=>"");
$tw_user = '&via=' . strtr($tw_url ... | gpl-2.0 |