repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/COE/src/ims/coe/forms/assessaccommodation/BaseLogic.java | 9634 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
lis-epfl/qgroundcontrol | src/qgcunittest/MockUAS.cc | 1587 | /*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or mod... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Scheduling/src/ims/scheduling/forms/profilemaintenance/BaseAccessLogic.java | 4723 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/forms/mdtlist/AccessLogic.java | 2404 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
yasir1brahim/OLiMS | lims/content/queryfolder.py | 647 | """
"""
from dependencies.dependency import ClassSecurityInfo
from lims.config import PROJECTNAME
from lims.interfaces import IQueryFolder, IHaveNoBreadCrumbs
from dependencies import folder
from dependencies import atapi
from dependencies.dependency import schemata
from dependencies.dependency import implements
schem... | agpl-3.0 |
uclouvain/osis | program_management/business/utils.py | 4183 | ##############################################################################
#
# OSIS stands for Open Student Information System. It's an application
# designed to manage the core business of higher education institutions,
# such as universities, faculties, institutes and professional schools.
# The core ... | agpl-3.0 |
igorette/microb | wiki/lib/plugins/acl/lang/sr/lang.php | 3242 | <?php
/**
* serbian language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Filip Brcic <brcha@users.sourceforge.net>
* @author Иван Петровић petrovicivan@ubuntusrbija.org
*/
$lang['admin_acl'] = 'Управљање листом контроле приступа';
$lang['acl_group'] = 'Група... | agpl-3.0 |
meatcomputer/opencog | opencog/atomspace/IndefiniteTruthValue.cc | 8079 | /*
* opencog/atomspace/IndefiniteTruthValue.cc
*
* Copyright (C) 2002-2007 Novamente LLC
* All Rights Reserved
*
* Written by Fabricio Silva <fabricio@vettalabs.com>
* Welter Silva <welter@vettalabs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | agpl-3.0 |
vizvayu/mod-webui | module/submodules/graphs.py | 1950 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: ai ts=4 sts=4 et sw=4 nu
import time
import urllib
from shinken.log import logger
from .metamodule import MetaModule
class GraphsMetaModule(MetaModule):
_functions = ['get_graph_uris']
_custom_log = "You should configure the module 'graphite' in your bro... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/Therapies/src/ims/therapies/domain/SportsActivities.java | 3537 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
LtRipley36706/ACE | Source/ACE.Server/WorldObjects/WorldObject_Magic.cs | 91624 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Text;
using ACE.Common;
using ACE.Database;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using AC... | agpl-3.0 |
eduNEXT/edx-platform | lms/djangoapps/instructor/tests/test_proctoring.py | 8579 | """
Unit tests for Edx Proctoring feature flag in new instructor dashboard.
"""
from unittest.mock import patch
import ddt
from django.apps import apps
from django.conf import settings
from django.urls import reverse
from edx_proctoring.api import create_exam
from edx_proctoring.backends.tests.test_backend import Tes... | agpl-3.0 |
huzergackl/pydio-core | core/src/plugins/access.sftp_psl/i18n/conf/es.php | 1662 | <?php
/*
* Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the Lice... | agpl-3.0 |
beppenapo/fontiperlastoria | inc/dinSelComune.php | 443 | <?php
include('db.php');
if($_POST['id']){
$id=$_POST['id'];
$query = ("select * from comune where provincia=$id order by comune asc");
$result = pg_query($connection, $query);
$righe = pg_num_rows($result);
echo '<option value="">--seleziona un valore--</option>';
if($righe > 0){
while($row = pg_fetch_array($... | agpl-3.0 |
rockho-team/shoop-cielo | shuup_cielo/checkout.py | 4387 | # -*- coding: utf-8 -*-
# This file is part of Shuup Cielo.
#
# Copyright (c) 2016, Rockho Team. All rights reserved.
# Author: Christian Hess
#
# This source code is licensed under the AGPLv3 license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import unicode_literals
from de... | agpl-3.0 |
nazeels/fat_free | spec/features/opportunities_spec.rb | 4069 | require File.expand_path("../acceptance_helper.rb", __FILE__)
feature 'Opportunities', %q{
In order to increase sales
As a user
I want to manage opportunities
} do
before :each do
do_login_if_not_already(:first_name => 'Bill', :last_name => 'Murray')
end
scenario 'should view a list of opportunities'... | agpl-3.0 |
bankonme/www.freedomsponsors.org | djangoproject/core/utils/trackers_adapter.py | 9615 | import html2text
import httplib2
from urlparse import urlparse, parse_qs
import re
from xml.dom.minidom import parseString
import json
from core.services.mail_services import notify_admin
from django.conf import settings
import socket
class IssueInfo(object):
def __init__(self):
self.error = ''
se... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/DomainObjects/src/ims/clinical/domain/objects/SurgeryDetails.java | 34114 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
rogpeppe/juju | state/api/uniter/endpoint.go | 386 | // Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package uniter
import (
"github.com/juju/charm"
)
// Endpoint represents one endpoint of a relation. It is just a wrapper
// around charm.Relation. No API calls to the server-side are needed to
// support the interface need... | agpl-3.0 |
mysociety/publicwhip | db/migrate/20141008030623_multiple_bills_in_divisions.rb | 320 | class MultipleBillsInDivisions < ActiveRecord::Migration
def change
remove_column :divisions, :bill_id, :string
remove_column :divisions, :bill_url, :text
create_table :bills do |t|
t.string :official_id
t.text :url
t.timestamps
end
create_join_table :divisions, :bills
end
end
| agpl-3.0 |
Mapotempo/mapotempo_web_stores_by_distance | test/api/v01/customers_by_time_distance_test.rb | 2499 | require 'test_helper'
class V01::CustomerTestByTimeDistance < ActiveSupport::TestCase
include Rack::Test::Methods
set_fixture_class delayed_jobs: Delayed::Backend::ActiveRecord::Job
def app
Rails.application
end
setup do
@customer = customers(:customer_one)
@vehicle_usage = vehicle_usages(:vehi... | agpl-3.0 |
kmeze/Rhetos | CommonConcepts/Plugins/Rhetos.Dsl.DefaultConcepts/Computations/LockItemsMarkPropertyInfo.cs | 1391 | /*
Copyright (C) 2014 Omega software d.o.o.
This file is part of Rhetos.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (... | agpl-3.0 |
scalien/scaliendb | src/Application/Client/PHP/scaliendb.php | 11499 | <?php
/*
* This code is highly experimental, don't use it in production yet!
*
*/
include_once("scaliendb_client.php");
define(SDBP_SUCCESS, 0);
define(SDBP_API_ERROR, -1);
define(SDBP_PARTIAL, -101);
define(SDBP_FAILURE, -102);
define(SDBP_NOMASTER, -201);
define(SDBP_NOCONNECTION, -202);
define(SDBP_NOPRIMAR... | agpl-3.0 |
yonkon/nedvig | modules/Home/index.php | 13476 | <?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
*
* This program is free so... | agpl-3.0 |
djbender/canvas-lms | app/controllers/quizzes/quiz_assignment_overrides_controller.rb | 6905 | #
# Copyright (C) 2014 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the ... | agpl-3.0 |
rup/Tarrax-1 | app/models/quiz_question/fill_in_blanks_subjective_question.rb | 1042 | #
# Copyright (C) 2012 Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that ... | agpl-3.0 |
mvs-org/metaverse | include/metaverse/bitcoin/utility/random.hpp | 3946 | /**
* Copyright (c) 2011-2021 libbitcoin developers (see AUTHORS)
* Copyright (c) 2016-2021 metaverse core developers (see MVS-AUTHORS)
*
* This file is part of metaverse.
*
* metaverse is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License with
* a... | agpl-3.0 |
cgi-eoss/fstep | fs-tep-ui/src/map/latitude.pipe.ts | 382 | import { Pipe, PipeTransform } from '@angular/core';
import * as dms from 'geodesy/dms';
@Pipe({name: 'latitude'})
export class LatitudePipe implements PipeTransform {
transform(value: number, format: string, options: any = {}): string {
if (format == 'dms') {
return dms.toLat(value)
}
else {
... | agpl-3.0 |
Stanford-Online/edx-analytics-dashboard | analytics_dashboard/static/apps/course-list/common/filters/spec/search-filter-spec.js | 1306 | define(function(require) {
'use strict';
var Backbone = require('backbone'),
SearchFilter = require('course-list/common/filters/search-filter');
describe('Filters', function() {
var collection;
beforeEach(function() {
var models = [
new Backbone.Model(... | agpl-3.0 |
HotChalk/canvas-lms | db/migrate/20110401214033_add_content_export.rb | 541 | class AddContentExport < ActiveRecord::Migration
tag :predeploy
def self.up
create_table :content_exports do |t|
t.integer :user_id, :limit => 8
t.integer :course_id, :limit => 8
t.integer :attachment_id, :limit => 8
t.string :export_type
t.text :settings
t.float :progress
... | agpl-3.0 |
Wikimedia-TW/han3_ji7_tsoo1_kian3_WM | src/main/java/cc/char_indexingtool/CommonFontNo.java | 5108 | package cc.char_indexingtool;
/**
* 資料庫的字型資料。
*
* @author Ihc
*/
public class CommonFontNo
{
/** 字型的統一碼(Unicode) */
private int 統一碼;
/** 字型佇佗一个構型資料庫的字體 */
private int 構型資料庫字體號碼;
/** 構型資料庫內底的字型編號 */
private int 構型資料庫字型號碼;
/** 字型的全字庫號碼(CNS11643) */
private int 全字庫號碼;
/** 字型的大五碼(Big5) */
private int 大五碼;
... | agpl-3.0 |
consul/consul | db/migrate/20191020153455_add_timestamps_to_budget_headings.rb | 138 | class AddTimestampsToBudgetHeadings < ActiveRecord::Migration[5.0]
def change
add_timestamps :budget_headings, null: true
end
end
| agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Assessment/src/ims/assessment/domain/impl/FindingQuestionsImpl.java | 8942 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
patman15/galleryplus | l10n/th_TH.js | 6680 | OC.L10N.register(
"gallery",
{
"Gallery" : "แกลอรี่",
"Pictures" : "รูปภาพ",
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "ไม่พบรูปภาพ! หากคุณอัพโหลดรูปภาพในแอพฯ มันจะแสดงที่นี่",
"I am sorry, but I could not find any media files at this location."... | agpl-3.0 |
arrivu/qibla-ecampus | spec/controllers/application_controller_spec.rb | 8008 | #
# Copyright (C) 2011 Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that ... | agpl-3.0 |
hpi-swt2/event-und-raumplanung | spec/views/events/index.html.erb_spec.rb | 774 | require 'rails_helper'
RSpec.describe "events/index", :type => :view do
#doesn't work with filterific
=begin
let(:user) { create :user }
before(:each) do
@request.env["devise.mapping"] = Devise.mappings[:user]
sign_in user
assign(:events, [
Event.create!(
name:'Michas GB',
description:'Coole... | agpl-3.0 |
Aca-jov/superdesk-client-core | scripts/apps/desks/directives/UserSelectList.js | 4018 | UserSelectList.$inject = ['$filter', 'api'];
export function UserSelectList($filter, api) {
return {
scope: {
exclude: '=?',
onchoose: '&',
onsearch: '&',
displayUser: '@',
tabindex: '='
},
templateUrl: 'scripts/apps/desks/views/use... | agpl-3.0 |
uclouvain/osis | ddd/logic/application/use_case/write/delete_application_service.py | 2169 | ##############################################################################
#
# OSIS stands for Open Student Information System. It's an application
# designed to manage the core business of higher education institutions,
# such as universities, faculties, institutes and professional schools.
# The core ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/dtomove/vo/lookups/LocationCharacteristicsCollection.java | 5080 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/SeenByHCPForTrackingVoAssembler.java | 18900 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
Stanford-Online/edx-analytics-dashboard | analytics_dashboard/static/apps/course-list/common/models/spec/course-spec.js | 2459 | define(function(require) {
'use strict';
var CourseModel = require('course-list/common/models/course');
describe('CourseModel', function() {
it('should have all the expected fields', function() {
var course = new CourseModel();
expect(course.attributes).toEqual({
... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/core/vo/NeedsAssessmentComponentEditVo.java | 13133 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
internetarchive/bookreader | src/util/browserSniffing.js | 929 |
/**
* Checks whether the current browser is a Chrome/Chromium browser
* Code from https://stackoverflow.com/a/4565120/2317712
* @param {string} [userAgent]
* @param {string} [vendor]
* @return {boolean}
*/
export function isChrome(userAgent = navigator.userAgent, vendor = navigator.vendor) {
return /chrome/i.t... | agpl-3.0 |
afterlogic/aurora-core | Application.php | 3074 | <?php
/**
* This code is licensed under AGPLv3 license or Afterlogic Software License
* if commercial version of the product was purchased.
* For full statements of the licenses see LICENSE-AFTERLOGIC and LICENSE-AGPL3 files.
*/
namespace Aurora\System;
/**
* @license https://www.gnu.org/licenses/agpl-3.0.html A... | agpl-3.0 |
nossas/bonde-client | packages/bonde-admin/src/components/data-grid/components/clickable-col.js | 315 | import React from 'react'
import { ColHOC } from '../hocs'
const Linkable = ({ children, onClick, ...colProps }) => (
<div {...colProps}>
<a
href='#'
onClick={e => {
e.preventDefault()
onClick()
}}
>
{children}
</a>
</div>
)
export default ColHOC(Linkable)
| agpl-3.0 |
rkorzeniewski/bacula | gui/baculum/framework/Web/UI/WebControls/TValidationSummary.php | 15916 | <?php
/**
* TValidationSummary class file
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2013 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.We... | agpl-3.0 |
ygol/odoo | addons/base_import/static/src/js/import_menu.js | 1919 | odoo.define('base_import.ImportMenu', function (require) {
"use strict";
const DropdownMenuItem = require('web.DropdownMenuItem');
const FavoriteMenu = require('web.FavoriteMenu');
const { useModel } = require('web.model');
/**
* Import Records menu
*
* This component is used to imp... | agpl-3.0 |
qbx2/opencampus | opencampus/module/wiki/handlers.py | 1416 | # -*- coding: utf-8 -*-
# Copyright (C) 2015 opencampus.kr
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ... | agpl-3.0 |
spacedogXYZ/call-power | tests/test_admin_blocklist.py | 5370 | import logging
from datetime import datetime, timedelta
from .run import BaseTestCase
from call_server.utils import utc_now
from call_server.extensions import db
from call_server.admin.models import Blocklist
class TestBlocklist(BaseTestCase):
@classmethod
def setUpClass(cls):
# quiet logging
... | agpl-3.0 |
cesarfex/redesocial | test/unit/communities_block_test.rb | 2488 | require_relative "../test_helper"
class CommunitiesBlockTest < ActiveSupport::TestCase
should 'inherit from ProfileListBlock' do
assert_kind_of ProfileListBlock, CommunitiesBlock.new
end
should 'declare its default title' do
CommunitiesBlock.any_instance.stubs(:profile_count).returns(0)
assert_not_... | agpl-3.0 |
santakani/santakani | resources/views/errors/404.blade.php | 126 | @extends('layouts.error', [
'error_code' => 404,
'error_name' => 'Not found',
])
@section('error_desc')
@endsection
| agpl-3.0 |
flyhawk007/OpenBTS-UMTS | TransceiverRAD1/sigProcLib.cpp | 39703 | /*
* OpenBTS provides an open source alternative to legacy telco protocols and
* traditionally complex, proprietary hardware systems.
*
* Copyright 2008 Free Software Foundation, Inc.
* Copyright 2014 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU General Public
* License ver... | agpl-3.0 |
cmars/juju | worker/uniter/operation/executor.go | 2664 | // Copyright 2014-2015 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package operation
import (
"fmt"
"github.com/juju/errors"
corecharm "gopkg.in/juju/charm.v4"
)
type executorStep struct {
verb string
run func(op Operation, state State) (*State, error)
}
func (step executorStep... | agpl-3.0 |
armadillotec/SuiteSelectra | selectraerp/libs/php/clases/spooler/SpoolerConfDB.php | 3488 | <?php
class SpoolerConfDB {
private $dirDBF;
private $nameDBF;
private $numReg;
private $registros;
private $REFINT;
private $NUMDOC;
private $TIPODOC;
private $FSTATUS;
function __construct() {
$this->REFINT = array();
$this->NUMDOC = array();
$this->TIPOD... | agpl-3.0 |
heliumv/ejb | src/com/lp/server/schema/opentrans_2_1/OT2TIMEFORPAYMENT.java | 5848 | /*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | agpl-3.0 |
nerzhul/ocsms | lib/vendor/giggsey/locale/data/lv.php | 6653 | <?php
/**
* This file has been @generated by a phing task from CLDR version 33.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
* It may change location/format between versions
*
* Do not modify this file directly!
*/
return array (... | agpl-3.0 |
pirata-cat/agora-ciudadana | agora_site/agora_core/backends/fnmt.py | 8129 | # Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later ve... | agpl-3.0 |
leosac/leosac | src/modules/replication/ReplicationModule.cpp | 4352 | /*
Copyright (C) 2014-2016 Leosac
This file is part of Leosac.
Leosac is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later... | agpl-3.0 |
aihua/opennms | opennms-provision/opennms-provisiond/src/test/java/org/opennms/netmgt/provision/service/ImportSchedulerIT.java | 8821 | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2009-2017 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2017 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | agpl-3.0 |
djbender/canvas-lms | spec/coffeescripts/views/DiscussionTopic/TopicViewSpec.js | 3229 | /*
* Copyright (C) 2019 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distribut... | agpl-3.0 |
macarthur-lab/seqr | ui/shared/components/buttons/ShowReadsButton.test.js | 466 | import React from 'react'
import { shallow, configure } from 'enzyme'
import Adapter from 'enzyme-adapter-react-16'
import configureStore from 'redux-mock-store'
import ShowReadsButton from './ShowReadsButton'
import { STATE_WITH_2_FAMILIES } from 'pages/Project/fixtures'
configure({ adapter: new Adapter() })
test('s... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/SessionForAppointmentOutcomeVoCollection.java | 9289 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
thehereward/snipe-it | app/lang/zh-CN/admin/accessories/message.php | 1115 | <?php
return array(
'does_not_exist' => 'Accessory does not exist.',
'assoc_users' => '配件目前状态:可用数量不足,请检查改配件再重试。',
'create' => array(
'error' => 'Accessory was not created, please try again.',
'success' => 'Accessory created successfully.'
),
'update' => array(
'error' ... | agpl-3.0 |
djbender/canvas-lms | packages/canvas-planner/src/reducers/opportunities-reducer.js | 1790 | /*
* Copyright (C) 2017 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distribut... | agpl-3.0 |
sheyam/IncidentManagement | web/datamodels/2.x/itop-problem-mgmt/zh.dict.itop-problem-mgmt.php | 7557 | <?php
// Copyright (C) 2010-2012 Combodo SARL
//
// This file is part of iTop.
//
// iTop is free software; you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your opt... | agpl-3.0 |
dastergon/identity.gentoo.org | okupy/crypto/ciphers.py | 5137 | # vim:fileencoding=utf8:et:ts=4:sts=4:sw=4:ft=python
from django.conf import settings
from django.contrib.sessions.backends.cache import SessionStore
from Crypto.Cipher.AES import AESCipher
from Crypto.Hash.SHA256 import SHA256Hash
import Crypto.Random
import struct
from okupy.crypto.codecs import ub64encode, ub64... | agpl-3.0 |
kmeze/Rhetos | CommonConcepts/Plugins/Rhetos.DatabaseGenerator.DefaultConcepts/ColumnTypes/DatePropertyDatabaseDefinition.cs | 2315 | /*
Copyright (C) 2014 Omega software d.o.o.
This file is part of Rhetos.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (... | agpl-3.0 |
jasp-stats/jasp-desktop | Desktop/gui/preferencesmodel.cpp | 18670 | #include "preferencesmodel.h"
#include "utils.h"
#include "utilities/qutils.h"
#include "utilities/settings.h"
#include "gui/messageforwarder.h"
#include "qquick/jasptheme.h"
#include "utilities/languagemodel.h"
#include <QFontDatabase>
#include "modules/ribbonmodel.h"
#include "utilities/qutils.h"
#include "utilities... | agpl-3.0 |
JavierPeris/kunagi | src/main/java/scrum/client/project/MoveRequirementToTopAction.java | 2032 | /*
* Copyright 2011 Witoslaw Koczewsi <wi@koczewski.de>, Artjom Kochtchi
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero
* General Public License as published by the Free Software Foundation, either version 3 of the License, or
* (at your option) any l... | agpl-3.0 |
usabi/consul_san_borondon | spec/lib/reply_email_spec.rb | 1529 | require "rails_helper"
describe ReplyEmail do
let(:debate) { create(:debate) }
let(:commenter) { create(:user, email: "email@commenter.org") }
let(:comment) { create(:comment, commentable: debate, user: commenter) }
let(:replier) { create(:user) }
let(:reply) { create(:comment, commentab... | agpl-3.0 |
tomolimo/processmaker-server | workflow/engine/src/ProcessMaker/Plugins/Traits/PluginStructure.php | 13410 | <?php
namespace ProcessMaker\Plugins\Traits;
use BasePeer;
use G;
use PluginsRegistry;
use ProcessMaker\Plugins\Interfaces\CronFile;
use ProcessMaker\Plugins\Interfaces\CssFile;
use ProcessMaker\Plugins\Interfaces\FolderDetail;
use ProcessMaker\Plugins\Interfaces\JsFile;
use ProcessMaker\Plugins\Interfaces\MenuDetail... | agpl-3.0 |
heliumv/lpclientpc | src/com/lp/client/frame/delegate/BelegpostionkonvertierungDelegate.java | 8850 | /*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | agpl-3.0 |
pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/event/AbstractXObjectEvent.java | 1660 | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | lgpl-2.1 |
BackupGGCode/ewlibs | include/ew/core/wrapper/wrapper.hpp | 500 | /*
*/
#include <ew/core/exception/exception.hpp>
#undef DECLARE_wrapper
#ifdef EW_DEFINE_WRAPPER_FUNC_POINTER
# define DECLARE_wrapper(RET, NAME, ...) \
RET NAME##_fake ( __VA_ARGS__ ) \
{ \
throw ( fake_function_exec() ); \
return (RET)0; \
} \
\
EW_EXPORT_SYM RET (*ew_##NAME)... | lgpl-2.1 |
OpenCCG/openccg | src/opennlp/ccg/grammar/ForwardTypeRaising.java | 1877 | ///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2003 Jason Baldridge and University of Edinburgh (Michael White)
//
// 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 ... | lgpl-2.1 |
harmattan/meegotouch-controlpanel | examples/binaryapplet/itemlike/dcpskeletonbrief.cpp | 1797 | /***************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Karoliina T. Salminen <karoliina.t.salminen@nokia.com>
**
** This file is part of duicontrolpanel.
**
**
** This program is free softwa... | lgpl-2.1 |
adamallo/beast-mcmc | src/dr/evomodel/tree/CompatibilityStatistic.java | 4725 | /*
* CompatibilityStatistic.java
*
* Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribu... | lgpl-2.1 |
benni0815/root | interpreter/llvm/src/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp | 6966 | //===--- NonNullParamChecker.cpp - Undefined arguments checker -*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | lgpl-2.1 |
pmattern/lxqt-panel | plugin-taskbar/lxqttaskbar.cpp | 22006 | /* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* LXDE-Qt - a lightweight, Qt based, desktop toolset
* http://razor-qt.org
* http://lxqt.org
*
* Copyright: 2011 Razor team
* 2014 LXQt team
* Authors:
* Alexander Sokoloff <sokoloff.a@gmail.com>
* Maciej Płaza <plaza.maciej@gmail.com>
* Kuzma ... | lgpl-2.1 |
KDE/qt | tools/designer/src/designer/qdesigner_actions.cpp | 51352 | /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees h... | lgpl-2.1 |
sunblithe/qt-everywhere-opensource-src-4.7.1 | qmake/option.cpp | 31017 | /****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the qmake application of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL... | lgpl-2.1 |
thetaepsilon-gamedev/pipeworks-flowlogic-next | teleport_tube.lua | 8490 | local filename=minetest.get_worldpath() .. "/teleport_tubes"
local tp_tube_db = nil -- nil forces a read
local tp_tube_db_version = 2.0
local function hash(pos)
return string.format("%.30g", minetest.hash_node_position(pos))
end
local function save_tube_db()
local file, err = io.open(filename, "w")
if file then
... | lgpl-2.1 |
bragful/ephp | test/code/test_class_comments.php | 212 | <?php
class A { # begin
// this is an attribute
public $a = 10;
/* this is a function */
public function __toString() { return "$this->a"; }
# end
}
$a = new A;
$a->a = 100;
print $a . "\n";
| lgpl-2.1 |
sharang108/checkstyle | src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheckTest.java | 3794 | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2017 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | lgpl-2.1 |
volfste2/tuxguitar | TuxGuitar/src/org/herac/tuxguitar/app/action/impl/help/ShowDocAction.java | 970 | /*
* Created on 17-dic-2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.herac.tuxguitar.app.action.impl.help;
import org.herac.tuxguitar.action.TGActionContext;
import org.herac.tuxguitar.app.action.TGActionBase;
import o... | lgpl-2.1 |
pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/src/main/java/org/xwiki/rest/resources/job/JobLogResource.java | 1822 | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | lgpl-2.1 |
xPaw/PHP-Source-Query | SourceQuery/Exception/SourceQueryException.php | 334 | <?php
/**
* @author Pavel Djundik
*
* @link https://xpaw.me
* @link https://github.com/xPaw/PHP-Source-Query
*
* @license GNU Lesser General Public License, version 2.1
*
* @internal
*/
namespace xPaw\SourceQuery\Exception;
abstract class SourceQueryException extends \Exception
{
// Base excep... | lgpl-2.1 |
asteriskbimal/abixen-platform | abixen-platform-business-intelligence-service/src/test/java/com/abixen/platform/service/businessintelligence/configuration/TestSecurityClient.java | 1262 | /**
* Copyright (c) 2010-present Abixen Systems. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any ... | lgpl-2.1 |
Partysun/SE452-Tux-Guitar | TuxGuitar/src/org/herac/tuxguitar/app/actions/tools/ScaleAction.java | 797 | /*
* Created on 17-dic-2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.herac.tuxguitar.app.actions.tools;
import org.herac.tuxguitar.app.actions.Action;
import org.herac.tuxguitar.app.actions.ActionData;
import org.herac... | lgpl-2.1 |
tomazzupan/wildfly | messaging-activemq/src/main/java/org/wildfly/extension/messaging/activemq/DivertDefinition.java | 4194 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | lgpl-2.1 |
NCNecros/jtalks-common | jtalks-common-model/src/main/java/org/jtalks/common/model/entity/Group.java | 5575 | /**
* Copyright (C) 2011 JTalks.org Team
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library ... | lgpl-2.1 |
radekp/qt | src/3rdparty/webkit/WebCore/svg/graphics/SVGPaintServer.cpp | 8938 | /*
* Copyright (C) 2006 Nikolas Zimmermann <zimmermann@kde.org>
* 2007 Rob Buis <buis@kde.org>
* 2008 Dirk Schulze <krit@webkit.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
... | lgpl-2.1 |
bilke/OpenSG-1.8 | Source/Experimental/VRMLLoader/testVRMLViewer.cpp | 49836 | #include <OSGConfig.h>
#include <iostream>
#include <unistd.h>
#include <map>
#include <string>
#include <OSGGLUT.h>
#include <OSGTime.h>
#include <OSGFieldContainerPtr.h>
#include <OSGFieldContainerFactory.h>
#include <OSGSFSysTypes.h>
#include <OSGFieldContainerPtr.h>
#include <OSGNodePtr.h>
#include <OSGVector.... | lgpl-2.1 |
kitachro/ruby-gnome2 | gobject-introspection/test/test-object-info.rb | 3374 | # Copyright (C) 2012 Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This libra... | lgpl-2.1 |
1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/CacheMode.java | 2552 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate;
import java.util.Locale;
/**
* Controls how the session i... | lgpl-2.1 |
danshapero/dealii | source/distributed/shared_tria.cc | 11758 | // ---------------------------------------------------------------------
// $Id: tria.cc 32807 2014-04-22 15:01:57Z heister $
//
// Copyright (C) 2015 - 2017 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modi... | lgpl-2.1 |
gwu-libraries/srrs-mobile | lib/AnonymousUser.class.php | 3749 | <?php
/**
* This file contains the AnonymousUser class for viewing
* and manipulating user data
* @author Nick Korbel <lqqkout13@users.sourceforge.net>
* @version 05-21-05
* @package phpScheduleIt
*
* Copyright (C) 2003 - 2007 phpScheduleIt
* License: GPL, see LICENSE
*/
$basedir = dirname(__FILE__) . '/.... | lgpl-2.1 |
skyvers/wildcat | skyve-ext/src/main/java/org/skyve/job/JobStatus.java | 80 | package org.skyve.job;
public enum JobStatus {
complete, failed, cancelled;
}
| lgpl-2.1 |
xiangke/pycopia | core/pycopia/inet/packet/inet.py | 1419 | """Internet packet basic
Simple operations like performing checksums and swapping byte orders.
"""
# Copyright 1997, Corporation for National Research Initiatives
# written by Jeremy Hylton, jeremy@cnri.reston.va.us
#from _ip import *
import array
import struct
from socket import htons, ntohs
def cksum(s):
if len(... | lgpl-2.1 |
timthelion/FreeCAD_sf_master | src/Mod/OpenSCAD/Resources/translations/OpenSCAD_hu.ts | 16134 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="hu" sourcelanguage="en">
<context>
<name>Gui::Dialog::DlgSettingsOpenSCAD</name>
<message>
<location filename="openscadprefs-base.ui" line="14"/>
<source>General settings</source>
<translation type="unfinished">... | lgpl-2.1 |