repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Tencao/SAO-UI---1.8 | src/main/java/com/saomc/events/RenderHandler.java | 5731 | package com.saomc.events;
import com.saomc.screens.death.DeathScreen;
import com.saomc.screens.ingame.IngameGUI;
import com.saomc.screens.menu.IngameMenuGUI;
import com.saomc.SoundCore;
import com.saomc.effects.RenderDispatcher;
import com.saomc.renders.StaticRenderer;
import com.saomc.screens.menu.MainMenuGUI;
import... | gpl-2.0 |
3den/J-MediaGalleries | libraries/joomla/form/rules/email.php | 2909 | <?php
/**
* @version $Id: email.php 19024 2010-10-02 18:53:34Z 3dentech $
* @package Joomla.Framework
* @subpackage Form
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_BASE') or d... | gpl-2.0 |
acemod/ACEG | examples/ACEG%20Loadout%20Example%201.VR/Loadout_Weapons.hpp | 3857 |
// MX Black
class ACEG_arifle_MX_Black_F {
name = "arifle_MX_Black_F";
items[] = {};
magazines[] = {"30Rnd_65x39_caseless_mag"};
};
class ACEG_arifle_MX_Black_pointer_F: ACEG_arifle_MX_Black_F {
items[] = {"acc_pointer_IR"};
};
class ACEG_arifle_MX_Black_Holo_pointer_F: ACEG_arifle_MX_Black_F {
i... | gpl-2.0 |
MaxKellermann/xbmc | xbmc/platform/android/activity/android_main.cpp | 7382 | /*
* Copyright (C) 2012-2013 Team XBMC
* http://kodi.tv
*
* 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.
*
* T... | gpl-2.0 |
ljx0305/ice | cpp/test/Glacier2/dynamicFiltering/TestControllerI.cpp | 5722 | // **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | gpl-2.0 |
rubicon-outdoor-centre/ROC-Website | wp-content/themes/toolbox v2/404.php | 810 | <?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package Toolbox
* @since Toolbox 0.1
*/
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<div class="banner"></div>
<div class="grid container">
<div class="grid__col--100">
<div class="content-section">
... | gpl-2.0 |
kaiakonsap/viikingid | wp-content/plugins/sitepress-multilingual-cms/inc/absolute-links/absolute-links.class.php | 20615 | <?php
class AbsoluteLinks{
public $custom_post_query_vars = array();
public $taxonomies_query_vars = array();
function __construct(){
add_action('init', array($this,'init_query_vars'));
// Call directly because the 'init' action has already been done
// when the object... | gpl-2.0 |
Nguyenkain/strida.vn | wp-content/plugins/w4-post-list/inc/helper-posts-date_query.php | 2595 | <?php
/**
* Date Query Implementation
* @package WordPress
* @subpackage W4 Post List
* @author Shazzad Hossain Khan
* @url http://w4dev.com/plugins/w4-post-list
**/
class W4PL_Helper_Date_Query extends W4PL_Core
{
function __construct()
{
add_filter( 'w4pl/admin_list_fields', array($this, 'admin_list_fields... | gpl-2.0 |
rex-xxx/mt6572_x201 | mediatek/frameworks/base/tests/widget/src/com/mediatek/common/widget/tests/ScaleGestureDetectorTest.java | 1935 | package com.mediatek.common.widget.tests;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.ActionBar;
import android.app.ActionBar.Tab;
import android.app.Fragment;
import android.app.FragmentManager;
import android.test.ActivityInstrumentationTestCase2;
import android.ut... | gpl-2.0 |
LitaCA/login | UserLogin/Properties/AssemblyInfo.cs | 1044 | #region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Asse... | gpl-2.0 |
AMMD/AMMDWebsite2012 | tmp/cache/skel/html_abaa7d0e650fbb9a4a6472f2764aa5c9.php | 3534 | <?php
/*
* Squelette : ../plugins/auto/menus/prive/squelettes/contenu/menus_tous.html
* Date : Fri, 02 Dec 2011 16:00:20 GMT
* Compile : Tue, 16 Apr 2013 09:25:03 GMT
* Boucles : _menus_principaux
*/
function BOUCLE_menus_principauxhtml_abaa7d0e650fbb9a4a6472f2764aa5c9(&$Cache, &$Pile, &$doublons, &$Nu... | gpl-2.0 |
data-quest/CampusConnect | tests/CCTerms_testdb.php | 3193 | <?php
/*
* Copyright (C) 2011 - Rasmus Fuhse <fuhse@data-quest.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 versi... | gpl-2.0 |
MerryMage/dynarmic | src/dynarmic/frontend/A64/translate/impl/simd_permute.cpp | 3406 | /* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
* SPDX-License-Identifier: 0BSD
*/
#include <tuple>
#include "dynarmic/frontend/A64/translate/impl/impl.h"
namespace Dynarmic::A64 {
namespace {
enum class Transposition {
TRN1,
TRN2,
};
bool VectorTranspose(TranslatorVisitor& v... | gpl-2.0 |
PeoLeser/LMCL | LMCL/JsonLite/Converters/CustomCreationConverter.cs | 4091 | #region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... | gpl-2.0 |
cuongnd/test_pro | media/kendo-ui-core-master/src/cultures/kendo.culture.chr-Cher.js | 2394 | (function( window, undefined ) {
kendo.cultures["chr-Cher"] = {
name: "chr-Cher",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
percent: {
pattern: ["-n %","n %"],
... | gpl-2.0 |
laurenpenn/Website | content/themes/dbc-men/home.php | 2428 | <?php
/**
* Home Template
*
* This is the home template. Technically, it is the "posts page" template. It is used when a visitor is on the
* page assigned to show a site's latest blog posts.
*
* @package Prototype
* @subpackage Template
*/
get_header(); // Loads the header.php template. ?>
<?php do_atomic... | gpl-2.0 |
yokwe/finance | Stock/src/yokwe/finance/stock/app/UpdateStats.java | 8905 | package yokwe.finance.stock.app;
import java.io.File;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.stream.Collectors;
import org.slf4j.LoggerFactory;
import yokwe.finance.stock.data.Dividend;
import yokwe.finance... | gpl-2.0 |
bundocba/poiserealestate | modules/mod_ip_mapmodule/helper.php | 2833 | <?php
/**
* @version 3.3.1 2014-06-06
* @package Joomla
* @subpackage Iproperty
* @copyright (C) 2009 - 2014 the Thinkery LLC. All rights reserved.
* @license see LICENSE.php
*/
defined('_JEXEC') or die('Restricted access');
require_once(JPATH_SITE.'/components/com_iproperty/helpers/html.helper.php');
require_on... | gpl-2.0 |
PressCrew/infinity-cbox | src/templates/dashboard/screens/sidebar.php | 363 | <!-- start sidebar wrap -->
<div class="infinity-sidebar-wrap">
<div class="infinity-sidebar">
<?php
get_template_part( 'templates/dashboard/cpanel-sidebar', get_stylesheet() );
?>
<div class="infinity-widget">
<?php //display some useful support info
infinity_dashboard_support_info();
?>
</div>... | gpl-2.0 |
rwilhelm/bidos | app/src/core/components/users/users.controller.js | 3402 | /* global _, angular */
angular.module('bidos')
.controller('Users', Users);
function Users(Resources, $mdDialog, $mdMedia, $state, $scope, $rootScope) {
$scope.$watch(function() { return $mdMedia('sm'); }, function(small) {
$scope.smallDisplay = small;
});
updateScope();
$scope.unapprovedUsers = functi... | gpl-2.0 |
antomst/wordpress_skelton | wp-content/plugins/products_plugin/inc/js/DataTables-1.9.4/media/js/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js | 844 | /*! jQuery UI - v1.9.2 - 2013-10-20
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
jQuery(function(t){t.datepicker.regional.fo={closeText:"Lat aftur",prevText:"<Fyrra",nextText:"Næsta>",currentText:"Í dag",monthNames:["Januar","Februar","Mars","Apríl","Mei","... | gpl-2.0 |
ajspencer/NCSSM-SG-WordPress | wp-includes/js/jquery/ui/tabs.min.js | 15327 | /*!
* jQuery UI Tabs 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/
*/
!function (a) {
"function" == typeof define && define.amd ? define(["jquery", "./core", "./widget"], a) :... | gpl-2.0 |
belevtsoff/earlPipeline | earlpipeline/static/js/adapters.js | 494 | App.ApplicationAdapter = DS.RESTAdapter.extend({
// prepend paths for 'units' and 'edges' with current pipeline id
pathForType: function (type) {
if (type == 'unit' || type == 'edge') {
var path = this._super("pipeline") + "/" +
App.get("currentPipeline.id") + "/" +
... | gpl-2.0 |
phargonet/phaMProject | widgets/phaMFooter.php | 1713 | <?php
/**
* phaMFooter class file.
*
* @author Vadim Kruchkov <long@phargo.net>
* @link https://github.com/phargo/phaMProject
* @copyright Copyright © 2011 PhArgo.net
* @license Dual licensed under the MIT or GPL Version 2 licenses:
* - https://github.com/phargo/phaMProject/blob/master/MIT-LICENSE
* ... | gpl-2.0 |
SaiPradeepDandem/javafx-demos | src/main/java/com/ezest/javafx/domain/MyDomain.java | 871 | package com.ezest.javafx.domain;
import javafx.beans.property.SimpleStringProperty;
public class MyDomain{
private SimpleStringProperty name = new SimpleStringProperty();
private SimpleStringProperty description = new SimpleStringProperty();
public MyDomain(String name, String desc){
this.name.set(name);
this.... | gpl-2.0 |
weinyzhou/ffmpegAutoBuild | ffmpegAutoBuild/ffmpeg/ffmpeg_option.lua | 940 | --[[
描述: lua ffmpeg AVOption struct处理模块
作者: weiny zhou
创建日期: 2012-05-07
修改日期: 2012-05-07
版权: 版权所有,未经授权不得擅自拷贝复制或传播本代码的部分或全部.违者必究!
]]--
function avoption_dispose(szFileName)
local file=io.open(szFileName,"r");
local szText=file:read("*a");
file:close();
file=nil;
local varName="AVOption";
local flag="%s+"..varN... | gpl-2.0 |
nelcanto/cqg | wp-content/plugins/buddyboss-media/includes/main-class.php | 26600 | <?php
/**
* @package WordPress
* @subpackage BuddyBoss Media
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
if( ! class_exists( 'BuddyBoss_Media_Plugin' ) ):
/**
*
* BuddyBoss Media Plugin Main Controller
* **************************************
*
*
*/
class BuddyBoss_Media_Plugin
{
/* ... | gpl-2.0 |
collective/zettwerk.clickmap | zettwerk/clickmap/ClickmapTool.py | 6870 | from Products.CMFCore.utils import UniqueObject
from OFS.SimpleItem import SimpleItem
from Products.CMFCore.utils import getToolByName, _checkPermission
from Products.CMFCore.permissions import ModifyPortalContent
from zope.interface import implements
from Products.statusmessages.interfaces import IStatusMessage
fro... | gpl-2.0 |
greshniksv/SimpleRuby | SrbEditor/Program.cs | 482 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace SrbEditor
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Ap... | gpl-2.0 |
Serdy/treasureantique.com | wp-content/plugins/wp-lister-for-ebay/classes/integration/WooBackendIntegration.php | 21695 | <?php
/**
* hooks to alter the WooCommerce backend
*/
class WPL_WooBackendIntegration {
function __construct() {
// custom column for products table
add_filter( 'manage_edit-product_columns', array( &$this, 'wpl_woocommerce_edit_product_columns' ), 11 );
add_action( 'manage_product_posts_custom_column', arr... | gpl-2.0 |
GolgoSoft/KeenerWP | wp-content/plugins/woocommerce-tm-extra-product-options/include/class-tm-epo-builder-base.php | 103325 | <?php
/* Security: Disables direct access to theme files */
if ( !defined( 'TM_EPO_PLUGIN_SECURITY' ) ) {
die();
}
/**
* TM EPO Builder
*/
final class TM_EPO_BUILDER_base {
protected static $_instance = null;
var $plugin_path;
var $template_path;
var $plugin_url;
private $all_elements;
// element options
... | gpl-2.0 |
tdmichaelis/press | wp-content/plugins/widgetkit/plugins/widgets/slideshow/views/_nav.php | 2209 | <?php
// Nav
$nav = '';
$nav_item = '';
switch ($settings['nav']) {
case 'dotnav':
$nav = 'uk-dotnav';
$nav .= ($settings['nav_overlay'] && $settings['nav_contrast']) ? ' uk-dotnav-contrast' : '';
break;
case 'thumbnails':
$nav = 'uk-thumbnav';
$nav_item = ($settings['... | gpl-2.0 |
AlexandrosV/WicaWeb | public/js/modules/ontology/ontology/list.js | 4401 | $(document).ready(function() {
//New ontology action
$("#new_ontology").bind("click",function(){
$('#original').removeAttr('readonly');
$('#cms_container').load("/ontology/ontology/new", {
section_id: $('#section_id').val(),
parent_id : $('#parent_id').val(),
... | gpl-2.0 |
febef/wendy | front-end/src/js/ctrl.main.js | 431 |
(function(){
angular.module('main')
.controller('ctrl.main', function($window, config, $state, cfpLoadingBar){
var vm = this;
vm.state = $state;
vm.states = config.states;
vm.nextpage = function(){
$window.history.forward();
};
vm.backpage =... | gpl-2.0 |
arnoschoon/ext-solr | Tests/Integration/Plugin/Results/ResultsTest.php | 21179 | <?php
namespace ApacheSolrForTypo3\Solr\Tests\Integration\Plugin\Results;
/***************************************************************
* Copyright notice
*
* (c) 2010-2015 Timo Schmidt <timo.schmidt@dkd.de>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free ... | gpl-2.0 |
JSansalone/VirtualBox4.1.18 | src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp | 3607 | /* $Id: initterm-r0drv-darwin.cpp $ */
/** @file
* IPRT - Initialization & Termination, R0 Driver, Darwin.
*/
/*
* Copyright (C) 2006-2007 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redist... | gpl-2.0 |
replicatorg/ReplicatorG | src/main/java/replicatorg/drivers/gen3/MotherboardCommandCode.java | 2375 | package replicatorg.drivers.gen3;
/**
* An enumeration of the available command codes for the three-axis CNC
* stage.
*/
public enum MotherboardCommandCode {
VERSION(0,""),
INIT(1,""),
GET_BUFFER_SIZE(2,""),
CLEAR_BUFFER(3,""),
GET_POSITION(4,""),
GET_RANGE(5,""),
SET_RANGE(6,""),
ABORT(7,""),
PAU... | gpl-2.0 |
chisimba/chisimba | app/lib/pear/Mail.php | 8881 | <?php
//
// +----------------------------------------------------------------------+
// | PHP Version 4 |
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2003 The PHP Group |
// +---... | gpl-2.0 |
cmangos/mangos-cata | src/game/AI/ScriptDevAI/scripts/kalimdor/caverns_of_time/hour_of_twilight/boss_asira_dawnslayer.cpp | 1026 | /* This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information
* 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 opti... | gpl-2.0 |
sayghteight/web-dev | application/modules/language/english.php | 385 | <?php
/*
-------------------------------/
English /
-----------------------------/
*/
# Menu Textos
define('text_menu_home', 'Home');
define('text_menu_registro', 'Create your account!');
define('text_menu_descargar', 'Download');
define('text_menu_features', 'Feature');
define('text_menu_revi... | gpl-2.0 |
mitrobkat/wordpress | themes/heifer/sidebar-page.php | 590 | <?php
/**
* Template Name: Sidebar Template
* Description: A Page Template that adds a sidebar to pages
*
* @package WordPress
* @subpackage Heifer
* @since Heifer 1.0
*/
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_t... | gpl-2.0 |
pluginkollektiv/cachify | inc/cachify.settings.php | 5166 | <?php
/**
* Settings page.
*
* @package Cachify
*/
/* Quit */
defined( 'ABSPATH' ) || exit;
?>
<form method="post" action="options.php">
<?php settings_fields( 'cachify' ); ?>
<table class="form-table">
<tr>
<th scope="row">
<label for="cachify_cache_method"><?php esc_html_e( 'Cache method', 'cachify' ... | gpl-2.0 |
darylbatchelor/learnerUnderground | wp-content/themes/sole/buddypress/groups/groups-loop-front.php | 2191 | <?php
/**
* BuddyPress - Groups Loop
*
* Querystring is set via AJAX in _inc/ajax.php - bp_legacy_theme_object_filter().
*
* @package BuddyPress
* @subpackage bp-legacy
*/
?>
<?php
/**
* Fires before the display of groups from the groups loop.
*
* @since 1.2.0
*/
do_action( 'bp_before_groups_loop' ); ?>
... | gpl-2.0 |
techtonik/wesnoth | src/ana/apps/chat/server.cpp | 4981 |
/**
* @file
* @brief Server side chat application. Example for the ana project.
*
* ana: Asynchronous Network API.
* Copyright (C) 2010 - 2015 Guillermo Biset.
*
* This file is part of the ana project.
*
* System: ana
* Language: C++
*
* Author: Guillermo Biset
* E-Mail: bill... | gpl-2.0 |
Fat-Zer/tdebase | tqt3integration/utils/gen.cpp | 31375 | /*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE tdebase builds
*
* 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 |
phoebuzz/habsprospect | wp-content/plugins/sportspress/includes/admin/class-sp-admin-menus.php | 11129 | <?php
/**
* Setup menus in WP admin.
*
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 1.3
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( ! class_exists( 'SP_Admin_Menus' ) ) :
/**
* SP_Admin_Menus Class
*/
class SP_Admin_Menus {
/**
* Hook ... | gpl-2.0 |
vc27/ParentTheme | js/childTheme.js | 509 | /**
* File Name childTheme.js
*
**/
// ######################################################################
/**
* childTheme
**/
var childTheme = {
/**
* init
**/
init : function() {
this.functionName();
} // end init : function
/**
* functionName
**/
,functio... | gpl-2.0 |
sebglon/docker-consultant | src/app/application.compoment.ts | 39 | /**
* Created by sgl on 16/11/15.
*/
| gpl-2.0 |
t-mon/guh | libguh/plugin/devicedescriptor.cpp | 4069 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright (C) 2015 Simon Stuerz <simon.stuerz@guh.guru> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* ... | gpl-2.0 |
locthdev/shopthoitrang-oxwall | ow_system_plugins/base/bol/text_format_service.php | 13045 | <?php
/**
* EXHIBIT A. Common Public Attribution License Version 1.0
* The contents of this file are subject to the Common Public Attribution License Version 1.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.oxwall.org/licen... | gpl-2.0 |
swapnilaptara/tao-aptara-assess | taoLti/actions/class.ToolModule.php | 3344 | <?php
/**
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but W... | gpl-2.0 |
robotology/grasp | object-reconstruction/src/reconstructionRoutine.cpp | 6493 | /* Copyright: (C) 2014 iCub Facility - Istituto Italiano di Tecnologia
* Authors: Ilaria Gori
* email: ilaria.gori@iit.it
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Softwa... | gpl-2.0 |
stuartdevstars/eureka | wp-content/themes/eureka/archive-ec_recipe.php | 4505 | <?php get_header(); ?>
<?php
$args = array('post_type' => 'ec_recipe');
if(isset($_GET['type']) && $_GET['type']) {
$args = array_merge($args, array('meta_key' => 'recipe_type', 'meta_value' => $_GET['type']));
}
?>
<div class="recipes">
<div class="container">
<?php $loop = new WP_Query($args); ?>
<?php $col... | gpl-2.0 |
ossxp-com/testlink-ossxp-hacks | lib/testcases/containerEdit.php | 28646 | <?php
/**
* TestLink Open Source Project - http://testlink.sourceforge.net/
* This script is distributed under the GNU General Public License 2 or later.
*
* @version $Revision: 1.114 $
* @modified $Date: 2010/06/28 16:19:37 $ by $Author: asimon83 $
* @author Martin Havlat
*
* @internal revisions
* 20100628 -... | gpl-2.0 |
tiv-source/tiv-page | web-user/src/main/java/de/tivsource/page/user/actions/companion/GroupAction.java | 4632 | package de.tivsource.page.user.actions.companion;
import java.util.List;
import java.util.regex.Pattern;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2... | gpl-2.0 |
borysiasty/QGIS | src/providers/hana/qgshanaproviderconnection.cpp | 14682 | /***************************************************************************
qgshanaproviderconnection.cpp - QgsHanaProviderConnection
--------------------------------------
Date : 07-04-2020
Copyright : (C) SAP SE
Author : Maxim Rylov
**********************************************************... | gpl-2.0 |
yuxans/badgirl | src/ircbot.py | 14176 | # Copyright (C) 1999--2002 Joel Rosdahl
#
# 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 option) any later version.
#
# This library is ... | gpl-2.0 |
specify/specify6 | src/edu/ku/brc/af/ui/forms/persist/FormViewDef.java | 12678 | /* Copyright (C) 2021, Specify Collections Consortium
*
* Specify Collections Consortium, Biodiversity Institute, University of Kansas,
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA, support@specifysoftware.org
*
* This program is free software; you can redistribute it and/or
* modify it under the term... | gpl-2.0 |
georgejhunt/HaitiDictionary.activity | data/words/moral.js | 351 | showWord(["n. "," 1. Ki gade règ konduit nan yon sosyete. Moun sa yo gen moral. 2. Pati nan filozofi. Moral se syans lwa natirèl, lòd ideyal lavi a. 3. Onèt, jis. Jak se yon nonm ki gen moral, li pap fè tout bagay. 4. Dispozisyon ki fè moun pa pè danje. Malad la gen bon moral. 5. a. Ki respekte lwa epi ki suiv bon kon... | gpl-2.0 |
aworley/cats | login_prompt.php | 278 | <?php
class login_prompt
{
function run()
{
echo <<<EOF
<h2>Log into the database</h2>
<p>Before we begin, you need to log into the database so we have access to it.</p>
<a class="btn btn-default btn-lg" href="/cxn/cxn.php/http_auth" role="button">Log In</a>
EOF;
}
} | gpl-2.0 |
piti118/SPR | src/SprVariableImportanceApp.cc | 16244 | //$Id: SprVariableImportanceApp.cc,v 1.8 2008-04-02 23:36:45 narsky Exp $
//
// An executable to estimate the relative importance of variables.
// See notes in README (Variable Selection).
//
#include "StatPatternRecognition/SprExperiment.hh"
#include "StatPatternRecognition/SprUtils.hh"
#include "StatPatternRecogniti... | gpl-2.0 |
klst-com/metasfresh | de.metas.edi/src/main/java-gen/de/metas/esb/edi/model/X_EDI_M_InOut_Overdelivery_C_OrderLine_v.java | 3959 | /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | gpl-2.0 |
paulhendricksen/AmazonWebServicesDesktopApplicaiton | src/com/phnac/awsapp/AWSConsole.java | 1458 | package com.phnac.awsapp;
import java.io.IOException;
import com.phnac.awsapp.util.Reference;
import com.phnac.awsapp.view.AWSLoginController;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;
public cl... | gpl-2.0 |
meebey/smuxi-head-mirror | lib/db4o-net/Db4oUnit.Extensions/Db4oUnit.Extensions/Fixtures/NonStandardBlockSizeFixture.cs | 679 | /* Copyright (C) 2004 - 2009 Versant Inc. http://www.db4o.com */
using System;
using Db4oUnit.Extensions.Fixtures;
using Db4objects.Db4o;
using Db4objects.Db4o.Config;
namespace Db4oUnit.Extensions.Fixtures
{
public class NonStandardBlockSizeFixture : Db4oSolo
{
protected override IObjectContainer Crea... | gpl-2.0 |
zdislaw/forestknollspool_wp | wp-content/plugins/backupbuddy/controllers/ajax/_destination_ftp.php | 10477 | <?php
if ( !empty( $_GET['callback_data'] ) ) {
$callback_data = $_GET['callback_data'];
} else {
$callback_data = '';
}?>
<form id="posts-filter" enctype="multipart/form-data" method="post" action="<?php echo pb_backupbuddy::ajax_url( 'destination_picker' ); ?>&callback_data=<?php if ( !empty( $_GET['callback_data... | gpl-2.0 |
RisingFog/dolphin-avsync | Source/Core/Core/PowerPC/JitCommon/JitCache.cpp | 9879 | // Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
// Enable define below to enable oprofile integration. For this to work,
// it requires at least oprofile version 0.9.4, and changing the build
// system to link the Dolphin executable against libopagent. Sin... | gpl-2.0 |
ane/speedchurn | speedchurn.go | 991 | // Copyright 2012 Antoine Kalmbach <ane@iki.fi>
// Use of this source code is governed by a GPLv2 license
// found in the LICENSE file.
package main
import (
"flag"
"os"
"runtime"
"sync"
)
var wg sync.WaitGroup
var matcher Matcher = new(IrssiMatcher)
var Locale string
var Cores int
type debugging bool
const deb... | gpl-2.0 |
netroby/jdk9-shenandoah-hotspot | test/gc/g1/TestShrinkAuxiliaryData25.java | 1599 | /*
* Copyright (c) 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 Softwa... | gpl-2.0 |
TheTypoMaster/calligra | libs/flake/commands/KoPathReverseCommand.cpp | 1878 | /* This file is part of the KDE project
* Copyright (C) 2007 Jan Hambrecht <jaham@gmx.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (... | gpl-2.0 |
InWorldz-Viewer/llqtwebkit | tests/ssltest/ssltest.cpp | 6642 | /* Copyright (c) 2006-2010, Linden Research, Inc.
*
* LLQtWebKit Source Code
* The source code in this file ("Source Code") is provided by Linden Lab
* to you under the terms of the GNU General Public License, version 2.0
* ("GPL"), unless you have obtained a separate licensing agreement
* ("Other License"), form... | gpl-2.0 |
marmotwb/2.8.x | wb/templates/WbTheme/jquery/webkit-focusfix.js | 1388 | /**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Workaround for Webkit browser to fix focus problems when using skiplinks
* (de) Workaround für Webkit-Browser, um den Focus zu korrigieren, bei Verwendung von Skiplinks
*
* @note inspired by Paul Ratcliffe's article
* http://ww... | gpl-2.0 |
mathieu269/PluXml | core/lang/de/update.php | 3660 | <?php
$LANG = array(
'L_SAVE_SUCCESSFUL' => 'Daten erfolgreich gespeichert',
'L_UPDATE_TITLE' => 'Aktualisierung PluXml',
'L_WRONG_PHP_VERSION' => 'PluXml benötigt mindestens PHP 5 um zu funktionieren.',
'L_SELECT_LANG' => 'Wählen Sie Ihre Sprache',
'L_INPUT_CHANGE' => 'Ändern',
'L_UPDATE_UPTOD... | gpl-2.0 |
TheTypoMaster/calligra | filters/karbon/karbon1.x/Karbon1xImport.cpp | 47912 | /* This file is part of the KDE project
* Copyright (C) 2007,2011 Jan Hambrecht <jaham@gmx.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License,... | gpl-2.0 |
haidarafif0809/qwooxcqmkozzxce | export_lap_mutasi_stok.php | 5757 | <?php
include 'sanitasi.php';
include 'db.php';
// Fungsi header dengan mengirimkan raw data excel
header("Content-type: application/vnd-ms-excel");
// Mendefinisikan nama file ekspor "hasil-export.xls"
header("Content-Disposition: attachment; filename=data_laporan_mutasi_stok.xls");
$dari_tanggal = stringdoang(... | gpl-2.0 |
cwolf905/hbksw | src/com/dm/orm/mapper/entity/PluginCategory.java | 994 | package com.dm.orm.mapper.entity;
/**
* 插件类型
* @author M.simple
*
*/
public class PluginCategory
{
private Integer id;
private String name;
private String description;
private Integer orderId;
private int pagestart;
private int pagesize;
public Integer getOrderId() {
return orderId;
}
public void... | gpl-2.0 |
uees/Ooo | config/zues.php | 1380 | <?php
return [
'mail_notification' => env('MAIL_NOTIFICATION') ?: false,
'default_avatar' => env('DEFAULT_AVATAR') ?: '/images/default.png',
'favicon' => env('FAVICON') ?: '/images/favicon.ico',
'meta' => [
'keywords' => env('KEYWORDS') ?: 'laravel',
'description' => env('DESCRIPTION') ?... | gpl-2.0 |
chronoxor/Depth | source/string/iterators/CStringASCIIIteratorConst.cpp | 5040 | /*!
* \file CStringASCIIIteratorConst.inl ASCII string constant iterator
* definitions. It gives ability to get ASCII string characters
* and to do random moving through the ASCII string characters.
* \brief ASCII string constant iterator class (source).
* \author Ivan Shynkarenka aka ... | gpl-2.0 |
ugeneunipro/ugene | src/libs_3rdparty/QSpec/src/primitives/PopupChooser.cpp | 10822 | /**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2017 UniPro <ugene@unipro.ru>
* http://ugene.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
* ... | gpl-2.0 |
bjaraujo/ENigMA | trunk/src/geometry/GeoCentroid.hpp | 1062 | // *****************************************************************************
// <ProjectName> ENigMA </ProjectName>
// <Description> Extended Numerical Multiphysics Analysis </Description>
// <HeadURL> $HeadURL$ </HeadURL>
// <LastChangedDate> $LastChangedDate$ </LastChangedDate>
// <LastChangedRevision> $Last... | gpl-2.0 |
rendermani/ascio-php-examples | aws-v2/examples/transfer_domain.php | 2338 | <?php
$wsdl = 'https://awstest.ascio.com/2012/01/01/AscioService.wsdl';
$client = new SoapClient($wsdl,array( "trace" => 1 ));
$registrant = Array(
'Name' => 'John Doe',
'OrgName' => 'Ascio',
'Address1' => '10 Main Street',
'Address2' => '',
'City' => 'Mun... | gpl-2.0 |
Joker701/Scaffold-1.0 | app/config/view.php | 948 | <?php
return array(
/*
|--------------------------------------------------------------------------
| View Storage Paths
|--------------------------------------------------------------------------
|
| Most templating systems load templates from disk. Here you may specify
| an array of paths that should be check... | gpl-2.0 |
asiekierka/Chisel-1.7.2 | src/main/java/info/jbcs/minecraft/chisel/CarvingVariation.java | 473 | package info.jbcs.minecraft.chisel;
import net.minecraft.block.Block;
public class CarvingVariation implements Comparable {
public CarvingVariation(Block block, int metadata, int ord) {
this.order=ord;
this.block=block;
this.meta=metadata;
this.damage=metadata;
}
@Override
public int compare... | gpl-2.0 |
iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest08261.java | 2356 | /**
* OWASP Benchmark Project v1.1
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The Benchmark is free software: you can redistribute it and/... | gpl-2.0 |
xhunterx89/shop_Joomla | administrator/components/com_jshopping/views/config/tmpl/general.php | 3449 | <?php
$jshopConfig = &JSFactory::getConfig();
$lists = $this->lists;
JHTML::_('behavior.tooltip');
include(dirname(__FILE__)."/submenu.php");
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<input type="hidden" name="task" value="... | gpl-2.0 |
fprates/iocaste | src/install/classes/org/iocaste/install/dictionary/SH.java | 4943 | package org.iocaste.install.dictionary;
import java.util.List;
import org.iocaste.documents.common.DataType;
import org.iocaste.kernel.common.Table;
public class SH extends Module {
public SH(byte dbtype) {
super(dbtype);
}
/*
* (non-Javadoc)
* @see org.iocaste.install.dictionary.Modu... | gpl-2.0 |
zhujiangang/JCommons | src/org/jcommons/net/SimpleHttpClient.java | 67 | package org.jcommons.net;
public class SimpleHttpClient {
}
| gpl-2.0 |
myiek/entrepreneurhub.ca | wp-content/plugins/jetpack/modules/after-the-deadline/config-unignore.php | 4129 | <?php
/*
* Called by the TinyMCE plugin when Ignore Always is clicked (setup as an action through admin-ajax.php)
*/
function AtD_ignore_call() {
if ( ! AtD_is_allowed() )
return;
$user = wp_get_current_user();
if ( ! $user || $user->ID == 0 )
return;
$ignores = explode( ',', AtD_get_setting( $user->ID,... | gpl-2.0 |
ElvishArtisan/soundpanel | profileline.cpp | 1252 | // profileline.cpp
//
// A container class for profile lines.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: profileline.cpp,v 1.1 2007/12/19 20:22:23 fredg Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library ... | gpl-2.0 |
pombreda/git-git.code.sf.net-p-rpmlint-code | TagsCheck.py | 43762 | # -*- coding: utf-8 -*-
#############################################################################
# File : TagsCheck.py
# Package : rpmlint
# Author : Frederic Lepied
# Created on : Tue Sep 28 00:03:24 1999
# Purpose : Check a package to see if some rpm tags are present
##############... | gpl-2.0 |
RushilPatel/BattleForWesnoth | src/persist_var.cpp | 8005 | /* $Id: persist_var.cpp 55984 2013-01-01 09:34:55Z mordante $ */
/*
Copyright (C) 2010 - 2013 by Jody Northup
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... | gpl-2.0 |
aindong/ePes | app/database/migrations/2015_02_10_203624_create_roles_table.php | 516 | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateRolesTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('roles', function(Blueprint $table)
{
$table->increments('id');
$table->str... | gpl-2.0 |
Shaz3e/S3-Wordpress | page-templates/home2.php | 575 | <?php
/*
* Template Name: Home 2
* custome page template for dummy
* @since S3 Framework 1.0
*/
// Wordpress Header
get_header();
// modify this page according your requirements make sure to copy first before use
//while ( have_posts() ) : the_post();
// Include the page content template.
//get_template_pa... | gpl-2.0 |
oat-sa/extension-tao-proctoring | scripts/install/OverrideSectionPauseService.php | 1258 | <?php
/**
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but WITH... | gpl-2.0 |
Charles546/backpak | index.js | 364 | /***
* Author: Charles Huang <huangc.cd@gmail.com>
* Date: 2/28/2015
* Project: backpak
*
* This is the entry point for backpak api framework
*
*/
var _ = require('lodash');
module.exports = {
Server: require('./server'),
Transport: require('./transport'),
Dispatcher: require('./dispatcher'),
... | gpl-2.0 |
Maysami/elenoon-drive | src/com/elenoondrive/android/notifications/NotificationBuilderWithProgressBar.java | 4379 | /* ownCloud Android client application
* Copyright (C) 2014 ownCloud 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.
*
* This program is distributed in the hop... | gpl-2.0 |
deezzel/radaapp | RADAAPP/RADAAPP-ejb/test/model/LawsTest.java | 6607 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import java.util.Date;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Ass... | gpl-2.0 |
equeim/qorganizer | lang/Hungarian.ts | 33641 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="hu">
<context>
<name>SettingsDialog</name>
<message>
<source>Some settings require restarting qOrganizer</source>
<translation>Egyes beállitások igénylik a program újrainditását</translation>
</message>
<mes... | gpl-2.0 |
Automattic/vip-go-mu-plugins | jetpack-9.4/_inc/build/instant-search/jp-search-ie11-polyfill-loader.bundle.asset.php | 108 | <?php return array('dependencies' => array('wp-polyfill'), 'version' => 'b64b0a8917db53ab5243a6839e390840'); | gpl-2.0 |
ProfessorX/Config | .PyCharm30/system/python_stubs/-1247972723/samba/dcerpc/dfs/EnumArray200.py | 741 | # encoding: utf-8
# module samba.dcerpc.dfs
# from /usr/lib/python2.7/dist-packages/samba/dcerpc/dfs.so
# by generator 1.135
""" dfs DCE/RPC """
# imports
import dcerpc as __dcerpc
import talloc as __talloc
class EnumArray200(__talloc.Object):
# no doc
def __init__(self, *args, **kwargs): # real signature un... | gpl-2.0 |
vpatrinhani/BDD_Specflow_MVVM_Sample | src/Calculator.WPFApp/MainWindow.xaml.cs | 3031 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | gpl-2.0 |