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
<div class="footer-social"> <div class="container"> <div class="row"> <div class="col-sm-6"> <h3 style="margin-top:8px; font-weight:300;"></h3> </div> <div class="col-sm-1"> <div class="social"> <div class="social-icon"><a href="#"><i class="icon-...
truebadore/tba
wp-content/themes/cloudhost/footer.php
PHP
gpl-2.0
3,013
<?php if ( !defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Manages image sizes settings * * Here image sizes settings are defined and managed. * * @version 1.1.4 * @package ecommerce-product-catalog/functions * @author Norbert Dreszer */ add_action( 'admin_init', 'ic_add_wp_screens_se...
impleCode/ecommerce-product-catalog
includes/settings/image-sizes.php
PHP
gpl-2.0
7,783
package com.tacohen.killbots.Logic; import android.util.Pair; public class GridDimensions { public static Pair<Integer, Integer> gridDimensions; public static int width; public static int height; public static Pair<Integer, Integer> getGridDimensions() { return gridDimensions; } public static void setGridDi...
Tacohen/Killbots
Killbots/src/com/tacohen/killbots/Logic/GridDimensions.java
Java
gpl-2.0
692
<?php /* * Plugin Name: Permalink Redirect * Plugin URI: http://scott.yang.id.au/code/permalink-redirect/ * Description: Permalink Redirect ensures that pages and entries are always accessed via the permalink. Otherwise, a 301 redirect will be issued. * Version: 2.0.5 * Author: Scott Yang * Author URI: http://sco...
amejias101/wordpress
wp-content/plugins/ylsy_permalink_redirect.php
PHP
gpl-2.0
16,822
//http://codeforces.com/problemset/problem/670/D2 #include <iostream> #include <vector> #include <algorithm> using namespace std; #define printv(data) for(auto& e:data) cout<<e<<","; cout<<endl; #define sortv(data) std::sort(data.begin(),data.end()); #define rsortv(data) std::sort(data.rbegin(),data.rend()); #define ...
fjanisze/Problems
D2MagicPowder.cpp
C++
gpl-2.0
1,543
function fileQueueError(file, errorCode, message) { try { var imageName = "error.gif"; var errorName = ""; if (errorCode === SWFUpload.errorCode_QUEUE_LIMIT_EXCEEDED) { errorName = "You have attempted to queue too many files."; } if (errorName !== "") { alert(errorName); return; } ...
vapvarun/MicrocerptBIZ
wp-content/plugins/PlusOnett/monetize/add_post/image_uploader/swfupload/handlers.js
JavaScript
gpl-2.0
8,928
/** * Copyright (C) 2012-2016 52°North Initiative for Geospatial Open Source * Software GmbH * * 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 publishedby the Free * Software Foundation. * * If the program is linked with ...
ridoo/SensorWebClient
sensorwebclient-api/src/main/java/org/n52/server/da/oxf/SosRequestBuilderFactory.java
Java
gpl-2.0
1,956
<?php /* define package */ define('PKG_NAME', 'VoteForms'); define('PKG_NAME_LOWER', strtolower(PKG_NAME)); define('PKG_VERSION', '2.0.5'); define('PKG_RELEASE', 'beta'); define('PKG_AUTO_INSTALL', true); /* define paths */ if (isset($_SERVER['MODX_BASE_PATH'])) { define('MODX_BASE_PATH', $_SERVER['MODX_BASE_PATH'...
me6iaton/VoteForms
_build/build.config.php
PHP
gpl-2.0
2,496
// // ID Engine // ID_IN.c - Input Manager // v1.0d1 // By Jason Blochowiak // // // This module handles dealing with the various input devices // // Depends on: Memory Mgr (for demo recording), Sound Mgr (for timing stuff), // User Mgr (for command line parms) // // Globals: // LastScan - The keyboard scan code o...
WarlockD/crispy-doom
stm32/wolf3d/id_in.cpp
C++
gpl-2.0
17,126
<div class="mcl-login-form-login"> <h2><?php echo ($instance_id == "my_columbia_llm") ? "My Columbia LL.M." : "My Columbia Law and Admitted Student" ?></h2> <h3>Security Question Update</h3> <div <?php echo (isset($_SESSION['messages']['status'][0])) ? "class='status-msg'" : "" ?> > <?php echo (isset($_SESSIO...
nexttee/culaw
sites/default/modules/cls_mcl/templates/security_question_update.tpl.php
PHP
gpl-2.0
3,687
$Rev: 916 $
boudewijnrempt/HyvesDesktop
3rdparty/socorro/webapp-php/application/views/common/version.php
PHP
gpl-2.0
13
package utility; public class IdConst extends Ident { //Valeur de la constante private int valeur; //Initialisation d'une IdConst (nom, type et valeur) public IdConst(String _name, int _type, int _valeur) { super(_name, _type); //constructeur de Ident this.valeur = _valeur; } public int getValeur() {retur...
william-insa/Projet_compilateur
Compilateur/src/utility/IdConst.java
Java
gpl-2.0
455
/********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; eithe...
seggil/warciv
common/worklist.hh
C++
gpl-2.0
2,086
<?php /* ----------------------------------------------------------------------------------------- $Id: xtc_get_uprid.inc.php 899 2005-04-29 02:40:57Z hhgag $ XT-Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2003 XT-Commerce ---------------------------------------------...
dsiekiera/modified-bs4
inc/xtc_get_uprid.inc.php
PHP
gpl-2.0
2,442
/* * ZAL - The abstraction layer for Zimbra. * Copyright (C) 2016 ZeXtras S.r.l. * * This file is part of ZAL. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2 of * the Licen...
ZeXtras/OpenZAL
src/java/org/openzal/zal/RightConstants.java
Java
gpl-2.0
2,924
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
soeffing/openx_test
www/admin/userlog-index.php
PHP
gpl-2.0
11,731
<?php class Redux_Validation_url extends Redux_Options { /* for PRO users! - * * Field Constructor. * * Required - must call the parent constructor, then assign field and value to vars, and obviously call the render field function * * @since Redux_Options 1.0.0 */ function __construct($field, $value, $cu...
EmmaTope/SolidSteps
wp-content/themes/dante/includes/options/validation/url/validation_url.php
PHP
gpl-2.0
1,019
<?php $this->currencies = array ( 'adp' => 'Andorransk peseta', 'aed' => 'Förenade arabemiratens dirham', 'afa' => 'Afghani (1927-2002)', 'afn' => 'Afghani', 'all' => 'Albansk lek', 'amd' => 'Armenisk dram', 'ang' => 'Nederländsk antillisk gulden', 'aoa' => 'Angolansk kwanza', 'aok' => 'Angolansk kwan...
prdatur/soopfw
language/currencies/sv.php
PHP
gpl-2.0
8,556
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
palasthotel/grid-wordpress-box-social
vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1SubscriberEvent.php
PHP
gpl-2.0
1,892
<?php /** * content-gallery.php * * The default template for displaying posts with the Gallery post format. * @package Theme_Material * GPL3 Licensed */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- Article header --> <header class="entry-header"> <?php // If single page, display the...
puuga/wordpress
wp-content/themes/material/content-gallery.php
PHP
gpl-2.0
1,286
/* * Copyright (c) 1998-2010 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Resin Open Source is free software; you can redistribute it and/or modify * it under the terms o...
christianchristensen/resin
modules/jms/src/javax/jms/InvalidSelectorException.java
Java
gpl-2.0
1,322
# exercise from http://www.ling.gu.se/~lager/python_exercises.html # solution from http://rosettacode.org/wiki/99_Bottles_of_Beer#Python # "99 bottle of beer" is a traditional song in the US and Canada. # it is popular to sing on long trips, as it has a very repetitive # format which is easy to memorize, and can take ...
SurAnand/pyuthon
99beer.py
Python
gpl-2.0
1,042
/** * 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 * ...
mfursov/ugene
src/plugins/dbi_bam/src/SamReader.cpp
C++
gpl-2.0
21,739
package com.code.taskmanager.bean; import android.graphics.drawable.Drawable; public class AppInfo { public Drawable icon; public String name; public String packagename; public boolean sysApp; public long mem; }
silvernoo/KillTask
src/com/code/taskmanager/bean/AppInfo.java
Java
gpl-2.0
219
##################################################################### # -*- coding: iso-8859-1 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyostila ...
cherbib/fofix
src/Guitar.py
Python
gpl-2.0
95,964
# Copyright 1999 by Jeffrey Chang. All rights reserved. # Copyright 2000 by Jeffrey Chang. All rights reserved. # Revisions Copyright 2007 by Peter Cock. All rights reserved. # This code is part of the Biopython distribution and governed by its # license. Please see the LICENSE file that should have been included #...
BlogomaticProject/Blogomatic
opt/blog-o-matic/usr/lib/python/Bio/Prosite/__init__.py
Python
gpl-2.0
27,006
/* * 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 br.com.orionline.entidade; /** * * @author ronald */ public class BarrasRelacionadas extends ProdutoAUX{ ...
ronaldsantos63/ConversorOrionline
src/br/com/orionline/entidade/BarrasRelacionadas.java
Java
gpl-2.0
323
// taikaDlg.cpp : implementation file // #include "stdafx.h" #include "taika.h" #include "taikaDlg.h" #include "Props.h" #include "DlgVarmuuskopioi.h" #include "DlgSiivoaTietokanta.h" #include "DlgAsetukset.h" #include "DlgLuoUusiTietokanta.h" #include "DlgAbout.h" #include "StringHelper_luokka.h" #include <afxpriv.h>...
ptesavol/t-time
VS2005App/taikaDlg.cpp
C++
gpl-2.0
25,345
// Generated by CoffeeScript 1.8.0 (function() { var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() {...
jcwproductions/jcwproductions-blog
wp-content/plugins/awesome-gallery/assets/js/awesome-gallery.js
JavaScript
gpl-2.0
76,673
import pathlib import h5py import numpy as np import pytest from scipy.ndimage.filters import gaussian_filter import dclab from dclab.rtdc_dataset.feat_anc_plugin.plugin_feature import ( PlugInFeature, import_plugin_feature_script, remove_plugin_feature, remove_all_plugin_features, PluginImportError) from ...
ZellMechanik-Dresden/dclab
tests/test_rtdc_feat_anc_plugin.py
Python
gpl-2.0
29,760
package net.idtoki.instelec.controller; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.ResourceBundle; import java.util.logging.Logger; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.ht...
Esleelkartea/instelec-app
instelecapp_v1.0.0_src/src/net/idtoki/instelec/controller/TareasController.java
Java
gpl-2.0
18,850
// SPDX-License-Identifier: GPL-2.0 #include <errno.h> #include <QtBluetooth/QBluetoothAddress> #include <QLowEnergyController> #include <QLowEnergyService> #include <QCoreApplication> #include <QElapsedTimer> #include <QEventLoop> #include <QThread> #include <QTimer> #include <QDebug> #include <QLoggingCategory> #in...
neolit123/subsurface
core/qt-ble.cpp
C++
gpl-2.0
13,635
package com.uvic.textshare.service.rest; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Session; import javax.mail.Transport; import javax.mail.internet.AddressException; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import javax.ws.rs.GET; impo...
Brkk/flybrary
src/main/java/com/uvic/textshare/service/rest/TextbookResource.java
Java
gpl-2.0
16,036
/* Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in t...
ForcerKing/ShaoqunXu-mysql5.7
sql/sql_resolver.cc
C++
gpl-2.0
121,648
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2009-2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
vishwaAbhinav/OpenNMS
core/soa/src/main/java/org/opennms/core/soa/ServiceRegistry.java
Java
gpl-2.0
4,248
<div id="<?php echo $iname; ?>messages" class="messages"> <?php // if there are messages loop through all messages if ($this->getInput('messages')) { foreach ($this->getInput('messages') as $message) { ?> <div class="messageblock"> <div class="header"> <div class="datetime"><?php ech...
peeto/DarkChat
src/web/displaymessages.php
PHP
gpl-2.0
667
""" SALTS XBMC Addon Copyright (C) 2014 tknorris 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. T...
felipenaselva/repo.felipe
plugin.video.salts/scrapers/watch8now_scraper.py
Python
gpl-2.0
3,576
/* * Open-source multi-Physics Phenomena Analyzer (OP2A) ver. 0.1 * * Copyright (c) 2015 MINKWAN KIM * * Initial Developed Date: May 26, 2015 * Author: Minkwan Kim * * OP2A_ProblemCommon.hpp * - * */ #ifndef OP2A_PROBLEMCOMMON_HPP_ #define OP2A_PROBLEMCOMMON_HPP_ #include <string> #include...
minkwankim/OP2A
OP2A/Setup/include/OP2A_ProblemCommon.hpp
C++
gpl-2.0
593
<?php /* * This file is part of SeAT * * Copyright (C) 2015 to 2020 Leon Jacobs * * 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) ...
eveseat/web
tests/database/migrations/2020_05_08_085856_create_corporation_infos_test_table.php
PHP
gpl-2.0
2,126
/* * Copyright (C) 2005 - 2011 MaNGOS <http://www.getmangos.org/> * * Copyright (C) 2008 - 2011 TrinityCore <http://www.trinitycore.org/> * * Copyright (C) 2011 - 2012 TrilliumEMU <http://trilliumx.code-engine.org/> * * This program is free software; you can redistribute it and/or modify it * under the terms of...
Kr4v3n5/Core
src/server/game/Instances/InstanceScript.cpp
C++
gpl-2.0
15,351
<?php /** * @file * Customize the display of a complete webform. * * This file may be renamed "webform-form-[nid].tpl.php" to target a specific * webform on your site. Or you can leave it "webform-form.tpl.php" to affect * all webforms on your site. * * Available variables: * - $form: The complete form array. ...
eforerop2888/fotografias
sites/all/themes/fotografias/templates/webform-form-33.tpl.php
PHP
gpl-2.0
1,215
import mainUi.main mainUi.main.main()
MiiRaGe/cryptanalysis-tools
run.py
Python
gpl-2.0
39
/* * 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/game/AI/PlayerAI/PlayerAI.cpp
C++
gpl-2.0
57,029
<?php /* * This file is part of SeAT * * Copyright (C) 2015 to 2022 Leon Jacobs * * 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) ...
eveseat/services
src/Traits/VersionsManagementTrait.php
PHP
gpl-2.0
4,287
<?php if (empty($_REQUEST['feeding'])): $feeding = 0; else: $feeding = $_REQUEST['feeding']; endif; if (empty($_REQUEST['transfer'])): $transfer = 0; else: $transfer = $_REQUEST['transfer']; endif; if (empty($_REQUEST['mobility'])): $mobility = 0; else: $mobility = $_REQUES...
kukks205/jhhc
page/old_screen/adl_result.php
PHP
gpl-2.0
1,838
package icaro.pruebas; import icaro.infraestructura.entidadesBasicas.NombresPredefinidos; import icaro.infraestructura.patronAgenteReactivo.control.acciones.AccionSincrona; import icaro.infraestructura.entidadesBasicas.descEntidadesOrganizacion.ComprobadorRutasEntidades; import icaro.infraestructura.entidadesBasicas.i...
palomagc/MovieChatter
src/icaro/pruebas/VerificarExistenciaEntidadesDescripcion.java
Java
gpl-2.0
27,852
<?php require 'head.php';?> <div class="container-fluid main-container"> <div class="col-md-2 sidebar"> <div class="row"> <!-- uncomment code for absolute positioning tweek see top comment in css --> <div class="absolute-wrapper"> </div> <!-- Menu --> <div class="side-menu"> <nav class="navbar navbar-def...
zona284/evotemipa
admin/admin.php
PHP
gpl-2.0
998
/* This file is part of Work in Texas (WIT) Search Helper. WIT Search Helper 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....
Soscan2062/wit-search-helper
utils.js
JavaScript
gpl-2.0
2,653
# -*- coding: utf-8 -*- import sys sys.path.append(sys.argv[1]) from scriptlib import * """Файлы пакета""" FILES = ( '7z920-x64.msi', '7z920.msi' ) """Имена исполняемых файлов""" if ARCH == '64': INSTALLER = os.path.join('', DIR, FILES[0]) else: INSTALLER = os.path.join('', DIR, FILES[1]) def insta...
kuchiman/wpm-pkg
7zip/script.py
Python
gpl-2.0
529
/* ============================================================ * * This file is a part of kipi-plugins project * http://www.kipi-plugins.org * * Date : 2003-10-14 * Description : batch image rotation * * Copyright (C) 2003-2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu> * Copyright (C) 2004-2009 by Marc...
ruphy/kipi-plugins
jpeglossless/imagerotate.cpp
C++
gpl-2.0
5,473
package org.mo.game.editor.core.entity.common; import org.mo.game.editor.core.entity.base.XBaseEntityItemTemplate; public class XEntityItemTemplate extends XBaseEntityItemTemplate{ private static final long serialVersionUID = 1L; }
favedit/MoPlatform
mo-gm-develop/src/editor-java/org/mo/game/editor/core/entity/common/XEntityItemTemplate.java
Java
gpl-2.0
245
package data; import java.io.File; import java.io.FileReader; import java.util.HashMap; import java.util.Iterator; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; /** * This class contains all different types of incidents that can arrive. * * @autho...
Uinelj/logirail
src/data/IncidentDatabase.java
Java
gpl-2.0
2,182
/* A useful and efficient way to use compile-time recursion, partial template specialization and variadic template parameter pack by rangerprice, alias absorbement. */ template <typename Val, typename Type, typename...Args> inline void push(const std::pair<const Val, Type> var, const Args&...args) noexcept { const ...
rangerprice/simplified-lua-api
source/template/slacore.tpl.cpp
C++
gpl-2.0
697
/* * Copyright 2007-2008 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 l...
retest/swingset3
src/org/retest/swingset3/demos/spinner/JSpinnerPanel.java
Java
gpl-2.0
2,708
<?php /*download sample.csv*/ $csvfilepath = get_option( 'home' ) ."/wp-content/themes/".get_option( 'template' )."/sample_csv.csv"; header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header("Content-Type: image/png"); header("Content-type: application/force-do...
epgmedia/thunderpress-calendar
wp-content/themes/Events/library/includes/csvdl.php
PHP
gpl-2.0
488
class BadgeGrouping < ActiveRecord::Base GettingStarted = 1 Community = 2 Posting = 3 TrustLevel = 4 Other = 5 has_many :badges end # == Schema Information # # Table name: badge_groupings # # id :integer not null, primary key # name :string(255) not null # description :st...
zoubeiri/discourse-snowboard
app/models/badge_grouping.rb
Ruby
gpl-2.0
438
#region Header // Vorspire _,-'/-'/ ProfileRankOrder.cs // . __,-; ,'( '/ // \. `-.__`-._`:_,-._ _ , . `` // `:-._,------' ` _,`--` -: `_ , ` ,' : // `---..__,,--' (C) 2016 ` -'. -' // # Vita-Nex [http://core.vita-nex.com] # // {o)xxx|===============- # -============...
Andries1985/Shards-of-Nagash
Scripts/VitaNex/Core/Modules/AutoPVP/Objects/Profile/ProfileRankOrder.cs
C#
gpl-2.0
507
<?php /** * The template for displaying the footer * * Contains the closing of the "site-content" div and all content after. * * @package WordPress * @subpackage Twenty_Fifteen * @since Twenty Fifteen 1.0 */ ?> <footer class="bmg-l-footer"> <div class="bmg-l-footer__inner"> <div class="bmg-l-footer__nav...
goygoybords/buyma
wp-content/themes/twentyfifteen/footer.php
PHP
gpl-2.0
2,372
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package Monaco */ get_header(); ?> <div id="primar...
techborder/wp
wp-content/themes/monaco/page.php
PHP
gpl-2.0
849
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
yinsimei/scummvm
engines/titanic/sound/qmixer.cpp
C++
gpl-2.0
8,371
""" USAGE: twitter [action] [options] ACTIONS: follow add the specified user to your follow list friends get latest tweets from your friends (default action) help print this help text that you are currently reading leave remove the specified user from your following list public...
avsm/lifedb-plugins
Twitter/twitter/cmdline.py
Python
gpl-2.0
15,027
package si.virag.parkomat.modules; import android.app.Activity; import android.content.Context; import android.content.DialogInterface; import android.support.annotation.NonNull; import com.wdullaer.materialdatetimepicker.time.RadialPickerLayout; import com.wdullaer.materialdatetimepicker.time.TimePickerDialog; impo...
izacus/Parkomat
app/src/main/java/si/virag/parkomat/modules/TimeManager.java
Java
gpl-2.0
2,335
<?php if(!defined("IN_ESOTALK")) exit; /** * OpauthConnect * * @copyright Copyright © 2012 Oleksandr Golubtsov * @license GPLv2 License * @package OpauthСonnect * * This file is part of OpauthСonnect plugin. Please see the included license file for usage information */ ET::$pluginInfo["OpauthConnect"] = ...
phisyks/discuss
addons/plugins/OpauthConnect/plugin.php
PHP
gpl-2.0
20,268
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
pikax/papreader
Revista Programar Reader Win8/MainPage.xaml.cs
C#
gpl-2.0
828
<?php /** * Element: Agents * Displays a multiselectbox of different browsers * * @package NoNumber Framework * @version 14.4.1 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2014 NoNumber All Rights Reserved *...
L16jovenesTIC/portal-web
plugins/system/nnframework/fields/agents.php
PHP
gpl-2.0
7,025
/* Interpréteur GOTO++ Copyright 2002 Sidoine de Wispelaere Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier sous les termes de la GNU General Public Licence telle que publiée par la Free Software Fundation ; soit dans la version 2 de la Licence, soit (à votre choix) dans une version...
Sidoine/gotopp
src/compilateur/compilateur.cpp
C++
gpl-2.0
70,880
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $events_label_singular = tribe_get_event_label_singular(); $events_label_plural = tribe_get_event_label_plural(); if ( ! $_POST ) { $event_cost = get_post_meta( $post_id, '_EventCost', false ); if (is_array($event_cost)) { if (empty($event_cost)) { $event_c...
Ilya-d/htdocs
wp-content/themes/malivi/templates/community/modules/cost.php
PHP
gpl-2.0
1,280
/* Warrior of Dreamworld, 2D Massivly Mutiplayer Online Role-playing Game Copyright (C) 2012 Ryan Lahfa 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 op...
krofna/Warrior-of-Dreamworld
client/ObjectMgr.cpp
C++
gpl-2.0
6,332
/** * Copyright (C) 2002-2007 The FreeCol Team * * This file is part of FreeCol. * * FreeCol 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...
tectronics/reformationofeurope
src/net/sf/freecol/common/model/ColonyTile.java
Java
gpl-2.0
19,928
using System.Collections.Generic; using meridian.smolensk.proto; namespace smolensk.Models.ViewModels { public class AdsListViewModel { public string Title { get; set; } public string NoAdsTitle { get; set; } public IEnumerable<ad_advertisments> Advertisments { get; set; } ...
seavan/smoltoday
trunk/src/smolensk/Models/ViewModels/AdsListViewModel.cs
C#
gpl-2.0
631
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using Sdl.Core.Settings; using SDLCommunityCleanUpTasks.Models; namespace SDLCommunityCleanUpTasks { public class CleanUpSourceSettings : SettingsGroup, ICleanUpSourceSettin...
sdl/Sdl-Community
CleanUpTasks/CleanUpTasks/CleanUpSourceSettings.cs
C#
gpl-2.0
5,910
#! /usr/bin/python ###### # Copyright 2007-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER # # This code is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 # only, as published b...
SunLabsAST/AURA
Bridge/pyaura/tagclustering/simplestats.py
Python
gpl-2.0
4,439
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
rex-xxx/mt6572_x201
frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
Java
gpl-2.0
19,994
/* * Wazuh app - Mitre alerts components * Copyright (C) 2015-2021 Wazuh, 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...
wazuh/wazuh-kibana-app
public/components/overview/compliance-table/compliance-table.tsx
TypeScript
gpl-2.0
10,864
package org.kidneyomics.gtf; import static org.junit.Assert.*; import java.util.LinkedList; import java.util.List; import org.biojava.nbio.genome.parsers.gff.Feature; import org.biojava.nbio.genome.parsers.gff.Location; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Fea...
christopher-gillies/rna-seq-pipeline
src/test/java/org/kidneyomics/gtf/FeatureMergerTest.java
Java
gpl-2.0
9,180
function eliminarItem(id, url){ console.log("Eliminar Fase"); console.log(id); console.log(url); $("#nombre-item").text(id); $("#modal-eliminar").modal('show'); $("#btn-eliminar").attr('href', url); } function revivirItem(id, url){ console.log("Eliminar Fase"); console.log(id); console.log(url); $("#nombr...
SantiagoValdez/hpm
src/hpm/static/js/item.js
JavaScript
gpl-2.0
2,276
<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?> <?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0...
rjbaniel/upoor
wp-content/themes/oceanwide/attachment.php
PHP
gpl-2.0
2,504
#include "yacss/CSSBaseValue.hh" namespace yacss { std::ostream& operator<< (std::ostream& o, const CSSBaseValue& val) { if (val.type == ValueType::Length) o << val.get<LengthValue>(); else if (val.type == ValueType::Keyword) o << val.get<KeywordValue>(); else if (val.type == ValueType::ColorRGBA) o...
cirocosta/yacss-parser
src/CSSBaseValue.cc
C++
gpl-2.0
456
<?php /****************************************************** Open .node *** * Description: * Status: Stable. * Author: Alexandre Dath <alexandre@dotnode.com> * $Id$ * * Copyright (C) 2005 Alexandre Dath <alexandre@dotnode.com> * * This program is free software; you can redistribute it and/or m...
alex-ikse/dotnode
includes/config/global.inc.php
PHP
gpl-2.0
1,501
using System; using Server.Items; using Server.Targeting; namespace Server.Engines.Craft { public enum SmeltResult { Success, Invalid, NoSkill } public class Resmelt { public Resmelt() { } public static void Do(Mobile from, CraftSystem craft...
kevin-10/ServUO
Scripts/Services/Craft/Core/Resmelt.cs
C#
gpl-2.0
6,952
<?php /** * Plugin Update Checker Library 2.2.0 * http://w-shadow.com/ * * Copyright 2015 Janis Elsts * Released under the MIT license. See license.txt for details. */ if ( !class_exists('wcva_PluginUpdateChecker_2_2', false) ): /** * A custom plugin update checker. * * @author Janis Elsts ...
markredballoon/clivemizen
wp-content/plugins/woocommerce-colororimage-variation-select/plugin-update-checker/plugin-update-checker.php
PHP
gpl-2.0
43,682
<?php /** * Event List * * @author ProSports * @package ProSports/Templates * @version 1.5 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $defaults = array( 'id' => null, 'status' => 'default', 'date' => 'default', 'date_from' => 'default', 'date_to' => 'default', 'number' => -...
parpaitas1987/ProSports
sm-manager-setup/includes/prosports/templates/event-list.php
PHP
gpl-2.0
12,406
<?php $PHPMaker_vers = 'v5.0.0'; define('ADODB_FETCH_DEFAULT', 0); define('ADODB_FETCH_NUM', 1); define('ADODB_FETCH_ASSOC', 2); define('ADODB_FETCH_BOTH', 3); define("EW_USE_MYSQLI", FALSE, TRUE); $ADODB_FETCH_MODE = ADODB_FETCH_DEFAULT; // DEFAULT or BOTH. DO NOT CHANGE! /** * ADOConnection */ class ADOConnectio...
xavierrivas/new
epcst/instructor/ewmysql50.php
PHP
gpl-2.0
23,968
package JTalk.util; public class CPLoginReq extends ClientPackage{ public int id; public String password; public int port; public CPLoginReq(int id, String password,int port){ super.type=1; this.id=id; this.password=password; this.port=port; }; }
zyclincoln/JTalk
src/JTalk/util/CPLoginReq.java
Java
gpl-2.0
261
<?php //Add Vendor if ( !empty($_POST['add_vendor']) && !empty($_POST['vname']) ) { $mysql_q="INSERT INTO vendors (vendor_id, vendor_name, vendor_phone, vendor_fax, vendor_email, vendor_details ) VALUES ( '', '".$_POST['vname']."', '".$_POST['vphone']."', '...
kxr/stock3
include/add_vendor.php
PHP
gpl-2.0
2,210
/* $Id$ */ /* * This file is part of OpenTTD. * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without...
benjeffery/openttd
src/widgets/dropdown.cpp
C++
gpl-2.0
15,681
/* * Movable Type (r) Open Source (C) 2001-2012 Six Apart, Ltd. * This program is distributed under the terms of the * GNU General Public License, version 2. * * $Id$ */ ;(function($) { var ES = MT.App.EditorStrategy; ES.Multi = function() { ES.apply(this, arguments) }; $.extend(ES.Multi.prototype, ES.prototype...
rosiro/MovableTypeOpenSource-5.2.2-yamucha
mt-static/js/editor/app/editor_strategy/multi.js
JavaScript
gpl-2.0
1,649
<?php //Create an Array for storing the dates that have events $dates_with_events = array(); //Grab posts (endpoints) $lcccevents = ''; $stockerevents = ''; $athleticevents = ''; $sportevents = ''; $categoryevents = ''; $domain = 'http://www.lorainccc.edu'; //$domain = 'http://' . $_SERVE...
lorainccc/lccc-news
php/original-calendar-working.php
PHP
gpl-2.0
7,672
 namespace L2dotNET.GameService.model.skills2.speceffects { public class b_regen_mp_by_sit : TSpecEffect { public b_regen_mp_by_sit(double value) { this.value = value; } public override void OnStand(L2Player player) { if (mul) pla...
domis045/L2dotNET
src/L2dotNET.Game/model/skills2/speceffects/b_regen_mp_by_sit.cs
C#
gpl-2.0
687
<?php /** * FW Gallery 3.0 * @copyright (C) 2014 Fastw3b * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.fastw3b.net/ Official website **/ defined( '_JEXEC' ) or die( 'Restricted access' ); JHTML :: _('behavior.framework', true); JHTML :: _('behavior.formvalidation'); JHTML :: script('...
Jbouska419/craftsman
administrator/components/com_fwgallery/views/config/tmpl/edit.php
PHP
gpl-2.0
27,789
<?php /* * @version $Id: ruleticket.php 22657 2014-02-12 16:17:54Z moyo $ ------------------------------------------------------------------------- GLPI - Gestionnaire Libre de Parc Informatique Copyright (C) 2003-2014 by the INDEPNET Development Team. http://indepnet.net/ http://glpi-project.org -------------...
elitelinux/hack-space
php/front/ruleticket.php
PHP
gpl-2.0
1,285
<?php /** * Action functions * * Inject content through template hooks * */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! function_exists( 'wolf_404_bg' ) ) { /** * Output 404 page background CSS in head * * @access public * @since 1.0.0 * @return void */ ...
estrategasdigitales/dictobas
wp-content/themes/decibel/includes/actions.php
PHP
gpl-2.0
19,600
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
amirlotfi/Nikagram
app/src/main/java/ir/nikagram/messenger/support/widget/StaggeredGridLayoutManager.java
Java
gpl-2.0
117,717
<?php /* * * Ampoliros Application Server * * http://www.ampoliros.com * * * * Copyright (C) 2000-2004 Solarix * * 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...
alexpagnoni/ampoliros
var/classes/com/solarix/ampoliros/tests/AllAmpolirosTests.php
PHP
gpl-2.0
1,961
# vim:fileencoding=utf-8:noet try: import pygit2 as git class Repository(object): __slots__ = ('directory') def __init__(self, directory): self.directory = directory def _repo(self): return git.Repository(self.directory) def status(self, path=None): '''Return status of repository or file. Wit...
DaneelOliwan/dotfiles-vim
.vim/bundle/powerline/powerline/lib/vcs/git.py
Python
gpl-2.0
3,605
<?php /** * Mkdir class * * Class to rename directory/file & manage errors in doing so. * * PHP version 3 * * 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 L...
chisimba/chisimba
app/core_modules/files/classes/rename_class_inc.php
PHP
gpl-2.0
2,996
var searchData= [ ['vectororient',['vectorOrient',['../group___t_xC3_xA1rol_xC3_xB3k.html#gab13a5c3bc64237cc95301c3359a757c8',1,'RobotStateHistory']]] ];
muszkab/Alkalmazasfejlesztes-hazi
RobotDiagnosticApp/docs/html/search/variables_b.js
JavaScript
gpl-2.0
156
/* $Revision: 77449 $ */ /** @file * VBoxGuestLibR0 - Physical memory heap. */ /* * 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 redistribute it and/or modify it unde...
VirtualMonitor/VirtualMonitor
src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp
C++
gpl-2.0
1,404
<?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\DICOM; use PHPExiftool\Driver\AbstractTag; class GridP...
Droces/casabio
vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/DICOM/GridPitch.php
PHP
gpl-2.0
695
from random import randint, shuffle, choice from time import clock from _utils import InvalidTableException, copy_table def solve(table): table = _check_table(table) if _is_done(table): return table else: coordinates = _get_minimum_array(table) trials = table[coordinates[...
jonasrla/web_sudoku
helper/solver.py
Python
gpl-2.0
3,362