repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
amurrayw/tetrad | tetrad-gui/src/main/java/edu/cmu/tetradapp/app/hpc/action/DeleteHpcJobInfoAction.java | 1973 | package edu.cmu.tetradapp.app.hpc.action;
import java.awt.Component;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.JOptionPane;
import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
import edu.cmu.tetradapp.app.TetradDesktop;
import edu.cmu.tetradapp.app.hp... | gpl-2.0 |
jonthewayne/FanActions | wp-content/themes/showtime/freshwork/functions/freshtour.php | 4606 | <?php
//////////////////////////////////////////////////////////////////////////////
// INIT FUNCTION
//////////////////////////////////////////////////////////////////////////////
$step = 1;
if( isset($_POST['prc_step']) ) $step = $_POST['prc_step'];
function tour_add_init()
{
}
///... | gpl-2.0 |
Educfor/dev-posi-dalia | views/templates/inscript_content.php | 184 |
<!-- Contenu a l'interieur de la balise <body> -->
<?php
echo $template_content;
// Le footer est obligatoire (minimum : </body> </html>)
//require('inscript_footer.php');
?> | gpl-2.0 |
pudly/styled-ui | wp-content/themes/styledui/404.php | 1730 | <?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package StyledUI
*/
get_header(); ?>
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-... | gpl-2.0 |
joglomedia/masedi.net | wp-content/themes/JobBoard/library/includes/return.php | 1617 | <?php get_header(); ?>
<?php st_before_content($columns=''); ?>
<ul class="page-nav"><li><?php if ( get_option( 'ptthemes_breadcrumbs' ) == 'Yes') { yoast_breadcrumb('',' » '.PAYMENT_SUCCESS_TITLE); } ?></li></ul>
<div id="content" class="eleven columns">
<h1 class="page_head"><?php echo PAYMENT_SUC... | gpl-2.0 |
kmatheussen/radium | pluginhost/JuceLibraryCode/modules/juce_core/files/juce_DirectoryIterator.cpp | 5075 | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
The code included in this file is provid... | gpl-2.0 |
omgbebebe/warzone2100 | data/mp/multiplay/skirmish/semperfi_includes/build.js | 10439 |
// If positive, there are oil derricks that unused due to lack of power generators.
// If negative, we have too many power generator (usually not a problem in itself).
function numUnusedDerricks()
{
return countStruct(derrick) - countStruct(powGen) * 4;
}
function conCanHelp(mydroid, bx, by)
{
return (mydroid.order... | gpl-2.0 |
yugandhargangu/JspMyAdmin2 | application/jspmyadmin/src/main/java/com/jspmyadmin/app/database/structure/controllers/SuffixController.java | 2238 | /**
*
*/
package com.jspmyadmin.app.database.structure.controllers;
import java.sql.SQLException;
import com.jspmyadmin.app.database.structure.beans.StructureBean;
import com.jspmyadmin.app.database.structure.logic.StructureLogic;
import com.jspmyadmin.framework.constants.AppConstants;
import com.jspmyadmin.framew... | gpl-2.0 |
fqybzhangji/Crazy | Core/ACTIVITY100008.cs | 853 | //------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Core
{
us... | gpl-2.0 |
N2maniac/springlobby-join-fork | src/qt/battlelistmodel.cpp | 2817 | /**
This file is part of SpringLobby,
Copyright (C) 2007-2010
SpringLobby 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.
springsettings is distributed in the hope that it will ... | gpl-2.0 |
banjum/DataVisualizer-JAVA | src/com/ghc/foss/ds/List.java | 2341 | /*
* Copyright (C) 2015 banjum
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed... | gpl-2.0 |
KasenJ/CommunityPython | code/handler/GetArroundEvent.py | 806 | import tornado.ioloop
import tornado.web
import tornado.httpserver
from tornado.escape import *
import json
class GetArroundEvent(tornado.web.RequestHandler):
def get(self):
self.write("<p>GetArroundEvent</p><form action='/api/getAround' method='post'><input type='submit' value='submit'></form>")
def post(self):
... | gpl-2.0 |
Automattic/simplenote-electron | lib/icons/new-note.tsx | 473 | import React from 'react';
export default function NewNoteIcon() {
return (
<svg
className="icon-new-note"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<rect x="0" fill="none" width="24" height="24" />
<path d="M9.707 12.879L19.59 3 21 4.41l-9.879 9.883L9 15 9.707 12... | gpl-2.0 |
gfrd/modern_egfrd | test/TestGFRD/ParticleContainer_test.cpp | 6305 | #include <iostream>
#include <ParticleContainerImpl.hpp>
#include "ParticleContainer_test.hpp"
// --------------------------------------------------------------------------------------------------------------------------------
int testParticleContainer()
{
ParticleContainerImpl pc;
TINYTEST_EQUAL(pc.... | gpl-2.0 |
Roma48/moesto | administrator/components/com_acymailing/views/file/tmpl/share.php | 1718 | <?php
/**
* @package AcyMailing for Joomla!
* @version 4.9.3
* @author acyba.com
* @copyright (C) 2009-2015 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="acy_content">
<form action="index.php... | gpl-2.0 |
shophelfer/shophelfer.com-shop | lang/german/modules/payment/billsafe_2hp.php | 9492 | <?php
/* -----------------------------------------------------------------------------------------
$Id: billsafe_2hp.php 4200 2013-01-10 19:47:11Z Tomcraft1980 $
modified eCommerce Shopsoftware
http://www.modified-shop.org
Copyright (c) 2009 - 2013 [www.modified-shop.org]
----------------------... | gpl-2.0 |
JensTimmerman/vsc-manage | setup.py | 2328 | ##
# Copyright 2011-2013 Ghent University
#
# This file is part of vsc-manage,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Hercules foundation (ht... | gpl-2.0 |
iVerb1/AmazonCloudEncode | Controller/node_modules/network/lib/linux.js | 2335 | "use strict";
//////////////////////////////////////////
// by Tomas Pollak - http://forkhq.com
//////////////////////////////////////////
var os = require('os'),
exec = require('child_process').exec;
/**
* If no wifi, then there is no error but cbed get's a null in second param.
**/
exports.get_active_netwo... | gpl-2.0 |
indexcosmos/renzi | wp-content/themes/apartvilla/includes/modules/shortcodes/location_address.php | 296 | <?php ob_start(); ?>
<li class="clearfix">
<div class="name">
<h3><?php echo balanceTags($title);?></h3>
<p><?php echo balanceTags($address);?></p>
</div>
<div class="distance">
<?php echo balanceTags($miles);?>
</div>
</li>
<?php return ob_get_clean(); | gpl-2.0 |
adamfranco/polyphony | main/library/GUIWizardComponents/Utilities/GUIComponentUtility.class.php | 6155 | <?php
/**
* @since 8/15/2006
* @package polyphony.guiwizardcomponents
*
* @copyright Copyright © 2006, Middlebury College
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
*
* @version $Id: GUIComponentUtility.class.php,v 1.5 2007/09/19 14:04:46 adamfranco Exp $
*/
/*... | gpl-2.0 |
creasyw/IMTAphy | framework/library/src/ldk/SequentlyCallingLinkHandler.hpp | 3142 | /*******************************************************************************
* This file is part of openWNS (open Wireless Network Simulator)
* _____________________________________________________________________________
*
* Copyright (C) 2004-2007
* Chair of Communication Networks (ComNets)
* Kopernikusstr.... | gpl-2.0 |
rsathishkumar/drupal8 | core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php | 2287 | <?php
namespace Drupal\Tests\Core\PageCache;
use Drupal\Core\PageCache\RequestPolicyInterface;
use Drupal\Tests\UnitTestCase;
use Symfony\Component\HttpFoundation\Request;
/**
* @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod
* @group PageCache
*/
class CommandLineOrUnsafeMethod... | gpl-2.0 |
bayasist/vbox | out/linux.amd64/debug/obj/vboxjxpcom-gen/jxpcomgen/java/glue/IDirectory.java | 2940 |
/*
* Copyright (C) 2010-2014 Oracle Corporation
*
* This file is part of the VirtualBox SDK, as available from
* http://www.virtualbox.org. 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 Found... | gpl-2.0 |
mohittahiliani/adaptive-RED-ns3 | src/network/examples/red_vs_ared.cc | 7290 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2015 NITK Surathkal
*
* 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 d... | gpl-2.0 |
Queexie/Feudalism | src/main/java/com/valarmorghulismc/feudalism/chunk/types/ChunkTickRunnable.java | 1664 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.valarmorghulismc.feudalism.chunk.types;
import com.valarmorghulismc.feudalism.chunk.ChunkInfo;
import com.valarmorghulismc.feudalism.chunk.ChunkLocation;
import com.valarmorghulismc.feudalism.house.House;
/... | gpl-2.0 |
rex-xxx/mt6572_x201 | mediatek/frameworks/base/tests/epo/src/com/mediatek/epo/test/EpoTCRunner.java | 1016 | package com.mediatek.epo.test;
import junit.framework.TestSuite;
import android.test.suitebuilder.annotation.LargeTest;
import android.test.AndroidTestCase;
import android.test.InstrumentationTestRunner;
import android.test.InstrumentationTestSuite;
import android.util.Log;
import android.app.Activity;
import android.... | gpl-2.0 |
ldsc/lib_ldsc | src/AnaliseImagem/Simulacao/ConfiguracaoEquilibrio/CConfiguracoesEquilibrio3D.cpp | 32117 | /**
----------------------------------------------------------------------------
PROJETO: LIB_LDSC
Bibliotecas de Objetos
----------------------------------------------------------------------------
Desenvolvido por: Laboratorio de Desenvolvimento de Software Cientifico.
Programadores: Andre D.Bueno, Celso P.Fer... | gpl-2.0 |
yeriomin/YalpStore | app/src/main/java/com/github/yeriomin/yalpstore/fragment/details/GeneralDetails.java | 11731 | /*
* Yalp Store
* Copyright (C) 2018 Sergey Yeriomin <yeriomin@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
* (at your option) any late... | gpl-2.0 |
metno/poseidon-rest | app/api/v1/ForecastSearchParams.java | 467 | package api.v1;
import java.util.Date;
public class ForecastSearchParams {
public String customer_name;
public String met_ref ;
public Date start_date;
public Integer start_term;
public Date end_date;
public Integer end_term;
public String custref_po_calloff ;
public String custref_contra... | gpl-2.0 |
laurynasl/gerpgr | game/gamemap.cpp | 22831 | #include "gamemap.hpp"
#include "masks.hpp"
#include "tables.hpp"
#include "triggerquestion.hpp"
#include "triggerplayer.hpp"
#include "actionrandom.hpp"
#include "actiontravel.hpp"
#include "monsters.hpp"
#include "maps.hpp"
#include <assert.h>
#include <math.h>
#include "../algorithms/graph.hpp"
#include "../iterator... | gpl-2.0 |
UShan89/dosocs2-ui | client/templates/restoken.js | 673 | Template.restoken.helpers({
Token: function(){
return 'REST Token'
}
})
Template.restoken.events({
'click .getToken': function(event, template){
event.preventDefault();
sAlert.warning("Generating token", {effect: 'bouncyflip', position: 'top-right', timeout: 1000, onRouteClose: true, stack: true, ... | gpl-2.0 |
pmoor/bitthief | bitthief/src/ws/moor/bt/util/StringUtil.java | 1717 | /*
* BitThief - A Free Riding BitTorrent Client
* Copyright (C) 2006 Patrick Moor <patrick@moor.ws>
*
* 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 |
GeoCat/QGIS | src/app/qgsmaptoolidentifyaction.cpp | 7212 | /***************************************************************************
qgsmaptoolidentify.cpp - map tool for identifying features
---------------------
begin : January 2006
copyright : (C) 2006 by Martin Dobias
email : wonder.sk at gmail dot com
****... | gpl-2.0 |
iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01128.java | 2115 | /**
* 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 |
t3easy/surf | src/Task/Neos/Flow/UnitTestTask.php | 1947 | <?php
namespace TYPO3\Surf\Task\Neos\Flow;
/*
* This file is part of TYPO3 Surf.
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/
use TYPO3\Surf\Application\Neos\Flow;
use TYPO3\Surf\Domain\Model\Application;
use TYPO3\Surf\Doma... | gpl-2.0 |
tomolimo/glpi | front/backup.php | 21593 | <?php
/**
* ---------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2015-2018 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 |
jiangchanghong/Mycat2 | src/main/java/io/mycat/server/parser/ServerParse.java | 22097 | /*
* Copyright (c) 2013, OpenCloudDB/MyCAT and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software;Designed and Developed mainly by many Chinese
* opensource volunteers. you can redistribute it and/or modify it under the
* terms of... | gpl-2.0 |
olivierdalang/stdm | third_party/geraldo/cache.py | 4326 | """Caching functions file. You can use this stuff to store generated reports in a file
system cache, and save time and performance."""
import os
from utils import memoize, get_attr_value
try:
set
except:
from sets import Set as set
CACHE_DISABLED = 0
CACHE_BY_QUERYSET = 1
CACHE_BY_RENDER = 2
... | gpl-2.0 |
heros/LasCore | src/server/game/Chat/Channels/ChannelMgr.cpp | 2997 | /*
* Copyright (C) 2013 LasCore <http://lascore.makeforum.eu/>
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Licens... | gpl-2.0 |
videntity/tweatwell | config/sample_settings_local.py | 361 | #local settings -------------------------------------------------------------
STATIC_URL = 'http://tweatwellstatic.s3.amazonaws.com/static/'
ADMIN_MEDIA_PREFIX = 'http://djadminstatic.s3.amazonaws.com/'
HOSTNAME_URL = 'http://app.tweatwell.com'
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''
#Cron key required to r... | gpl-2.0 |
DialloAbdourahamane/siteDepotProjet | wp-content/plugins/simple-press/admin/panel-forums/forms/spa-forums-edit-group-form.php | 5924 | <?php
/*
Simple:Press
Admin Forums Edit Group Form
$LastChangedDate: 2012-11-18 11:04:10 -0700 (Sun, 18 Nov 2012) $
$Rev: 9312 $
*/
if (preg_match('#'.basename(__FILE__).'#', $_SERVER['PHP_SELF'])) die('Access denied - you cannot directly call this file');
# function to display the edit group information form. It is... | gpl-2.0 |
piratskul/MyAwesomeDrupal | sites/default/files/php/twig/590e4b87c5da1_form-element.html.twig_Jxz5wB641U2U4GZowYwrdmu9P/i5Lypgx8achkp39jh4KlRPbYEsc9N52gjha8CpnNxs4.php | 12470 | <?php
/* core/themes/classy/templates/form/form-element.html.twig */
class __TwigTemplate_cca7cb74aef7f11f68b7bf99dfcec953a9a958274ae851384358ebb696a83d5b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$th... | gpl-2.0 |
akunft/fastr | com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/access/vector/ReplaceS4ObjectNode.java | 2439 | /*
* Copyright (c) 2017, 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 |
uniqname/ariellemartin15.com | wp-content/themes/fjords/functions.php | 3041 | <?php
/**
* @package WordPress
* @subpackage Fjords
*/
if ( function_exists( 'register_sidebars' ) )
register_sidebars( 3 );
function resize_youtube( $content ) {
return str_replace( "width='425' height='350'></embed>", "width='240' height='197'></embed>", $content );
}
add_filter( 'the_content', 'resize_youtube... | gpl-2.0 |
seecr/cqlparser | cqlparser/cql2string.py | 2587 | ## begin license ##
#
# "CQLParser" is a parser that builds a parsetree for the given CQL and can convert this into other formats.
#
# Copyright (C) 2005-2010 Seek You Too (CQ2) http://www.cq2.nl
# Copyright (C) 2018, 2020-2021 Seecr (Seek You Too B.V.) https://seecr.nl
# Copyright (C) 2021 Data Archiving and Network S... | gpl-2.0 |
threedots/ThreedotsSSOServer | src/TestEngine/Bundle/SsoBundle/Service/SSOServer.php | 6927 | <?php
namespace TestEngine\Bundle\SsoBundle\Service;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\DependencyInjection\ContainerInterface;
class SSOServer extends Base
{
protected $started = false;
protected $broker = null;
/**
* Information of the brokers.
* This should... | gpl-2.0 |
chrplace/fuzzy-octo-lana | contents/scripts/slider-value.js | 361 | $("[data-slider]")
.each(function () {
var input = $(this);
$("<span>")
.addClass("output")
.insertAfter($(this));
})
.bind("slider:ready slider:changed", function (event, data) {
$(this)
.nextAll(".output:first")
.html(data.value.toFixed(1));
wind... | gpl-2.0 |
microresearch/diana | poetry.py | 4669 | from __future__ import division
import re
import urllib2
from curses.ascii import isdigit
from nltk.corpus import cmudict
d = cmudict.dict()
from nltk.corpus.util import LazyCorpusLoader
from nltk.corpus.reader import *
suffdict = LazyCorpusLoader(
'cmusuffdict', CMUDictCorpusReader, ['cmusuffdict'])
suffdict = suf... | gpl-2.0 |
nikhilsharma869/bio-pharma-dev | publicprofile.php | 36073 | <?php
$current_page = "Profile details";
include "includes/header.php";
include("country.php");
$row_user = mysql_fetch_array(mysql_query("select * from " . $prev . "user, " . $prev . "user_profile where " . $prev . "user_profile.user_id=" . $prev . "user.user_id and " . $prev . "user.username = '" . $_GET[username... | gpl-2.0 |
lvee/lvee-engine | config/initializers/secret_token.rb | 658 | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to diction... | gpl-2.0 |
Benestar/WikibaseConstraints | tests/unit/Constraint/OneOfCheckerTest.php | 2139 | <?php
namespace Wikibase\Test;
use DataValues\NumberValue;
use DataValues\StringValue;
use InvalidArgumentException;
use Wikibase\Constraints\Constraint\OneOfChecker;
/**
* @covers Wikibase\Constraints\Constraint\OneOfChecker
*
* @license GNU GPL v2+
* @author Bene* < benestar.wikimedia@gmail.com >
*/
class One... | gpl-2.0 |
pins-ocs/OCP-tests | test-Rayleight/data/Rayleight_Data.lua | 4126 | --[[
/*-----------------------------------------------------------------------*\
| file: Rayleight_Data.lua |
| |
| version: 1.0 date 28/3/2020 |
| ... | gpl-2.0 |
Inquisitor/mangos-old | src/game/Vehicle.cpp | 11965 | /*
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
... | gpl-2.0 |
XoopsModules25x/xoopstube | ratevideo.php | 5932 | <?php
/**
* Module: XoopsTube
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
*
* PHP version 5
*
* @category M... | gpl-2.0 |
bast1aan/commenter | src/bast1aan/commenter/action/BaseAction.java | 2059 | /*
* Commenter
* Copyright (C) 2017 Bastiaan Welmers, bastiaan@welmers.net
*
* 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 hope that it... | gpl-2.0 |
CSIS-iLab/cpower-viz | _templates/hc-scatter-multiple/js/scatter.js | 3345 | $(function() {
var data = {}
var datasets
var seriesData = []
Highcharts.data({
googleSpreadsheetKey: '1xz7MTZmQeGeSueJv8wiUZp3HqiWdD92LyPJhuaBIhzE',
googleSpreadsheetWorksheet: 1,
switchRowsAndColumns: true,
parsed: function(columns) {
$.each(columns, function (i, code) {
... | gpl-2.0 |
avlhitech256/TimeTable | DataService/Entity/Specialty/ISpecialtyEntity.cs | 130 | namespace DataService.Entity.Specialty
{
public interface ISpecialtyEntity : IDomainEntity<Model.Specialty>
{
}
}
| gpl-2.0 |
o-schneider/firedav | www/css/gaia/shared/elements/gaia_grid/js/items/placeholder.js | 1594 | 'use strict';
/* global GaiaGrid */
(function(exports) {
/**
* The placeholder represents an empty place on the grid.
* This is generally used to detect distance from an empty spot on the grid.
*/
function Placeholder() {
this.detail = {
type: 'placeholder',
index: 0
};
}
Placeho... | gpl-2.0 |
tonglin/pdPm | public_html/typo3_src-6.1.7/typo3/sysext/rtehtmlarea/extensions/EditElement/class.tx_rtehtmlarea_editelement.php | 375 | <?php
/*
* @deprecated since 6.0, the classname tx_rtehtmlarea_editelement and this file is obsolete
* and will be removed with 6.2. The class was renamed and is now located at:
* typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php
*/
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('... | gpl-2.0 |
yogendra9891/legalconfirm | administrator/components/com_legalconfirm/controllers/lawfirm.php | 590 | <?php
/**
* @version 1.0.0
* @package com_legalconfirm
* @copyright Copyright (C) 2013. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Abhishek Gupta <abhishek.gupta@daffodilsw.com> - http://
*/
// No direct access
defined('_JEXEC') or ... | gpl-2.0 |
mesocentrefc/Janua-SMS | janua-web/app/view/message/MessageStatsGraph.js | 1925 | /**
* Copyright (c) 2016 Cédric Clerget - HPC Center of Franche-Comté University
*
* This file is part of Janua-SMS
*
* http://github.com/mesocentrefc/Janua-SMS
*
* 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 ... | gpl-2.0 |
Iolaum/MrSmith | AdX/src/main/java/tau/tac/adx/users/DefaultAdxUserManagerBuilder.java | 3144 | /*
* DefaultUserManagerBuilder.java
*
* COPYRIGHT 2008
* THE REGENTS OF THE UNIVERSITY OF MICHIGAN
* ALL RIGHTS RESERVED
*
* PERMISSION IS GRANTED TO USE, COPY, CREATE DERIVATIVE WORKS AND REDISTRIBUTE THIS
* SOFTWARE AND SUCH DERIVATIVE WORKS FOR NONCOMMERCIAL EDUCATION AND RESEARCH
* PURPOSES, SO LONG AS NO... | gpl-2.0 |
benshez/DreamWeddingCeremomies | JsonApiApplication/client/app/interfaces/IPageContent/interface.js | 524 | define(["require", "exports", "../module"], function (require, exports) {
var app;
(function (app) {
var interfaces;
(function (interfaces) {
"use strict";
var IPageContent = (function () {
function IPageContent() {
}
return... | gpl-2.0 |
luniki/CliqrPlugin | migrations/02_migrate_from_studip_v34.php | 448 | <?php
class MigrateFromStudipV34 extends Migration
{
public function description()
{
return "create a configuration entry for the URL shortener service API key";
}
public function up()
{
// require composer autoloader
require_once __DIR__.'/../vendor/autoload.php';
... | gpl-2.0 |
dougwm/psi-probe | core/src/test/java/psiprobe/model/ApplicationResourceTest.java | 748 | /**
* Licensed under the GPL License. You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
* WITHOUT LI... | gpl-2.0 |
KDE/kimono | kde/KAssistantDialog.cs | 9226 | //Auto-generated by kalyptus. DO NOT EDIT.
namespace Kimono {
using System;
using Qyoto;
/// <remarks>
/// This class provides a framework for assistant dialogs.
/// The use of this class is the same as KWizard in KDE3.
/// You should use the word "assistant" instead of "wizard" both in the s... | gpl-2.0 |
TheTypoMaster/Scaper | openjdk/jdk/src/share/demo/management/VerboseGC/PrintGCStat.java | 5791 | /*
* Copyright 2004 Sun Microsystems, 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:
*
* - Redistributions of source code must retain the above copyright
* notice, this list o... | gpl-2.0 |
elbruno/Blog | 20170711 UWP BLE Polar H7/Properties/AspMvcViewLocationFormatAttribute.cs | 393 | using System;
namespace ElBruno.PolarH7.Annotations
{
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class AspMvcViewLocationFormatAttribute : Attribute
{
public AspMvcViewLocationFormatAttribute([NotNull] string format)
{
Format = format;
... | gpl-2.0 |
svn2github/autowikibrowser | tags/REL_5_3/UnitTests/RegexTests.cs | 110193 | using System.Text.RegularExpressions;
using WikiFunctions;
using NUnit.Framework;
namespace UnitTests
{
/// <summary>
/// This is the base class for every regex test. It contains helper functions that simplify checks.
/// </summary>
public class RegexTestsBase
{
/// <summary>
... | gpl-2.0 |
xylusthemes/import-facebook-events | includes/class-import-facebook-events-admin.php | 16805 | <?php
/**
* The admin-specific functionality of the plugin.
*
* @package Import_Facebook_Events
* @subpackage Import_Facebook_Events/admin
* @copyright Copyright (c) 2016, Dharmesh Patel
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* The admin-speci... | gpl-2.0 |
leoloso/PoP | layers/Legacy/Schema/packages/migrate-everythingelse/migrate/plugins/pop-automatedemails/library/automatedemails/automatedemails-operator.php | 2732 | <?php
use PoP\ComponentModel\State\ApplicationState;
use PoPCMSSchema\Users\Facades\UserTypeAPIFacade;
class PoP_AutomatedEmails_Operator
{
public function __construct()
{
\PoP\Root\App::addAction(
'shutdown', // This is a WP hook, must migrate to a PoP one
array($this, 'maybeSe... | gpl-2.0 |
Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/Nikon/ColorHue.php | 733 | <?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Nikon;
use PHPExiftool\Driver\AbstractTag;
class Color... | gpl-2.0 |
camposer/curso_spring-integration | TicketInt/src/main/java/es/indra/formacion/springint/tms/channel/TicketPrioridadAltaChannel.java | 822 | package es.indra.formacion.springint.tms.channel;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.channel.DirectChannel;
import org.springframework.integration.co... | gpl-2.0 |
cuong09m/krwe | emailmarketer/admin/com/upgrades/nx/list_subscribers_drop_lastresponderid.php | 1115 | <?php
/**
* This file is part of the upgrade process.
*
* @package SendStudio
*/
/**
* Do a sanity check to make sure the upgrade api has been included.
*/
if (!class_exists('Upgrade_API', false)) {
exit();
}
/**
* This class runs one change for the upgrade process.
* The Upgrade_API looks for a RunUpgrade method to... | gpl-2.0 |
muravjov/bombono-dvd | libs/boost-lib/libs/filesystem/v3/src/operations.cpp | 58503 | // operations.cpp --------------------------------------------------------------------//
// Copyright 2002-2009 Beman Dawes
// Copyright 2001 Dietmar Kuehl
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
// See library home page at http://www.boost.org... | gpl-2.0 |
nachopavon/redprofesional | mod/event_manager/views/default/event_manager/js/site.php | 17063 | <?php ?>
//<script>
elgg.provide("elgg.event_manager");
var infowindow = null;
(function(){
var uid1 = 'D' + (+new Date()),
uid2 = 'D' + (+new Date() + 1);
jQuery.event.special.focus = {
setup: function() {
var _self = this,
handler = function(e) {
... | gpl-2.0 |
evelynn/ArkCORE-NG | src/server/game/Maps/Map.cpp | 126501 | /*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2011-2015 ArkCORE <http://www.arkania.net/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Licens... | gpl-2.0 |
3den/J-MediaGalleries | administrator/components/com_modules/views/module/tmpl/modal.php | 689 | <?php
/**
* @version $Id: modal.php 19205 2010-10-22 19:50:48Z 3dentech $
* @package Joomla.Administrator
* @subpackage Modules
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access... | gpl-2.0 |
portalgas/site | plugins/system/nnframework/helpers/search.php | 5265 | <?php
/**
* @package NoNumber Framework
* @version 13.9.1
*
* @author Peter van Westen <peter@nonumber.nl>
* @link http://www.nonumber.nl
* @copyright Copyright © 2013 NoNumber
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
/**
* BASE ON J... | gpl-2.0 |
fratellodallaluna/hackunito | wp-content/plugins/WP-Geo-master/admin/dashboard.php | 2870 | <?php
/**
* WP Geo Dashboard
* Display the WP Geo Blog RSS feed in the dashboard.
*/
if ( ! class_exists( 'WPGeo_Dashboard' ) ) {
class WPGeo_Dashboard {
/**
* Constructor
*/
function WPGeo_Dashboard() {
add_action( 'wp_dashboard_setup', array( $this, 'register_widget' ) );
add_filter( 'wp_das... | gpl-2.0 |
emeraldstudio/intranet | components/com_propuestas/controllers/clientes.php | 784 | <?php
/**
* @version 1.0.0
* @package com_propuestas
* @copyright Copyright (C) 2015. Todos los derechos reservados.
* @license Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt
* @author Daniel Gustavo Álvarez Gaitán <info@danielalvarez.com.co> - http://danielalvarez.com.... | gpl-2.0 |
silenceper/CatPocket | temp/caches/0390/14afc3d05c33d8c249105ba8bd8bae8e.cache.php | 155 | <?php
/**
* @Created By CatPocket PhpCacheServer
* @Time:2012-05-08 22:33:15
*/
if(filemtime(__FILE__) + 3600 < time())return false;
return '0';
?> | gpl-2.0 |
silenceper/CatPocket | includes/libraries/image.func.php | 6894 | <?php
/**
* CatPocket: 图片处理函数库 水印 缩略图
* ============================================================================
* 版权所有 (C) 2005-2008 猫口袋,并保留所有权利。
* 网站地址: http://www.maokoudai.com
* -------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和使用;
* 不允许对程序代码以任何形式任何目的的再发... | gpl-2.0 |
yimng/wlb | wlb/Halsign.Dwm.Communication/GetConfigurationResponse.cs | 372 | using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Halsign.DWM.Communication
{
[DataContract(Namespace = "http://schemas.halsign.com/ARDS")]
public class GetConfigurationResponse : WorkloadBalanceResult
{
[DataMember(IsRequired = false, EmitDefaultValue = false)]
public... | gpl-2.0 |
epicsdeb/rtems-gcc-newlib | libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/types_std.cc | 1184 | // { dg-do compile }
// Copyright (C) 2007 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 ... | gpl-2.0 |
stampil/promo | wp-content/themes/MyTheme/header.php | 2068 | <?php
header('Content-Type: text/html; charset=utf-8');
global $wp_rewrite;
if(!$title){
$title = $post->post_title;
}
?><!DOCTYPE html>
<html style="margin-top: 0px !important;">
<head>
<title><?php echo $title; ?></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=640">
<link rel="shortcut... | gpl-2.0 |
muromec/qtopia-ezx | config.tests/alsa/main.cpp | 131 | #include <alsa/asoundlib.h>
main()
{
snd_seq_t *seq_handle;
snd_seq_open(&seq_handle, "default", SND_SEQ_OPEN_INPUT, 0);
}
| gpl-2.0 |
elitelinux/hack-space | php/plugins/databases/databases/setup.php | 5669 | <?php
/*
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
-------------------------------------------------------------------------
Databases plugin for GLPI
Copyright (C) 2003-2011 by the databases Development Team.
https://forge.indepnet.net/projects/databases
------------------------------------------... | gpl-2.0 |
Toolbitorg/ToolbitSDK | bindings/python/samples/device_list.py | 605 | from toolbit import TbiDeviceManager, TbiCore
devm = TbiDeviceManager()
tdev = TbiCore()
dev_list = devm.getDeviceList()
dev_list = tuple(set(dev_list))
print("The number of connected devices:", devm.getDeviceNum())
print(" {:14} {:16} {:10}".format("Manufacturer", "Product", "Serial"))
for dev in dev_... | gpl-2.0 |
nickavalos/gescore | tables/editorial.php | 1451 | <?php
/**
* This file is part of the project Gestor de Congresos y Revistas en Joomla (GesCORE).
*
* @package GesCORE backend
* @subpackage Tables
* @copyright Copyright (C) 2014 Open Source Matters, Inc. All rights reserved.
* @authors Nick Avalos, Enric Mayol, Mª José Casany
* @link https://gith... | gpl-2.0 |
segura2010/DSS-Practica-2 | src/modelo/Usuario.java | 1245 | package modelo;
import java.io.Serializable;
import javax.annotation.Generated;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Usuario implements Serializable {
private static final long serialVer... | gpl-2.0 |
sieon/writing | woocommerce/myaccount/orders.php | 4982 | <?php
/**
* Orders
*
* Shows orders on the account page.
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/orders.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* ma... | gpl-2.0 |
igorbotian/phdapp | log-log4j/src/main/java/ru/spbftu/igorbotian/phdapp/log/Log4j.java | 3220 | /**
* Copyright (c) 2014 Igor Botian
*
* 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 distr... | gpl-2.0 |
BuddyForms/BuddyForms | includes/resources/pfbc/Validation/Email.php | 574 | <?php
/**
* Class Validation_Email
*/
class Validation_Email extends Validation {
/**
* @var string
*/
protected $message = "Error: %element% is not a valid email address.";
/**
* @param $value
* @param $element
*
* @return bool
*/
public function isValid( $value, $element ) {
$result = $this->i... | gpl-2.0 |
xjose93/chaoscore | src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_meathook.cpp | 4586 | /*
* Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | gpl-2.0 |
ACP3/module-system | Resources/Assets/js/ajax-form.js | 12758 | /*
* Copyright (c) by the ACP3 Developers.
* See the LICENSE file at the top-level module directory for licencing details.
*/
(function ($, window, document) {
'use strict';
let pluginName = 'formSubmit',
defaults = {
targetElement: '#content',
loadingOverlay: true,
... | gpl-2.0 |
guezaqiezs/WebsiteTest | modules/mod_gtalk_chatback/mod_gtalk_chatback.php | 875 | <?php
/**
* Gtalk chatback badge module
*
* @package Gtalk
* @copyright (C) 2006-2008 E. Capoccetti
* @url http://zarateprop.com.ar /
* @author Esteban Capoccetti <esteban.capoccetti@gmail.com>
**/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
# Module Parameters loading
$url =... | gpl-2.0 |
Insurgencygame/LivingDead | TheLivingDeadv0.1.sdd/units/unused/corfav.lua | 3269 | return {
corfav = {
acceleration = 0.10999999940395,
brakerate = 0.14499999582767,
buildcostenergy = 256,
buildcostmetal = 24,
buildpic = "CORFAV.DDS",
buildtime = 1104,
canmove = true,
category = "ALL TANK MOBILE WEAPON NOTSUB NOTSHIP NOTAIR NOTHOVER SURFACE GROUNDSCOUT",
corpse = "DEAD",
descript... | gpl-2.0 |
zanderkyle/zandergraphics | components/com_ats/Controller/InstantReply.php | 1264 | <?php
/**
* @package AkeebaTicketSystem
* @copyright Copyright (c)2011-2015 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\TicketSystem\Site\Controller;
use Akeeba\TicketSystem\Site\Model\Categories;
use FOF30\Container\Container;
use FOF30\Controller\D... | gpl-2.0 |
lizhekang/TCJDK | sources/openjdk8/jdk/src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java | 70131 | /*
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | gpl-2.0 |