repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
darioizzo/pagmo
src/algorithm/snopt.cpp
12424
/***************************************************************************** * Copyright (C) 2004-2015 The PaGMO development team, * * Advanced Concepts Team (ACT), European Space Agency (ESA) * * http://apps.sourceforge.net/mediawiki/pagmo * ...
gpl-3.0
phenix-factory/fci-obedience
plugins-dist/sites/lang/sites_bg.php
11962
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP // extrait automatiquement de http://trad.spip.org/tradlang_module/sites?lang_cible=bg // ** ne pas modifier le fichier ** if (!defined('_ECRIRE_INC_VERSION')) return; $GLOBALS[$GLOBALS['idx_lang']] = array( // A 'articles_dispo' => 'En ...
gpl-3.0
raddreher/CometVisu
source/test/karma/ui/structure/pure/Slide-spec.js
2163
/* Slide-spec.js * * copyright (c) 2010-2016, Christian Mayer and the CometVisu contributers. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at y...
gpl-3.0
Jochen1980/lacshop
application/controllers/compare.php
12404
<?php /** * This file is part of OXID eShop Community Edition. * * OXID eShop Community Edition 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 ...
gpl-3.0
dlazz/ansible
lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py
18836
#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright (C) 2017 Google # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # ---------------------------------------------------------------------------- # # *** AUTO GENERATED CODE *** AUTO GENERATED CODE *** # ...
gpl-3.0
HelgePlaschke/slims5_meranti
admin/modules/system/backup.php
4143
<?php /** * * Copyright (C) 2007,2008 Arie Nugraha (dicarve@yahoo.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later ...
gpl-3.0
ljacqu/AuthMeReloaded
src/test/java/fr/xephi/authme/datasource/SQLiteIntegrationTest.java
4602
package fr.xephi.authme.datasource; import ch.jalu.configme.properties.Property; import fr.xephi.authme.TestHelper; import fr.xephi.authme.data.auth.PlayerAuth; import fr.xephi.authme.settings.Settings; import fr.xephi.authme.settings.properties.DatabaseSettings; import org.junit.After; import org.junit.Before; import...
gpl-3.0
DROPCitizenShip/opencongress
features/support/env.rb
3357
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril. # It is recommended to regenerate this file in the future when you upgrade to a # newer version of cucumber-rails. Consider adding your own code to a new file # instead of editing this one. Cucumber will automatically load all features/**...
gpl-3.0
care2x/2.7
help/sr/help_sr_system_admin.php
219
<font face="Verdana, Arial" size=3 color="#0000cc"> <b>System Admin</b></font> <p> <font size=2 face="verdana,arial" > <form> Note</b> <ul> Be careful in configuring the system. </ul> </font> </form>
gpl-3.0
likr/emogdf
ogdf/src/coin/Clp/ClpMessage.cpp
9410
/* $Id: ClpMessage.cpp 1753 2011-06-19 16:27:26Z stefan $ */ // Copyright (C) 2000, International Business Machines // Corporation and others. All Rights Reserved. // This code is licensed under the terms of the Eclipse Public License (EPL). #include "CoinPragma.hpp" #include "ClpMessage.hpp" /// Structure for use by...
gpl-3.0
vanpouckesven/cosnics
src/Chamilo/Configuration/Plugin/phpfreechat/index.php
1021
<?php require_once "src/phpfreechat.class.php"; // adjust to your own path $params["serverid"] = md5(__FILE__); // used to identify the chat $params["isadmin"] = true; // set wether the person is admin or not $params["title"] = "Chamilo Chat"; // title of the chat $params["nick"] = ""; // ask for nick at the user $par...
gpl-3.0
looseend/android
libraries/cyclestreets-core/src/main/java/net/cyclestreets/api/DistanceFormatter.java
1547
package net.cyclestreets.api; public abstract class DistanceFormatter { public abstract String distance(int metres); public abstract String total_distance(int metres); static public DistanceFormatter formatter(final String name) { if("miles".equals(name)) return milesFormatter; return kmFormatter; } ...
gpl-3.0
chriskmanx/qmole
QMOLEDEV/llvm-3.1.src/utils/TableGen/TableGen.cpp
6829
//===- TableGen.cpp - Top-Level TableGen implementation for LLVM ----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gpl-3.0
tectronics/xerteonlinetoolkits
website_code/php/extend/get_module.php
2048
<?php require_once("../../../config.php"); require("../user_library.php"); if(is_user_admin()){ _load_language_file("/extend.inc"); $url = str_replace("github","codeload.github",$_POST['url']) . "/zip/master"; // set URL and other appropriate options $ch = curl_init(); $vers = curl_version(); ...
gpl-3.0
kenshay/ImageScripter
ProgramData/SystemFiles/Python/Lib/site-packages/networkx/algorithms/bipartite/matrix.py
6742
# -*- coding: utf-8 -*- """ ==================== Biadjacency matrices ==================== """ # Copyright (C) 2013-2018 by # Aric Hagberg <hagberg@lanl.gov> # Dan Schult <dschult@colgate.edu> # Pieter Swart <swart@lanl.gov> # All rights reserved. # BSD license. import itertools from networkx.convert_...
gpl-3.0
Merlijnv/MFM
build/tmp/recompileMc/sources/net/minecraft/entity/ai/attributes/AbstractAttributeMap.java
3236
package net.minecraft.entity.ai.attributes; import com.google.common.collect.HashMultimap; import com.google.common.collect.Maps; import com.google.common.collect.Multimap; import java.util.Collection; import java.util.Map; import java.util.Map.Entry; import net.minecraft.util.LowerStringMap; public abstract class Ab...
gpl-3.0
MaxGfeller/BigTree-CMS
core/admin/modules/developer/security/default.php
3141
<? $security_policy = $cms->getSetting("bigtree-internal-security-policy"); BigTree::globalizeArray($security_policy,"htmlspecialchars"); ?> <div class="container" id="security_settings"> <form method="post" action="<?=DEVELOPER_ROOT?>security/update/"> <section> <div class="contain"> <div class="left"> ...
gpl-3.0
OpenAgInitiative/openag-brain
src/openag_brain/settings.py
364
import os import rospy # Turn on logic tracing by creating a '~/TRACE' file. # Output is written to the node's log file. e.g: # tail -f ~/.ros/log/latest/environments-environment_1-recipe_handler_1-6.log TRACE = os.path.isfile(os.path.expanduser('~/TRACE')) def trace(msg, *args): if TRACE: msg = '\nTRACE> ...
gpl-3.0
substratum/substratum
app/src/main/java/projekt/substratum/adapters/fragments/themes/ThemeItem.java
1515
/* * Copyright (c) 2016-2019 Projekt Substratum * This file is part of Substratum. * * SPDX-License-Identifier: GPL-3.0-Or-Later */ package projekt.substratum.adapters.fragments.themes; import android.content.Context; import android.graphics.drawable.Drawable; import android.graphics.drawable.VectorDrawable; im...
gpl-3.0
pruthvi1991/OpenFOAM-2.3.x
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C
3762
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | --------...
gpl-3.0
fxcebx/sumatrapdf
tools/buildgo/main.go
18951
package main import ( "fmt" "os" "os/exec" "path/filepath" "runtime" "sort" "strings" "sync" "time" ) /* To run: * install Go - download and run latest installer http://golang.org/doc/install - restart so that PATH changes take place - set GOPATH env variable (e.g. to %USERPROFILE%\src\go) * go run .\tool...
gpl-3.0
GirlsCodePy/girlscode-coursebuilder
modules/core_ui/_static/lightbox/lightbox.js
1549
window.gcb = window.gcb || {}; /** * A class to put up a modal lightbox. Use setContent to set the DOM element * displayed in the lightbox. * * @class */ window.gcb.Lightbox = function() { this._window = $(window); this._container = $('<div class="lightbox"/>'); this._background = $('<div class="background"/...
gpl-3.0
grilo/ansible-1
lib/ansible/modules/cloud/ovirt/ovirt_hosts.py
17241
#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright (c) 2016 Red Hat, Inc. # # This file is part of Ansible # # Ansible 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 #...
gpl-3.0
sbouchex/domoticz
dzVents/runtime/integration-tests/scriptSelectorSwitch.lua
1116
return { on = { devices = { 'vdSelectorSwitch', 'vdScriptStart', 'vdScriptEnd', }, }, data = { switchStates = {initial = ''}, }, logging = { level = domoticz.LOG_DEBUG, marker = 'Selector test', }, execute = function(dz, item) local switch = dz.devices('vdSelectorSwitch') dz.log(i...
gpl-3.0
wilmacx/f_mdl32
mod/assign/db/upgrade.php
9708
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
gpl-3.0
jgjimenez/nethserver-lang
locale/en/server-manager/NethServer_Module_FQDN.php
568
<?php $L['FQDN_Description'] = 'Configure server host and domain name'; $L['FQDN_Tags'] = 'hostname host name domainname domain fqdn'; $L['FQDN_Title'] = 'Server name'; $L['FQDN_header'] = 'Host and domain name'; $L['FQDN_warning_certs_selfsigned'] = "Any change to these fields recreates the SSL certificates and rec...
gpl-3.0
iamthemuffinman/go-coreutils
sha224sum/sha224sum.go
4040
/* go sha224sum Copyright (c) 2014-2015 Dingjun Fang This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHO...
gpl-3.0
NikNitro/Python-iBeacon-Scan
sympy/integrals/tests/test_meijerint.py
28412
from sympy import (meijerg, I, S, integrate, Integral, oo, gamma, cosh, sinc, hyperexpand, exp, simplify, sqrt, pi, erf, erfc, sin, cos, exp_polar, polygamma, hyper, log, expand_func) from sympy.integrals.meijerint import (_rewrite_single, _rewrite1, meijerint_indefinite, _...
gpl-3.0
fgimenez/snappy
interfaces/builtin/dcdbas_control_test.go
2838
// -*- Mode: Go; indent-tabs-mode: t -*- /* * Copyright (C) 2016 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope tha...
gpl-3.0
kira8565/graylog2-server
graylog2-server/src/test/java/org/graylog2/plugin/configuration/ConfigurationRequestTest.java
2716
/** * This file is part of Graylog. * * Graylog 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. * * Graylog is distributed in t...
gpl-3.0
MaxOnTheHill/mautic-max
app/bundles/PageBundle/Helper/BuilderTokenHelper.php
2857
<?php /** * @package Mautic * @copyright 2014 Mautic Contributors. All rights reserved. * @author Mautic * @link http://mautic.org * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ namespace Mautic\PageBundle\Helper; use Mautic\CoreBundle\Factory\MauticFactory; /** * Class...
gpl-3.0
dslab-epfl/accessibility-checker
mod/quiz/mod_form.php
28414
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
gpl-3.0
fenway-libraries-online/coral-resources
ajax_htmldata/getGeneralSubjectDisplay.php
1353
<?php $className = $_GET['className']; $instanceArray = array(); $obj = new $className(); $instanceArray = $obj->allAsArray(); echo "<div class='adminRightHeader'>" . preg_replace("/[A-Z]/", " \\0" , $className) . "</div>"; if (count($instanceArray) > 0){ ?> <table class='linedDataTable'> <tr...
gpl-3.0
rmackay9/rmackay9-ardupilot
libraries/AP_Scripting/examples/plane-wind-fs.lua
15565
-- Adds a smart failsafe that accounts for how far the plane is from home -- the average battery consumption, and the wind to decide when to failsafe -- -- CAUTION: This script only works for Plane -- store the batt info as { instance, filtered, capacity, margin_mah } -- instance: the battery monitor instance (zero in...
gpl-3.0
vanpouckesven/cosnics
src/Chamilo/Core/Repository/Selector/TypeSelectorRenderer.php
2050
<?php namespace Chamilo\Core\Repository\Selector; use Chamilo\Libraries\Architecture\Application\Application; use Chamilo\Libraries\Utilities\StringUtilities; /** * Render content object type selection tabs based on their category * * @author Hans De Bisschop */ abstract class TypeSelectorRenderer { CONST TY...
gpl-3.0
AlanZatarain/video-tester
VideoTester/measures/vq.py
12101
# coding=UTF8 ## This file is part of VideoTester ## See http://video-tester.googlecode.com for more information ## Copyright 2011 Iñaki Úcar <i.ucar86@gmail.com> ## This program is published under a GPLv3 license from VideoTester.measures.core import Meter, Measure from VideoTester.measures.qos import QoSmeter from V...
gpl-3.0
IAMATinyCoder/SocialEDU
node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/lib/validation.js
5274
// validation-type-stuff, missing params, // bad implications, custom checks. module.exports = function (yargs, usage) { var self = {} // validate appropriate # of non-option // arguments were provided, i.e., '_'. self.nonOptionCount = function (argv) { var demanded = yargs.getDemanded() if (demanded....
gpl-3.0
stalker-people/r107
0.1.3/plugins/chatbox_menu/chatbox_sql.php
327
CREATE TABLE chatbox ( cb_id int(10) unsigned NOT NULL auto_increment, cb_nick varchar(30) NOT NULL default '', cb_message text NOT NULL, cb_datestamp int(10) unsigned NOT NULL default '0', cb_blocked tinyint(3) unsigned NOT NULL default '0', cb_ip varchar(15) NOT NULL default '', PRIMARY KEY (cb_id) ) ENGINE=...
gpl-3.0
Acidburn0zzz/servo
tests/wpt/web-platform-tests/resources/chromium/nfc-mock.js
13557
'use strict'; // Converts between NDEFMessageInit https://w3c.github.io/web-nfc/#dom-ndefmessage // and mojom.NDEFMessage structure, so that watch function can be tested. function toMojoNDEFMessage(message) { let ndefMessage = new device.mojom.NDEFMessage(); ndefMessage.data = []; for (let record of message.reco...
mpl-2.0
mgax/czl-scrape
munca/src/main/java/ro/code4/czl/scrape/client/ApiInvoker.java
1851
package ro.code4.czl.scrape.client;/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ADOBE CONFIDENTIAL * ___________________ * * Copyright 2016 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains ...
mpl-2.0
SilverDav/Silverpeas-Core
core-library/src/main/java/org/silverpeas/core/contribution/content/form/FormFatalException.java
2345
/* * Copyright (C) 2000 - 2021 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
roskens/opennms-pre-github
opennms-webapp/src/main/java/org/opennms/web/rest/ValidatingMessageBodyReader.java
3480
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2011-2014 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
agpl-3.0
smrealms/smrv2.0
engine/Default/logoff.php
136
<?php // Remove the lock if we're holding one (ie logged off from game screen) if($lock) { release_lock(); } SmrSession::destroy(); ?>
agpl-3.0
flyingSkull/dl-shopware
engine/Library/Zend/Feed/Rss.php
20141
<?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 license a...
agpl-3.0
codegram/decidim
decidim-sortitions/spec/helpers/decidim/sortitions/sortitions_helper_spec.rb
1813
# frozen_string_literal: true require "spec_helper" module Decidim module Sortitions describe SortitionsHelper do describe "proposal_path" do let(:proposal) { create(:proposal) } it "Returns a path for a proposal" do expect(helper.proposal_path(proposal)).not_to be_blank ...
agpl-3.0
SilverDav/Silverpeas-Core
core-library/src/main/java/org/silverpeas/core/contribution/attachment/model/HistorisedDocumentVersion.java
2492
/* * Copyright (C) 2000 - 2021 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
gcoop-libre/SuiteCRM
ModuleInstall/PackageManager/PackageManager.php
38124
<?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
cgi-eoss/ftep
third-party/resto/index.php
1344
<?php /* * Copyright 2014 Jérôme Gasperi * * 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 ag...
agpl-3.0
oktupol/shopware
engine/Shopware/Components/Modules.php
4900
<?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
freyes/juju
provider/manual/instance.go
1543
// Copyright 2013 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package manual import ( "github.com/juju/juju/core/instance" corenetwork "github.com/juju/juju/core/network" "github.com/juju/juju/core/network/firewall" "github.com/juju/juju/core/status" "github.com/juju/juju/environs/...
agpl-3.0
unitystation/unitystation
UnityProject/Assets/Scripts/Core/Lifecycle/ClientDespawnInfo.cs
792
using UnityEngine; /// <summary> /// Holds details about how an object is being despawned on the client. This is mostly /// a placeholder which prevents having to change the signature of the lifecycle interfaces in the event /// that some component ends up needing some extra info about how it is being spawned. /// //...
agpl-3.0
fastio/pedis
cql3/attributes.hh
2903
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
agpl-3.0
yscdaxian/goweb
limesurvey/admin/iterate_survey.php
4241
<?php /* * LimeSurvey * Copyright (C) 2007 The LimeSurvey Project Team / Carsten Schmitz * All rights reserved. * License: GNU/GPL License v2 or later, see LICENSE.php * LimeSurvey is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or...
agpl-3.0
lat-lon/geoeditor
backend/impl/src/main/java/org/geomajas/spring/ThreadScope.java
2398
/* * This is part of Geomajas, a GIS framework, http://www.geomajas.org/. * * Copyright 2008-2013 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...
agpl-3.0
jmertic/sugarplatformdemo
custom/Extension/modules/pos_Feedback/Ext/Language/en_us.POSSCON.php
135
<?php //THIS FILE IS AUTO GENERATED, DO NOT MODIFY $mod_strings['LBL_POS_SESSIONS_POS_FEEDBACK_FROM_POS_SESSIONS_TITLE'] = 'Sessions';
agpl-3.0
Endika/c2c-rd-addons
chricar_room/room.py
3108
# -*- coding: utf-8 -*- #!/usr/bin/python # -*- coding: utf-8 -*- ############################################## # # ChriCar Beteiligungs- und Beratungs- GmbH # Copyright (C) ChriCar Beteiligungs- und Beratungs- GmbH # all rights reserved # created 2009-07-11 12:22:10+02 # # WARNING: This program as such is intended t...
agpl-3.0
fmbiete/Z-Push-contrib
lib/syncobjects/syncdeviceinformation.php
4003
<?php /*********************************************** * File : syncdeviceinformation.php * Project : Z-Push * Descr : WBXML appointment entities that can be * parsed directly (as a stream) from WBXML. * It is automatically decoded * according to $mapping, * ...
agpl-3.0
maran/omniwallet
old-www/bower_components/sjcl/core/random.js
15768
/** @fileOverview Random number generator. * * @author Emily Stark * @author Mike Hamburg * @author Dan Boneh * @author Michael Brooks */ /** @constructor * @class Random number generator * @description * <b>Use sjcl.random as a singleton for this class!</b> * <p> * This random number generator is a derivat...
agpl-3.0
codegram/decidim
decidim-assemblies/app/cells/decidim/assemblies/assembly_member_cell.rb
458
# frozen_string_literal: true module Decidim module Assemblies # This cell renders the card for an instance of an Assembly member class AssemblyMemberCell < Decidim::ViewModel property :designation_date property :name property :nickname property :personal_information property :p...
agpl-3.0
diydrones/apm_planner
libs/mavlink/include/mavlink/v2.0/ardupilotmega/mavlink_msg_mount_control.hpp
2659
// MESSAGE MOUNT_CONTROL support class #pragma once namespace mavlink { namespace ardupilotmega { namespace msg { /** * @brief MOUNT_CONTROL message * * Message to control a camera mount, directional antenna, etc. */ struct MOUNT_CONTROL : mavlink::Message { static constexpr msgid_t MSG_ID = 157; static ...
agpl-3.0
usmschuck/canvas
vendor/bundle/ruby/1.9.1/gems/thrift-0.8.0/spec/nonblocking_server_spec.rb
7145
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
agpl-3.0
vikramvgarg/libmesh
src/error_estimation/kelly_error_estimator.C
6952
// The libMesh Finite Element Library. // Copyright (C) 2002-2017 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 ...
lgpl-2.1
nexusformat/code
applications/NXtranslate/retriever.cpp
3614
#include <stdexcept> #include <map> #include "retriever.h" #include "nexus_retriever.h" #ifdef IPNS_RETRIEVER #include "IPNS_CPP/ipns_retriever.h" #endif #ifdef TEXT_PLAIN_RETRIEVER #include "text_plain/retriever.h" #endif #ifdef SPEC_RETRIEVER #include "spec/spec_retriever.h" #endif #ifdef EDF_RETRIEVER #include "esr...
lgpl-2.1
schernolyas/hibernate-ogm
mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/parsing/predicate/impl/MongoDBConjunctionPredicate.java
1348
/* * Hibernate OGM, Domain model persistence for NoSQL datastores * * License: GNU Lesser General Public License (LGPL), version 2.1 or later * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl; i...
lgpl-2.1
yersan/wildfly-core
logging/src/main/java/org/jboss/as/logging/deployments/LoggingDeploymentResourceProcessor.java
5147
/* * JBoss, Home of Professional Open Source. * Copyright 2015, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
lgpl-2.1
bblacey/FreeCAD-MacOS-CI
src/Mod/TechDraw/Gui/QGIEdge.cpp
3905
/*************************************************************************** * Copyright (c) 2013 Luke Parry <l.parry@warwick.ac.uk> * * * * This file is part of the FreeCAD CAx development system. * * ...
lgpl-2.1
spotbugs/spotbugs
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/MethodFactory.java
2891
/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2003-2007 University of Maryland * * 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, o...
lgpl-2.1
PatidarWeb/opencms-core
src-modules/org/opencms/workplace/tools/content/check/Messages.java
10753
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (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 the Free So...
lgpl-2.1
sbonoc/opencms-core
src-setup/org/opencms/setup/xml/v8/CmsXmlAddIconRules.java
6634
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (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 the Free So...
lgpl-2.1
golovnin/wildfly
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/deployment/TimerResourceDefinition.java
18444
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
lgpl-2.1
danshapero/dealii
tests/manifold/composition_manifold_03.cc
2310
//------------------------------------------------------------------- // Copyright (C) 2016 by the deal.II authors. // // This file is subject to LGPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // furth...
lgpl-2.1
Mind2mind/MateCat
test/unit/TestEngine/GetInstanceTest.php
4729
<?php /** * @group regression * @covers Engine::getInstance * User: dinies * Date: 14/04/16 * Time: 17.45 */ class GetInstanceTest extends AbstractTest { protected $reflector; protected $property; /** * @var Database */ protected $database_instance; protected $sql_insert_user; p...
lgpl-3.0
SciTools/iris
lib/iris/experimental/ugrid/cf.py
12667
# Copyright Iris contributors # # This file is part of Iris and is released under the LGPL license. # See COPYING and COPYING.LESSER in the root of the repository for full # licensing details. """ Extensions to Iris' CF variable representation to represent CF UGrid variables. Eventual destination: :mod:`iris.fileform...
lgpl-3.0
MagicDroidX/Nukkit
src/main/java/cn/nukkit/utils/MainLogger.java
11265
package cn.nukkit.utils; import cn.nukkit.Nukkit; import cn.nukkit.command.CommandReader; import org.fusesource.jansi.Ansi; import org.fusesource.jansi.AnsiConsole; import java.io.*; import java.nio.charset.StandardCharsets; import java.text.SimpleDateFormat; import java.util.Date; import java.util.EnumMap; import ja...
lgpl-3.0
SciTools/iris
lib/iris/tests/unit/common/lenient/__init__.py
254
# Copyright Iris contributors # # This file is part of Iris and is released under the LGPL license. # See COPYING and COPYING.LESSER in the root of the repository for full # licensing details. """Unit tests for the :mod:`iris.common.lenient` package."""
lgpl-3.0
tobyt42/brjs
brjs-sdk/sdk/libs/javascript/br-presenter/test-acceptance/tests/control/selectionfield/JQueryAutoCompleteControlTest.js
6959
(function() { var GwtTestRunner = require("br/test/GwtTestRunner"); GwtTestRunner.initialize(); describe("View to model interactions for JQueryAutoCompleteControlAdapter", function() { fixtures( require("br/presenter/PresenterFixtureFactory") ); it("starts enabled and visible by default", ...
lgpl-3.0
redbear/firmware
hal/src/photon/socket_hal.cpp
33218
/** ****************************************************************************** * @file socket_hal.c * @author Matthew McGowan * @version V1.0.0 * @date 09-Nov-2014 * @brief ****************************************************************************** Copyright (c) 2013-2015 Particle Industries, Inc...
lgpl-3.0
dotnetwiz/KalikoCMS.Core
KalikoCMS.Engine/Core/Collections/SortDirection.cs
823
#region License and copyright notice /* * Kaliko Content Management System * * Copyright (c) Fredrik Schultz * * 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...
lgpl-3.0
yugangw-msft/azure-sdk-for-net
sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorsStartOperation.cs
2599
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.ResourceManager.Network { /// <summ...
apache-2.0
haoyanjun21/jstorm
jstorm-core/src/main/java/storm/trident/operation/impl/ConsumerExecutor.java
1422
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
apache-2.0
vishh/heapster-1
Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/replication_controllers_test.go
4548
/* Copyright 2015 The Kubernetes Authors All rights reserved. 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 ag...
apache-2.0
kylehogan/haas
haas/ext/obm/mock.py
1972
# Copyright 2015-2016 Massachusetts Open Cloud Contributors # # 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 la...
apache-2.0
mdanielwork/intellij-community
plugins/hg4idea/resources/python/prompthooks.py
8337
#!/usr/bin/env python #Mercurial extension to robustly integrate prompts with other processes #Copyright (C) 2010-2011 Willem Verstraeten # #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 v...
apache-2.0
commons-app/apps-android-commons
app/src/main/java/fr/free/nrw/commons/di/ServiceBuilderModule.java
606
package fr.free.nrw.commons.di; import dagger.Module; import dagger.android.ContributesAndroidInjector; import fr.free.nrw.commons.auth.WikiAccountAuthenticatorService; /** * This Class Represents the Module for dependency injection (using dagger) * so, if a developer needs to add a new Service to the commons app ...
apache-2.0
withinsoft/znc
modules/autoattach.cpp
7836
/* * Copyright (C) 2004-2014 ZNC, see the NOTICE file for details. * * 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 requi...
apache-2.0
Xperia-Nicki/android_platform_sony_nicki
external/webkit/Source/WebCore/css/CSSParser.cpp
253030
/* * Copyright (C) 2003 Lars Knoll (knoll@kde.org) * Copyright (C) 2005 Allan Sandfeld Jensen (kde@carewolf.com) * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> * Copyright (C) 2008 Eric Seidel <eric@webkit.org> ...
apache-2.0
gorcz/Raigad
raigad/src/main/java/com/netflix/raigad/configuration/MemoryConfigSource.java
1133
/** * Copyright 2014 Netflix, 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 ...
apache-2.0
setjet/spark
core/src/test/scala/org/apache/spark/storage/ShuffleBlockFetcherIteratorSuite.scala
16486
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
veritas-shine/minix3-rpi
external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash.pass.cpp
2997
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
apache-2.0
GabrielBrascher/cloudstack
test/integration/component/test_allocation_states.py
11273
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
apache-2.0
sanitysoon/nbase-arc
confmaster/src/main/java/com/navercorp/nbasearc/confmaster/server/lock/HierarchicalLockPGS.java
4133
/* * Copyright 2015 Naver Corp. * * 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 ...
apache-2.0
google/knative-gcp
vendor/cloud.google.com/go/pubsub/message.go
3915
// Copyright 2016 Google LLC // // 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 ...
apache-2.0
ingokegel/intellij-community
platform/platform-api/src/com/intellij/pom/NavigatableWithText.java
888
/* * Copyright 2000-2010 JetBrains s.r.o. * * 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 agre...
apache-2.0
huntxu/neutron
neutron/db/migration/alembic_migrations/versions/mitaka/expand/32e5974ada25_add_neutron_resources_table.py
1390
# # 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 # ...
apache-2.0
quinton-hoole/kubernetes
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go
5618
/* Copyright 2019 The Kubernetes Authors. 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, ...
apache-2.0
wwezhuimeng/twitter-server
doc/src/sphinx/conf.py
1764
# -*- coding: utf-8 -*- # # Documentation config # import sys, os sys.path.append(os.path.abspath('exts')) sys.path.append(os.path.abspath('utils')) import sbt_versions # highlight_language = 'scala' highlight_language = 'text' # this way we don't get ugly syntax coloring extensions = ['sphinx.ext.extlinks', 'incl...
apache-2.0
etirelli/droolsjbpm-tools
drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/bpmn2/editor/BPMNModelEditor.java
13273
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * 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 ap...
apache-2.0
STAH/OpenRiaServices
OpenRiaServices.DomainServices.Tools/Test/ServerClassLib/TestDomainSharedService.cs
565
using System; using System.Collections.Generic; using System.Linq; using System.Text; using OpenRiaServices.DomainServices.Server; using OpenRiaServices.DomainServices.Hosting; namespace ServerClassLib { /// <summary> /// This DomainService is used to test for the pre-existence of /// a DomainContext in t...
apache-2.0
ern/elasticsearch
x-pack/plugin/identity-provider/src/internalClusterTest/java/org/elasticsearch/xpack/idp/action/SamlIdentityProviderTests.java
27444
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ package org.elasticsearch.xpack.idp.action; import org.elasticsea...
apache-2.0
shanalikhan1/NopCommerce_POS
Libraries/Nop.Services/Catalog/ICategoryService.cs
5205
using System.Collections.Generic; using Nop.Core; using Nop.Core.Domain.Catalog; namespace Nop.Services.Catalog { /// <summary> /// Category service interface /// </summary> public partial interface ICategoryService { /// <summary> /// Delete category /// </summary> ...
apache-2.0