repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
EaglesoftZJ/actor-platform | actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/api/ApiServiceMessage.java | 2168 | package im.actor.core.api;
/*
* Generated by the Actor API Scheme generator. DO NOT EDIT!
*/
import im.actor.runtime.bser.*;
import im.actor.runtime.collections.*;
import static im.actor.runtime.bser.Utils.*;
import im.actor.core.network.parser.*;
import androidx.annotation.Nullable;
import org.jetbrains.annotatio... | agpl-3.0 |
clreinki/GalaxyHarvester | getResourceByName.py | 4352 | #!/usr/bin/python
"""
Copyright 2010 Paul Willworth <ioscode@gmail.com>
This file is part of Galaxy Harvester.
Galaxy Harvester 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 th... | agpl-3.0 |
onlyasurvey/OAS_workspace | tags/1.0.0-SNAPSHOT/OnlyASurvey/OnlyASurveyWeb/src/main/java/com/oas/model/question/BooleanQuestion.java | 904 | package com.oas.model.question;
import javax.persistence.Entity;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.PrimaryKeyJoinColumns;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
im... | agpl-3.0 |
openfisca/openfisca-qt | openfisca_qt/gui/utils/sourcecode.py | 1547 | # -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 Pierre Raybaut
# Licensed under the terms of the MIT License
# (see spyderlib/__init__.py for details)
"""
Source code text utilities
"""
# Order is important:
EOL_CHARS = (("\r\n", 'nt'), ("\n", 'posix'), ("\r", 'mac'))
def get_eol_chars(text):
"""Get text EOL c... | agpl-3.0 |
plentymarkets/plugin-hack-api | Modules/Pim/SearchService/Filter/CategoryFilter.php | 1627 | <?php
namespace Plenty\Modules\Pim\SearchService\Filter;
use Illuminate\Contracts\Support\Arrayable;
use Plenty\Modules\Cloud\ElasticSearch\Lib\Query\Statement\Filter\TermFilter;
use Plenty\Modules\Cloud\ElasticSearch\Lib\Query\Statement\Filter\TermsFilter;
use Plenty\Modules\Cloud\ElasticSearch\Lib\Query\Statement\St... | agpl-3.0 |
theatrus/eve-central.com | core/src/main/scala/com/evecentral/dataaccess/GetOrders.scala | 3671 | package com.evecentral.dataaccess
import akka.actor.Actor
import akka.dispatch.{RequiresMessageQueue, BoundedMessageQueueSemantics}
import com.evecentral.Database
import net.noerd.prequel.{LongFormattable, StringFormattable}
import org.joda.time.{DateTime, Period}
import org.slf4j.LoggerFactory
case class MarketOrder... | agpl-3.0 |
uclouvain/osis | assessments/api/serializers/session.py | 1536 | ##############################################################################
#
# 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 |
moskiteau/KalturaGeneratedAPIClientsJava | src/com/kaltura/client/types/KalturaAccessControlServeRemoteEdgeServerAction.java | 2903 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | agpl-3.0 |
prefeiturasp/SME-SGP | Src/MSTech.GestaoEscolar.CustomResourceProviders/DBResourceReader.cs | 2116 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Resources;
namespace MSTech.GestaoEscolar.CustomResourceProviders
{
/// <summary>
/// Implementation of IResourceReader required to retrieve a dictionary
/// of resource values for imp... | agpl-3.0 |
Sina30/PHP-Fusion-9.00 | locale/Ukrainian/bbcodes/right.php | 189 | <?php
$locale['bb_right_description'] = "Вирівняти по правому полю";
$locale['bb_right_usage'] = "текст розташований по правому полю";
?> | agpl-3.0 |
pgdurand/Bioinformatics-UI-API | src/bzh/plealog/bioinfo/ui/carto/data/BasicFeatureOrganizer.java | 7853 | /* Copyright (C) 2006-2016 Patrick G. Durand
*
* 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.
*
* Yo... | agpl-3.0 |
jesseh/dothis | volunteering/migrations/0057_auto_20150126_2232.py | 388 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('volunteering', '0056_event_is_past'),
]
operations = [
migrations.RenameField(
model_name='event',
o... | agpl-3.0 |
scylladb/scylla | cql3/restrictions/primary_key_restrictions.hh | 4532 | /*
*/
/*
* Copyright (C) 2015-present ScyllaDB
*
* Modified by ScyllaDB
*/
/*
* SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0)
*/
#pragma once
#include <vector>
#include "cql3/query_options.hh"
#include "cql3/statements/bound.hh"
#include "cql3/restrictions/restrictions.hh"
#include "cql3/rest... | agpl-3.0 |
syci/partner-contact | base_vat_sanitized/models/res_partner.py | 790 | # Copyright 2016 Akretion (http://www.akretion.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com>
import re
from odoo import api, fields, models
class ResPartner(models.Model):
_inherit = "res.partner"
sanitized_vat = fields.Char(... | agpl-3.0 |
PROCERGS/login-cidadao | src/PROCERGS/LoginCidadao/CoreBundle/Helper/MeuRSHelper.php | 4066 | <?php
/*
* This file is part of the login-cidadao project or it's bundles.
*
* (c) Guilherme Donato <guilhermednt on github>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PROCERGS\LoginCidadao\CoreBundle\Helper;
use D... | agpl-3.0 |
boob-sbcm/3838438 | src/main/java/com/rapidminer/operator/learner/bayes/DistributionModel.java | 3022 | /**
* Copyright (C) 2001-2017 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.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 ... | agpl-3.0 |
briandk/transcriptase | src/main/menu/windows-menu.ts | 1184 | import { createSharedMenuItems, editMenu, fileOperationsSubmenu } from "./shared-menu"
import isDev from "electron-is-dev"
export function createWindowsMenu(
window: Electron.BrowserWindow,
): Electron.MenuItemConstructorOptions[] {
const shared = createSharedMenuItems(window)
// TODO: check what macFileMenu ex... | agpl-3.0 |
digitalbazaar/monarch | cpp/v8/V8Engine.cpp | 3434 | /*
* Copyright (c) 2010 Digital Bazaar, Inc. All rights reserved.
*/
#include "monarch/rt/DynamicObjectIterator.h"
#include "monarch/v8/V8Engine.h"
using namespace std;
using namespace v8;
using namespace monarch::rt;
using namespace monarch::v8;
#define EXCEPTION_PREFIX "monarch.v8"
V8Engine::V8Engine()
{
}
V8En... | agpl-3.0 |
EASOL/easol | application/views/Cohorts/students.php | 1407 | <?php /* @var $cohort Edfi_Cohort */ ?>
<div class="row">
<div class="col-md-12">
<h1 class="page-header">Cohort</h1>
<br/><br/>
</div>
</div>
<div class="col-md-6">
<table class="table table-bordered ">
<tr>
<th>Cohort ID:</th>
<td><?= $cohort->CohortIdentifier ?></td>
<... | agpl-3.0 |
rosenpin/Gadgetbridge | app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/hplus/HPlusHealthSampleProvider.java | 10573 | /* Copyright (C) 2017 Andreas Shimokawa, João Paulo Barraca
This file is part of Gadgetbridge.
Gadgetbridge 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 Licens... | agpl-3.0 |
RajkumarSelvaraju/FixNix_CRM | include/javascript/yui3/build/datatype/datatype-xml-format.js | 546 | /*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
YUI.add('datatype-xml-format',function(Y){var LANG=Y.Lang;Y.mix(Y.namespace("DataType.XML"),{format:function(data){try{if(!LANG.isUndefined(... | agpl-3.0 |
chastell/kamerling | test/kamerling/handler_test.rb | 985 | require_relative '../test_helper'
require_relative '../../lib/kamerling/addr'
require_relative '../../lib/kamerling/handler'
require_relative '../../lib/kamerling/message'
require_relative '../../lib/kamerling/receiver'
require_relative '../../lib/kamerling/registrar'
module Kamerling
describe Handler do
describ... | agpl-3.0 |
odoo-brazil/l10n-brazil-wip | financial/reports/financial_cashflow.py | 20320 | # -*- coding: utf-8 -*-
# Copyright 2017 KMEE
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models, tools
from odoo.tools.safe_eval import safe_eval
from ..constants import (
FINANCIAL_STATE,
FINANCIAL_TYPE
)
class FinancialCashflow(models.Model):
_name = ... | agpl-3.0 |
GaiaOnlineCommunity/GaiaOnline.Unity.Library | src/GaiaOnline.Game.Client/Controller/MovementController.cs | 355 | using System;
using System.Collections.Generic;
using System.Text;
using UnityEngine;
namespace GaiaOnline
{
public abstract class MovementController : MonoBehaviour
{
/// <summary>
/// Returns the current input direction.
/// </summary>
/// <returns>The direction of the input.</returns>
public abstract V... | agpl-3.0 |
vimvim/AkkaTest | src/main/scala/rtmp/protocol/v2/handshake/ValidationScheme1.scala | 1234 | package rtmp.protocol.v2.handshake
import akka.event.LoggingAdapter
/**
*
*/
class ValidationScheme1(implicit override val log:LoggingAdapter) extends ValidationScheme(1, log) {
/**
* Returns the DH byte offset.
*
* @return dh offset
*/
def getDHOffset(bytes: Array[Byte]): Int = {
var offset: ... | agpl-3.0 |
SYNHAK/spiff | client/html/app/js/ui/controllers/epicenter.js | 3668 | angular.module('spiff.epicenter', [
'spiff',
'spaceapi',
'messages'
])
.controller('ChangePassCtrl', function($scope, $modalInstance, Spiff, SpiffRestangular, Messages) {
$scope.d = {};
$scope.requestReset = function() {
SpiffRestangular.one('member', Spiff.currentUser.id).patch({'currentPassword': $sco... | agpl-3.0 |
jl777/OTExtension | ot/iknp-ot-ext-rec.cpp | 4417 | /*
* iknp-ot-ext-receiver.cpp
*
* Created on: Mar 4, 2015
* Author: mzohner
*/
#include "iknp-ot-ext-rec.h"
BOOL IKNPOTExtRec::receiver_routine(uint32_t id, uint64_t myNumOTs) {
uint64_t myStartPos = id * myNumOTs;
uint64_t wd_size_bits = m_nBlockSizeBits;
myNumOTs = min(myNumOTs + myStartPos, m_nOTs)... | agpl-3.0 |
PairMhai/Backend | comment/urls.py | 147 | from django.conf.urls import url
from comment.views import *
urlpatterns = [
url(r'^$', CommentListAndCreateView.as_view(), name="comment")
]
| agpl-3.0 |
slashattack89/oc_filesmv | l10n/cs_CZ.php | 595 | <?php
$TRANSLATIONS = array(
"No filesystem found" => "Souborový systém nenalezen",
"No data supplied." => "Nebyla dodána žádná data.",
"Src and Dest are not allowed to be the same location!" => "Src a Dest nelze cílit do stejného umístění!",
"Could not move %s - File with this name already exists" => "Nelze přesunout ... | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/commands/sniperShot.lua | 2431 | --Copyright (C) 2007 <SWGEmu>
--This File is part of Core3.
--This program 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 of the License,
--or (at your option) any later version.
... | agpl-3.0 |
NicolasEYSSERIC/Silverpeas-Core | web-core/src/main/java/com/silverpeas/web/mappers/EntityNotFoundExceptionMapper.java | 1964 | /*
* Copyright (C) 2000 - 2012 Silverpeas
*
* 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.
*
* As a spec... | agpl-3.0 |
opencadc/core | cadc-util/src/main/java/ca/nrc/cadc/net/RangeNotSatisfiableException.java | 4444 | /*
************************************************************************
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2020. (c) 2020.
* Government of Canada ... | agpl-3.0 |
uniteddiversity/mycollab | mycollab-config/src/main/java/com/esofthead/mycollab/configuration/Storage.java | 3986 | /**
* This file is part of mycollab-config.
*
* mycollab-config 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.
*
* mycollab-co... | agpl-3.0 |
BarcodeBucket/barcodebucket.com | web/legacy.php | 159 | <?php
$app = require_once __DIR__.'/../src/app.php';
require_once __DIR__.'/../config/prod.php';
require_once __DIR__.'/../src/controllers.php';
$app->run(); | agpl-3.0 |
ShroudComputing/shroud | lib/classes/model.js | 924 | 'use strict';
const Document = require('camo').Document;
const Attribute = require.main.require('./classes/attribute.js');
exports = module.exports = (function () {
const attributes = {};
class Model extends Document {
constructor() {
super();
if (this.constructor === Model) {
throw new ... | agpl-3.0 |
diqube/diqube | diqube-plan/src/main/java/org/diqube/plan/planner/WireManager.java | 1086 | /**
* diqube: Distributed Query Base.
*
* Copyright (C) 2015 Bastian Gloeckle
*
* This file is part of diqube.
*
* diqube 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... | agpl-3.0 |
isard-vdi/isard | frontend/src/shared/constants.js | 1313 | export const apiV3Segment = '/api/v3'
export const apiWebSockets = '/api/v3/socket.io'
export const apiAdminSegment = '/isard-admin'
export const authenticationSegment = '/authentication'
export const appTitle = 'IsardVDI'
export const cardIcons = {
default: ['fas', 'desktop'],
windows: ['fab', 'windows'],
ubunt... | agpl-3.0 |
al3x/ground-control | src/frontend/components/AdminCallAssignmentCreationForm.js | 3485 | import React from 'react';
import Relay from 'react-relay';
import {BernieColors, BernieText} from './styles/bernie-css'
import {Paper} from 'material-ui';
import GCForm from './forms/GCForm';
import Form from 'react-formal';
import CreateCallAssignment from '../mutations/CreateCallAssignment';
import yup from 'yup';
i... | agpl-3.0 |
jmesteve/openerp | openerp/addons/account_balance_reporting/account_balance_reporting_report.py | 21960 | # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP - Account balance reporting engine
# Copyright (C) 2009 Pexego Sistemas Informáticos. All Rights Reserved
# $Id$
#
# This program is free software: you can redistribute it and/or modify
# it... | agpl-3.0 |
ojs/WorkflowBundle | VipaWorkflowBundle.php | 132 | <?php
namespace Vipa\WorkflowBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class VipaWorkflowBundle extends Bundle
{
}
| agpl-3.0 |
lmaslag/test | engine/Library/Zend/Validate/File/Sha1.php | 5087 | <?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the ... | agpl-3.0 |
Illarion-eV/Illarion-Content | item/signpost.lua | 1189 | --[[
Illarion Server
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.
This program is distributed in the hope that it wi... | agpl-3.0 |
yamcs/yamcs | yamcs-core/src/test/java/org/yamcs/parameterarchive/RealtimeArchiveFillerTest.java | 13822 | package org.yamcs.parameterarchive;
import static org.junit.Assert.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.never;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import stati... | agpl-3.0 |
sintefmath/scene | src/collada/Triangles.cpp | 5495 | /* Copyright STIFTELSEN SINTEF 2014
*
* This file is part of Scene.
*
* Scene is free software: you can redistribute it and/or modifyit 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 ver... | agpl-3.0 |
bringsvor/l10n_no_vatreport | __init__.py | 1007 | # -*- encoding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2013 ZedeS Technologies, zedestech.com
# Copyright (C) 2013 Datalege AS, www.datalege.no
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of... | agpl-3.0 |
Ramkavanan/SHCRM | app/protected/modules/users/elements/assets/UsersValidation.js | 2618 | $(document).ready(function(){
$("label[for=User_jobTitle]").append("<span class='required'>*</span>");
$("label[for=User_officePhone]").append("<span class='required'>*</span>");
$("label[for=User_manager_id]").append("<span class='required'>*</span>");
$("label[for=User_role_id]").append("<span class='... | agpl-3.0 |
standardnotes/web | app/assets/javascripts/preferences/panes/account/subscription/SubscriptionWrapper.tsx | 581 | import { WebApplication } from '@/ui_models/application';
import { FunctionalComponent } from 'preact';
import { useState } from 'preact/hooks';
import { Subscription } from './Subscription';
import { SubscriptionState } from './subscription_state';
type Props = {
application: WebApplication;
};
export const Subscr... | agpl-3.0 |
24eme/vinsdeloire | project/plugins/acVinEtablissementPlugin/lib/model/Etablissement/Etablissement.class.php | 17271 | <?php
class Etablissement extends BaseEtablissement {
protected $_interpro = null;
protected $droit = null;
/**
* @return _Compte
*/
public function getInterproObject() {
if (is_null($this->_interpro)) {
$this->_interpro = InterproClient::getInstance()->find($this->inter... | agpl-3.0 |
nilcy/yoyo | yoyo-actor/yoyo-actor-service-api/src/main/java/yoyo/actor/service/domain/parts/HomeAddress.java | 738 | // ========================================================================
// Copyright (C) YOYO Project Team. All rights reserved.
// GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
// http://www.gnu.org/licenses/agpl-3.0.txt
// =======================================================================... | agpl-3.0 |
UberPOV/UberPOV | source/backend/render/tracetask.cpp | 35538 | //******************************************************************************
///
/// @file backend/render/tracetask.cpp
///
/// @todo What's in here?
///
/// @copyright
/// @parblock
///
/// UberPOV Raytracer version 1.37.
/// Portions Copyright 2013-2015 Christoph Lipka.
///
/// UberPOV 1.37 is an experimental u... | agpl-3.0 |
pgorod/SuiteCRM | modules/AOW_Actions/actions/actionCreateRecord.php | 19741 | <?php
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is f... | agpl-3.0 |
ByersHouse/crmwork | modules/bh_Realty/bh_Realty.php | 3156 | <?php
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2017 SalesAgility Ltd.
*
* This pro... | agpl-3.0 |
VictorBersy/Foundry | db/schema.rb | 1763 | # encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative sou... | agpl-3.0 |
iwatendo/skybeje | src/Contents/Sender/GetProfileSender.ts | 258 | import Sender from "../../Base/Container/Sender";
/**
* ユーザープロフィール要求
*/
export default class GetProfileSender extends Sender {
public static ID = "GetProfile";
constructor() {
super(GetProfileSender.ID);
}
}
| agpl-3.0 |
agibsonccc/startuphousebooking | src/main/java/com/startuphouse/booking/solr/SolrListener.java | 1032 | package com.startuphouse.booking.solr;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.apache.solr.core.CoreContainer;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.Web... | agpl-3.0 |
epeios-q37/epeios | devel/strng/strng_test.cpp | 1252 | /*
Copyright (C) 1999 Claude SIMON (http://q37.info/contact/).
This file is part of the Epeios framework.
The Epeios framework 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
... | agpl-3.0 |
ungerik/ephesoft | Ephesoft_Community_Release_4.0.2.0/source/dcma-util/src/main/java/com/ephesoft/dcma/util/EphesoftDateUtil.java | 2427 | /*********************************************************************************
* Ephesoft is a Intelligent Document Capture and Mailroom Automation program
* developed by Ephesoft, Inc. Copyright (C) 2015 Ephesoft Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the term... | agpl-3.0 |
donsunsoft/axelor-development-kit | axelor-core/src/main/java/com/axelor/script/AbstractScriptHelper.java | 1855 | /**
* Axelor Business Solutions
*
* Copyright (C) 2005-2016 Axelor (<http://axelor.com>).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distr... | agpl-3.0 |
vahnj/mastodon | app/javascript/flavours/glitch/reducers/user_lists.js | 3469 | import {
FOLLOWERS_FETCH_SUCCESS,
FOLLOWERS_EXPAND_SUCCESS,
FOLLOWING_FETCH_SUCCESS,
FOLLOWING_EXPAND_SUCCESS,
FOLLOW_REQUESTS_FETCH_SUCCESS,
FOLLOW_REQUESTS_EXPAND_SUCCESS,
FOLLOW_REQUEST_AUTHORIZE_SUCCESS,
FOLLOW_REQUEST_REJECT_SUCCESS,
} from 'flavours/glitch/actions/accounts';
import {
REBLOGS_FET... | agpl-3.0 |
piratas-ar/loomio | db/migrate/20151118022605_members_can_add_members_default_true.rb | 231 | class MembersCanAddMembersDefaultTrue < ActiveRecord::Migration[4.2]
def change
remove_column :groups, :members_invitable_by
change_column :groups, :members_can_add_members, :boolean, default: true, null: false
end
end
| agpl-3.0 |
afshinnj/php-mvc | assets/framework/ckeditor/plugins/preview/lang/es.js | 228 | /*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'preview', 'es', {
preview: 'Vista Previa'
} );
| agpl-3.0 |
lafactura/datea-api | datea_api/apps/tag/search_indexes.py | 1205 | from haystack import indexes
from tag.models import Tag
class TagIndex(indexes.SearchIndex, indexes.Indexable):
text = indexes.CharField(document=True, use_template=True, template_name="search/indexes/tag/tag_index.txt")
tag = indexes.CharField(model_attr="tag", faceted=True)
title = indexes.CharField(mod... | agpl-3.0 |
gnu-lorien/chummer-from-another | public/javascripts/allSkills.js | 6605 | ALL_SKILLS = [
{
"name": "Archery",
"linkedAttribute": "Agility"
},
{
"name": "Automatics",
"linkedAttribute": "Agility"
},
{
"name": "Blades",
"linkedAttribute": "Agility"
},
{
"name": "Clubs",
"linkedAttribute": "Agility"
... | agpl-3.0 |
danigm/sweetter | sweetter/ublogging/register.py | 2271 | from django.conf import settings
from django.core.mail import send_mail
from django.core.urlresolvers import reverse
from django.http import HttpResponseRedirect
from django.shortcuts import render_to_response
from django.template import RequestContext
from ublogging.models import Profile, User
from ublogging.models i... | agpl-3.0 |
bikeindex/bikewise | app/controllers/api/v1/types.rb | 1240 | module API
module V1
class Types < API::V1::Root
include API::V1::Defaults
resource :types do
helpers do
def find_selections
if params[:include_user_created] && params[:include_user_created] != 'undefined'
@selections = Selection.all
else
... | agpl-3.0 |
xepan/xepan | lib/TMail/Transport/PHPMailer.php | 3545 | <?php
class TMail_Transport_PHPMailer extends TMail_Transport_SwiftMailer {
/*public $PHPMailer = null;
function init(){
parent::init();
require_once("PHPMailer/class.phpmailer.php");
$this->PHPMailer = $mail = new PHPMailer(true);
$mail->IsSMTP();
$mail->SMTPDebug ... | agpl-3.0 |
lmaslag/test | engine/Shopware/Components/DummyPlugin/Bootstrap.php | 1703 | <?php
/**
* Shopware 4
* Copyright © shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
... | agpl-3.0 |
SKIRT/SKIRT | SKIRTcore/BaryOctTreeNode.hpp | 1789 | /*//////////////////////////////////////////////////////////////////
//// SKIRT -- an advanced radiative transfer code ////
//// © Astronomical Observatory, Ghent University ////
///////////////////////////////////////////////////////////////// */
#ifndef BARYOCTTREENODE_HPP
#define BARYOCT... | agpl-3.0 |
quikkian-ua-devops/will-financials | kfs-ar/src/main/java/org/kuali/kfs/module/ar/report/service/impl/ContractsGrantsReportHelperServiceImpl.java | 15506 | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 Kuali, Inc.
*
* 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 Foundat... | agpl-3.0 |
simvesel/wsh-lib | src/lib/sys_utils.js | 8718 | /*
Copyright © 2014 — 2016 Svyatoslav Skriplyonok. All rights reserved.
Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
License: https://github.com/simvesel/wsh-lib/blob/master/LICENSE
*/
"use strict";
g_cApp.iMaxPropertyDeepForPrintFunction = 7;
g_cApp.xasMsgGeneralTitle = g_cApp.xasAppName + ": ... | agpl-3.0 |
UM-USElab/gradecraft-development | app/models/concerns/copyable.rb | 680 | require_relative "../copy_validator"
# NOTE: If at any point we add additional associations for copying, the
# validation schema needs to be updated in the CopyValidator class
module Copyable
extend ActiveSupport::Concern
def copy(attributes={}, lookup_store=nil)
lookup_store ||= ModelCopierLookups.new
co... | agpl-3.0 |
bsolano/sivio | src/Model/Table/ExternalReferencesTable.php | 1828 | <?php
namespace App\Model\Table;
use App\Model\Entity\ExternalReference;
use Cake\ORM\Query;
use Cake\ORM\RulesChecker;
use Cake\ORM\Table;
use Cake\Validation\Validator;
/**
* ExternalReferences Model
*
* @property \Cake\ORM\Association\BelongsTo $People
*/
class ExternalReferencesTable extends Table
{
/**
... | agpl-3.0 |
CloCkWeRX/growstuff | spec/views/crops/hierarchy.html.haml_spec.rb | 986 | ## DEPRECATION NOTICE: Do not add new tests to this file!
##
## View and controller tests are deprecated in the Growstuff project.
## We no longer write new view and controller tests, but instead write
## feature tests (in spec/features) using Capybara (https://github.com/jnicklas/capybara).
## These test the full s... | agpl-3.0 |
sharidas/core | apps/files/l10n/lt_LT.js | 7627 | OC.L10N.register(
"files",
{
"Storage is temporarily not available" : "Saugykla yra laikinai neprieinama",
"Storage invalid" : "Saugykla neteisinga",
"Unknown error" : "Neatpažinta klaida",
"All files" : "Visi failai",
"Saved" : "Išsaugoti",
"File could not be found" : "Nepavyko rasti fa... | agpl-3.0 |
fablabbcn/SCOPESdf | app/controllers/search_controller.rb | 1497 | class SearchController < ApplicationController
skip_before_filter :verify_authenticity_token # REMOVE THIS OBVIOUSLY
def index
@query = params[:q]
end
## Search
# "GET" "http://localhost:3000/search/:entity"
# filter is the attribute you want to search on.. currently set up for email and name on ... | agpl-3.0 |
anuradha-iic/sugar | custom/Extension/modules/Opportunities/Ext/Language/en_us.lang.php | 224 | <?php
$mod_strings['LBL_AMOUNT_NRC'] = 'Opportunity NRCs';
$mod_strings['LBL_TOTAL_OPP_AMOUNT'] = 'Opportunity Total';
$mod_strings['LBL_AMOUNT'] = 'Opportunity MRCs';
$mod_strings['LBL_LIST_AMOUNT'] = 'Opportunity MRCs';
| agpl-3.0 |
dooferlad/juju | worker/logger/logger_test.go | 2485 | // Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package logger_test
import (
"time"
"github.com/juju/loggo"
jc "github.com/juju/testing/checkers"
gc "gopkg.in/check.v1"
"gopkg.in/juju/names.v2"
"github.com/juju/juju/agent"
apilogger "github.com/juju/juju/api/logge... | agpl-3.0 |
jameinel/juju | core/network/source_netlink_test.go | 3780 | // Copyright 2021 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
//go:build linux
// +build linux
package network
import (
"net"
"github.com/juju/testing"
jc "github.com/juju/testing/checkers"
"github.com/vishvananda/netlink"
"golang.org/x/sys/unix"
gc "gopkg.in/check.v1"
)
type s... | agpl-3.0 |
EaglesoftZJ/actor-platform | actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/api/rpc/RequestRemoveContact.java | 1694 | package im.actor.core.api.rpc;
/*
* Generated by the Actor API Scheme generator. DO NOT EDIT!
*/
import im.actor.runtime.bser.*;
import im.actor.runtime.collections.*;
import static im.actor.runtime.bser.Utils.*;
import im.actor.core.network.parser.*;
import androidx.annotation.Nullable;
import org.jetbrains.annot... | agpl-3.0 |
JARR/JARR | src/web/js/components/RightPanel.react.js | 18805 | var React = require('react');
var createReactClass = require('create-react-class');
var Col = require('react-bootstrap/lib/Col');
var Glyphicon = require('react-bootstrap/lib/Glyphicon');
var Button = require('react-bootstrap/lib/Button');
var ButtonGroup = require('react-bootstrap/lib/ButtonGroup');
var Modal = requir... | agpl-3.0 |
BelledonneCommunications/flexisip | src/sofia-wrapper/su-root.cc | 1693 | /*
Flexisip, a flexible SIP proxy server with media capabilities.
Copyright (C) 2010-2021 Belledonne Communications SARL, All rights reserved.
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 S... | agpl-3.0 |
open-synergy/opnsynid-partner-contact | partner_financial_risk_policy/tests/test_risk_policy.py | 17936 | # -*- coding: utf-8 -*-
# Copyright 2017 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests.common import TransactionCase
from openerp.exceptions import except_orm
from openerp import tools
class TestRiskPolicy(TransactionCase):
def setUp(self, *args, *... | agpl-3.0 |
deepstupid/sphinx5 | sphinx4-core/src/main/java/edu/cmu/sphinx/fst/operations/ProjectType.java | 680 | /**
*
* Copyright 1999-2012 Carnegie Mellon University.
* Portions Copyright 2002 Sun Microsystems, Inc.
* Portions Copyright 2002 Mitsubishi Electric Research Laboratories.
* All Rights Reserved. Use is subject to license terms.
*
* See the file "license.terms" for information on usage and
* redistribut... | agpl-3.0 |
pollopolea/core | apps/federatedfilesharing/lib/AddressHandler.php | 4792 | <?php
/**
* @author Björn Schießle <bjoern@schiessle.org>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2018, ownCloud GmbH
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, ver... | agpl-3.0 |
azyva/dragom-api | src/main/java/org/azyva/dragom/model/config/NodeConfigTransferObject.java | 7040 | /*
* Copyright 2015 - 2017 AZYVA INC. INC.
*
* This file is part of Dragom.
*
* Dragom 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 ... | agpl-3.0 |
s-haase/shopware | engine/Shopware/Bundle/StoreFrontBundle/Gateway/DBAL/Hydrator/MediaHydrator.php | 7252 | <?php
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* perm... | agpl-3.0 |
LibreTime/libretime | legacy/public/js/airtime/schedule/schedule.js | 16712 | var AIRTIME = (function(AIRTIME){
var mod;
if (AIRTIME.schedule === undefined) {
AIRTIME.schedule = {};
}
mod = AIRTIME.schedule;
return AIRTIME;
}(AIRTIME || {}));
var serverTimezoneOffset = 0;
function closeDialogCalendar(event, ui) {
$el = $(this);
$el.dialog('destroy');
... | agpl-3.0 |
moufmouf/packanalyst | src/Mouf/Packanalyst/Services/PackagistScoreService.php | 1710 | <?php
namespace Mouf\Packanalyst\Services;
use Mouf\Packanalyst\Dao\PackageDao;
use Psr\Log\LoggerInterface;
use GuzzleHttp;
/**
* This class is in charge of retrieving nb of downloads from Packagist and applying them in the Mongo database.
*
* @author David Négrier <david@mouf-php.com>
*/
class PackagistScoreSe... | agpl-3.0 |
grafana/grafana | pkg/services/ngalert/api/lotex_am.go | 5856 | package api
import (
"bytes"
"encoding/json"
"errors"
"fmt"
"io"
"net/http"
"strconv"
"github.com/grafana/grafana/pkg/api/response"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/models"
apimodels "github.com/grafana/grafana/pkg/services/ngalert/api/tooling/definitions"
"github... | agpl-3.0 |
daily-bruin/meow | meow/scheduler/migrations/0009_auto_20190607_1518.py | 538 | # Generated by Django 2.0.4 on 2019-06-07 22:18
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('scheduler', '0008_auto_20190606_1503'),
]
operations = [
migrations.AlterF... | agpl-3.0 |
gnosygnu/xowa_android | _400_xowa/src/main/java/gplx/xowa/apps/apis/xowa/gui/browsers/Xoapi_prog_log.java | 682 | package gplx.xowa.apps.apis.xowa.gui.browsers; import gplx.*; import gplx.xowa.*; import gplx.xowa.apps.*; import gplx.xowa.apps.apis.*; import gplx.xowa.apps.apis.xowa.*; import gplx.xowa.apps.apis.xowa.gui.*;
import gplx.gfui.*; import gplx.xowa.guis.views.*;
public class Xoapi_prog_log implements Gfo_invk {
publ... | agpl-3.0 |
JaapJoris/bps | manage.py | 239 | #!/usr/bin/env python3
import os, sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "bps.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
| agpl-3.0 |
lnogues/superdesk-client-core | scripts/superdesk-desks/controllers/DeskListController.js | 1869 | DeskListController.$inject = ['$scope', 'desks', 'superdesk', 'privileges', 'tasks', 'api', 'betaService'];
export function DeskListController($scope, desks, superdesk, privileges, tasks, api, beta) {
var userDesks;
function sorted(result) {
var items = result._items || [];
items.sort(compareN... | agpl-3.0 |
newspeak/newspeak-server | shared/newspeak/src/newspeak/filter/upload_test.go | 281 | package filter_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
// . "newspeak/filter"
)
var _ = Describe("Upload", func() {
Context("example context", func() {
It("should pass", func() {
example := true
Expect(example).To(Equal(true))
})
})
})
| agpl-3.0 |
boob-sbcm/3838438 | src/main/java/com/rapidminer/gui/properties/ExpressionPropertyDialog.java | 52337 | /**
* Copyright (C) 2001-2017 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.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 So... | agpl-3.0 |
zcorrecteurs/monolith-www | src/Zco/Bundle/CoreBundle/Parser/SmiliesFeature.php | 2768 | <?php
/**
* zCorrecteurs.fr est le logiciel qui fait fonctionner www.zcorrecteurs.fr
*
* Copyright (C) 2012-2019 Corrigraphie
*
* 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, eit... | agpl-3.0 |
pkgta1/shuffle | pogom/models.py | 119635 | #!/usr/bin/python
# -*- coding: utf-8 -*-
import logging
import itertools
import calendar
import sys
import traceback
import gc
import time
import geopy
import math
from peewee import (InsertQuery, Check, CompositeKey, ForeignKeyField,
SmallIntegerField, IntegerField, CharField, DoubleField,
... | agpl-3.0 |
watzerm/SchemeRealizer | includes/view/About.php | 3996 | <?php
/*
SchemeRealizer - A free ORM and Translator for Diagrams, Databases and PHP-Classes/Interfaces.
Copyright (C) 2016 Michael Watzer
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... | agpl-3.0 |
akvo/akvo-sites-zz-template | code/wp-content/plugins/wp-flexible-map/includes/class.FlxMapLocalisation.php | 5117 | <?php
if (!defined('ABSPATH')) {
exit;
}
/**
* class for managing the plugin
*/
class FlxMapLocalisation {
const TEXT_DOMAIN = 'wp-flexible-map';
const TRANSIENT_LANGPACKS = 'flexible_map_langpacks';
protected $script_strings;
/**
* initialise the class if it hasn't been
*/
public function __construct(... | agpl-3.0 |
cris-iisc/mpc-primitives | crislib/libscapi/lib/boost_1_64_0/libs/asio/test/windows/basic_stream_handle.cpp | 681 | //
// basic_stream_handle.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Disable autolinkin... | agpl-3.0 |