code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
package nl.wietmazairac.bimql.set.attribute;
/******************************************************************************
* Copyright (C) 2009-2017 BIMserver.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
* publish... | opensourceBIM/bimql | BimQL/src/nl/wietmazairac/bimql/set/attribute/SetAttributeSubIfcCShapeProfileDef.java | Java | agpl-3.0 | 4,630 |
package com.tesora.dve.variables;
/*
* #%L
* Tesora Inc.
* Database Virtualization Engine
* %%
* Copyright (C) 2011 - 2014 Tesora Inc.
* %%
* 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 Fre... | Tesora/tesora-dve-pub | tesora-dve-core/src/main/java/com/tesora/dve/variables/ValueMetadata.java | Java | agpl-3.0 | 1,374 |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Hrshadhin\Userstamps\UserstampsTrait;
class Grade extends Model
{
use SoftDeletes;
use UserstampsTrait;
/**
* The attributes that are mass assignable.
*
* @var array
*/
... | hrshadhin/school-management-system | app/Grade.php | PHP | agpl-3.0 | 387 |
<?php
switch ($messaggio) {
case "Modifica il costo aggiuntivo": $messaggio = "Modifier le surcoût"; break;
case "Torna indietro": $messaggio = "Retour"; break;
case "tariffa": $messaggio = "taux"; break;
case "Nome": $messaggio = "Nom"; break;
case "Cambia in": $messaggio = "Changé à"; break;
... | pollux1er/gesthotel | includes/lang/fr/modifica_costi.php | PHP | agpl-3.0 | 15,679 |
/*
* This file is part of huborcid.
*
* huborcid 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.
*
* huborcid is distrib... | Cineca/OrcidHub | src/main/webapp/scripts/components/entities/envVariable/envVariable.service.js | JavaScript | agpl-3.0 | 1,196 |
<?php
/**
* OpenEyes.
*
* (C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011
* (C) OpenEyes Foundation, 2011-2013
* This file is part of OpenEyes.
* OpenEyes 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 Softwa... | FiviumAustralia/OpenEyes | protected/modules/OphTrOperationnote/views/default/form_Element_OphTrOperationnote_Surgeon.php | PHP | agpl-3.0 | 1,752 |
<?php
namespace Gallery\Models\Db\Row;
use Gallery\Models\Db\Table\Gallery_Albums;
class Image extends \Zend_Db_Table_Row_Abstract {
public function deleteImage() {
if ($this->userid == $_SESSION['user']->userid) {
$albums = new Gallery_Albums();
$album = $albums->find($this->alb... | kolplex/cunity | lib/Gallery/Models/Db/Row/Image.php | PHP | agpl-3.0 | 1,307 |
#
# Copyright (c) 2014 ThoughtWorks, Inc.
#
# Pixelated 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.
#
# Pixelated is distrib... | kaeff/pixelated-user-agent | service/pixelated/adapter/search/__init__.py | Python | agpl-3.0 | 8,292 |
import React from 'react';
import SPELLS from 'common/SPELLS';
import SpellLink from 'common/SpellLink';
import SpellIcon from 'common/SpellIcon';
import { formatNumber } from 'common/format';
import StatisticBox, { STATISTIC_ORDER } from 'Main/StatisticBox';
import Combatants from 'Parser/Core/Modules/Combatants';
imp... | enragednuke/WoWAnalyzer | src/Parser/Mage/Frost/Modules/Features/ThermalVoid.js | JavaScript | agpl-3.0 | 2,491 |
package ctlcli
import (
"fmt"
"io"
"github.com/koding/logging"
)
// ErrorCommand implements a Command interface for an error - printing the error
// or a custom message when Run is called.
type ErrorCommand struct {
Stdout io.Writer
Log logging.Logger
Message string
Error error
}
func NewErrorCommand(... | gokmen/koding | go/src/koding/klientctl/ctlcli/error.go | GO | agpl-3.0 | 1,072 |
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Master Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/en/msa/master_subscription_agreement_11_April_2011.pdf
* By installing or... | harish-patel/ecrm | modules/Campaigns/language/hu_HU.lang.php | PHP | agpl-3.0 | 25,040 |
//-*- coding: utf-8 -*-
//############################################################################
//
// OpenERP, Open Source Management Solution
// This module copyright (C) 2015 Therp BV <http://therp.nl>.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of ... | acsone/knowledge | attachment_edit/static/src/js/attachment_edit.js | JavaScript | agpl-3.0 | 2,047 |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
//distance := number 'M'| 'KM'
//range := [WITHIN]
//distance[OF]
//fuzzy := ~
//jct_srch := text / [text]
//coord_srch := [range]
//real,real
//place_srch := [fuzzy] text
//locations := place_srch | coord_srch | jct_srch
... | Extentsoftware/Quest | src/Quest.Lib/Search/Semantic/SemanticQuery.cs | C# | agpl-3.0 | 3,799 |
# Generated by Django 1.9.11 on 2017-02-24 09:38
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('publisher_comments', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='comments',
name='comment_t... | edx/course-discovery | course_discovery/apps/publisher_comments/migrations/0002_comments_comment_type.py | Python | agpl-3.0 | 511 |
# encoding: UTF-8
#
# == Schema Information
#
# Table name: paragraphs
#
# id :integer(4) not null, primary key
# news_id :integer(4) not null
# position :integer(4)
# second_part :boolean(1)
# locked_by_id :integer(4)
# body :text
# wiki_body :text
#
# A paragraph is a ... | julienXX/linuxfr.org | app/models/paragraph.rb | Ruby | agpl-3.0 | 4,196 |
/**
* @alpha
*/
export enum MappingType {
ValueToText = 'value', // was 1
RangeToText = 'range', // was 2
RegexToText = 'regex',
SpecialValue = 'special',
}
/**
* @alpha
*/
export interface ValueMappingResult {
text?: string;
color?: string;
icon?: string;
index?: number;
}
/**
* @alpha
*/
inter... | grafana/grafana | packages/grafana-data/src/types/valueMapping.ts | TypeScript | agpl-3.0 | 1,530 |
<?php
namespace Zendesk\API\Resources\HelpCenter;
use Zendesk\API\Exceptions\RouteException;
use Zendesk\API\Traits\Resource\Defaults;
use Zendesk\API\Traits\Resource\Locales;
use Zendesk\API\Traits\Resource\Search;
/**
* Class Articles
* https://developer.zendesk.com/rest_api/docs/help_center/articles
*/
class A... | libricks/zendextract | vendor/zendesk/zendesk_api_client_php/src/Zendesk/API/Resources/HelpCenter/Articles.php | PHP | agpl-3.0 | 2,145 |
package battlecode.server;
import org.java_websocket.WebSocket;
import org.java_websocket.handshake.ClientHandshake;
import org.java_websocket.server.WebSocketServer;
import java.net.InetSocketAddress;
import java.nio.channels.ClosedByInterruptException;
import java.util.ArrayList;
import java.util.Collection;
import... | battlecode/battlecode-server | src/main/battlecode/server/NetServer.java | Java | agpl-3.0 | 4,856 |
<?php
/*** COPYRIGHT NOTICE *********************************************************
*
* Copyright 2015 ProjeQtOr - Pascal BERNARD - support@projeqtor.org
* Contributors : -
*
* This file is part of ProjeQtOr.
*
* ProjeQtOr is free software: you can redistribute it and/or modify it under
* the terms of the G... | papjul/projeqtor | tool/saveReportAsFavorite.php | PHP | agpl-3.0 | 2,571 |
import React from 'react';
import { shallow } from 'enzyme';
import SideBar from 'components/projects/SideBar';
describe('<SideBar />', () => {
const render = props => {
const defaultProps = {
reverse: false,
visibleColumns: {
chillyBin: true,
backlog: true,
done: true,
... | Codeminer42/cm42-central | spec/javascripts/components/projects/side_bar/side_bar_spec.js | JavaScript | agpl-3.0 | 579 |
class HealthCheckController < ApplicationController
def index
render :plain => "OK"
end
end
| standardnotes/web | app/controllers/health_check_controller.rb | Ruby | agpl-3.0 | 100 |
<?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... | pgorod/SuiteCRM | modules/ModuleBuilder/views/view.history.php | PHP | agpl-3.0 | 7,490 |
// -*- mode: c++ , coding: utf-8 -*-
/**
* tbrpg – Text based roll playing game
*
* Copyright © 2012, 2013 Mattias Andrée (maandree@kth.se)
*
* 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... | maandree/tbrpg | src/Dart.hpp | C++ | agpl-3.0 | 3,647 |
<?php
/*
------------------------------------------------------------------------
FusionInventory
Copyright (C) 2010-2022 by the FusionInventory Development Team.
http://www.fusioninventory.org/ http://forge.fusioninventory.org/
------------------------------------------------------------------------... | fusioninventory/fusioninventory-for-glpi | tests/Integration/Tasks/CronTaskTest.php | PHP | agpl-3.0 | 27,134 |
"""
Useful utilities for management commands.
"""
from django.core.management.base import CommandError
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from six import text_type
def get_mutually_exclusive_required_option(options, *selections):
"""
Validates that exactly one... | stvstnfrd/edx-platform | openedx/core/lib/command_utils.py | Python | agpl-3.0 | 1,812 |
/******************************************************************************
* *
* Copyright: (c) Syncleus, Inc. *
* ... | automenta/java_dann | src/syncleus/dann/neural/util/AbstractNeuron.java | Java | agpl-3.0 | 2,719 |
using System.Web.Mvc;
namespace WebMvc.Areas.Controls
{
public class ControlsAreaRegistration : AreaRegistration
{
public override string AreaName
{
get
{
return "Controls";
}
}
public override void RegisterArea... | Siyy/RoadFlow | src/RoadFlow/WebMvc/Areas/Controls/ControlsAreaRegistration.cs | C# | agpl-3.0 | 599 |
<?php
// Copyright (C) 2010-2017 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... | changi67/itop | dictionaries/fr.dictionary.itop.ui.php | PHP | agpl-3.0 | 89,352 |
import { IFilters } from './types';
const pagesManagerFactory = (postsService, $q, _, moment, instagramService) => {
function PagesManager(
blogId: string,
status: string,
maxResults: number,
sort: string,
sticky: boolean,
highlight: boolean,
noSynd: boolean,... | superdesk/liveblog | client/app/scripts/liveblog-edit/pages-manager.service.ts | TypeScript | agpl-3.0 | 16,604 |
/**
* @author Olaf Radicke <briefkasten@olaf-rdicke.de>
* @date 2013-2014
* @copyright
* Copyright (C) 2013 Olaf Radicke <briefkasten@olaf-rdicke.de>
*
* 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 Softwar... | OlafRadicke/tntwebwizard | src/core/controller/BasicProjectDataController.cpp | C++ | agpl-3.0 | 12,421 |
/*
* This is part of Geomajas, a GIS framework, http://www.geomajas.org/.
*
* Copyright 2008-2016 Geosparc nv, http://www.geosparc.com/, Belgium.
*
* The program is available in open source according to the GNU Affero
* General Public License. All contributions in this program are covered
* by the Geomajas Contr... | geomajas/geomajas-project-server | impl/src/test/java/org/geomajas/internal/service/pipeline/ForTestInterceptor.java | Java | agpl-3.0 | 1,635 |
#!/usr/bin/python
import os
import sys
pre = ''
for (path,dirs,files) in os.walk(sys.argv[1]) :
depth_from_root = len(path.split('/'))
#print 'DEPTH FROM ROOT %s' %depth_from_root
print '-'*(depth_from_root*4 + 8) + ' [ ' + path.split('/')[-1] + ']'
for file in files:
print '-'*(depth_from_root*4 +12) + ' '... | arielravi/python-SPSE | src/directory-traversal.py | Python | agpl-3.0 | 329 |
/*
* Encog(tm) Core v3.2 - Java Version
* http://www.heatonresearch.com/encog/
* https://github.com/encog/encog-java-core
* Copyright 2008-2013 Heaton Research, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | automenta/java_dann | src/syncleus/dann/logic/epl/FunctionFactory.java | Java | agpl-3.0 | 8,711 |
<?php
/* Copyright (c) 2015-2016 Ritho-web team (look at AUTHORS file).
This file is part of ritho-web.
ritho-web 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
Lic... | i02sopop/ritho-web | www/classes/ritho.php | PHP | agpl-3.0 | 4,034 |
class Challenge {
constructor(model = {}) {
this.skills = model.skills || [];
}
addSkill(skill) {
this.skills.push(skill);
}
hasSkill(searchedSkill) {
return this.skills.filter((skill) => skill.name === searchedSkill.name).length > 0;
}
isPublished() {
return ['validé', 'validé sans te... | sgmap/pix | api/lib/domain/models/Challenge.js | JavaScript | agpl-3.0 | 402 |
<div id="hps-templates"></div>
<h1>Standard Player Templates</h1>
<div class="entry-content">
<p class="header">There are more then a dozen player templates pre-configured inside the BMC (in the Studio Tab). Once a template is selected, build out your player with simple point-and-click selections of colors, buttons, p... | bordar/mwEmbed | docs/content_marketing_templates.php | PHP | agpl-3.0 | 3,799 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
namespace Submission_TOC_Builder.Builders
{
/// <summary>
/// Builds a NeeS Table of Contents for the supplied directory
/// </summary>
public class Ne... | phawxby/TOC-Builder | Submission TOC Builder/Builders/NeesToc.cs | C# | agpl-3.0 | 7,608 |
/*
* *
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
* Contact: proactive@ow2.org or contact@activeeon.com
*
* This ... | nmpgaspar/PainlessProActive | src/Tests/functionalTests/activeobject/service/CustomException.java | Java | agpl-3.0 | 1,526 |
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your needs!
*/
class Version20150402225211 extends AbstractMigration
{
/**
* @param Schema $schema
*/
public function up(Schema... | LePartiDeGauche/congres | app/DoctrineMigrations/Version20150402225211.php | PHP | agpl-3.0 | 1,037 |
/**
* Created by helge on 24.08.16.
*/
import React from 'react';
import PropTypes from 'prop-types';
import FlagAmountBet from './FlagAmountBet';
import FlagAmountCall from './FlagAmountCall';
import FlagButton from './FlagButton';
import ControlBetRaise from './ControlBetRaise';
import ControlCheckCall from './Con... | VonIobro/ab-web | app/components/ActionBar/index.js | JavaScript | agpl-3.0 | 1,656 |
<?php
/**
* ownCloud - ftpquota
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Pellaeon Lin <pellaeon@cnmc.tw>
* @copyright Pellaeon Lin 2015
*/
namespace OCA\FtpQuota\Controller;
use OCP\IRequest;
use OCP\AppFramework\Http\TemplateRes... | pellaeon/owncloud-ftpquota | controller/pagecontroller.php | PHP | agpl-3.0 | 1,378 |
// Copyright (C) MongoDB, Inc. 2017-present.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
package command
import (
"context"
"github.com... | DamienFontaine/lunarc | vendor/github.com/mongodb/mongo-go-driver/core/command/get_more.go | GO | agpl-3.0 | 2,898 |
/**
* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* Copyright (c) 2016 LIBSCAPI (http://crypto.biu.ac.il/SCAPI)
* This file is part of the SCAPI project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Permission is hereby granted, free of charge, to any p... | cris-iisc/mpc-primitives | crislib/libscapi/include/primitives/Kdf.hpp | C++ | agpl-3.0 | 4,982 |
import unittest
from coala_quickstart.info_extractors import Utilities
class UtititiesTest(unittest.TestCase):
def setUp(self):
self.simple_dict = {
'key1': 'value1',
'key2': 'value2'
}
self.nested_dict = {
'key1': {
'key1.1': 'value1.1... | MalkmusT/coala-quickstart | tests/info_extractors/UtilitiesTest.py | Python | agpl-3.0 | 4,899 |
import _, { messages } from 'intl'
import ActionButton from 'action-button'
import decorate from 'apply-decorators'
import Icon from 'icon'
import React from 'react'
import { addSubscriptions, resolveId } from 'utils'
import { alert, confirm } from 'modal'
import { createRemote, editRemote, subscribeRemotes } from 'xo'... | vatesfr/xo-web | packages/xo-web/src/xo-app/settings/remotes/remote.js | JavaScript | agpl-3.0 | 13,904 |
// GtkSharp.Generation.Ctor.cs - The Constructor Generation Class.
//
// Author: Mike Kestner <mkestner@novell.com>
//
// Copyright (c) 2001-2003 Mike Kestner
// Copyright (c) 2004-2005 Novell, Inc.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of ... | Forage/gstreamer-sharp | generator/Ctor.cs | C# | lgpl-2.1 | 5,621 |
/**********
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. (See <http://www.gnu.org/copyleft/lesser.html>.)
This libr... | ph1ee/liveMedia | liveMedia/AVIFileSink.cpp | C++ | lgpl-2.1 | 27,532 |
/**
* Helios, OpenSource Monitoring
* Brought to you by the Helios Development Group
*
* Copyright 2014, Helios Development Group 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 softw... | nickman/Rindle | pag-core/src/main/java/org/helios/rindle/store/chronicle/ChronicleCacheEntry.java | Java | lgpl-2.1 | 10,737 |
// The libMesh Finite Element Library.
// Copyright (C) 2002-2020 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
// 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 ... | capitalaslash/libmesh | src/mesh/checkpoint_io.C | C++ | lgpl-2.1 | 47,434 |
<?php
/*"******************************************************************************************************
* (c) 2013-2016 by Kajona, www.kajona.de *
* Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ... | artemeon/core | module_workflows/system/messageproviders/MessageproviderSummary.php | PHP | lgpl-2.1 | 1,448 |
package com.educode.nodes.base;
import com.educode.visitors.AbstractVisitor;
import java.util.ArrayList;
/**
* Created by zen on 3/23/17.
*/
public class ListNode extends NaryNode implements INodeWithChildren
{
public ListNode()
{
super(new ArrayList<>());
}
public ListNode(ArrayList<Node>... | andersjkbsn/EduCode | src/main/java/com/educode/nodes/base/ListNode.java | Java | lgpl-2.1 | 488 |
using ManiaNet.DedicatedServer.Annotations;
using ManiaNet.DedicatedServer.XmlRpc.Structs;
using System;
using System.Collections.Generic;
using System.Linq;
using XmlRpc.Methods;
using XmlRpc.Types;
namespace ManiaNet.DedicatedServer.XmlRpc.Methods
{
/// <summary>
/// Represents a call to the GetForcedSkins ... | ManiaDotNet/DedicatedServer | ManiaNet.DedicatedServer/XmlRpc/Methods/GetForcedSkins.cs | C# | lgpl-2.1 | 748 |
using System;
namespace Validations
{
/// <summary>
/// Interface ISimpleOperation
/// </summary>
/// <typeparam name="TSource">The type of the t source.</typeparam>
public interface ISimpleOperation<TSource>
: IOperationInfo
where TSource : class
{
/// <summary>
... | TheHunter/Validations | Validations/ISimpleOperation.cs | C# | lgpl-2.1 | 466 |
/*****************************************************************************
*
* 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... | mapycz/python-mapnik | src/mapnik_symbolizer.cpp | C++ | lgpl-2.1 | 12,712 |
//===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | sawenzel/root | interpreter/llvm/src/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | C++ | lgpl-2.1 | 222,254 |
/* --------------------------------------------------------------------------
libmusicbrainz4 - Client library to access MusicBrainz
Copyright (C) 2011 Andrew Hawkins
This file is part of libmusicbrainz4.
This library is free software; you can redistribute it and/or
modify it under the terms of v2 of... | ianmcorvidae/libmusicbrainz | src/FreeDBDisc.cc | C++ | lgpl-2.1 | 4,400 |
#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.sourc... | mono-soc-2011/axiom | Projects/Axiom/Engine/Scripting/Compiler/ScriptCompiler.cs | C# | lgpl-2.1 | 44,720 |
package org.skyve.persistence;
/**
*
*/
public interface BizQL extends BeanQuery, ProjectedQuery, ScalarQuery, TupleQuery, PagedQuery, DMLQuery {
public BizQL putParameter(String name, Object value);
@Override
public BizQL setFirstResult(int first);
@Override
public BizQL setMaxResults(int max);
public ... | skyvers/wildcat | skyve-core/src/main/java/org/skyve/persistence/BizQL.java | Java | lgpl-2.1 | 405 |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.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 published by th... | alkacon/opencms-core | src/org/opencms/db/CmsSecurityManager.java | Java | lgpl-2.1 | 301,511 |
/*
* eXist Open Source Native XML Database
* Copyright (C) 2000-04, Wolfgang M. Meier (wolfgang@exist-db.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License
* as published by the Free Software Foundation; either version... | windauer/exist | exist-core/src/test/java/org/exist/xmldb/concurrent/ConcurrentTestBase.java | Java | lgpl-2.1 | 7,921 |
/*
Copyright 2005 - 2006 Roman Plasil
http://foo-title.sourceforge.net
This file is part of foo_title.
foo_title 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... | TheQwertiest/foo_title | foo_title/fooManagedWrapper/mainMenuCommands.cpp | C++ | lgpl-2.1 | 4,558 |
/******************************************************************************
*
* Copyright (C) 2007 Peter G. Vavaroutsos <pete AT vavaroutsos DOT com>
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2.1 of the GNU General
* Public License as published... | araisrobo/linuxcnc | src/emc/ini/emcIniFile.cc | C++ | lgpl-2.1 | 4,149 |
/****************************************************************************
** Meta object code from reading C++ file 'qscriptenginedebugger.h'
**
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
**
** WARNING! All changes made in this file will be lost!
***********************************************... | nonrational/qt-everywhere-opensource-src-4.8.6 | src/scripttools/.moc/release-shared/moc_qscriptenginedebugger.cpp | C++ | lgpl-2.1 | 3,527 |
package com.cherokeelessons.dict.ui;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.logging.Logger;
import org.fusesource.restygwt.client.Method;
import org.fusesource.restygwt.client.MethodCallback;
import org.gwtbootstra... | mjoyner-vbservices-net/CherokeeDictionary | src/main/java/com/cherokeelessons/dict/ui/AnalysisView.java | Java | lgpl-2.1 | 12,628 |
/****************************************************************************
**
** 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 Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... | KDE/android-qt-mobility | plugins/organizer/symbian/transform/organizeritemdetailtransform.cpp | C++ | lgpl-2.1 | 2,333 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2005-2008, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | geotools/geotools | modules/library/main/src/main/java/org/geotools/filter/function/math/FilterFunction_atan.java | Java | lgpl-2.1 | 1,964 |
/****************************************************************************
**
** 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 examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You m... | sunblithe/qt-everywhere-opensource-src-4.7.1 | examples/widgets/windowflags/controllerwindow.cpp | C++ | lgpl-2.1 | 8,485 |
<?php
/*
* $Id$
*
* 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 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CO... | giorgiosironi/NakedPhp | library/Doctrine/ORM/Tools/Cli/Tasks/VersionTask.php | PHP | lgpl-2.1 | 2,130 |
///*
// * MAST: Multidisciplinary-design Adaptation and Sensitivity Toolkit
// * Copyright (C) 2013-2020 Manav Bhatia and MAST authors
// *
// * This library is free software; you can redistribute it and/or
// * modify it under the terms of the GNU Lesser General Public
// * License as published by the Free Software F... | MASTmultiphysics/mast-multiphysics | examples/old/structural/beam_optimization/beam_optimization_base.cpp | C++ | lgpl-2.1 | 6,007 |
/*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | JolantaWojcik/biojavaOwn | biojava3-core/src/main/java/org/biojava3/core/sequence/features/AbstractFeature.java | Java | lgpl-2.1 | 8,290 |
package com.megathirio.thekingdom.network;
import com.megathirio.thekingdom.client.gui.GuiTKTileEntity;
import com.megathirio.thekingdom.guicontainer.ContainerTKTileEntity;
import com.megathirio.thekingdom.tileentities.TKTileEntity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.BlockPos;
i... | DaJackyl/TheKingdom-1.8 | src/main/java/com/megathirio/thekingdom/network/TKGuiHandler.java | Java | lgpl-2.1 | 1,176 |
package de.fiduciagad.anflibrary.anFReceiver.anFStorage.anFServiceHandling;
import android.content.Context;
import android.database.Cursor;
import de.fiduciagad.anflibrary.anFReceiver.anFStorage.AnFOpenHandler;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Felix Schiefer on 09.01.2016.
*/
pu... | fiduciagad/active-notification-framework | src/main/java/de/fiduciagad/anflibrary/anFReceiver/anFStorage/anFServiceHandling/ServiceDB.java | Java | lgpl-2.1 | 1,332 |
<?php
//this script may only be included - so its better to die if called directly.
if (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !== false) {
header("location: index.php");
exit;
}
/*This file is part of J4PHP - Ensembles de propriétés et méthodes permettant le developpment rapide d'applicatio... | 4thAce/evilhow | lib/sheet/include/org/apicnet/io/OOo/OOoStyle.php | PHP | lgpl-2.1 | 16,370 |
/*******************************************************************************
* Copyright 2011 Adrian Cristian Ionescu
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:/... | acionescu/mdb-commons | src/main/java/ro/zg/mdb/core/filter/constraints/Or.java | Java | lgpl-2.1 | 4,685 |
/*
* Copyright 2013, TengJianfa , and other 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 terms of the GNU Lesser General P... | free-erp/invoicing | invoicing_client/src/org/free_erp/client/ui/forms/system/CProTaxrateListDialog.java | Java | lgpl-2.1 | 5,036 |
//
// CardBox library - framework for matchmaking networked games
// Copyright (C) 2005-2011 Three Rings Design, Inc., All Rights Reserved
// http://github.com/threerings/game-gardens
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | house13/CardBox | projects/cardbox/src/main/java/com/hextilla/cardbox/client/CardBoxService.java | Java | lgpl-2.1 | 1,308 |
package tk.hotelcalifornia.oredictcc.item;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
/**
* This file created by Alex Brooke
* please seek the author's permission before
* distributing this software.
* 'Do you know Java? Because your method body is sexy'
* :3
*/
public class ... | HotelCalifornia/oredictCC | src/main/java/tk/hotelcalifornia/oredictcc/item/ItemOredictPeripheral.java | Java | lgpl-2.1 | 473 |
using System;
using HumanRightsTracker.Models;
namespace Views
{
public partial class InstitutionPersonDetailWindow : Gtk.Window
{
public event EventHandler OnSaved = null;
public InstitutionPersonDetailWindow () :
base(Gtk.WindowType.Toplevel)
{
this.Build ... | monsterlabs/HumanRightsTracker | Views/InstitutionPeople/InstitutionPersonDetailWindow.cs | C# | lgpl-2.1 | 2,863 |
//-----------------------------------------------------------------------bl-
//--------------------------------------------------------------------------
//
// QUESO - a library to support the Quantification of Uncertainty
// for Estimation, Simulation and Optimization
//
// Copyright (C) 2008-2015 The PECOS Developmen... | roystgnr/queso | src/core/src/MpiComm.C | C++ | lgpl-2.1 | 7,683 |
/**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | openlimit-signcubes/dss | dss-xades/src/main/java/eu/europa/esig/dss/xades/signature/XAdESSignatureBuilder.java | Java | lgpl-2.1 | 49,435 |
package org.cytoscape.filter.internal;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.cytoscape.application.CyUserLog;
import org.cytoscape.filter.internal.view.FilterPanel;
import org.cytoscape.filter.internal.view.FilterPanelController;
import org.cyto... | cytoscape/cytoscape-impl | filter2-impl/src/main/java/org/cytoscape/filter/internal/FilterSettingsManager.java | Java | lgpl-2.1 | 4,622 |
/* ---------------------------------------------------------------------------
commonc++ - A C++ Common Class Library
Copyright (C) 2005-2012 Mark A Lindner
This file is part of commonc++.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library Genera... | PhoenixClub/libcommoncpp | lib/Console.c++ | C++ | lgpl-2.1 | 11,021 |
/*
Copyright 2016 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... | tomazzupan/wildfly | testsuite/mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/DomainHostExcludesTest.java | Java | lgpl-2.1 | 18,764 |
/*
* eXist Open Source Native XML Database
* Copyright (C) 2001-06 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist.sourceforge.net
*
* 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 S... | windauer/exist | exist-core/src/main/java/org/exist/xquery/LetExpr.java | Java | lgpl-2.1 | 9,146 |
/*-
* Copyright (C) 2008 Erik Larsson
*
* 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... | unsound/catacombaeframework | src/base/java/org/catacombae/io/SynchronizedReadable.java | Java | lgpl-2.1 | 2,277 |
//$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
and
lat/lon GmbH
This library is free software; you can redistribute it and/or modify it under
... | lat-lon/deegree2-base | deegree2-core/src/main/java/org/deegree/io/datastore/sql/SQLAnnotationDocument.java | Java | lgpl-2.1 | 3,040 |
// note file for simple notes, to do it from 'message-file-2.js'
//
// The old file name got as: notes-file.js, but the 's' of 'notes' looks wierd,
// dropping it.
//
// it's an plain text file. But it render as easy and fast to writ and read.
//
// make_note_file(meta, callback)
// - make a note file, save it to s3... | goodagood/gg | plain/aws/note-file.js | JavaScript | lgpl-2.1 | 10,202 |
package org.hibernate.reflection.java;
import java.beans.Introspector;
import java.lang.reflect.Field;
import java.lang.reflect.Member;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.Type;
import org.hibernate.reflection.Filter;
import org.hibernate.reflection.XProperty;
... | raedle/univis | lib/hibernate-annotations-3.1beta9/src/org/hibernate/reflection/java/JavaXProperty.java | Java | lgpl-2.1 | 3,314 |
//$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
This library is free software; you can redistribute it and/or modif... | lat-lon/deegree2-base | deegree2-core/src/main/java/org/deegree/portal/standard/digitizer/control/GetFeatureTypeListener.java | Java | lgpl-2.1 | 7,895 |
/***************************************************************************
* Copyright (c) 2004 Jürgen Riegel <juergen.riegel@web.de> *
* *
* This file is part of the FreeCAD CAx development system. *
* ... | JonasThomas/free-cad | src/Mod/Part/Gui/ViewProviderBox.cpp | C++ | lgpl-2.1 | 2,643 |
/**
* @file Cosa/Board/PJRC/Teensy_2_0.hh
* @version 1.0
*
* @section License
* Copyright (C) 2014-2015, Mikael Patel
*
* 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
* ... | kc9jud/Cosa | cores/cosa/Cosa/Board/PJRC/Teensy_2_0.hh | C++ | lgpl-2.1 | 8,986 |
/*******************************************************************************
* Copyright (c) 2000, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | elkafoury/tux | src/org/eclipse/swt/widgets/Decorations.java | Java | lgpl-2.1 | 56,884 |
#include "t3_5.h"
#include <iostream>
int B::a(float* b) {
std::cout << "t3_5: B::a(float* b)" << std::endl;
std::cout << "b: " << *b << std::endl;
return (int)*b;
}
int* B::b(float c) {
std::cout << "t3_5: B::b(float c)" << std::endl;
std::cout << "c: " << c << std::endl;
e = (int) c;
return &e;
}
int* B::... | rhajamor/xbig | tests/t3_5/src/lib/t3_5.cpp | C++ | lgpl-2.1 | 454 |
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | nightrune/ola | plugins/spi/SPIOutput.cpp | C++ | lgpl-2.1 | 21,386 |
/* */ package thaumcraft.api.research;
/* */
/* */ import java.util.HashMap;
/* */ import java.util.Map;
/* */ import net.minecraft.util.ResourceLocation;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class ResearchCategoryL... | darkeports/tc5-port | src/main/java/thaumcraft/api/research/ResearchCategoryList.java | Java | lgpl-2.1 | 1,609 |
#include "mmBvhParser.h"
#include "BvhParser.h"
using namespace std;
namespace MoMa {
bool BvhParser::load( string fileName, Track *track, bool hasRotation, bool globalCoordinate ) {
vector<string> rawJoint;
vector<int> axisIndex;
std::shared_ptr<NodeList> nodeList;
... | numediart/MotionMachine | src/parsers/mmBvhParser.cpp | C++ | lgpl-2.1 | 4,418 |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.opengis.fes20.impl;
import java.util.Collection;
import net.opengis.fes20.Fes20Package;
import net.opengis.fes20.SpatialOperatorType;
import net.opengis.fes20.SpatialOperatorsType;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclips... | geotools/geotools | modules/ogc/net.opengis.fes/src/net/opengis/fes20/impl/SpatialOperatorsTypeImpl.java | Java | lgpl-2.1 | 4,589 |
//
// SearchAndReplaceTests.cs
//
// Author:
// Mike Krüger <mkrueger@xamarin.com>
//
// Copyright (c) 2013 Xamarin Inc. (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in th... | mono/linux-packaging-monodevelop | src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SearchAndReplaceTests.cs | C# | lgpl-2.1 | 1,898 |
#include "Moose.h"
#include "JoojakApp.h"
#include "JoojakRevision.h"
#include "AppFactory.h"
#include "ActionFactory.h"
#include "Syntax.h"
/// Action
#include "CLawAuxVariablesAction.h"
#include "CLawICAction.h"
#include "CommonPostProcessorAction.h"
#include "AddMultiVariableAction.h"
#include "AddMultiAuxVariabl... | zbhui/Joojak | src/base/JoojakApp.C | C++ | lgpl-2.1 | 6,113 |
<?php
/*"******************************************************************************************************
* (c) 2004-2006 by MulchProductions, www.mulchprod.de *
* (c) 2007-2015 by Kajona, www.kajona.de ... | jinshana/kajonacms | module_system/system/db/class_db_oci8.php | PHP | lgpl-2.1 | 18,100 |