code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
4
991
language
stringclasses
9 values
license
stringclasses
15 values
size
int32
3
1.05M
/** * App Control * * Central controller attached to the top level <html> * element */ "use strict"; ( function ( angular, app ) { // get user profile data app.controller( "AppCtrl", [ '$rootScope', '$scope', '$state', 'UserService', function ( $rootScope, $scope, $state, UserService ) { // // bodyCl...
Kevinlearynet/angular-trial-app
scripts/controllers/app-controller.js
JavaScript
gpl-2.0
901
package org.openzal.zal.ldap; import javax.annotation.Nonnull; public class LdapServerType { @Nonnull private final com.zimbra.cs.ldap.LdapServerType mLdapServerType; public final static LdapServerType MASTER = new LdapServerType(com.zimbra.cs.ldap.LdapServerType.MASTER); public final static LdapServerType R...
ZeXtras/OpenZAL
src/java/org/openzal/zal/ldap/LdapServerType.java
Java
gpl-2.0
694
'use strict'; /** * @ngdoc function * @name quickNewsApp.controller:CbcCtrl * @description * # CbcCtrl * Controller of the quickNewsApp */ angular.module('quickNewsApp') .controller('CbcCtrl', function ($scope, $http) { this.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', 'Karma' ...
amtux/quick-news
app/scripts/controllers/cbc.js
JavaScript
gpl-2.0
1,204
package org.hectordam.proyectohector; import java.util.ArrayList; import org.hectordam.proyectohector.R; import org.hectordam.proyectohector.base.Bar; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesNotAvailableException; import com.google.android.gms.com...
gilmh/PracticaAndroid
AgenBar/src/org/hectordam/proyectohector/Mapa.java
Java
gpl-2.0
3,630
/* $Id$ */ /* Copyright (C) 2003 - 2013 by David White <dave@whitevine.net> 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 Foundatio...
battle-for-wesnoth/svn
src/video.hpp
C++
gpl-2.0
4,277
<?php namespace Bookly\Backend; use Bookly\Backend\Modules; use Bookly\Frontend; use Bookly\Lib; /** * Class Backend * @package Bookly\Backend */ class Backend { public function __construct() { // Backend controllers. $this->apearanceController = Modules\Appearance\Controller::getInstan...
Tjdowdell/Susan_Batchelor_Website
wp-content/plugins/appointment-booking/backend/Backend.php
PHP
gpl-2.0
7,231
## See "d_bankfull" in update_flow_depth() ######## (2/21/13) ## See "(5/13/10)" for a temporary fix. #------------------------------------------------------------------------ # Copyright (c) 2001-2014, Scott D. Peckham # # Sep 2014. Wrote new update_diversions(). # New standard names and BMI updates ...
mperignon/component_creator
topoflow_creator/topoflow/channels_base.py
Python
gpl-2.0
124,876
#include <QDebug> #include <net/if.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> #include "monitor.h" Monitor::Monitor() { running = 0; } void Monitor::start() { int rc; int s; fd_set rdfs; int nbytes; struct sockaddr_can addr; struct canfd_frame frame; struct iovec iov; char ctr...
timrule/qt-projects
canmon/monitor.cpp
C++
gpl-2.0
2,638
using System; using Server; using Server.Gumps; using Server.Network; namespace Server.Items { public class PowerScroll : Item { private SkillName m_Skill; private double m_Value; private static SkillName[] m_Skills = new SkillName[] { SkillName.Blacksmith, SkillName.Tailoring, ...
alucardxlx/kaltar
Scripts/Items/Special/Special Scrolls/PowerScroll.cs
C#
gpl-2.0
11,516
from django.db import models from django.contrib.auth.models import User class OrganisationType(models.Model): type_desc = models.CharField(max_length=200) def __unicode__(self): return self.type_desc class Address(models.Model): street_address = models.CharField(max_length=100) city = model...
saloni10/librehatti_new
src/authentication/models.py
Python
gpl-2.0
1,479
/**************************************************************************************** * Copyright (c) 2010 Maximilian Kossick <maximilian.kossick@googlemail.com> * * * * This program is free software; you can redistribute ...
kkszysiu/amarok
tests/synchronization/TestUnionJob.cpp
C++
gpl-2.0
9,619
/* UOL Messenger * Copyright (c) 2005 Universo Online S/A * * Direitos Autorais Reservados * All rights reserved * * Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo * sob os termos da Licença Pública Geral GNU conforme publicada pela Free * Software Foundation; tanto a versão 2 da Lice...
gabrieldelsaint/uol-messenger
src/public/uim/controller/commands/ShowFileTransfersDialogCommand.cpp
C++
gpl-2.0
2,122
/* * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
Rastrian/ElunaTrinityWotlk
src/server/game/Handlers/CharacterHandler.cpp
C++
gpl-2.0
80,672
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
sucofog/chaoscore
src/server/game/Entities/Creature/TemporarySummon.cpp
C++
gpl-2.0
9,947
package com.orange.documentare.core.comp.clustering.tasksservice; /* * Copyright (c) 2016 Orange * * Authors: Christophe Maldivi & Joel Gardes * * 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 Softw...
Orange-OpenSource/documentare-simdoc
simdoc/core/java/Comp/src/test/java/com/orange/documentare/core/comp/clustering/tasksservice/ClusteringTasksServiceTest.java
Java
gpl-2.0
5,621
<?php /** * DmUserGroupTable * * This class has been auto-generated by the Doctrine ORM Framework */ class DmUserGroupTable extends PluginDmUserGroupTable { /** * Returns an instance of this class. * * @return DmUserGroupTable The table object */ public static function getInstance() ...
Teplitsa/bquest.ru
lib/model/doctrine/dmUserPlugin/DmUserGroupTable.class.php
PHP
gpl-2.0
386
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package database.parse.util; import almonds.Parse; import almonds.ParseObject; import database.parse.tables.ParsePhenomena; import da...
jried31/SSKB
sensite/src/main/java/database/parse/util/DBGlobals.java
Java
gpl-2.0
1,007
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008,2009 IITP RAS * * 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 dis...
hbarghi/VirtualBattery1
src/mesh/model/dot11s/hwmp-protocol.cc
C++
gpl-2.0
94,361
## Copyright (C) 2007-2012 Red Hat, Inc., Bryn M. Reeves <bmr@redhat.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 ve...
portante/sosreport
sos/plugins/sysvipc.py
Python
gpl-2.0
1,199
/* This file was generated by SableCC (http://www.sablecc.org/). */ package se.sics.kola.node; import se.sics.kola.analysis.*; @SuppressWarnings("nls") public final class AClassFieldAccess extends PFieldAccess { private PClassName _className_; private TIdentifier _identifier_; public AClassFieldAccess()...
kompics/kola
src/main/java/se/sics/kola/node/AClassFieldAccess.java
Java
gpl-2.0
2,887
package org.zanata.dao; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.hibernate.Criteria; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import org.jboss.seam.ScopeType; import org.jboss.seam.annot...
itsazzad/zanata-server
zanata-war/src/main/java/org/zanata/dao/AccountRoleDAO.java
Java
gpl-2.0
3,235
/* Copyright (C) 2009 - 2015 by Yurii Chernyi <terraninfo@terraninfo.net> 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;...
techtonik/wesnoth
src/formula_debugger.cpp
C++
gpl-2.0
8,738
#include "botpch.h" #include "../../playerbot.h" #include "BuyAction.h" #include "../ItemVisitors.h" #include "../values/ItemCountValue.h" using namespace ai; bool BuyAction::Execute(Event event) { string link = event.getParam(); ItemIds itemIds = chat->parseItems(link); if (itemIds.empty()) retu...
H0zen/M0-server
src/modules/Bots/playerbot/strategy/actions/BuyAction.cpp
C++
gpl-2.0
1,267
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language;?>" > <?php /* @package mx_joomla121 Template * @author mixwebtemplates ht...
sondang86/hasico
templates/temp_template/index.php
PHP
gpl-2.0
3,934
/* * main.cpp * * Created on: 30 Xan, 2015 * Author: marcos */ #include "common.h" extern "C" { #include "perm.h" } /** * \brief Print application help */ void printHelp() { cout << "diffExprpermutation: Find differentially expressed genes from a set of control and cases samples using a permutation st...
MarcosFernandez/diffExprPermutation
main.cpp
C++
gpl-2.0
8,112
<?php include_once '../libs/Connection.php'; include_once '../libs/tree_editor.php'; class tree_performance extends tree_editor{ public function __construct(){ parent::__construct(); if(!isset($_POST['action'])){ header("content-type:text/xml;charset=UTF-8"); if(isset($_GET['refresh'])){ ...
ya6adu6adu/schoolmule
connectors/tree_performance.php
PHP
gpl-2.0
8,691
package imageresizerforandroid; import java.awt.image.BufferedImage; import java.io.File; import javax.swing.ImageIcon; /** * * @author fonter */ public class ImageContainer { private final BufferedImage image; private ImageIcon cache; private final File file; public ImageContainer (BufferedImage ...
pinkiesky/ImageResizerForAndroid
ImageResizerForAndroid/src/imageresizerforandroid/ImageContainer.java
Java
gpl-2.0
995
#! /usr/bin/env python # encoding: UTF-8 '''give access permission for files in this folder'''
anandkp92/waf
gui/__init__.py
Python
gpl-2.0
96
<?php /** * Helpers for handling timezone based event datetimes. * * In our timezone logic, the term "local" refers to the locality of an event * rather than the local WordPress timezone. */ class E_Register_NowTimezones { const SITE_TIMEZONE = 'site'; const EVENT_TIMEZONE = 'event'; /** * Container for r...
romangrb/register-now-plugin
backup/event-tickets 1.2.3/common/src/e_register_now/Timezones.php
PHP
gpl-2.0
9,222
using UnityEngine; using System.Collections; public class EndScreenController : ScreenController { public UnityEngine.UI.Text winnerText; public UnityEngine.UI.Text player1Text; public UnityEngine.UI.Text player2Text; public UnityEngine.UI.Text nextLeftPlayers; public UnityEngine.UI.Text nextRightPlayers; pr...
hackcraft-sk/swarm
ubwtv/Assets/Scripts/EndScreenController.cs
C#
gpl-2.0
2,119
package fortesting; import java.io.IOException; public class RunTransformTim { /** * Loads data into appropriate tables (assumes scheme already created) * * This will import the tables from my CSVs, which I have on dropbox. Let me * (Tim) know if you need the CSVs No guarantee that it works ...
ZheyuJin/CS8674.FALL2015.NEUSeattle
cassandra/Tim Cassandra Testing and Table Creation/RunTransformTim.java
Java
gpl-2.0
1,948
package edu.cmu.cs.cimds.geogame.client.ui; import java.util.ArrayList; import java.util.Collections; import java.util.List; import com.google.gwt.user.client.ui.Grid; import com.google.gwt.user.client.ui.Image; import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.VerticalPanel; import com...
grapesmoker/geogame
src/edu/cmu/cs/cimds/geogame/client/ui/InventoryGrid.java
Java
gpl-2.0
2,903
<?php /** * @package phposm * @copyright Copyright (C) 2015 Wene - ssm2017 Binder ( S.Massiaux ). All rights reserved. * @link https://github.com/ssm2017/phposm * @license GNU/GPL, http://www.gnu.org/licenses/gpl-2.0.html * Phposm is free software. This version may have been modified pursuant * to the GN...
ssm2017/phposm
includes/helpers/archive.php
PHP
gpl-2.0
2,275
<?php /** * NoNumber Framework Helper File: Assignments: Tags * * @package NoNumber Framework * @version 14.9.9 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2014 NoNumber All Rights Reserved * @license ...
rusuni/unicyclingru
plugins/system/nnframework/helpers/assignments/tags.php
PHP
gpl-2.0
2,139
/** @file TextOutput.cpp @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2004-06-21 @edited 2010-03-14 Copyright 2000-2010, Morgan McGuire. All rights reserved. */ #include "G3D/TextOutput.h" #include "G3D/Log.h" #include "G3D/fileutils.h" #include "G3D/FileSystem.h" namespace G3D...
SeTM/MythCore
dep/g3dlite/source/TextOutput.cpp
C++
gpl-2.0
11,994
package mx.gob.sct.utic.mimappir.admseg.postgreSQL.services; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import mx.gob.sct.utic.mimappir.admseg.postgreSQL.model.SEGUSUARIO; import org.springframework.beans.factory.annotation.Autowired; import o...
IvanSantiago/retopublico
MiMappir/src/mx/gob/sct/utic/mimappir/admseg/postgreSQL/services/CustomUserDetailsService.java
Java
gpl-2.0
3,913
<?php /* core/themes/classy/templates/views/views-view-grid.html.twig */ class __TwigTemplate_b1b5e6a9a8cd209497117279c69ebc6612c8c2cb7794b0f45dd07835addb061c extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; ...
jeetpatel/commerce
sites/default/files/php/twig/59bab1c8da2f0_views-view-grid.html.twig_EPlGe06aVJoi4zUrFjATKjYCr/1EZjvIiVVOjfsiRwHdlwVHySb4hg_3u82WztPZQxA3Y.php
PHP
gpl-2.0
17,619
<?php /** * @version $Id: joocmavatar.php 48 2010-02-08 22:15:48Z sterob $ * @package Joo!CM * @copyright Copyright (C) 2007-2010 Joo!BB Project. All rights reserved. * @license GNU/GPL. Please see license.php in Joo!CM directory * for copyright notices and details. * Joo!CM is free software. This version may h...
srajib/share2learn
administrator/components/com_joocm/tables/joocmavatar.php
PHP
gpl-2.0
891
package org.ljc.adoptojdk.class_name; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; public class ResolveSimpleNameClassName { private Collection<String> packages = null; public Collection<String> getPackages() { Set...
neomatrix369/OpenJDKProductivityTool
src/main/java/org/ljc/adoptojdk/class_name/ResolveSimpleNameClassName.java
Java
gpl-2.0
1,001
/* * Copyright (C) 2000 Matthias Elter <elter@kde.org> * Copyright (C) 2001-2002 Raffaele Sandrini <sandrini@kde.org) * Copyright (C) 2003 Waldo Bastian <bastian@kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
Fat-Zer/tdebase
kmenuedit/treeview.cpp
C++
gpl-2.0
42,979
/* * Copyright (C) Dag Henning Liodden Sørbø <daghenning@lioddensorbo.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it ...
Soerboe/Urim
app/main.cpp
C++
gpl-2.0
3,410
/** ======================================================================== */ /** */ /** @copyright Copyright (c) 2010-2015, S2S s.r.l. */ /** @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License v.2 */ /** @version 6.0 ...
s2sprodotti/SDS
SistemaDellaSicurezza/src/com/apconsulting/luna/ejb/Corsi/MaterialeCorso_View.java
Java
gpl-2.0
1,710
/* * Copyright (C) 2014-2017 StormCore * * 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 dis...
Ragebones/StormCore
src/server/scripts/Northrend/VaultOfArchavon/boss_koralon.cpp
C++
gpl-2.0
9,922
<?php /** * @version SEBLOD 3.x Core ~ $Id: version.php sebastienheraud $ * @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) * @url http://www.seblod.com * @editor Octopoos - www.octopoos.com * @copyright Copyright (C) 2009 - 2016 SEBLOD. All Rights Reserved. * @license GNU General...
klas/SEBLOD
administrator/components/com_cck/models/version.php
PHP
gpl-2.0
3,951
/* How would you design a stack which, in addition to push and pop, also has a function min which returns the minimum element? Push, pop and min should all operate in O(1) time. */ #include <stdio.h> #include <map> using namespace std; #define N 500 typedef struct Stack { int top; int min; int value[N]; m...
pgxiaolianzi/cracking-the-code-interview
3_2.cpp
C++
gpl-2.0
1,447
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2022 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
mangostwo/server
src/game/WorldHandlers/NPCHandler.cpp
C++
gpl-2.0
30,883
<?php /* TwigBundle:Exception:exception_full.html.twig */ class __TwigTemplate_12d6106874fca48a5e6b4ba3ab89b6fc520d1b724c37c5efb25ee5ce99e9e8da extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = $this->env->loadTemplate("Twig...
fjbatresv/REMIS
app/cache/dev/twig/12/d6/106874fca48a5e6b4ba3ab89b6fc520d1b724c37c5efb25ee5ce99e9e8da.php
PHP
gpl-2.0
2,475
module.exports = { dist: { options: { plugin_slug: 'simple-user-adding', svn_user: 'wearerequired', build_dir: 'release/svn/', assets_dir: 'assets/' } } };
wearerequired/simple-user-adding
grunt/wp_deploy.js
JavaScript
gpl-2.0
180
<?php class ezxpdfpreview { function ezxpdfpreview() { $this->Operators = array( 'pdfpreview' ); } /*! \return an array with the template operator name. */ function operatorList() { return $this->Operators; } /*! \return true to tell the template engine t...
xrowgmbh/pdfpreview
classes/ezxpdfpreview.php
PHP
gpl-2.0
2,967
<?php /* * Copyright (C) 2015 andi * * 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 distr...
inbaz/ers
module/ErsBase/src/ErsBase/View/Helper/Session.php
PHP
gpl-2.0
1,154
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2018-2020 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2020 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
jeffgdotorg/opennms
features/kafka/producer/src/main/java/org/opennms/features/kafka/producer/OpennmsKafkaProducer.java
Java
gpl-2.0
28,520
/** * The routes worker process * * This worker process gets the app routes by running the application dynamically * on the server, then stores the publicly exposed routes in an intermediate format * (just the url paths) in Redis. * From there, the paths are used by the live app for serving /sitemap.xml and ...
localnerve/wpspa
server/workers/routes/lib/index.js
JavaScript
gpl-2.0
2,589
#region Using directives using System; using System.Collections; using System.Data; using UFSoft.UBF.UI.MD.Runtime; using UFSoft.UBF.UI.MD.Runtime.Implement; #endregion namespace DocumentTypeRef { public partial class DocumentTypeRefModel { //初始化UIMODEL之后的方法 public override void AfterInitModel() ...
amazingbow/yonyou
金龙/XMJL_Code/XMJLUI/Model/DocumentTypeRefModelExtend.cs
C#
gpl-2.0
650
<?php //------------------------------------------------------------------------------------------------------------------ // SKY HIGH CMS - Sky High Software Custom Content Management System - http://www.skyhighsoftware.com // Copyright (C) 2008 - 2010 Sky High Software. All Rights Reserved. // Permission to use and...
Since84/AGD-Site
paymentportal/admin/page_edit_91.php
PHP
gpl-2.0
2,602
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to hoshin_comment which is * located in the functions.php file. * * @package WordPress * @subpackage Twenty_Ten * @s...
artzstudio/hoshinbudo.com
wp-content/themes/hoshin/comments.php
PHP
gpl-2.0
3,028
jQuery('#bootstrapslider').carousel({ interval: bootstrapslider_script_vars.interval, pause: bootstrapslider_script_vars.pause, wrap: bootstrapslider_script_vars.wrap });
bassjobsen/twitter-bootstrap-slider
js/bootstrapslider.js
JavaScript
gpl-2.0
177
/****************************************************************************** * * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations ar...
bo0ts/doxygen-fixes
src/xmlgen.cpp
C++
gpl-2.0
62,426
<?php /** * @package hubzero-cms * @copyright Copyright (c) 2005-2020 The Regents of the University of California. * @license http://opensource.org/licenses/MIT MIT */ namespace Components\Events\Api; use Hubzero\Component\Router\Base; /** * Routing class for the component */ class Router extends Base {...
hubzero/hubzero-cms
core/components/com_events/api/router.php
PHP
gpl-2.0
1,353
// // (c) Copyright 2013 DESY, Eugen Wintersberger <eugen.wintersberger@desy.de> // // This file is part of pninexus. // // pninexus 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 Li...
pni-libraries/libpniio
test/arrays/mdarray_test.cpp
C++
gpl-2.0
9,878
/** * Setup (required for Joomla! 3) */ if(typeof(akeeba) == 'undefined') { var akeeba = {}; } if(typeof(akeeba.jQuery) == 'undefined') { akeeba.jQuery = jQuery.noConflict(); } akeeba.jQuery(document).ready(function($){ function atsAssignmentClick() { var parent = akeeba.jQuery(this).parent('td'); var id...
SirPiter/folk
www/media/com_ats/js/tickets.js
JavaScript
gpl-2.0
3,563
<?php namespace Requests\Exception\HTTP; /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests */ /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests */ class _505 extends \Requests\Exception\HTTP { /** * HTTP status code * * @va...
CMS-RuDi/CMS-RuDi
includes/libs/Requests/Exception/HTTP/505.php
PHP
gpl-2.0
486
<?php namespace webfilesframework\core\datasystem\file\system\dropbox; use webfilesframework\core\datasystem\file\system\MFile; /** * description * * @author Sebastian Monzel < mail@sebastianmonzel.de > * @since 0.1.7 */ class MDropboxFile extends MFile { protected $dropboxAccount; ...
sebastianmonzel/webfiles-framework-php
source/core/datasystem/file/system/dropbox/MDropboxFile.php
PHP
gpl-2.0
2,375
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\SettingsWorkingDays */ $this->title = 'Update Settings Working Days: ' . $model->id; $this->params['breadcrumbs'][] = ['label' => 'Settings Working Days', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->i...
mig0s/athena
backend/views/settings-working-days/update.php
PHP
gpl-2.0
579
package openra.server; import openra.core.Unit; public class UnitAnimEvent extends ActionEvent { private Unit un; private UnitAnimEvent scheduled; public UnitAnimEvent(int p, Unit un) { super(p); //logger->debug("UAE cons: this:%p un:%p\n",this,un); this.un = un; //un.referTo(); ...
damiencarol/openredalert
java/src/openra/server/UnitAnimEvent.java
Java
gpl-2.0
965
/** * Copyright (C) 2013, Moss Computing Inc. * * This file is part of simpledeb. * * simpledeb 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...
mosscode/simpledeb
core/src/main/java/com/moss/simpledeb/core/action/LaunchScriptAction.java
Java
gpl-2.0
4,990
/*µü´úÆ÷ģʽ * * ±éÀú¼¯ºÏµÄÖ°Ôð·ÖÀë³öÀ´£» */ /**°×Ïä¾ÛºÏ+Íâµü´ú×Ó*/ public interface Iterator { public Object first(); public Object next(); //µÃµ½µ±Ç°¶ÔÏó public Object currentItem(); //ÊÇ·ñµ½Á˽áβ public boolean isDone(); } //ÕýÐòµü´úÆ÷ public class ConcreteIterator imple...
creary/company
document/设计模式/3行为型/3迭代器.java
Java
gpl-2.0
2,882
package yuka.detectors; import yuka.containers.News; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import java.util.HashMap; import java.util.Map; /** * Created by imyuka on 18/08/2016. ...
imyuka/AFL
AFL/src/main/java/yuka/detectors/FigureDetector.java
Java
gpl-2.0
2,274
# Copyright 2014-2017 Red Hat, Inc. # # 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 distributed in...
EdDev/vdsm
lib/vdsm/v2v.py
Python
gpl-2.0
48,122
<?php /** * @file * Template page for a promotion item. */ ?> <h2> <a href="<?php print $item_url ?>"><?php print $title ?></a> </h2> <p><?php print t('Valid till'); ?> <?php print $cashingPeriodEnd ?> <?php print ($unlimited ? t('unlimited') : $unitsLeft . ' ' . t('x in stock')); ?></p> <?php if (!empty($pic...
westtoer/intranet.westtoer.be
modules/culturefeed/culturefeed_userpoints_ui/theme/culturefeed-userpoints-ui-promotions-page-item.tpl.php
PHP
gpl-2.0
482
using System; namespace Server.Items { public class ArachnidDoom : BaseInstrument { [Constructable] public ArachnidDoom() : base(0x0EB3) { RandomInstrument(); this.Hue = 1944; this.Weight = 4; this.Slayer = SlayerName.Arachnid...
tbewley10310/Land-of-Archon
Scripts/Services/CleanUpBritannia/Items/ArachnidDoom.cs
C#
gpl-2.0
1,190
<?php /** * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Andreas Gohr <andi@splitbrain.org> */ // must be run within Dokuwiki if(!defined('DOKU_INC')) die(); /** * Class syntax_plugin_data_entry */ class syntax_plugin_data_entry extends DokuWiki_Syntax_Plugin { /** * @var he...
tsolucio/coreBOSDocumentation
lib/plugins/data/syntax/entry.php
PHP
gpl-2.0
17,100
/***************************************************************************** Copyright (c) 2005, 2014, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2012, Facebook Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as pub...
laurynas-biveinis/webscalesql-5.6
storage/innobase/page/page0zip.cc
C++
gpl-2.0
146,875
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package pe.edu.upeu.modelo; import java.io.Serializable; import java.util.Collection; import java.util.Date; import javax....
AngieChambi/ProFinal
WebSgeUPeU/src/java/pe/edu/upeu/modelo/ConfPeriodo.java
Java
gpl-2.0
8,395
package com.atlach.trafficdataloader; import java.util.ArrayList; /* Short Desc: Storage object for Trip info */ /* Trip Info > Trips > Routes */ public class TripInfo { private int tripCount = 0; public ArrayList<Trip> trips = null; public String date; public String origin; public String destination; ...
linusmotu/Viaje
ViajeUi/src/com/atlach/trafficdataloader/TripInfo.java
Java
gpl-2.0
2,363
package org.adastraeducation.liquiz.equation; import java.util.*; import java.util.regex.*; import org.adastraeducation.liquiz.*; /** * Present equations with random variables. * It has two ways to parse the equations in string[]. One is in infix, and the other is in the RPN. * @author Yingzhu Wang * */ public ...
hydrodog/LiquiZ
LiquiZ/src/org/adastraeducation/liquiz/equation/Equation.java
Java
gpl-2.0
4,219
package com.github.luksdlt92; import java.util.ArrayList; /* * DoubleJumpReload plugin * Made by luksdlt92 and Abdalion */ import org.bukkit.event.Listener; import org.bukkit.plugin.java.JavaPlugin; import com.github.luksdlt92.commands.DoubleJumpCommand; import com.github.luksdlt92.listeners.JumpListener; pub...
luksdlt92/doublejumpreload
DoubleJumpReload/src/main/java/com/github/luksdlt92/DoubleJumpReload.java
Java
gpl-2.0
871
package org.vidogram.messenger.g.a; import java.io.ByteArrayOutputStream; public class j extends ByteArrayOutputStream { private final b a; public j(b paramb, int paramInt) { this.a = paramb; this.buf = this.a.a(Math.max(paramInt, 256)); } private void a(int paramInt) { if (this.count + para...
Robert0Trebor/robert
TMessagesProj/src/main/java/org/vidogram/messenger/g/a/j.java
Java
gpl-2.0
1,439
using UnityEngine; using System.Collections; /* * Item to handle movements of rigibodies */ public class RigibodyMoveItem : MoveItem { public enum Type { ENEMY_SHIP_TYPE_1, LASER_RED, LASER_BLUE }; public static RigibodyMoveItem create(Type type) { switch (type) { case Type.ENE...
adriwankenobi/space
Assets/Scripts/Level/Non Playable/Movement/Rigibody/RigibodyMoveItem.cs
C#
gpl-2.0
620
package it.polito.nexa.pc; import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.Statement; import java.util.List; /** * Created by giuseppe on 19/05/15. */ public interface TriplesAdder { public Model addTriples(Model model, List<Statement> statementList); }
giuseppefutia/rdf-public-contracts
src/main/java/it/polito/nexa/pc/TriplesAdder.java
Java
gpl-2.0
290
using UnityEngine; using System.Collections; public class ButtonNextImage : MonoBehaviour { public GameObject nextImage; public bool lastImage; public string nextScene = ""; void OnMouseDown() { if(lastImage) { Application.LoadLevel(nextScene); return; } gameObject.SetActive (false); nextImag...
aindong/RobberGame
Assets/Scripts/Helpers/ButtonNextImage.cs
C#
gpl-2.0
347
/** * Created by LPAC006013 on 23/11/14. */ /* * wiring Super fish to menu */ var sfvar = jQuery('div.menu'); var phoneSize = 600; jQuery(document).ready(function($) { //if screen size is bigger than phone's screen (Tablet,Desktop) if($(document).width() >= phoneSize) { // enable superfish ...
dejanmarkovic/topcat-final
js/global.js
JavaScript
gpl-2.0
994
<?php /** * Multisite upgrade administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** Load WordPress Administration Bootstrap */ require_once(dirname(__FILE__) . '/admin.php'); if (!is_multisite()) wp_die(__('Multisite support is not enabled.')); require_once(ABSPATH . WP...
JeremyCarlsten/WordpressWork
wp-admin/network/upgrade.php
PHP
gpl-2.0
4,987
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // // file: rbbirb.cpp // // Copyright (C) 2002-2011, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains the RBBIRuleBuilder class implementation. T...
teamfx/openjfx-8u-dev-rt
modules/web/src/main/native/Source/ThirdParty/icu/source/common/rbbirb.cpp
C++
gpl-2.0
9,976
<div class="clear left"> <div class="full-page-span33 home-island"> <div class="img-island isle1"> <h3>Isle Title 1</h3> <p class="tl"> Mei duis denique nostrum et, in pro choro</p> </div> <div> <p>Lorem ipsum Mei duis denique nostrum et, in pro choro consul, eam deterruisset ...
johnjlocke/rush-mechanical-theme
rush-mechanical/home-fw.php
PHP
gpl-2.0
2,288
<?php /* $Id$ osCmax e-Commerce http://www.oscmax.com Copyright 2000 - 2011 osCmax Released under the GNU General Public License */ define('HEADING_TITLE', 'Ch&egrave;ques cadeaux envoy&eacute;s'); define('TABLE_HEADING_SENDERS_NAME', 'Nom de l\'expéditeur'); define('TABLE_HEADING_VOUCHER_VA...
osCmax/oscmax2
catalog/admin/includes/languages/french/gv_sent.php
PHP
gpl-2.0
1,035
/* * Copyright (C) 2005-2013 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. * ...
blueboy/portalone
src/game/SpellAuras.cpp
C++
gpl-2.0
309,536
<?php /* * * Copyright 2001-2012 Thomas Belliard, Laurent Delineau, Edouard Hue, Eric Lebrun * * This file is part of GEPI. * * GEPI 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 vers...
prunkdump/gepi
saisie/commentaires_types.php
PHP
gpl-2.0
38,738
#include <iomanip> #include <iostream> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n, p_i; cin >> n; double total = 0.0; for (size_t i = 0; i < n; i++) { cin >> p_i; total += p_i; } cout << setprecision(12) << fixed << (total / n) << endl; }
emanuelsaringan/codeforces
Drinks/main.cc
C++
gpl-2.0
314
<?php /** * @package SP Page Builder * @author JoomShaper http://www.joomshaper.com * @copyright Copyright (c) 2010 - 2016 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later */ //no direct accees defined ('_JEXEC') or die ('restricted access'); class SppagebuilderAddonTab extends Spp...
hoangyen201201/TrienLamOnline
components/com_sppagebuilder/addons/tab/site.php
PHP
gpl-2.0
3,318
var ajaxManager = (function() { $jq = jQuery.noConflict(); var requests = []; return { addReq: function(opt) { requests.push(opt); }, removeReq: function(opt) { if($jq.inArray(opt, requests) > -1) { requests.splice($jq.inArray(opt, requests), 1); } }, run: function...
rbredow/allyzabbacart
js/cart66-library.js
JavaScript
gpl-2.0
10,666
<?php session_start(); ob_start(); include ('connect.php'); if(($_SESSION['LOGIN'] == "NO") or (!$_SESSION['LOGIN'])) header('Location: index.php'); function cssifysize($img) { $dimensions = getimagesize($img); $dimensions = str_replace("=\"", ":", $dimensions['3']); $dimensions = str_replace("\"", "px;"...
somalitaekwondo/site
newsletter/image_folder.php
PHP
gpl-2.0
2,323
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include <errno.h> #include <iostream> #include "ftfilemapper.h" //#define DEBUG_FILEMAPPER ftFileMapper::ftFileMapper(uint64_t file_size,uint32_t chunk_size) : _file_size(file_size),_chunk_size(chunk_size) { int nb_chunks = (int)(file_size / (uint64_t)chu...
RedCraig/retroshare
libretroshare/src/ft/ftfilemapper.cc
C++
gpl-2.0
9,367
# Endpoints for user to control the home. from datetime import datetime from flask import Blueprint, jsonify, request from services import elements_services, home_services home_api = Blueprint('/home_api', __name__) elements_services = elements_services.ElementsServices() home_services = home_services.HomeServices()...
igrlas/CentralHub
CHPackage/src/centralhub/server/home_endpoints.py
Python
gpl-2.0
1,856
#include "stdafx.h" #include "Utilities/Log.h" #include "Utilities/File.h" #include "git-version.h" #include "rpcs3/Ini.h" #include "Emu/Memory/Memory.h" #include "Emu/System.h" #include "Emu/GameInfo.h" #include "Emu/SysCalls/ModuleManager.h" #include "Emu/Cell/PPUThread.h" #include "Emu/Cell/SPUThread.h" #include "E...
thatguyehler/rpcs3
rpcs3/Emu/System.cpp
C++
gpl-2.0
11,861
<?php /** * @version 3.2.11 September 8, 2011 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ defined('GANTRY_VERSION') or die; gantry_import('core.config.gantryformgroup'); gantr...
epireve/joomla
libraries/gantry/admin/forms/groups/enabledgroup.php
PHP
gpl-2.0
2,633
# -*- coding: utf-8 -*- import time import EafIO import warnings class Eaf: """Read and write Elan's Eaf files. .. note:: All times are in milliseconds and can't have decimals. :var dict annotation_document: Annotation document TAG entries. :var dict licences: Licences included in the file. :va...
acuriel/Nixtla
nixtla/core/tools/pympi/Elan.py
Python
gpl-2.0
33,330
// <copyright file="Collision.cs" company="LeagueSharp"> // Copyright (c) 2015 LeagueSharp. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, o...
CjShuMoon/TwLS.SDK
Core/Math/Collision.cs
C#
gpl-2.0
7,683
var express = require('express'); var path = require('path'); var tilestrata = require('tilestrata'); var disk = require('tilestrata-disk'); var mapnik = require('tilestrata-mapnik'); var dependency = require('tilestrata-dependency'); var strata = tilestrata(); var app = express(); // define layers strata.layer('hill...
nronnei/srtm-server
app.js
JavaScript
gpl-2.0
1,877
/* * synergy -- mouse and keyboard sharing utility * Copyright (C) 2016 Symless Ltd. * * This package is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * found in the file LICENSE that should have accompanied this file. * * This package is distribut...
hunterua/synergy
src/lib/platform/OSXUchrKeyResource.cpp
C++
gpl-2.0
7,325
<?php include_once "srcPHP/View/View.php"; include_once "srcPHP/Model/ResearchModel.php"; class Mosaic implements View{ var $model = NULL; var $array = NULL; function Mosaic(){ $this->model = new ResearchModel("dbserver", "xjouveno", "xjouveno", "pdp"); $this->array = $this->model->getAllVideo(); } functio...
s4e-tom/navideo
Trunk/srcPHP/View/Section/GuestSection/Mosaic.php
PHP
gpl-2.0
1,462