repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
MoonMaker/modx | QRCode/core/components/ludwigqrcode/model/phpqrcode/examples/example_201_basic_svg.php | 136 | <?php
include('../lib/full/qrlib.php');
// SVG file format support
$svgCode = QRcode::svg('PHP QR Code :)');
echo $svgCode;
| gpl-2.0 |
JarvisTheJelly/villager-sim | Buildings.py | 2991 | from aitools.StateMachine import *
import GameEntity
from gametools.vector2 import Vector2
import glob
import ImageFuncs
import pygame
class Building(GameEntity.GameEntity):
def __init(self, world, name, image_string="Inn"):
GameEntity.__init__(self, world, name, "Buildings/"+image_string)
... | gpl-2.0 |
bestmazzo/freedomotic | framework/freedomotic-core/src/main/java/com/freedomotic/things/impl/ElectricDevice.java | 11349 | /**
*
* Copyright (c) 2009-2015 Freedomotic team http://freedomotic.com
*
* This file is part of Freedomotic
*
* 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 yo... | gpl-2.0 |
hariomkumarmth/champaranexpress | wp-content/plugins/dojo/dojox/grid/enhanced/nls/fi/EnhancedGrid.js.uncompressed.js | 530 | define(
"dojox/grid/enhanced/nls/fi/EnhancedGrid", ({
singleSort: "Yksinkertainen lajittelu",
nestedSort: "Sisäkkäinen lajittelu",
ascending: "Lajittele nousevaan järjestykseen napsauttamalla",
descending: "Lajittele laskevaan järjestykseen napsauttamalla",
sortingState: "${0} - ${1}",
unsorted: "Älä lajit... | gpl-2.0 |
tonyprr/asb-backend | application/modules/web/Repositories/CmsTipoDireccionLanguageRepository.php | 289 | <?php
namespace web\Repositories;
use Doctrine\ORM\EntityRepository;
/**
* CmsTipoDireccionLanguageRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class CmsTipoDireccionLanguageRepository extends EntityRepository
{
}
| gpl-2.0 |
ScegfOd/wesnoth | src/server/room_manager.hpp | 6647 | /*
Copyright (C) 2009 - 2016 by Tomasz Sniatowski <kailoran@gmail.com>
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; ei... | gpl-2.0 |
petterreinholdtsen/cinelerra-cv | cinelerra/tracking.C | 4921 |
/*
* CINELERRA
* Copyright (C) 2008 Adam Williams <broadcast at earthling dot 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 License, or
* (at your optio... | gpl-2.0 |
rfdrake/opennms | opennms-config/src/main/java/org/opennms/netmgt/config/ChartConfigFactory.java | 4790 | /*******************************************************************************
* 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... | gpl-2.0 |
ixaxaar/sdcc | src/SDCCnaddr.cc | 2925 | // Philipp Klaus Krause, philipp@informatik.uni-frankfurt.de, pkk@spth.de, 2011
//
// (c) 2011 Goethe-Universität Frankfurt
//
// 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... | gpl-2.0 |
loadedcommerce/loaded6 | 6.5/Loaded_Commerce_B2B_v6.5.1b/admin/includes/languages/english/fss_question_manager.php | 1970 | <?php
/*
$Id: fss_question_manager.php,v 1.0.0.0 2006/10/21 23:39:49 datazen Exp $
CRE Loaded, Open Source E-Commerce Solutions
http://www.creloaded.com
Copyright (c) 2006 CRE Loaded
Copyright (c) 2002 - 2003 osCommerce
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Forms / Qu... | gpl-2.0 |
leopic/Geeksomnio-WP-theme | wp-content/plugins/sitepress-multilingual-cms/inc/language-switcher.php | 54763 | <?php
class SitePressLanguageSwitcher {
var $widget_preview = false;
var $widget_css_defaults;
var $footer_preview = false;
var $footer_css_defaults;
var $color_schemes = array(
'Gray' => array(
'font-current-normal' => '#222222',
'font-current-hover' => '#000000',
... | gpl-2.0 |
mrieker/SshClient | app/src/main/java/com/jcraft/jsch/jce/DH.java | 3758 | /* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */
/*
Copyright (c) 2002-2018 ymnk, JCraft,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 retai... | gpl-2.0 |
gordoney/gzsito | administrator/components/com_falang/models/statistics.php | 10411 | <?php
/**
* Joom!Fish - Multi Lingual extention and translation manager for Joomla!
* Copyright (C) 2003 - 2011, Think Network GmbH, Munich
*
* All rights reserved. The Joom!Fish project is a set of extentions for
* the content management system Joomla!. It enables Joomla!
* to manage multi lingual sites especia... | gpl-2.0 |
smitbose/CommMDM | routing/ProphetRouter.java | 8848 | /*
* Copyright 2010 Aalto University, ComNet
* Released under GPLv3. See LICENSE.txt for details.
*/
package routing;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import... | gpl-3.0 |
zenwalk/atlasmapper | src/main/java/au/gov/aims/atlasmapperserver/dataSourceConfig/WMTSDataSourceConfig.java | 1374 | /*
* This file is part of AtlasMapper server and clients.
*
* Copyright (C) 2011 Australian Institute of Marine Science
*
* Contact: Gael Lafond <g.lafond@aims.org.au>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... | gpl-3.0 |
Staartvin/gewisweb | module/Frontpage/src/Frontpage/Form/NewsItem.php | 2796 | <?php
namespace Frontpage\Form;
use Zend\Form\Form;
use Zend\InputFilter\InputFilterProviderInterface;
use Zend\I18n\Translator\TranslatorInterface as Translator;
class NewsItem extends Form implements InputFilterProviderInterface
{
public function __construct(Translator $translator)
{
parent::__con... | gpl-3.0 |
CodeBlastr/PLATFORM1 | app/Plugin/Galleries/vendors/phpThumb/phpthumb.class.php | 179155 | <?php
//////////////////////////////////////////////////////////////
/// phpThumb() by James Heinrich <info@silisoftware.com> //
// available at http://phpthumb.sourceforge.net ///
//////////////////////////////////////////////////////////////
/// //... | gpl-3.0 |
harmofwk/harmofwk | lib/Smarty-3.1.1/libs/sysplugins/smarty_internal_utility.php | 27428 | <?php
/**
* Project: Smarty: the PHP compiling template engine
* File: smarty_internal_utility.php
* SVN: $Id: $
*
* 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... | gpl-3.0 |
perryrothjohnson/artifact-database | pawtucket/app/helpers/searchHelpers.php | 63311 | <?php
/** ---------------------------------------------------------------------
* app/helpers/searchHelpers.php : miscellaneous functions
* ----------------------------------------------------------------------
* CollectiveAccess
* Open-source collections management software
* -------------------------------------... | gpl-3.0 |
WadimMakarenko/FTTimer | FTTimer/build/project/src/cbot/accept/fttimer/model/User.java | 705 | package cbot.accept.fttimer.model;
public class User {
private String login;
private String password;
/**
* Default no-args constructor
*/
public User(){}
public User(String uLogin, String uPassword){
this.login = uLogin;
this.password = uPassword;
}
public S... | gpl-3.0 |
jsoberg/ESU_OpenRA | OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs | 3360 | #region Copyright & License Information
/*
* Copyright 2007-2016 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the Licen... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Windurst_Walls/npcs/_6n2.lua | 5791 | -----------------------------------
-- Area: Windurst Walls
-- Door: House of the Hero
-- Involved in Mission 2-1
-- Involved In Quest: Know One's Onions, Onion Rings, The Puppet Master, Class Reunion
-- @pos -26 -13 260 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = ni... | gpl-3.0 |
dell-o/EFLS | include/osmium/area/detail/proto_ring.hpp | 7775 | #ifndef OSMIUM_AREA_DETAIL_PROTO_RING_HPP
#define OSMIUM_AREA_DETAIL_PROTO_RING_HPP
/*
This file is part of Osmium (http://osmcode.org/libosmium).
Copyright 2013-2017 Jochen Topf <jochen@topf.org> and others (see README).
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free o... | gpl-3.0 |
EnterpriseManagementInc/bigbluebutton-bot | flazr/src/main/java/com/flazr/rtmp/RtmpReader.java | 1155 | /*
* Flazr <http://flazr.com> Copyright (C) 2009 Peter Thomas.
*
* This file is part of Flazr.
*
* Flazr 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 3 of the License, or
* (a... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/content/browser/zygote_host/zygote_communication_linux.cc | 11886 | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/zygote_host/zygote_communication_linux.h"
#include <string.h>
#include <sys/socket.h>
#include "base/base_switches.h"
#include... | gpl-3.0 |
helencoder/BlogResources | Classes/Cache_Lite-1.7.16/tests/pearbug7618.phpt | 677 | --TEST--
pearbug7618
--FILE--
<?php
require_once __DIR__ . '/callcache.inc';
require_once __DIR__ . '/tmpdir.inc';
require_once __DIR__ . '/cache_lite_base.inc';
$options = array(
'cacheDir' => tmpDir() . '/',
'lifeTime' => 60,
'automaticSerialization' => true
);
$cache = new Cache_Lite($options);
$cache... | gpl-3.0 |
MadMarty/madsonic-server-5.0 | madsonic-main/src/main/java/net/sourceforge/subsonic/command/PlayerSettingsCommand.java | 7236 | /*
This file is part of Subsonic.
Subsonic 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.
Subsonic is distributed in the hop... | gpl-3.0 |
fordcars/SDL3D | lib/poly2tri/testbed/main.cc | 11627 | /*
* Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
* http://code.google.com/p/poly2tri/
*
* 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 mu... | gpl-3.0 |
LyndonMarques/devdollibar | htdocs/core/modules/propale/modules_propale.php | 4663 | <?php
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2014... | gpl-3.0 |
rudhir-upretee/Sumo_With_Netsim | src/netimport/vissim/typeloader/NIVissimSingleTypeParser_Gefahrwarnungsdefinition.cpp | 2230 | /****************************************************************************/
/// @file NIVissimSingleTypeParser_Gefahrwarnungsdefinition.cpp
/// @author Daniel Krajzewicz
/// @author Michael Behrisch
/// @date Wed, 30 Apr 2003
/// @version $Id: NIVissimSingleTypeParser_Gefahrwarnungsdefinition.cpp 11671 2012-... | gpl-3.0 |
CHeuberger/TFC2 | src/Common/com/bioxx/tfc2/blocks/BlockAnvil.java | 9427 | package com.bioxx.tfc2.blocks;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockHorizontal;
import net.minecraft.block.ITileEntityProvider;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
imp... | gpl-3.0 |
ColorEngines/Main | js/vendor/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js | 852 | /*! jQuery UI - v1.10.3 - 2013-10-13
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
jQuery(function(e){e.datepicker.regional.pt={closeText:"Fechar",prevText:"<Anterior",nextText:"Seguinte",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Março","Abril","Maio"... | gpl-3.0 |
MartyParty21/AwakenDreamsClient | mcp/temp/src/minecraft/net/minecraft/client/renderer/tileentity/TileEntityBeaconRenderer.java | 10952 | package net.minecraft.client.renderer.tileentity;
import java.util.List;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.renderer.VertexBuffer;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecr... | gpl-3.0 |
gregtbooth/Pombe_PROseq | Scripts_Booth_et_al_2018/PombeInfo/features/SPintrons/parseIntrons.py | 3474 | #! /usr/bin/python
## This is a script to split up introns based on whether they are a first, second, third, etc. intron. each class will get return it's own bed file.
import sys
infile = sys.argv[1]
intronList = open(infile, 'r')
out1 = open("1stIntrons.bed", "w")
out2 = open("2ndIntrons.bed", "w")
out3 = open(... | gpl-3.0 |
JackPotte/xtools | public_html/bash/templates_c/%%CC^CC9^CC923F93%%fr.conf%7Carticleinfo.php | 2934 | <?php $_config_vars = array (
'tool' => 'Article revision statistics',
'header' => 'Get various statistics about the history of an article',
'article' => 'Article',
'nosuchpage' => '$1 does not exist.',
'toomanyrevisions' => 'This article has over 50,000 revisions. Data for the first 50,000 are shown below.',... | gpl-3.0 |
Rushor/SAI-Editor | SAI-Editor/Classes/SecurityExtensions.cs | 2195 | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Cryptography;
using System.Text;
namespace SAI_Editor.Classes
{
public static class SecurityExtensions
{
public static string ToSHA1(this string str)
{
... | gpl-3.0 |
pagseguro/woocommerce | library/source/Resources/Builder/Transaction/Abandoned.php | 1189 | <?php
/**
* 2007-2016 [PagSeguro Internet Ltda.]
*
* NOTICE OF LICENSE
*
* 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 req... | gpl-3.0 |
IntersectAustralia/faims-android | faims-android-app/src/au/org/intersect/faims/android/util/Compare.java | 8006 | package au.org.intersect.faims.android.util;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import au.org.intersect.faims.android.data.Attribute;
import au.org.intersect.faims.android.data.Module;
import au.org.intersect.faims.android.data.NameValuePair;
import ... | gpl-3.0 |
mbadici/machinet | webservices/chwala/vendor/sabre/dav/lib/DAV/PartialUpdate/IFile.php | 1145 | <?php
namespace Sabre\DAV\PartialUpdate;
use Sabre\DAV;
/**
* This interface is deprecated. Use IPatchSupport instead.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/)
* @license http://sabre.io/license/ Modified BSD License
* @deprecated
*/
in... | gpl-3.0 |
ryokochang/Slab-GCS | Controls/ControlSensorsStatus.Designer.cs | 5190 | namespace MissionPlanner.Controls
{
partial class ControlSensorsStatus
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// <... | gpl-3.0 |
KukojinOyama/l5rcm | diceroller/__init__.py | 814 | # -*- coding: iso-8859-1 -*-
# Copyright (C) 2011 Daniele Simonetti
#
# 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-3.0 |
fursund/EmguCV-Unity | Emgu.CV/VideoSurveillance/BlobTrackerAutoParam.cs | 4432 | using System;
using Emgu.CV.Structure;
namespace Emgu.CV.VideoSurveillance
{
/// <summary>
/// Parameters of blobtracker auto ver1
/// </summary>
/// <typeparam name="TColor">The type of color for the image to be tracked. Due to a bug in OpenCV, only Gray is supported at the moment</typeparam>
... | gpl-3.0 |
onlinetservers/sudo_bots | bot/bot.lua | 9864 | tdcli = dofile('./tg/tdcli.lua')
serpent = (loadfile "./libs/serpent.lua")()
feedparser = (loadfile "./libs/feedparser.lua")()
require('./bot/utils')
URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
json = (loadfile "./libs/JSON.lua")()
mimetype = (loadfile ".... | gpl-3.0 |
goiwebdev/accountgo | src/Web/ControllersApi/CommonController.cs | 5916 | using Services.Administration;
using Services.Financial;
using Services.Inventory;
using Services.Purchasing;
using Services.Sales;
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
using Web.ModelsApi;
using Web.ModelsApi.Financial;
using Web.ModelsApi.Inventory;
using Web.ModelsApi.Purchasi... | gpl-3.0 |
matamouros/cintient | lib/PEAR/PHPUnit/Framework/IncompleteTest.php | 2587 | <?php
/**
* PHPUnit
*
* Copyright (c) 2002-2011, Sebastian Bergmann <sebastian@phpunit.de>.
* 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 ... | gpl-3.0 |
idikodo/mapfish-print | core/src/test/java/org/mapfish/print/output/ValuesTest.java | 6899 | /*
* Copyright (C) 2014 Camptocamp
*
* This file is part of MapFish Print
*
* MapFish Print 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 l... | gpl-3.0 |
cloudbearings/core | modules/Crowd Assessment/crowdAssess_view.php | 12136 | <?php
/*
Gibbon, Flexible & Open School System
Copyright (C) 2010, Ross Parker
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.
... | gpl-3.0 |
joakim-hove/opm-common | opm/input/eclipse/Deck/DeckKeyword.hpp | 4345 | /*
Copyright 2016 Statoil ASA.
This file is part of the Open Porous Media project (OPM).
OPM 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 l... | gpl-3.0 |
Hoikas/libhsplasma | core/PRP/Light/plDirectionalLightInfo.cpp | 1731 | /* This file is part of HSPlasma.
*
* HSPlasma 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.
*
* HSPlasma is distributed in th... | gpl-3.0 |
GokuMizuno/OpenRCT2 | src/openrct2/cmdline/ConvertCommand.cpp | 5316 | /*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU Gener... | gpl-3.0 |
Arteaga2k/travelcrm | application/views/layouts/welcome_layout.php | 2220 | <?=doctype('html4-trans')?>
<html>
<head>
<title>TravelCRM</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<?=link_tag('public/css/blueprint/src/reset.css');?>
<?=link_tag('public/css/blueprint/src/liquid.css');?>
<?=link_tag('public/css/blueprint/src/typography.css');?>
<?=link_ta... | gpl-3.0 |
CarlosManuelRodr/wxChaos | libs/wxMSW-3.1.4/src/xrc/xh_grid.cpp | 1239 | /////////////////////////////////////////////////////////////////////////////
// Name: src/xrc/xh_grid.cpp
// Purpose: XML resource handler for the grid control
// Author: Agron Selimaj
// Created: 2005/08/11
// Copyright: (c) 2005 Agron Selimaj, Freepour Controls Inc.
// Licence: wxWindows li... | gpl-3.0 |
Anexes/IdleLands | src/plugins/combat/spells/Bit.js | 1465 |
import _ from 'lodash';
import { Spell, SpellType } from '../spell';
export class Bit extends Spell {
static element = SpellType.DIGITAL;
static stat = 'special';
static tiers = [
{ name: 'bit', spellPower: 1, weight: 40, cost: 1, level: 1, profession: 'Bitomancer' },
{ name: 'kilobit', spellPo... | gpl-3.0 |
mrstevedev/portfolio_site | content-page.php | 606 | <?php
/**
* The template used for displaying page content in page.php
*
* @package _tk
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header>
<h1 class="page-title"><?php the_title(); ?></h1>
</header><!-- .entry-header -->
<div class="entry-content">
<div class="entry-content-thumbna... | gpl-3.0 |
LarsHadidi/BDSim | BoostSIMD/include/boost/simd/include/functions/simd/is_positive.hpp | 215 | #ifndef BOOST_SIMD_INCLUDE_FUNCTIONS_SIMD_IS_POSITIVE_HPP_INCLUDED
#define BOOST_SIMD_INCLUDE_FUNCTIONS_SIMD_IS_POSITIVE_HPP_INCLUDED
#include <boost/simd/predicates/include/functions/simd/is_positive.hpp>
#endif
| gpl-3.0 |
wisavalite/Lolistat | app/src/main/java/info/papdt/lolistat/ui/base/BaseListFragment.java | 2444 | package info.papdt.lolistat.ui.base;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.view.View;
import android.widget.AdapterView;
import android.widget.BaseAdapter;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
import i... | gpl-3.0 |
Interlearning/cardeal | cardealsgf_dev/src/br/com/cardeal/table/TypesPalletVirtualCellEditor.java | 2056 | package br.com.cardeal.table;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import javax.swing.AbstractCellEditor;
import javax.swing.JComboBox;
import javax.swing.JTable;
import javax.swing.table.TableCellEditor;
import br.com.... | gpl-3.0 |
gedads/Neodynamis | scripts/zones/Abyssea-Misareaux/npcs/qm10.lua | 1343 | -----------------------------------
-- Zone: Abyssea-Misareaux
-- NPC: qm10 (???)
-- Spawns Nonno
-- !pos ? ? ? 216
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
--[[
... | gpl-3.0 |
ramonmedeiros/OpenCart | admin/language/portuguese-br/sale/coupon.php | 3061 | <?php
// Heading
$_['heading_title'] = 'Cupons';
// Text
$_['text_success'] = 'Cupom modificado com sucesso!';
$_['text_percent'] = 'Porcentagem';
$_['text_amount'] = 'Valor Fixo';
// Column
$_['column_name'] = 'Cupom';
$_['column_code'] = 'Código';
$_['column_discount'] ... | gpl-3.0 |
digkill/dotplant2 | application/modules/seo/views/configurable/_config.php | 1845 | <?php
/** @var \app\modules\config\models\Configurable $configurable */
/** @var \app\backend\components\ActiveForm $form */
/** @var \app\modules\seo\models\ConfigConfigurationModel $model */
/** @var \yii\web\View $this */
use app\backend\widgets\BackendWidget;
if (is_array($model->include)) {
$model->include ... | gpl-3.0 |
wiki2014/Learning-Summary | alps/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/BitmapComparer.java | 2333 | /*
* Copyright (C) 2014 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 required by app... | gpl-3.0 |
thomashaw/SecGen | modules/utilities/unix/audit_tools/ghidra/files/release/Ghidra/Features/Base/ghidra_scripts/DoThumbDisassemble.java | 1946 | /* ###
* 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... | gpl-3.0 |
ravinet/mahimahi | src/packet/codel_packet_queue.hh | 1294 | /* -*-mode:c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef CODEL_PACKET_QUEUE_HH
#define CODEL_PACKET_QUEUE_HH
#include <random>
#include "dropping_packet_queue.hh"
struct dodequeue_result {
QueuedPacket p;
bool ok_to_drop;
dodequeue_result ( )
: p ( "", 0 ), ok_to_dro... | gpl-3.0 |
ranger/ranger | ranger/gui/widgets/view_base.py | 6634 | # This file is part of ranger, the console file manager.
# License: GNU GPL version 3, see the file "AUTHORS" for details.
"""The base GUI element for views on the directory"""
from __future__ import (absolute_import, division, print_function)
import curses
from ranger.ext.keybinding_parser import key_to_string
from... | gpl-3.0 |
phenix-factory/p.henix.be | ecrire/maj/v011.php | 1246 | <?php
/***************************************************************************\
* SPIP, Systeme de publication pour l'internet *
* *
* Copyright (c) 2001-2016 *
* ... | gpl-3.0 |
shguolei/train-graph | ETRCTools/src/org/paradise/etrc/tools/llt/ReadLLT.java | 8686 | package org.paradise.etrc.tools.llt;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Vector;
import javax.microedition.lcdui.Alert;
import org.paradise.util.Tools;
public class ReadLLT {
private static fina... | gpl-3.0 |
theirongiant/a3wmd | client/actions/gui.hpp | 746 | class ActionGUI : IGUIBack {
idd = 10101;
movingEnabled = false;
controls[] = {MyProgressBar, MyButton, MyText};
controlsBackground[] = {MyBackground};
class MyProgressBar : RscProgressBar {
idc = 10101;
x = 0.2;
y = 1;
w = 0.5;
h = 0.05;
};
class MyButton : w_RscButton {
idc = -1;
... | gpl-3.0 |
wp-plugins/mqtranslate | mqtranslate_hooks.php | 12025 | <?php // encoding: utf-8
/*Copyright 2008Qian Qin(email : mail@qianqin.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) any later version.... | gpl-3.0 |
saophaisau/port | Core/SDK Ports/xcsoft's Kalista/Modes/Flee.cs | 1354 | using System.Collections.Generic;
using System.Linq;
using LeagueSharp;
using LeagueSharp.SDK;
using LeagueSharp.SDK.Utils;
using Settings = xcKalista.Config.Modes.Flee;
using EloBuddy;
using LeagueSharp.SDK;
namespace xcKalista.Modes
{
internal sealed class Flee : ModeBase
{
internal override bo... | gpl-3.0 |
amazinger2013/OpenSesame | extensions/quick_switcher/quick_switcher_dialog/dialog.py | 5945 | #-*- coding:utf-8 -*-
"""
This file is part of OpenSesame.
OpenSesame 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.
OpenSesame is distri... | gpl-3.0 |
idega/com.idega.core | src/java/com/idega/io/serialization/ICFileReader.java | 4325 | package com.idega.io.serialization;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import com.idega.core.file.da... | gpl-3.0 |
AMDmi3/pingus | src/pingus/actions/faller.cpp | 5320 | // Pingus - A free Lemmings clone
// Copyright (C) 2000 Ingo Ruhnke <grumbel@gmx.de>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your o... | gpl-3.0 |
dataxe/proyectos | pinsalud/modificar_eliminar/eliminar_check.php | 1295 | <?php error_reporting(E_ALL ^ E_NOTICE);?>
<?php require_once('../conexiones/conexione.php');
require_once('../evitar_mensaje_error/error.php');
mysql_select_db($base_datos, $conectar);
include ("../session/funciones_admin.php");
if (verificar_usuario()){
//print "Bienvenido (a), <strong>".$_SESSION['usuario'].", </... | gpl-3.0 |
Appverse/appverse-web-tools | archetype-generator/src/main/resources/gwt/fragment/src/main/resources/archetype-resources/__rootArtifactId__-gwtfrontend/src/main/java/gwtfrontend/common/ApplicationConstants.java | 185 | package ${package}.gwtfrontend.common;
import org.appverse.web.framework.frontend.gwt.common.FrameworkConstants;
public interface ApplicationConstants extends FrameworkConstants {
}
| mpl-2.0 |
VladRassokhin/terraform | vendor/github.com/apparentlymart/go-versions/versions/set_released.go | 685 | package versions
type setReleased struct{}
func (s setReleased) Has(v Version) bool {
return v.Prerelease == ""
}
func (s setReleased) AllRequested() Set {
// The set of all released versions requests nothing.
return None
}
func (s setReleased) GoString() string {
return "versions.Released"
}
// Released is a ... | mpl-2.0 |
surajssd/kuma | kuma/wiki/forms.py | 20139 | from tower import ugettext_lazy as _lazy
from tower import ugettext as _
from django import forms
from django.conf import settings
from django.forms.widgets import CheckboxSelectMultiple
from kuma.contentflagging.forms import ContentFlagForm
import kuma.wiki.content
from kuma.core.form_fields import StrippedCharFiel... | mpl-2.0 |
Yukarumya/Yukarum-Redfoxes | js/src/tests/js1_4/Regress/function-001.js | 1363 | /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* 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://mozilla.org/MPL/2.0/. */
/**
* File Name: function-001.js
* Descripti... | mpl-2.0 |
htphuoc94/MyERP_Stable | modules/hr/payslip/payslip_template.php | 5801 | <div class="row small-left-padding">
<div id="form_all">
<div id="form_headerDiv">
<form method="post" id="hr_payslip_header" name="hr_payslip_header">
<span class="heading"><?php echo gettext('Employee Pay Slip') ?></span>
<div class="tabContainer">
<ul class="column header_field">
<li><?php... | mpl-2.0 |
Yukarumya/Yukarum-Redfoxes | gfx/skia/skia/src/core/SkScan.cpp | 2871 | /*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkScan.h"
#include "SkBlitter.h"
#include "SkRasterClip.h"
static inline void blitrect(SkBlitter* blitter, const SkIRect& r) {
blitter->bli... | mpl-2.0 |
yosiat/devdocs | lib/docs/filters/bootstrap/clean_html_v3.rb | 2046 | module Docs
class Bootstrap
class CleanHtmlV3Filter < Filter
def call
at_css('div[role=main]').child.before(at_css('#content .container').inner_html)
@doc = at_css('div[role=main]')
css('h1, h2, h3, h4, h5').each do |node|
node.name = node.name.sub(/\d/) { |i| i.to_i + 1 }... | mpl-2.0 |
hhdevelopment/ocelot | ocelot-web/src/test/java/org/ocelotds/core/DefaultClearnerTest.java | 780 | /* 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://mozilla.org/MPL/2.0/. */
package org.ocelotds.core;
import org.junit.Test;
import static org.assertj.core.api.Assertions.*;
/**
... | mpl-2.0 |
clear-code/correct-encoding | components/loader.js | 12772 | /**
* @fileOverview Loader module for restartless addons
* @author YUKI "Piro" Hiroshi
* @contributor Infocatcher
* @version 17
*
* @license
* The MIT License, Copyright (c) 2010-2017 YUKI "Piro" Hiroshi.
* https://github.com/piroor/restartless/blob/master/license.txt
* @url http://git... | mpl-2.0 |
flyinprogrammer/containerpilot | telemetry/telemetry.go | 2788 | package telemetry
import (
"fmt"
"net"
"net/http"
"sync"
log "github.com/Sirupsen/logrus"
"github.com/joyent/containerpilot/utils"
"github.com/prometheus/client_golang/prometheus"
)
// Telemetry represents the service to advertise for finding the metrics
// endpoint, and the collection of Sensors.
type Teleme... | mpl-2.0 |
Ashald/nomad | client/getter/getter.go | 3319 | package getter
import (
"fmt"
"net/url"
"path/filepath"
"strings"
"sync"
gg "github.com/hashicorp/go-getter"
"github.com/hashicorp/nomad/nomad/structs"
)
var (
// getters is the map of getters suitable for Nomad. It is initialized once
// and the lock is used to guard access to it.
getters map[string]gg.Ge... | mpl-2.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/palpatine.lua | 2152 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program 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 of the License,
--or (at your option) any later versio... | agpl-3.0 |
sum01/vcash | coin/include/coin/alert_manager.hpp | 2581 | /*
* Copyright (c) 2013-2016 John Connor
* Copyright (c) 2016-2017 The Vcash developers
*
* This file is part of vcash.
*
* vcash is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License with
* additional permissions to the one published by the Free S... | agpl-3.0 |
advocacycommons/advocacycommons | test/models/share_page_test.rb | 392 | require 'test_helper'
class SharePageTest < ActiveSupport::TestCase
test "basic associations" do
one = share_pages(:one)
assert_kind_of Person, one.creator
assert_kind_of Person, one.modified_by
assert_kind_of TwitterShare, one.twitter_shares.first
assert_kind_of FacebookShare, one.facebook_share... | agpl-3.0 |
Chilastra-Reborn/Chilastra-source-code | bin/scripts/mobile/lair/creature_dynamic/naboo_peko_peko_flight_neutral_none.lua | 331 | naboo_peko_peko_flight_neutral_none = Lair:new {
mobiles = {{"peko_peko",1}},
spawnLimit = 15,
buildingsVeryEasy = {},
buildingsEasy = {},
buildingsMedium = {},
buildingsHard = {},
buildingsVeryHard = {},
buildingType = "none",
}
addLairTemplate("naboo_peko_peko_flight_neutral_none", naboo_peko_peko_flight_neu... | agpl-3.0 |
venturehive/canvas-lms | spec/selenium/assignments/rcs/assignments_submissions_teacher_groups_spec.rb | 2635 | #
# Copyright (C) 2017 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the ... | agpl-3.0 |
tendenci/recessart | vendor/gems/fluxx_engine/app/controllers/dashboard_controller.rb | 106 | class DashboardController < ApplicationController
def index
render :index, :layout => nil
end
end
| agpl-3.0 |
ColostateResearchServices/kc | coeus-impl/src/main/java/org/kuali/coeus/award/dto/AwardSponsorContactDto.java | 1934 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either ... | agpl-3.0 |
artsmorgan/crmtecnosagot | app/protected/modules/tasks/views/TasksListView.php | 6817 | <?php
/*********************************************************************************
* Zurmo is a customer relationship management program developed by
* Zurmo, Inc. Copyright (C) 2015 Zurmo Inc.
*
* Zurmo is free software; you can redistribute it and/or modify it under
* the terms of t... | agpl-3.0 |
dalmendras/rapidminer | src/main/java/com/rapidminer/operator/learner/functions/kernel/LinearMySVMLearner.java | 9325 | /**
* Copyright (C) 2001-2015 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published b... | agpl-3.0 |
wsuetholz/opc-ua-sdk | sdk-server/src/main/java/com/digitalpetri/opcua/sdk/server/subscriptions/PublishQueue.java | 5142 | /*
* digitalpetri OPC-UA SDK
*
* Copyright (C) 2015 Kevin Herron
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later... | agpl-3.0 |
nilsding/justask | db/migrate/20141207194424_add_answer_count_to_questions.rb | 157 | class AddAnswerCountToQuestions < ActiveRecord::Migration
def change
add_column :questions, :answer_count, :integer, default: 0, null: false
end
end
| agpl-3.0 |
daowzq/ExtNet | ext.net.community/Ext.Net/Ext/UX/Plugins/MouseDistanceSensor/MouseDistanceSensor.cs | 9328 | /********
* This file is part of Ext.NET.
*
* Ext.NET is free software: you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Ext.NE... | agpl-3.0 |
esofthead/mycollab | mycollab-web/src/main/java/com/mycollab/shell/view/AbstractMainView.java | 4247 | /**
* Copyright © MyCollab
* <p>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* <p>
* This program is ... | agpl-3.0 |
vsanth/dynamic-crm | modules/Calls/metadata/editviewdefs.php | 9133 | <?php
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
... | agpl-3.0 |
ClearCorp-dev/odoo-clearcorp | TODO-9.0/purchase_delivery/purchase_delivery.py | 4948 | # -*- coding: utf-8 -*-
# © # © 2016 ClearCorp
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
##############################################################################
import time
from openerp import fields, models
from openerp.exceptions import Warning
class purchase_order(models.Model):
... | agpl-3.0 |
res-ac/mstdn.res.ac | app/controllers/api/v1/statuses_controller.rb | 3265 | # frozen_string_literal: true
class Api::V1::StatusesController < Api::BaseController
include Authorization
before_action -> { authorize_if_got_token! :read, :'read:statuses' }, except: [:create, :destroy]
before_action -> { doorkeeper_authorize! :write, :'write:statuses' }, only: [:create, :destroy]
before... | agpl-3.0 |