repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
WaveHack/OpenDominion
app/database/migrations/2020_10_22_200935_create_user_achievements_table.php
948
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateUserAchievementsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('user_a...
agpl-3.0
tenders-exposed/elvis-ember
app/adapters/elvis.js
19496
import Adapter from 'ember-data/adapter'; import { AdapterError, InvalidError, UnauthorizedError, ForbiddenError, NotFoundError, ConflictError, ServerError, TimeoutError, AbortError } from 'ember-data/adapters/errors'; import { BuildURLMixin, isEnabled, // runInDebug, // warn, deprecate, p...
agpl-3.0
tommycli/mathim
src/main/scala/mathim/snippet/Snippets.scala
3041
package mathim.snippet import _root_.scala.xml.{NodeSeq, Text} import _root_.net.liftweb.util._ import _root_.net.liftweb.common._ import _root_.java.util.Date import _root_.net.liftweb.http import http._ import http.SHtml._ import http.js.JE._ import http.js.jquery.JqJsCmds._ import http.js.JsCmds._ import Helpers._...
agpl-3.0
CircleCode/dynacase-core
Action/Freedom/revcomment.php
1278
<?php /* * @author Anakeen * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License * @package FDL */ /** * Generated Header (not documented yet) * * @author Anakeen * @version $Id: revcomment.php,v 1.5 2005/06/28 08:37:46 eric Exp $ * @license http://www.fsf.org/licensin...
agpl-3.0
dcbh/kelsier
Kelsier.Common/ModuleList.cs
311
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Kelsier.Common { public class ModuleList { static public ModuleList() { modules = new Dictionary<string, IModule>(); hooks = new Dictionary<string, Hook>(); } } }
agpl-3.0
tocco/tocco-client
packages/sso-login/src/components/ProviderButton/ProviderButton.js
1068
import PropTypes from 'prop-types' import React from 'react' import {Icon} from 'tocco-ui' import {openLoginWindow} from '../../utils/loginWindow' import StyledProviderButton from './StyledProviderButton' const ProviderButton = ({provider, loginCompleted, loginEndpoint}) => { const clickHandler = () => { openLo...
agpl-3.0
loristissino/delt
protected/models/Account.php
23708
<?php /** * Account class file. * * @license http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License * @author Loris Tissino <loris.tissino@gmail.com> * @copyright Copyright &copy; 2013-2017 Loris Tissino * @since 1.0 */ /** * Account represents a single account belonging to the chart of acc...
agpl-3.0
FilotasSiskos/hopsworks
hopsworks-common/src/main/java/io/hops/hopsworks/common/jobs/CancellableJob.java
360
package io.hops.hopsworks.common.jobs; /** * Allows a job that has been submitted to be cancelled. The CancellableJob * is responsible of unregistering with the RunningJobTracker upon cancellation. */ public interface CancellableJob { /** * Cancel the running job. * <p/> * @throws Exception */ publ...
agpl-3.0
jitsni/k3po
driver/src/test/java/org/kaazing/robot/driver/behavior/handler/event/DisconnectedHandlerTest.java
14830
/* * Copyright (c) 2014 "Kaazing Corporation," (www.kaazing.com) * * This file is part of Robot. * * Robot 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
pietrosperoni/Vilfredo
recover__complete.php
337
<!-- pwd reset complete --> <h2>Password Reset Complete</h2> <p><span class="errorMessage"><?=$error_message?></span></p> <p>Hello <span class="user"><?=$user['username']?></span></p> <p>Your have successfully reset your password and logged in.</p> <p><a href="viewquestions.php">Click here to continue to the quest...
agpl-3.0
medsob/Tanaguru
rules/accessiweb2.2/src/main/java/org/tanaguru/rules/accessiweb22/Aw22Rule07041.java
1500
/* * Tanaguru - Automated webpage assessment * Copyright (C) 2008-2015 Tanaguru.org * * 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 you...
agpl-3.0
vtellez/MailTrack
app/controllers/ayuda.php
1361
<?php /* * Copyright 2010 Víctor Téllez Lozano <vtellez@us.es> * * This file is part of Seguimiento. * * Seguimiento 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 o...
agpl-3.0
ProximoSrl/Jarvis.DocumentStore
src/Jarvis.DocumentStore.Jobs/Jarvis.DocumentStore.Jobs.PdfConverter/Properties/AssemblyInfo.cs
1450
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
agpl-3.0
skavanagh/EC2Box
src/main/java/io/bastillion/manage/db/PrivateKeyDB.java
3061
/** * Copyright (C) 2013 Loophole, LLC * <p> * 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. * <p> * This program is distributed in the hope that it will be useful, *...
agpl-3.0
Linaro/lava-server
google_analytics/admin.py
306
from django.conf import settings from django.contrib import admin from google_analytics.models import Analytic class AnalyticAdmin(admin.ModelAdmin): list_display = ('site', 'analytics_code',) if getattr(settings, 'GOOGLE_ANALYTICS_MODEL', False): admin.site.register(Analytic, AnalyticAdmin)
agpl-3.0
datea/datea-webapp-react
src/components/dateo/index.js
315
import './dateo.scss'; import React from 'react'; import PropTypes from 'prop-types'; import DetailView from './detail-view'; import TeaserView from './teaser-view'; import DateoTeaserList from './dateo-teaser-list'; export {DetailView as DateoDetail}; export {TeaserView as DateoTeaser}; export {DateoTeaserList}
agpl-3.0
sgmap/pix
live/app/routes/assessments/rating.js
401
import Route from '@ember/routing/route'; export default Route.extend({ afterModel(assessment) { this.get('store').createRecord('assessment-result', { assessment }).save(); assessment.get('type') === 'CERTIFICATION' ? this.transitionTo('certifications.results', assessment.get('certificationNumber')) ...
agpl-3.0
Sina30/PHP-Fusion-9.00
locale/Danish/defender.php
3464
<?php $locale['validate'] = "Kontroller og gentag valideringen af feltet."; // Admin Login $locale['cookie_title'] = "Din session fik timeout"; $locale['cookie_description'] = "Valideringen kunne ikke gennemføres eller også har din session fået time out. Prøv at logge på igen."; $locale['cookie_expired'] = "Administra...
agpl-3.0
ungerik/ephesoft
Ephesoft_Community_Release_4.0.2.0/source/gxt/gxt-admin/src/main/java/com/ephesoft/gxt/admin/client/event/BatchClassManagementMenuItemEnableEvent.java
2852
/********************************************************************************* * 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
editorsnotes/editorsnotes
editorsnotes/main/migrations/0013_auto_20151013_1155.py
1515
# -*- coding: utf-8 -*- from django.db import migrations, models import django.contrib.postgres.fields class Migration(migrations.Migration): dependencies = [ ('main', '0012_auto_20151013_1106'), ] operations = [ migrations.RemoveField( model_name='legacytopic', ...
agpl-3.0
Minds/engine
Core/SEO/Sitemaps/Manager.php
3201
<?php namespace Minds\Core\SEO\Sitemaps; use Minds\Core\Config; use Minds\Core\Di\Di; use Spatie\Sitemap\SitemapGenerator; use Aws\S3\S3Client; class Manager { /** @var Config */ protected $config; /** @var SitemapGenerator */ protected $generator; /** @var S3 */ protected $s3; /** @va...
agpl-3.0
philanthropy-u/edx-platform
lms/djangoapps/onboarding/migrations/0016_auto_20180911_0305.py
614
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('onboarding', '0015_auto_20180809_0412'), ] operations = [ migrations.AddField( model_name='historicaluserextende...
agpl-3.0
EaglesoftZJ/actor-platform
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/api/rpc/ResponseRawRequest.java
1587
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
kusumandaru/pa53
app/timesheet_details.php
113
<?php namespace App; use Illuminate\Database\Eloquent\Model; class timesheet_details extends Model { // }
agpl-3.0
mtucker6784/snipe-it
resources/lang/fil/admin/locations/table.php
2134
<?php return [ 'about_locations_title' => 'Ang Tungkol sa mga Lokasyon', 'about_locations' => 'Ang lokasyon ay ginagamit para magsubaybay sa lokasyon ng impormasyon para sa mga gumagamit, mga asset, at iba pang mga aytem', 'assets_rtd' => 'Ang mga asset', // This has NEVER mean...
agpl-3.0
grafana/grafana
public/app/features/admin/ldap/LdapUserGroups.tsx
2294
import React, { FC } from 'react'; import { Tooltip, Icon } from '@grafana/ui'; import { LdapRole } from 'app/types'; interface Props { groups: LdapRole[]; showAttributeMapping?: boolean; } export const LdapUserGroups: FC<Props> = ({ groups, showAttributeMapping }) => { const items = showAttributeMapping ? grou...
agpl-3.0
KDE/ocs-webserver
application/modules/default/views/helpers/PrintDateSince.php
1754
<?php /** * ocs-webserver * * Copyright 2016 by pling GmbH. * * This file is part of ocs-webserver. * * 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...
agpl-3.0
UM-USElab/gradecraft-development
db/migrate/20170613191442_remove_file_processing_columns.rb
398
class RemoveFileProcessingColumns < ActiveRecord::Migration[5.0] def change remove_column :assignment_files, :file_processing, :boolean remove_column :badge_files, :file_processing, :boolean remove_column :challenge_files, :file_processing, :boolean remove_column :file_uploads, :file_processing, :bool...
agpl-3.0
rockfruit/bika.lims
bika/lims/tests/test_calculations.py
21977
# This file is part of Bika LIMS # # Copyright 2011-2016 by it's authors. # Some rights reserved. See LICENSE.txt, AUTHORS.txt. from bika.lims import logger from bika.lims.content.analysis import Analysis from bika.lims.testing import BIKA_FUNCTIONAL_TESTING from bika.lims.tests.base import BikaFunctionalTestCase from...
agpl-3.0
songokas/manovalstybe_rss
libs/template.php
1792
<?php /* * Template loader class * * @author Tomas Jakstas * @license GNU AFFERO GENERAL PUBLIC LICENSE * @date 2010-10-01 */ class Template { public $template_dir ;//= APP_PATH.'/templates/'; public $template_ext = '.php'; public $template_main = 'template'; protected $tpl_arr = array(); ...
agpl-3.0
gnosygnu/xowa_android
_100_core/src/main/java/gplx/core/ios/streams/IoStream.java
505
package gplx.core.ios.streams; import gplx.*; import gplx.core.*; import gplx.core.ios.*; public interface IoStream extends Rls_able { Object UnderRdr(); Io_url Url(); long Pos(); long Len(); int ReadAry(byte[] array); int Read(byte[] array, int offset, int count); long Seek(long pos); void WriteAry(...
agpl-3.0
OCA/sale-workflow
sale_wishlist/models/__init__.py
52
from . import product_set from . import res_partner
agpl-3.0
elimence/edx-platform
lms/djangoapps/courseware/grades.py
16519
# Compute grades using real division, with no integer truncation from __future__ import division import random import logging from collections import defaultdict from django.conf import settings from django.contrib.auth.models import User from .model_data import ModelDataCache, LmsKeyValueStore from xblock.core impo...
agpl-3.0
abramhindle/UnnaturalCodeFork
python/testdata/launchpad/lib/lp/codehosting/sshserver/daemon.py
3390
# Copyright 2010 Canonical Ltd. This software is licensed under the # GNU Affero General Public License version 3 (see the file LICENSE). """Glues the codehosting SSH daemon together.""" __metaclass__ = type __all__ = [ 'ACCESS_LOG_NAME', 'CodehostingAvatar', 'get_key_path', 'get_portal', 'LOG_NA...
agpl-3.0
bb010g/otouto
otouto/plugins/id.lua
2434
--[[ id.lua Returns usernames, IDs, and display names of given users. Copyright 2016 topkecleon <drew@otou.to> This code is licensed under the GNU AGPLv3. See /LICENSE for details. ]]-- local utilities = require('otouto.utilities') local id = {name = 'id'} function id:init() assert( self...
agpl-3.0
NullVoxPopuli/aeonvera
vendor/bundle/ruby/2.4.0/gems/dry-validation-0.11.0/spec/integration/schema/predicates/hash_spec.rb
1461
RSpec.describe 'Predicates: hash?' do shared_examples 'hash predicate' do context 'with valid input' do let(:input) { { foo: { a: 1 } } } it 'is successful' do expect(result).to be_successful end end context 'with nil input' do let(:input) { { foo: nil } } it 'is n...
agpl-3.0
brosnanyuen/Project-S
Babylon.js-master/Exporters/3ds Max/Max2Babylon/Forms/LightPropertiesForm.Designer.cs
18204
namespace Max2Babylon { partial class LightPropertiesForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
agpl-3.0
ushahidi/SwiftRiver
themes/default/views/pages/login/main.php
3430
<div id="content"> <div class="center"> <article class="modal"> <hgroup class="page-title modal-title cf"> <a href="#" class="modal-close button-white"><i class="icon-cancel"></i>Close</a> <h1><i class="icon-login"></i><?php echo __('Get Started'); ?></h1> </hgroup> <div class="modal-body modal...
agpl-3.0
mjs/juju
cmd/juju/commands/sshkeys_test.go
6590
// Copyright 2012, 2013 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package commands import ( "fmt" "strings" "github.com/juju/cmd/cmdtesting" jc "github.com/juju/testing/checkers" sshtesting "github.com/juju/utils/ssh/testing" gc "gopkg.in/check.v1" keymanagerserver "github.co...
agpl-3.0
a-gogo/agogo
AMW_maia_federation/src/test/java/ch/puzzle/itc/mobiliar/maiafederationservice/usecasetests/MaiaAmwFederationServiceUseCase7IntegrationTest.java
17031
/* * AMW - Automated Middleware allows you to manage the configurations of * your Java EE applications on an unlimited number of different environments * with various versions, including the automated deployment of those apps. * Copyright (C) 2013-2016 by Puzzle ITC * * This program is free software: you can redi...
agpl-3.0
neo4j-attic/graphdb
backup/src/main/java/org/neo4j/backup/OnlineBackupExtension.java
3054
/** * Copyright (c) 2002-2011 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 F...
agpl-3.0
infinitech-unipd/Premi
public/modules/editor/tests/editor.client.service.test.js
4661
/** * Nome del file: editor.client.service.test.js * Percorso: /public/modules/editor/tests/editor.client.service.test.js * Autore: InfiniTech * Data creazione: 2015-08-28 * E-mail: info.infinitech@gmail.com * * Questo file è proprietà del gruppo InfiniTech e viene rilasciato sotto * licenza GNU AGPLv3. * * D...
agpl-3.0
akatsuki10b/ByteJudge
ByteJudge/home.php
802
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords"...
agpl-3.0
codeback/openerp-cbk_product_cost_incl_bom
wizard/__init__.py
1081
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2013 Codeback Software S.L. (www.codeback.es). All Rights Reserved # $Id$ # # This program is free software: you can redistribute it and/or mod...
agpl-3.0
paulmartel/voltdb
src/frontend/org/voltdb/utils/PersistentBinaryDeque.java
33613
/* This file is part of VoltDB. * Copyright (C) 2008-2016 VoltDB 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 Foundation, either version 3 of the * License, or (at your option) any la...
agpl-3.0
zvini/website
www/bar-charts/delete/submit.php
630
<?php include_once '../../../lib/defaults.php'; $fnsDir = '../../fns'; include_once "$fnsDir/require_same_domain_referer.php"; require_same_domain_referer('..'); include_once '../fns/require_bar_chart.php'; include_once '../../lib/mysqli.php'; list($bar_chart, $id, $user) = require_bar_chart($mysqli); include_once...
agpl-3.0
precog/labcoat-legacy
js/ace/mode/lisp.js
3364
/* * _ _ _ * | | | | | | * | | __ _| |__ ___ ___ __ _| |_ Labcoat (R) * | |/ _` | '_ \ / __/ _ \ / _` | __| Powerful development environment for Quirrel. * | | (_| | |_) | (_| (_) | (_| | |_ Copyright (C) 2010 - 2013...
agpl-3.0
mebiusashan/beaker
controller/error.go
814
package controller import ( "fmt" "github.com/gin-gonic/gin" "github.com/mebiusashan/beaker/common" ) type ErrerController struct { BaseController } func (ct *ErrerController) Do404(c *gin.Context) { bodyStr, err := ct.Context.Cache.GET(common.TEMPLATE_NotFound, "") if err == nil && bodyStr != "" { c.Write...
agpl-3.0
ratliff/server
alpha/lib/model/om/Baseentry.php
221629
<?php /** * Base class that represents a row from the 'entry' table. * * * * @package Core * @subpackage model.om */ abstract class Baseentry extends BaseObject implements Persistent { /** * The Peer class. * Instance provides a convenient way of calling static methods on a class * that calling code ...
agpl-3.0
nyaruka/goflow
assets/static/channel.go
3180
package static import ( "github.com/nyaruka/gocommon/urns" "github.com/nyaruka/goflow/assets" "github.com/nyaruka/goflow/envs" ) // Channel is a JSON serializable implementation of a channel asset type Channel struct { UUID_ assets.ChannelUUID `json:"uuid" validate:"required,uuid"` Name_ ...
agpl-3.0
Nivocer/webenq
libraries/Doctrine/Validator/Timestamp.php
2173
<?php /* * $Id: Timestamp.php,v 1.2 2011/07/12 13:38:58 bart Exp $ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAI...
agpl-3.0
pistruiatul/hartapoliticii
java/src/ro/vivi/pistruiatul/Video.java
2478
package ro.vivi.pistruiatul; import java.util.logging.Logger; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * This class is responsible for keeping info about the video recordings of * a particular deputy. For now it only knows a link, total talk time, some * already agreggated info. * * @a...
agpl-3.0
disorganizer/brig
vendor/github.com/ipfs/go-ipfs/core/commands/urlstore.go
3253
package commands import ( "fmt" "io" "net/http" cmdenv "github.com/ipfs/go-ipfs/core/commands/cmdenv" filestore "github.com/ipfs/go-ipfs/filestore" cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid" mh "gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash" cmds "gx/ipfs/QmSXUo...
agpl-3.0
tomolimo/processmaker-server
vendor/colosa/MichelangeloFE/src/applications/timerEventProperties.js
48498
(function () { PMDesigner.timerEventProperties = function (activity) { var that = this, evnUid = activity.getID(), activityType = activity.getEventMarker(), uidProj = PMDesigner.project.id, oldValues, tmrevn_uid = "", dataTimer = "", ...
agpl-3.0
pedrommone/cidadaoatento.com
sup/controllers/mapa.php
1599
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* * Copyright (C) 2014 Pedro Maia (pedro@pedromm.com) * * This file is part of Cidadão Atento. * * Cidadão Atento is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
agpl-3.0
rodrigohubner/openvibe
applications/platform/acquisition-server/src/drivers/labstreaminglayer/ovasCConfigurationLabStreamingLayer.cpp
6008
#if defined(TARGET_HAS_ThirdPartyLSL) #include "ovasCConfigurationLabStreamingLayer.h" #include <lsl_cpp.h> #include "ovasIHeader.h" #include <iostream> #include <sstream> using namespace OpenViBE; using namespace OpenViBE::Kernel; using namespace OpenViBEAcquisitionServer; using namespace std; CConfigurationLab...
agpl-3.0
jitsni/k3po
lang/src/main/java/org/kaazing/robot/lang/ast/matcher/AstValueMatcher.java
1799
/* * Copyright (c) 2014 "Kaazing Corporation," (www.kaazing.com) * * This file is part of Robot. * * Robot 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
ronancpl/MapleSolaxiaV2
src/net/server/channel/handlers/PartySearchRegisterHandler.java
1351
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Genera...
agpl-3.0
ZeeBeast/AeiaOTS
data/actions/scripts/mana_runes/donor health rune.lua
577
local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 100) -- time in seconds x1000 function onUse(cid, item, fromPosition, itemEx, toPosition) if(hasCondition(cid, CONDITION_EXHAUST)) then doSendMagicEffect(getThingPos(cid), CONST_ME_POFF) doPlayerSen...
agpl-3.0
mainio/decidim
decidim-meetings/spec/types/meeting_type_spec.rb
8136
# frozen_string_literal: true require "spec_helper" require "decidim/api/test/type_context" require "decidim/core/test/shared_examples/categorizable_interface_examples" require "decidim/core/test/shared_examples/scopable_interface_examples" require "decidim/core/test/shared_examples/attachable_interface_examples" requ...
agpl-3.0
RajkumarSelvaraju/FixNix_CRM
service/v4_1/SugarWebServiceUtilv4_1.php
8079
<?php /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it un...
agpl-3.0
abetusk/dev
notes/src/node_modules/broker-factory/build/es2019/interfaces/worker-event.js
40
//# sourceMappingURL=worker-event.js.map
agpl-3.0
inteos/IBAdmin
templates/storage/defined.js
498
<!-- page script --> <script> $(function () { $("#storagelist").DataTable({ "language": { "emptyTable": "No Storage defined" }, "bAutoWidth": false, "columnDefs": [ { "width": "64px", "targets": 5 }, { "width": "96px", "orderable": false, "targets": 6 } // 32px for ...
agpl-3.0
simonoche/wterritoires
lib/form/doctrine/base/BaseInvitationForm.class.php
2736
<?php /** * Invitation form base class. * * @method Invitation getObject() Returns the current form's model object * * @package rrr * @subpackage form * @author Your name here * @version SVN: $Id: sfDoctrineFormGeneratedTemplate.php 29553 2010-05-20 14:33:00Z Kris.Wallsmith $ */ abstract class BaseI...
agpl-3.0
publishing-systems/automated_digital_publishing_server
web/lang/en/project_new.lang.php
1742
<?php /* Copyright (C) 2014 Stephan Kreutzer * * This file is part of automated_digital_publishing_server. * * automated_digital_publishing_server is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License version 3 or any later version, * as published b...
agpl-3.0
krahman/rethinkdb
src/unittest/rdb_btree.cc
18596
// Copyright 2010-2013 RethinkDB, all rights reserved. #include "errors.hpp" #include <boost/bind.hpp> #include "arch/io/disk.hpp" #include "arch/runtime/coroutines.hpp" #include "arch/timing.hpp" #include "btree/btree_store.hpp" #include "btree/operations.hpp" #include "buffer_cache/mirrored/config.hpp" #include "co...
agpl-3.0
tmyroadctfig/mpxj
net/sf/mpxj/mspdi/MSPDIWriter.java
76701
/* * file: MSPDIWriter.java * author: Jon Iles * copyright: (c) Packwood Software 2005 * date: 2005-12-30 */ /* * 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; e...
lgpl-2.1
jemora/shabono-hotel
buscador_reservaciones2.php
6092
<?php require_once('conector/conector.php');?> <? $dbh=mysql_connect ($hostname,$username,$password) or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ($database); $resultinfo = mysql_query("SELECT * FROM informacion WHERE cod LIKE '0'"); ?> <title><? while ($row=mysql_...
lgpl-2.1
BG2-Dev-Team/BG2-Code
public/haptics/haptic_utils.cpp
10495
#include "cbase.h" #ifdef CLIENT_DLL #include "tier3/tier3.h" #include "iviewrender.h" #include "inputsystem/iinputsystem.h" #include "vgui/IInputInternal.h" #include "c_basecombatweapon.h" #include "c_baseplayer.h" #include "haptics/ihaptics.h" #include "hud_macros.h" #include "iclientvehicle.h" #include "c...
lgpl-2.1
cureos/accord
Sources/Accord.Statistics/Models/Regression/Nonlinear/GeneralizedLinearRegression.cs
21390
// Accord Statistics Library // The Accord.NET Framework // http://accord-framework.net // // Copyright © César Souza, 2009-2016 // cesarsouza at gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as p...
lgpl-2.1
geotools/geotools
modules/ogc/net.opengis.wcs/src/net/opengis/gml/util/GmlAdapterFactory.java
19854
/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.gml.util; import net.opengis.gml.*; import org.eclipse.emf.common.notify.Adapter; import org.eclipse.emf.common.notify.Notifier; import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; import org.eclipse.emf.ecore.EObject; /** * <!-- begi...
lgpl-2.1
hohonuuli/vars
vars-annotation/src/main/java/vars/annotation/ui/buttons/UndoButton.java
788
package vars.annotation.ui.buttons; import org.bushe.swing.event.EventBus; import mbarix4j.swing.JFancyButton; import vars.annotation.ui.commandqueue.RedoEvent; import vars.annotation.ui.commandqueue.UndoEvent; import javax.swing.ImageIcon; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /**...
lgpl-2.1
rhusar/jboss-remoting
src/main/java/org/jboss/remoting3/spi/ConnectionProvider.java
3627
/* * JBoss, Home of Professional Open Source * Copyright 2010, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the ter...
lgpl-2.1
Uli1/mapnik
plugins/input/shape/shape_index_featureset.hpp
2334
/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2015 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as p...
lgpl-2.1
stulp/dmpbbo
src/functionapproximators/ModelParametersRRRFF.cpp
5888
/** * @file ModelParametersRRRFF.cpp * @brief ModelParametersRRRFF class source file. * @author Freek Stulp, Thibaut Munzer * * This file is part of DmpBbo, a set of libraries and programs for the * black-box optimization of dynamical movement primitives. * Copyright (C) 2014 Freek Stulp, ENSTA-ParisTech * ...
lgpl-2.1
cdmdotnet/CQRS
wiki/docs/4.2/html/search/variables_4.js
562
var searchData= [ ['eventsprocessedstreamname_2784',['EventsProcessedStreamName',['../classCqrs_1_1EventStore_1_1Bus_1_1EventStoreBasedLastEventProcessedStore_aa3125d75a64df58026e0fd785f99bfff.html#aa3125d75a64df58026e0fd785f99bfff',1,'Cqrs::EventStore::Bus::EventStoreBasedLastEventProcessedStore']]], ['eventtype_2...
lgpl-2.1
kobolabs/qt-everywhere-4.8.0
src/gui/text/qfont_x11.cpp
9553
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
lgpl-2.1
faint32/ZedGraph
demo/ZedGraph.Demo/PercentStkBarDemo.cs
4100
//============================================================================ //ZedGraph Class Library - A Flexible Charting Library for .Net //Copyright (C) 2005 John Champion, Jerry Vos and Bob Kaye // //This library is free software; you can redistribute it and/or //modify it under the terms of the GNU Lesser Gener...
lgpl-2.1
chemila/doctrine
tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php
12532
<?php namespace Doctrine\Tests\ORM\Mapping; use Doctrine\ORM\Mapping\ClassMetadata; use Doctrine\ORM\Events; require_once __DIR__ . '/../../TestInit.php'; class ClassMetadataTest extends \Doctrine\Tests\OrmTestCase { public function testClassMetadataInstanceSerialization() { $cm = new ClassMetadata...
lgpl-2.1
xpressengine/xe-module-live
lang/en.lang.php
1803
<?php /** * @file ko.lang.php * @author NHN (developers@xpressengine.com) * @brief 게시판(livxe) 모듈의 기본 언어팩 **/ $lang->livexe = 'liveXE'; $lang->rss_url = 'RSS 주소'; $lang->tag_pop = '인기 태그'; $lang->feed_item = '피드 목록'; // 버튼에 사용되는 언어 $lang->cmd_module_confi...
lgpl-2.1
LibreOffice/noa-libre
src/ag/ion/noa/script/IScriptingService.java
3300
/**************************************************************************** * * * NOA (Nice Office Access) * * ------------------------------------------------------------------------ * * ...
lgpl-2.1
volfste2/tuxguitar
TuxGuitar/src/org/herac/tuxguitar/app/editors/TGPainterUtils.java
474
package org.herac.tuxguitar.app.editors; import org.herac.tuxguitar.app.TuxGuitar; import org.herac.tuxguitar.app.system.config.TGConfigKeys; public class TGPainterUtils { /** On swt-carbon (and maybe another platform) advanced mode must be allways true **/ public static final boolean FORCE_OS_DEFAULTS = getValue...
lgpl-2.1
aeslaughter/libmesh
doc/statistics/libmesh_citations.py
2369
#!/usr/bin/env python import matplotlib.pyplot as plt import numpy as np # Number of "papers using libmesh" by year. # # Note 1: this does not count citations "only," the authors must have actually # used libmesh in part of their work. Therefore, these counts do not include # things like Wolfgang citing us in his pap...
lgpl-2.1
threerings/nenya
core/src/main/java/com/threerings/resource/FileResourceBundle.java
13361
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // https://github.com/threerings/nenya // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publishe...
lgpl-2.1
eadthem/ossmmorpg
speedTests/stdAtomics_std.cpp
154
#include <atomic> int main(void) { { std::atomic_long x; long out; for (int i = 0; i < 500000000; i++) { //x += 0x3; out = x; } } }
lgpl-2.1
youfoh/webkit-efl
Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp
47725
/* * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of ...
lgpl-2.1
reimandlab/ActiveDriverDB
website/models/bio/gene.py
6206
from typing import List from sqlalchemy.ext.associationproxy import association_proxy from sqlalchemy.ext.declarative.base import declared_attr from sqlalchemy.ext.hybrid import hybrid_property from sqlalchemy.orm import backref from werkzeug.utils import cached_property from database import db, count_expression from...
lgpl-2.1
xwiki/xwiki-platform
xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/job/RestoreRequest.java
1260
/* * 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
xwiki/xwiki-platform
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrIndexAvailableLocalesListener.java
7121
/* * 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
jondo2010/OpenSG
Source/Contrib/ComplexSceneManager/GLUT/OSGCSMGLUTWindowBase.cpp
11233
/*---------------------------------------------------------------------------*\ * OpenSG * * * * * * ...
lgpl-2.1
qkrcjfgus33/heakang
files/cache/template_compiled/4f19fcac947d023f76e840e29e6a22d5.compiled.php
5287
<?php if(!defined("__XE__"))exit;?><script type="text/javascript"> jQuery(function($){ $('#loading').hide(); $('#writ_form #submit').on('click', function(){ $('#writ_form #submit').attr('disabled', true); $('#loading').show(); var params = {}; $('#writ_form input[name]').add('#writ_form select[name]')....
lgpl-2.1
mono-soc-2011/axiom
Projects/AxiomDemos/Source/Demos/BezierPatch.cs
5825
#region Namespace Declarations using System; using Axiom.Core; using Axiom.Graphics; using Axiom.Math; using System.Runtime.InteropServices; #endregion Namespace Declarations namespace Axiom.Demos { public class BezierPatch : TechDemo { #region Protected Fields protected VertexDeclaration patchDeclaration; ...
lgpl-2.1
alexpagnoni/jphp
var/jphp/jphp/sql/drivers/mysql/MySQLConnection.php
1018
<?php /** * @version 2.0 * @author Nicolas BUI <nbui@wanadoo.fr> * * This source file is part of JPHP Library Project. * Copyright: 2002 Vitry sur Seine/FRANCE * * The latest version can be obtained from: * http://www.jphplib.org */ JPHP::import('jphp.sql.interface.IConnection'); JPHP::import('j...
lgpl-2.1
giorgiosironi/NakedPhp
library/NakedPhp/Mvc/View/Helper/IconLoader.php
934
<?php /** * Naked Php is a framework that implements the Naked Objects pattern. * @copyright Copyright (C) 2009 Giorgio Sironi * @license http://www.gnu.org/licenses/lgpl-2.1.txt * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
lgpl-2.1
xwiki/xwiki-platform
xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/RefactoringConfiguration.java
1324
/* * 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
mono-soc-2011/axiom
Projects/Axiom/Engine/Animating/AnimationState.cs
8836
#region LGPL License /* Axiom Graphics Engine Library Copyright © 2003-2011 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourceforge...
lgpl-2.1
grzegorzmazur/yacas
cyacas/libyacas/src/lispeval.cpp
12339
#include "yacas/lispeval.h" #include "yacas/lispuserfunc.h" #include "yacas/standard.h" #include "yacas/errors.h" #include "yacas/infixparser.h" #include "yacas/lispio.h" #include "yacas/platfileio.h" #include <regex> #include <sstream> LispUserFunction* GetUserFunction(LispEnvironment& aEnvironment, ...
lgpl-2.1
livioc/nhibernate-core
src/NHibernate/Type/PersistentEnumType.cs
7555
using System; using System.Collections.Generic; using System.Data.Common; using NHibernate.Engine; using NHibernate.SqlTypes; namespace NHibernate.Type { /// <summary> /// PersistentEnumType /// </summary> [Serializable] public class PersistentEnumType : AbstractEnumType { #region Converters // OLD TODO: OR...
lgpl-2.1
clescot/jguard
jguard-core/src/main/java/net/sf/jguard/core/enforcement/MockGuestPolicyEnforcementPointFilter.java
2484
/* * jGuard is a security framework based on top of jaas (java authentication and authorization security). * it is written for web applications, to resolve simply, access control problems. * version $Name$ * http://sourceforge.net/projects/jguard/ * * Copyright (C) 2004-2011 Charles Lescot * * This library is ...
lgpl-2.1
XFireEyeZ/Magical-Tech
src/main/java/ic2/api/energy/tile/IExplosionPowerOverride.java
882
package ic2.api.energy.tile; /** * Implement with an {@link IEnergySink} tile entity to change the force of the explosion when overpowered. */ public interface IExplosionPowerOverride { /** * Checks if the electric tile should explode. If you return false here, * the explosion will just not happen at all and t...
lgpl-2.1