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 |
|---|---|---|---|---|---|
class Cms::Controller::Admin::Base < Sys::Controller::Admin::Base
include Cms::Controller::Layout
helper Cms::FormHelper
layout 'admin/cms'
def default_url_options
Core.concept ? { :concept => Core.concept.id } : {}
end
def initialize_application
return false unless super
if para... | zomeki/zomeki2-development | lib/cms/controller/admin/base.rb | Ruby | gpl-3.0 | 1,475 |
<?php
/**
* Next/Previous Post Pagination Link
* -----------------------------------------------------------------------------
* @category PHP Script
* @package Sheepie
* @author Mark Grealish <mark@bhalash.com>
* @copyright Copyright (c) 2015 Mark Grealish
* @license https://www.gnu.org/copyleft/g... | bhalash/sheepie | partials/pagination-post.php | PHP | gpl-3.0 | 760 |
../../../../../share/pyshared/checkbox/reports/__init__.py | Alberto-Beralix/Beralix | i386-squashfs-root/usr/lib/python2.7/dist-packages/checkbox/reports/__init__.py | Python | gpl-3.0 | 58 |
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
namespace OxidEsales\EshopCommunity\Application\Model;
use oxRegistry;
use oxDb;
/**
* Promotion List manager.
*/
class ActionList extends \OxidEsales\Eshop\Core\Model\ListModel
{
/**
* List Object ... | michaelkeiluweit/oxideshop_ce | source/Application/Model/ActionList.php | PHP | gpl-3.0 | 7,605 |
/////////////////////////////////////////////////////////////////////////////
/// @file AbstractSection.cpp
///
/// @author Daniel Wilczak
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000-2013 by the CAPD Group.
//
// This file constitutes a part of the CAPD library,... | soonhokong/capd4 | capdDynSys4/src/mpcapd/poincare/AbstractSection.cpp | C++ | gpl-3.0 | 1,168 |
/******************************************************************************/
/* */
/* X r d S e c g s i P r o x y . c c */
/* ... | ffurano/xrootd-xrdhttp | src/XrdSecgsi/XrdSecgsiProxy.cc | C++ | gpl-3.0 | 25,410 |
/*
lcdui - A simple framework for embedded systems with an LCD/button interface
Copyright (C) 2012 by Al Williams (al.williams@awce.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, e... | thespeeder/lcdui | lcdui.cpp | C++ | gpl-3.0 | 5,873 |
######################################################################
# Copyright (C) 2014 Jaakko Luttinen
#
# This file is licensed under Version 3.0 of the GNU General Public
# License. See LICENSE for a text of the license.
######################################################################
####################... | nipunreddevil/bayespy | bayespy/inference/vmp/nodes/gaussian_wishart.py | Python | gpl-3.0 | 10,240 |
using System;
using Server.Items;
namespace Server.Items
{
public class DecorativePlateKabuto : BaseArmor
{
public override int BasePhysicalResistance { get { return 6; } }
public override int BaseFireResistance { get { return 2; } }
public override int BaseColdResistance { get { return 2; } }
publ... | greeduomacro/xrunuo | Scripts/Distro/Items/Armor/Plate/DecorativePlateKabuto.cs | C# | gpl-3.0 | 1,204 |
<?php
/* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.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 3 of the License, or
* (at your option) any later ... | woakes070048/crm-php | htdocs/langs/da_DK/contracts.lang.php | PHP | gpl-3.0 | 6,072 |
package bb
import "github.com/Syfaro/telegram-bot-api"
type message struct {
Err error
bot *tgbotapi.BotAPI
config tgbotapi.MessageConfig
Ret tgbotapi.Message
}
func (b *Base) NewMessage(chatID int, text string) *message {
return &message{
bot: b.Bot,
config: tgbotapi.NewMessage(chatID, text),
... | jqs7/telegram-chinese-groups | vendor/github.com/jqs7/bb/message.go | GO | gpl-3.0 | 1,264 |
#
# This file is part of Checkbox.
#
# Copyright 2008 Canonical Ltd.
#
# Checkbox 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.
#
# C... | jds2001/ocp-checkbox | checkbox/lib/safe.py | Python | gpl-3.0 | 2,778 |
require 'working_class/version'
require 'working_class/parser'
require 'working_class/task'
require 'working_class/tasklist'
# WorkingClass Module
#
module WorkingClass
# Loads the file from the path and returns a Tasklist
#
# @param path [String] the filepath
# @return [WorkingClass::Tasklist] the parsed Tas... | TimKaechele/Working-Class | lib/working_class.rb | Ruby | gpl-3.0 | 680 |
/*
* Copyright 2012 OSBI Ltd
*
* 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... | clevernet/CleverNIM | saiku-ui/js/ga.js | JavaScript | gpl-3.0 | 1,366 |
#ifndef STAN_MATH_PRIM_SCAL_PROB_STUDENT_T_RNG_HPP
#define STAN_MATH_PRIM_SCAL_PROB_STUDENT_T_RNG_HPP
#include <boost/random/student_t_distribution.hpp>
#include <boost/random/variate_generator.hpp>
#include <stan/math/prim/scal/err/check_consistent_sizes.hpp>
#include <stan/math/prim/scal/err/check_finite.hpp>
#inclu... | TomasVaskevicius/bouncy-particle-sampler | third_party/stan_math/stan/math/prim/scal/prob/student_t_rng.hpp | C++ | gpl-3.0 | 1,700 |
from py2neo import Graph
from py2neo.ext.gremlin import Gremlin
import os
DEFAULT_GRAPHDB_URL = "http://localhost:7474/db/data/"
DEFAULT_STEP_DIR = os.path.dirname(__file__) + '/bjoernsteps/'
class BjoernSteps:
def __init__(self):
self._initJoernSteps()
self.initCommandSent = False
def setGr... | mrphrazer/bjoern | python-bjoern/bjoern/all.py | Python | gpl-3.0 | 2,645 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\... | will-bainbridge/OpenFOAM-dev | src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C | C++ | gpl-3.0 | 1,689 |
/*
* gvNIX is an open source tool for rapid application development (RAD).
* Copyright (C) 2010 Generalitat Valenciana
*
* 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... | osroca/gvnix | addon-web-mvc-geo/addon/src/main/java/org/gvnix/addon/geo/addon/GvNIXMapViewerMetadataProvider.java | Java | gpl-3.0 | 10,078 |
// Copyright � 2010 - May 2014 Rise Vision Incorporated.
// Use of this software is governed by the GPLv3 license
// (reproduced in the LICENSE file).
function rvPlayerDCPage() {
var pageHTML = "";
this.get = function (port, ports, dcStatus, onStr, offStr) {
var res = pageHTML.replace("[PORT]", port)... | xlsuite/reach.network | player-socialweedia/app/js/player/dc_page.js | JavaScript | gpl-3.0 | 985 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Ansible module to manage A10 Networks slb service-group objects
(c) 2014, Mischa Peters <mpeters@a10networks.com>,
Eric Chou <ericc@a10networks.com>
This file is part of Ansible
Ansible is free software: you can redistribute it and/or modify
it under the terms of the GNU... | kbrebanov/ansible-modules-extras | network/a10/a10_service_group.py | Python | gpl-3.0 | 13,531 |
# The majority of The Supplejack Manager code is Crown copyright (C) 2014, New Zealand Government,
# and is licensed under the GNU General Public License, version 3. Some components are
# third party components that are licensed under the MIT license or otherwise publicly available.
# See https://github.com/DigitalNZ... | motizuki/supplejack_manager | spec/helpers/collection_statistics_helper_spec.rb | Ruby | gpl-3.0 | 566 |
package com.oryx.remote.webservice.element._enum;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Classe Java pour XmlEnumContact.
* <p>
* <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette cla... | 241180/Oryx | oryx-server-ws-gen/src/main/java/copied/com/oryx/remote/webservice/element/_enum/XmlEnumContact.java | Java | gpl-3.0 | 1,467 |
# -*- coding: utf-8 -*-
"""
tiponpython Simulacion de ensayos de acuiferos
Copyright 2012 Andres Pias
This file is part of tiponpython.
tiponpython 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 v... | fenixon/tiponpython | views/ingresarObservaciones.py | Python | gpl-3.0 | 5,555 |
import WordCombination from "../../src/values/WordCombination";
import relevantWords from "../../src/stringProcessing/relevantWords";
import polishFunctionWordsFactory from "../../src/researches/polish/functionWords.js";
const getRelevantWords = relevantWords.getRelevantWords;
const polishFunctionWords = polishFunctio... | Yoast/js-text-analysis | spec/stringProcessing/relevantWordsPolishSpec.js | JavaScript | gpl-3.0 | 3,204 |
<?php
if( ! post_password_required() ) {
if ( comments_open() or ( get_comments_number() > 0 ) ) {
get_template_part('templates/onePage/blocks/comments-list/comments-list');
get_template_part('templates/onePage/blocks/comments-pagination/comments-pagination');
get_template_part('templates/on... | MarmonDesigns/cloud.ky | wp-content/themes/milo/comments.php | PHP | gpl-3.0 | 372 |
#region LICENSE
// Copyright 2014 LeagueSharp.Loader
// Profile.cs is part of LeagueSharp.Loader.
//
// LeagueSharp.Loader 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, ... | RESISTANCEQQ/LeagueSharp.Loader-1 | Class/Profile.cs | C# | gpl-3.0 | 1,892 |
<div class="content">
<ul>
<?php foreach($enlaces as $key => $value): ?>
<li class="<?=$value->enlaceClase?>">
<? if($value->enlaceImagen != ''): ?>
<a href="<?=$value->enlaceLink?>">
<img src="<?=base_url()?>assets/public/images/enlaces/enlace_<?=$value->enlaceId?><?=$imageSize?>.<?=$value->enlaceImag... | kaoz70/flexcms | themes/sectionalize/views/modulos/enlaces/default_view.php | PHP | gpl-3.0 | 584 |
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.tests import common
class TestHrHolidaysBase(common.TransactionCase):
def setUp(self):
super(TestHrHolidaysBase, self).setUp()
Users = self.env['res.users'].with_context(no_reset_passwor... | ayepezv/GAD_ERP | addons/hr_holidays/tests/common.py | Python | gpl-3.0 | 1,704 |
function gestionSelectElement(elementId,msgConfirm)
{field=document.getElementById(elementId);if(confirm(msgConfirm))
{selectedIndexASupprimer=field.options.selectedIndex;indice=new Array();texte=new Array();for(i=0;i<field.length;i++)
{indice[i]=field.options[i].value;texte[i]=field.options[i].text;}
field.innerHTML... | rotagraziosi/archi-wiki-inpeople | includes/common.js | JavaScript | gpl-3.0 | 510 |
from pycbc.types import zeros, complex64, complex128
import numpy as _np
import ctypes
import pycbc.scheme as _scheme
from pycbc.libutils import get_ctypes_library
from .core import _BaseFFT, _BaseIFFT
from ..types import check_aligned
# IMPORTANT NOTE TO PYCBC DEVELOPERS:
# Because this module is loaded automatically... | ligo-cbc/pycbc | pycbc/fft/fftw.py | Python | gpl-3.0 | 22,427 |
package org.smssecure.smssecure.preferences;
import android.content.Context;
import android.os.Bundle;
import android.preference.ListPreference;
import org.smssecure.smssecure.ApplicationPreferencesActivity;
import org.smssecure.smssecure.R;
import org.smssecure.smssecure.util.SMSSecurePreferences;
import java.util.... | rutaihwa/SMSSecure | src/org/smssecure/smssecure/preferences/AppearancePreferenceFragment.java | Java | gpl-3.0 | 2,545 |
<?php
/**
* Class QRDataAbstract
*
* @filesource QRDataAbstract.php
* @created 25.11.2015
* @package chillerlan\QRCode\Data
* @author Smiley <smiley@chillerlan.net>
* @copyright 2015 Smiley
* @license MIT
*/
namespace chillerlan\QRCode\Data;
use chillerlan\QRCode\{QRCode, QRCodeExce... | andre-hub/Tiny-Tiny-RSS | vendor/chillerlan/php-qrcode/src/Data/QRDataAbstract.php | PHP | gpl-3.0 | 7,849 |
/* -*- mode: c++; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
* vim: ts=4 sw=4 noet ai cindent syntax=cpp
*
* Conky, a system monitor, based on torsmo
*
* Any original torsmo code is licensed under the BSD license
*
* All code written since the fork of torsmo is licensed under the GPL
*
* Please s... | randy1/conky | src/exec.cc | C++ | gpl-3.0 | 7,376 |
# KicadModTree 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.
#
# KicadModTree is distributed in the hope that it will be useful,
# bu... | pointhi/kicad-footprint-generator | KicadModTree/nodes/Node.py | Python | gpl-3.0 | 6,713 |
package net.osmand.plus.resources;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.RandomAccessFile;
import java.text.Collator;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collect... | FreeDao/getintouchmaps | OsmAnd/src/net/osmand/plus/resources/ResourceManager.java | Java | gpl-3.0 | 35,554 |
package com.wizard.web.application.manage.permission.service;
import java.util.List;
import java.util.Map;
import com.wizard.web.application.manage.permission.bean.Menu;
import com.wizard.web.basic.io.PageResponse;
import com.wizard.web.basic.io.extjs.ExtPageRequest;
public interface PermissionManageService {
p... | joaquinaimar/wizard | 99 backup/02 source-20131113/wizard-web-esm/src/main/java/com/wizard/web/application/manage/permission/service/PermissionManageService.java | Java | gpl-3.0 | 503 |
package com.referendum.voting.results;
import java.util.List;
import com.referendum.voting.ballot.RankedBallot;
import com.referendum.voting.election.ElectionRound;
public interface MultipleWinnerElectionResults extends ElectionResults {
List<ElectionRound> getRounds();
List<RankedBallot> getBallots();
Integ... | tchoulihan/referendum | src/main/java/com/referendum/voting/results/MultipleWinnerElectionResults.java | Java | gpl-3.0 | 480 |
/*
* DRBDBReader
* Copyright (C) 2016-2017, Kyle Repinski
*
* 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.
*
... | laszlodaniel/ChryslerCCDSCIScanner | GUI/ChryslerCCDSCIScanner/DB/Converters/BinaryStateConverter.cs | C# | gpl-3.0 | 2,440 |
var http = require('https')
, qs = require('querystring')
, Cleverbot = function (options) {
this.configure(options);
};
Cleverbot.prepare = function(cb){
// noop for backwards compatibility
cb();
};
Cleverbot.prototype = {
configure: function (options){
if(options && options.cons... | SrNativee/BotDeUmBot | node_modules/cleverbot-node/lib/cleverbot.js | JavaScript | gpl-3.0 | 2,085 |
/*
* Quasar: lightweight threads and actors for the JVM.
* Copyright (c) 2013-2015, Parallel Universe Software Co. All rights reserved.
*
* This program and the accompanying materials are dual-licensed under
* either the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation
*
* ... | tbrooks8/quasar | quasar-core/src/main/java/co/paralleluniverse/strands/CheckedSuspendableCallable.java | Java | gpl-3.0 | 1,178 |
// Copyright 2011 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <cmath>
#include "../include/v8stdint.h"
#include "checks.h"
#include "utils.h"
#include "bignum-dtoa.h"
#include "bignum.h"
#include "doubl... | jiachenning/fibjs | vender/src/v8/src/bignum-dtoa.cc | C++ | gpl-3.0 | 26,817 |
/*******************************************************************************
* file name: same_tree.cpp
* author: hui chen. (c) 17
* mail: chenhui13@baidu.com
* created ti... | wisehead/Leetcode | 24.DFS_1/0100.Same_Tree.Tree_DepthFirstSearch.Easy/same_tree.recursive.cpp | C++ | gpl-3.0 | 1,331 |
using System;
using System.Collections.Generic;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Download.TrackedDownloads;
using NzbDrone.Core.Indexers;
using NzbDrone.Core.Languages;
using NzbDrone.Core.Movies;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Qualities;
namespace NzbDrone.Core.Queue
{
pub... | Radarr/Radarr | src/NzbDrone.Core/Queue/Queue.cs | C# | gpl-3.0 | 1,362 |
#include "equipmentList_common.hh"
#include "MiceDAQMessanger.hh"
#include "DAQManager.hh"
#include "EventBuildManager.hh"
#include "MDprocessor.h"
#include "MDfragmentDBB.h"
#include "MDpartEventV1731.h"
#include "MDprocessManager.h"
#include "DBBDataProcessor.hh"
#include "V1731DataProcessor.hh"
#include "DBBSpillD... | yordan-karadzhov/equipmentlist-mice | src/devel/eventbuild.cc | C++ | gpl-3.0 | 3,452 |
// Copyright CERN and copyright holders of ALICE O2. This software is
// distributed under the terms of the GNU General Public License v3 (GPL
// Version 3), copied verbatim in the file "COPYING".
//
// See http://alice-o2.web.cern.ch/license for full licensing information.
//
// In applying this license CERN does not ... | AllaMaevskaya/AliceO2 | GPU/GPUTracking/gpucf/src/gpucf/common/log.cpp | C++ | gpl-3.0 | 4,052 |
/*
* This file is generated and updated by Sencha Cmd. You can edit this file as
* needed for your application, but these edits will have to be merged by
* Sencha Cmd when upgrading.
*/
Ext.application({
name: 'LPB',
extend: 'LPB.Application',
requires: [
'LPB.util.sha256',
'Ext.plugin... | Lytjepole/Lytjepole-Beheer | LPB/app.js | JavaScript | gpl-3.0 | 1,604 |
<h1><?=$this->getTrans('settings') ?></h1>
<form class="form-horizontal" method="POST">
<?=$this->getTokenField() ?>
<div class="form-group <?=$this->validation()->hasError('articlesPerPage') ? 'has-error' : '' ?>">
<label for="articlesPerPageInput" class="col-lg-2 control-label">
<?=$this->... | dastiii/Ilch-2.0 | application/modules/article/views/admin/settings/index.php | PHP | gpl-3.0 | 7,007 |
// ***************************************************************************
// BamMultiReader.cpp (c) 2010 Erik Garrison, Derek Barnett
// Marth Lab, Department of Biology, Boston College
// ---------------------------------------------------------------------------
// Last modified: 14 January 2013 (DB)
// --------... | fw1121/Pandoras-Toolbox-for-Bioinformatics | src/SPAdes/ext/src/bamtools/api/BamMultiReader.cpp | C++ | gpl-3.0 | 16,495 |
/*
Yelo: Open Sauce SDK
Halo 1 (CE) Edition
See license\OpenSauce\Halo1_CE for specific license information
*/
#include "Common/Precompile.hpp"
#include "Rasterizer/PostProcessing/Fade/c_shader_instance_fade.hpp"
#if !PLATFORM_IS_DEDI
#include "Rasterizer/PostProcessing/c_post_processing_main.hpp"
namespace Yelo... | BipolarAurora/H-CE-Opensauce-V5 | OpenSauce/Halo1/Halo1_CE/Rasterizer/PostProcessing/Fade/c_shader_instance_fade.cpp | C++ | gpl-3.0 | 3,549 |
/*!
* \file gps_l1_ca_observables_cc.cc
* \brief Implementation of the pseudorange computation block for GPS L1 C/A
* \author Javier Arribas, 2011. jarribas(at)cttc.es
* -------------------------------------------------------------------------
*
* Copyright (C) 2010-2015 (see AUTHORS file for a list of contribut... | Arribas/gnss-sdr | src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc | C++ | gpl-3.0 | 13,634 |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Xml.Serialization;
public class ConnectionObject {
public string moduleName1;
public string moduleName2;
public string nodeName1;
public string nodeName2;
public float distance;
public float angle;... | MOD-ASL/ModularRobotSystemToolKit | unity3d/Assets/Scripts/Objects/ConnectionObject.cs | C# | gpl-3.0 | 408 |
'use strict';
/* jshint ignore:start */
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
/* jshint ignore:end */
var Q = require('q'); /* jshint ignore:line */
var _ = require('lodash'); /* jshint ignore:line */
var Page = require('../../../../../ba... | together-web-pj/together-web-pj | node_modules/twilio/lib/rest/api/v2010/account/queue/member.js | JavaScript | gpl-3.0 | 17,007 |
package com.dotmarketing.portlets.workflows.ajax;
import com.dotmarketing.business.APILocator;
import com.dotmarketing.business.Role;
import com.dotmarketing.business.RoleAPI;
import com.dotmarketing.cms.factories.PublicCompanyFactory;
import com.dotmarketing.exception.DotDataException;
import com.dotmarketing.portlet... | dotcms-legacy/core-2.x | src/com/dotmarketing/portlets/workflows/ajax/WfRoleStoreAjax.java | Java | gpl-3.0 | 8,847 |
// Mark Stankus 1999 (c)
// OrderTeXBanner.hpp
#ifndef INCLUDED_ORDERTEXBANNER_H
#define INCLUDED_ORDERTEXBANNER_H
class BroadCastData;
class OrderTeXBanner : public Recipient {
public:
OrderTeXBanner() {};
virtual ~OrderTeXBanner();
virtual void action(const BroadCastData & x) const;
virtual Recipient * clo... | mcdeoliveira/NC | NCGB/Compile/src/OBSOLETE2009/OrderTeXBanner.hpp | C++ | gpl-3.0 | 342 |
# Copyright (c) 2013-2015 SUSE LLC
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 3 of the GNU General Public License as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; ... | oucsaw/machinery | spec/helper/merge_users_and_groups_spec.rb | Ruby | gpl-3.0 | 6,762 |
<?php
/**
* This file is part of Missional Digerati Website.
*
* Missional Digerati Website 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 lat... | MissionalDigerati/main_website | config/settings.sample.php | PHP | gpl-3.0 | 1,675 |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle ... | ucsf-ckm/moodle | grade/export/txt/version.php | PHP | gpl-3.0 | 1,196 |
/*
* ============================================================================
* GNU General Public License
* ============================================================================
*
* Copyright (C) 2015 Infinite Automation Software. All rights reserved.
*
* This program is free software: you can redist... | mlohbihler/BACnet4J | src/main/java/com/serotonin/bacnet4j/exception/ErrorAPDUException.java | Java | gpl-3.0 | 1,883 |
/**
* SpineBean.java
* Copyright (C) 2008 Zphinx Software Solutions
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more detai... | davidlad123/spine | spine/src/com/zphinx/spine/vo/dto/SpineBean.java | Java | gpl-3.0 | 8,317 |
// Locale.hh
//
// Copyright (C) 2008 Rob Caelers <robc@krandor.nl>
// 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, either version 3 of the License, or
// (at your ... | sebastien-villemot/workrave | common/include/Locale.hh | C++ | gpl-3.0 | 1,664 |
/*
* $Id: ProcapitaSchoolBMPBean.java,v 1.1 2004/03/01 08:36:13 anders Exp $
*
* Copyright (C) 2003 Agura IT. All Rights Reserved.
*
* This software is the proprietary information of Agura IT AB.
* Use is subject to license terms.
*
*/
package se.idega.idegaweb.commune.school.data;
import com.idega.block.schoo... | idega/platform2 | src/se/idega/idegaweb/commune/school/data/ProcapitaSchoolBMPBean.java | Java | gpl-3.0 | 2,151 |
<?php
// Words that are reserved in javascript.
// - delete
// - new
// Please, use the following format i18n('save') not i18n.save
// JavaScript has reserved variables after the dot.
$LANG = array(
// This items are used internally by the GaiaEHR Application.
'pl_All' => 'Angielski (Stany Zjednoczone)',
'i1... | chithubco/doctorapp | langs/pl_All.php | PHP | gpl-3.0 | 59,528 |
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... | ikarago/Unigram | Unigram/Unigram/Controls/Views/EditYourAboutView.xaml.cs | C# | gpl-3.0 | 1,250 |
export type eventNS = string[];
export interface ConstructorOptions {
/**
* @default false
* @description set this to `true` to use wildcards.
*/
wildcard?: boolean,
/**
* @default '.'
* @description the delimiter used to segment namespaces.
*/
delimiter?: string... | UnSpiraTive/radio | node_modules/eventemitter2/eventemitter2.d.ts | TypeScript | gpl-3.0 | 2,291 |
<?php
/*
Gibbon, Flexible & Open School System
Copyright (C) 2010, Ross Parker
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
... | GibbonEdu/core | modules/System Admin/services_manageProcess.php | PHP | gpl-3.0 | 1,825 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Numerics;
using System.Text;
using Org.BouncyCastle.Security;
using Telegram.Api.Helpers;
using Telegram.Api.TL;
using Telegram.Api.TL.Methods;
namespace Telegram.Api.Services
{
public class AuthKeyItem
{... | crafti5/Unigram | Unigram/Unigram.Api/Services/MTProtoService.DHKeyExchange.cs | C# | gpl-3.0 | 23,396 |
package com.javalego.excel;
import java.io.File;
import java.io.OutputStream;
/**
* Crear ficheros de excel.
*
* @author ROBERTO RANZ
*
*/
public interface ExcelWorkbookWriter extends ExcelWriter {
/**
* Define el fichero de salida.
* @param fileName
* @return
*/
public abstract ... | rranz/meccano4j_vaadin | javalego/javalego_office/src/main/java/com/javalego/excel/ExcelWorkbookWriter.java | Java | gpl-3.0 | 715 |
#include "CPUWidget.h"
#include "ui_CPUWidget.h"
CPUWidget::CPUWidget(QWidget* parent) : QWidget(parent), ui(new Ui::CPUWidget)
{
ui->setupUi(this);
setDefaultDisposition();
mDisas = new CPUDisassembly(0);
mSideBar = new CPUSideBar(mDisas);
connect(mDisas, SIGNAL(tableOffsetChanged(int_t... | zerowindow/x64_dbg | x64_dbg_gui/Project/Src/Gui/CPUWidget.cpp | C++ | gpl-3.0 | 4,554 |
/*
Product Name: dhtmlxSuite
Version: 5.0
Edition: Standard
License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
(function(){
var dhx = {};
//check some rule,... | vijaysebastian/bill | public/plugins/dhtmlxSuite_v50_std/sources/dhtmlxDataStore/codebase/datastore.js | JavaScript | gpl-3.0 | 94,389 |
<?php
/**
* @file plugins/generic/customBlockManager/CustomBlockEditForm.inc.php
*
* Copyright (c) 2013-2015 Simon Fraser University Library
* Copyright (c) 2003-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @package plugins.generic.customBlockManager
* @... | jasonzou/journal.calaijol.org | tools/plugins/generic/customBlockManager/CustomBlockEditForm.inc.php | PHP | gpl-3.0 | 3,356 |
<?php
namespace Fbns\Client;
interface AuthInterface
{
/**
* @return string
*/
public function getClientId();
/**
* @return string
*/
public function getClientType();
/**
* @return int
*/
public function getUserId();
/**
* @return string
*/
pu... | kotsios5/openclassifieds2 | oc/vendor/Instagram-API/vendor/valga/fbns-react/src/AuthInterface.php | PHP | gpl-3.0 | 576 |
#include "MapTileGraphicsObject.h"
#include <QPainter>
#include <QtDebug>
MapTileGraphicsObject::MapTileGraphicsObject(quint16 tileSize)
{
this->setTileSize(tileSize);
_tile = nullptr;
_tileX = 0;
_tileY = 0;
_tileZoom = 0;
_initialized = false;
_havePendingRequest = false;
//Default ... | ftomei/CRITERIA3D | mapGraphics/guts/MapTileGraphicsObject.cpp | C++ | gpl-3.0 | 6,441 |
# -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding field 'ImportFile.results_acoustid'
db.add_column('importer_importfile', 'results_acoustid',
... | hzlf/openbroadcast | website/apps/importer/migrations/0009_auto__add_field_importfile_results_acoustid__add_field_importfile_resu.py | Python | gpl-3.0 | 8,507 |
import Component from './component';
export default class ElementsColorPicker extends elementorModules.ViewModule {
/**
* Initialize the Eye-Dropper module.
*
* @returns {void}
*/
onInit() {
super.onInit();
$e.components.register( new Component() );
}
}
| pojome/elementor | modules/elements-color-picker/assets/js/editor/module.js | JavaScript | gpl-3.0 | 271 |
// ==UserScript==
// @name Letterboxd Backdrop Remover
// @namespace https://github.com/emg/userscripts
// @description Removes backdrop image from film pages
// @copyright 2014+, Ramón Guijarro (http://soyguijarro.com)
// @homepageURL https://github.com/soyguijarro/userscripts
// @supportURL https://github... | rcalderong/userscripts | Letterboxd_Backdrop_Remover.user.js | JavaScript | gpl-3.0 | 1,478 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | OpenQBMM - www.openqbmm.org
\\/ M anipulation |
------------------------... | OpenQBMM/OpenQBMM-dev | src/quadratureMethods/hermiteQuadrature/hermiteQuadrature.C | C++ | gpl-3.0 | 6,271 |
package matteroverdrive.data.matter;
import matteroverdrive.api.matter.IMatterEntry;
import net.minecraft.nbt.NBTTagCompound;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Created by Simeon on 1... | nacjm/MatterOverdrive | src/main/java/matteroverdrive/data/matter/MatterEntryAbstract.java | Java | gpl-3.0 | 1,512 |
/*
* Copyright (C) 2014 Cameron White
*
* 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... | erawhctim/powertabeditor | test/actions/test_removetextitem.cpp | C++ | gpl-3.0 | 1,274 |
package de.matzefratze123.exampleaddon;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.block.Block;
import org.bukkit.event.player.PlayerInteractEvent;
import de.matzefratze123.heavyspleef.commands.base.Command;... | matzefratze123/heavyspleef-example-addon | src/main/java/de/matzefratze123/exampleaddon/ExampleExtension.java | Java | gpl-3.0 | 8,246 |
/**
* Copyright (C) 2010-2012 Regis Montoya (aka r3gis - www.r3gis.fr)
* This file is part of CSipSimple.
*
* CSipSimple 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... | ngvoice/android-client | phone/src/com/voiceblue/phone/widgets/MarqueeTextView.java | Java | gpl-3.0 | 1,648 |
package nl.knaw.huygens.timbuctoo.v5.graphql.collectionfilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
public class Facet {
private static final Logger LOG = LoggerFactory.getLogger(Facet.class);
final LinkedHas... | HuygensING/timbuctoo | timbuctoo-instancev4/src/main/java/nl/knaw/huygens/timbuctoo/v5/graphql/collectionfilter/Facet.java | Java | gpl-3.0 | 1,047 |
/*
* $Header$
* $Revision$
* $Date$
*
* ====================================================================
*
* Copyright 2000-2004 bob mcwhirter & James Strachan.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | srnsw/xena | xena/src/org/jaxen/expr/DefaultFunctionCallExpr.java | Java | gpl-3.0 | 5,565 |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $whiteboardpath;?>bundle/jquery/jquery-ui.min.js"></script>
<script type="text/javascript" src="<?php echo $whiteboardpath;?>bundle/io/src/iolib.js"></script>
... | educacionbe/campus | mod/virtualclass/bundle/virtualclass/example/js.debug.php | PHP | gpl-3.0 | 9,101 |
package us.talabrek.ultimateskyblock.uuid;
import dk.lockfuglsang.minecraft.file.FileUtil;
import dk.lockfuglsang.minecraft.yml.YmlConfiguration;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
impo... | woolwind/uSkyBlock | uSkyBlock-Core/src/main/java/us/talabrek/ultimateskyblock/uuid/FilePlayerDB.java | Java | gpl-3.0 | 8,829 |
// Copyright (c) 2002 vbAccelerator.com
//
// THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
// VBACCELERATOR OR ITS CONTRIBUTORS BE L... | kerimlcr/ab2017-dpyo | ornek/basenji/basenji-1.0.2/Platform/src/Win32/ThumbnailCreator.cs | C# | gpl-3.0 | 15,099 |
package com.benjaminsproule.converter.util;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import static com.benjaminsproule.converter.util.MimeTypesUtil.APPLICATIONS_BSON;
import static c... | gigaSproule/file-converter | src/test/java/com/benjaminsproule/converter/util/MimeTypesUtilITest.java | Java | gpl-3.0 | 3,810 |
package com.app.server.repository;
import com.athena.server.repository.SearchInterface;
import com.athena.annotation.Complexity;
import com.athena.annotation.SourceCodeAuthorClass;
import com.athena.framework.server.exception.repository.SpartanPersistenceException;
import java.util.List;
import com.athena.framework.ser... | applifireAlgo/bloodbank | bloodbank/src/main/java/com/app/server/repository/AppCustomerTypeRepository.java | Java | gpl-3.0 | 1,182 |
/*
* Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 3 of the License, or (at your option)
* any late... | seadas/beam | beam-ui/src/main/java/org/esa/beam/BeamUiActivator.java | Java | gpl-3.0 | 17,807 |
package my.game.tile;
import my.game.render.Sprite;
public class SpawnTiles {
public static Tile floorboards = new BackgroundTile(Sprite.floorboards, "floorboards");
public static Tile walls = new ForegroundTile(Sprite.walls, "walls");
public static Tile bricks = new ForegroundTile(Sprite.bricks, "bricks"... | xDIAMONDSx/ELEOS | src/my/game/tile/SpawnTiles.java | Java | gpl-3.0 | 420 |
<?php
/**
Copyright 2011-2017 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler 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 ve... | rafaelperazzo/ufca-web | booked/Web/my-calendar.php | PHP | gpl-3.0 | 959 |
<?php
/**
*
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\GiftMessage\Test\Unit\Model;
// @codingStandardsIgnoreFile
use Magento\GiftMessage\Model\ItemRepository;
class ItemRepositoryTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Item... | rajmahesh/magento2-master | vendor/magento/module-gift-message/Test/Unit/Model/ItemRepositoryTest.php | PHP | gpl-3.0 | 7,415 |
package org.freebus.fts.project;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persistence.Tem... | Paolo-Maffei/freebus-fts | freebus-fts-persistence/src/main/java/org/freebus/fts/project/DeviceProgramming.java | Java | gpl-3.0 | 5,774 |
<?php
use LibreNMS\Authentication\LegacyAuth;
$param = array();
$select = "SELECT `F`.`port_id` AS `port_id`, `F`.`device_id`, `ifInErrors`, `ifOutErrors`, `ifOperStatus`,";
$select .= " `ifAdminStatus`, `ifAlias`, `ifDescr`, `mac_address`, `V`.`vlan_vlan` AS `vlan`,";
$select .= " `hostname`, `hostname` AS `device`... | xbeaudouin/librenms | html/includes/table/fdb-search.inc.php | PHP | gpl-3.0 | 5,786 |
package net.comcraft.src;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import javax.microedition.rms.RecordStore;
import javax.microedition.rms.RecordStoreException;
import javax.microedition.rms.RecordStoreNotOpenException;
public final class RMS {
p... | simon816/ComcraftModLoader | src/net/comcraft/src/RMS.java | Java | gpl-3.0 | 2,746 |
/*
personal-genome-client Java client for the 23andMe Personal Genome API.
Copyright (c) 2012-2013 held jointly by the individual authors.
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 Soft... | heuermh/personal-genome-client | client/src/main/java/com/github/heuermh/personalgenome/client/DrugResponse.java | Java | gpl-3.0 | 2,053 |
__author__ = "jing"
from scrapy.cmdline import execute
execute()
| BitTigerInst/Kumamon | zhihu/manage.py | Python | gpl-3.0 | 68 |
package matteroverdrive.util;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.util.EntityDamageSource;
import net.minecraft.util.text.ITextComponent;
import net.minecraft.util.te... | nacjm/MatterOverdrive | src/main/java/matteroverdrive/util/EntityDamageSourcePhaser.java | Java | gpl-3.0 | 1,754 |
#region License
// Copyright (c) 2013, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This file is part of the ClearCanvas RIS/PACS open source project.
//
// The ClearCanvas RIS/PACS open source project is free software: you can
// redistribute it and/or modify it under the terms... | chinapacs/ImageViewer | ImageViewer/AdvancedImaging/Fusion/PETFusionDisplaySetFactory.cs | C# | gpl-3.0 | 12,218 |
/**
* @license
* Copyright 2012 Dan Vanderkam (danvdk@gmail.com)
* MIT-licensed (http://opensource.org/licenses/MIT)
*/
Dygraph.Plugins.Annotations = (function() {
"use strict";
/**
Current bits of jankiness:
- Uses dygraph.layout_ to get the parsed annotations.
- Uses dygraph.plotter_.area
It would be nice if ... | CINF/DataPresentationWebsite | sym-files2/dygraph/plugins/annotations.js | JavaScript | gpl-3.0 | 4,587 |
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-2015 Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation;... | antmd/graph-tool | src/graph/centrality/graph_katz.cc | C++ | gpl-3.0 | 2,580 |