repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
ShVerni/RoboRuckus | src/RoboRuckus/wwwroot/Scripts/monitor.js | 15980 | $(function () {
// Set up arrays for card faces and details
var faces = new Array();
faces["right"] = "R";
faces["left"] = "L";
faces["uturn"] = "U";
faces["backup"] = "B";
var detail = new Array();
detail["right"] = "Right";
detail["left"] = "Left";
detail["backup"] = "Backup"... | agpl-3.0 |
stephaneperry/Silverpeas-Components | kmelia/kmelia-ejb/src/main/java/com/stratelia/webactiv/kmelia/KmeliaException.java | 2145 | /**
* Copyright (C) 2000 - 2011 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 spe... | agpl-3.0 |
peer-node/flex | src/base/util_time.cpp | 2867 | #include <boost/foreach.hpp>
#include <src/net/netbase.h>
#include "base/util.h"
#include "sync.h"
#include "util_compare.h"
#include "util_log.h"
#include "util_format.h"
#include "ui_interface.h"
using namespace std;
//
// "Never go to sea with two chronometers; take one or three."
// Our three time sources are:
... | agpl-3.0 |
tvtsoft/odoo8 | addons/stock_dropshipping/tests/test_invoicing.py | 2559 | # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Author: Leonardo Pistone
# Copyright 2015 Camptocamp SA
from openerp.tests.common import TransactionCase
class TestCreateInvoice(TransactionCase):
def setUp(self):
super(TestCreateInvoice, self).setUp()... | agpl-3.0 |
judo520/windcrm | custom/application/Ext/Language/es_es.lang.ext.php | 67152 | <?php
//WARNING: The contents of this file are auto-generated
/**
* Extensions to SugarCRM
* @package Reschedule for SugarCRM
* @subpackage Products
* @copyright SalesAgility Ltd http://www.salesagility.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the... | agpl-3.0 |
Twitchtastic/Gitorious | public/javascripts/gitorious/diff_browser.js | 27599 | /*
#--
# Copyright (C) 2007-2009 Johan Sørensen <johan@johansorensen.com>
# Copyright (C) 2009 Marius Mathiesen <marius.mathiesen@gmail.com>
# Copyright (C) 2010 Christian Johansen <christian@shortcut.no>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU ... | agpl-3.0 |
Bemujo/https-github.com-numenta-nupic | src/test/unit/algorithms/ConnectionsTest.cpp | 15893 | /* ---------------------------------------------------------------------
* Numenta Platform for Intelligent Computing (NuPIC)
* Copyright (C) 2014, Numenta, Inc. Unless you have an agreement
* with Numenta, Inc., for a separate license for this software code, the
* following terms and conditions apply:
*
* This ... | agpl-3.0 |
auroreallibe/Silverpeas-Core | core-library/src/test/java/org/silverpeas/core/mail/SmtpMailTestSuite.java | 1640 | /*
* Copyright (C) 2000 - 2015 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 |
kobolabs/qt-everywhere-4.8.0 | doc/src/snippets/splitterhandle/splitter.cpp | 3038 | /****************************************************************************
**
** 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 documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** ... | lgpl-2.1 |
xwiki/xwiki-platform | xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/XWikiAttachmentFilter.java | 1120 | /*
* 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 |
gallardo/opencms-core | src/org/opencms/flex/CmsFlexRequestKey.java | 7689 | /*
* 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... | lgpl-2.1 |
lnu/nhibernate-core | src/NHibernate/Transform/DistinctRootEntityResultTransformer.cs | 2401 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace NHibernate.Transform
{
[Serializable]
public class DistinctRootEntityResultTransformer : IResultTransformer, ITupleSubsetResultTransformer
{
private static readonly INHibernateLogger log = N... | lgpl-2.1 |
EGP-CIG-REU/dealii | tests/physics/elasticity-standard_tensors_01.cc | 5795 | // ---------------------------------------------------------------------
//
// Copyright (C) 2016 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Public Li... | lgpl-2.1 |
rlane/ncursesw-ruby | extconf.rb | 3566 | #!/usr/bin/env ruby
# ncurses-ruby is a ruby module for accessing the FSF's ncurses library
# (C) 2002, 2004 Tobias Peters <t-peters@users.berlios.de>
# (C) 2005, 2009 Tobias Herzke
#
# This module is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License a... | lgpl-2.1 |
EGP-CIG-REU/dealii | tests/sparsity/sparsity_tools_02.cc | 1787 | // ---------------------------------------------------------------------
//
// Copyright (C) 2008 - 2016 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Pu... | lgpl-2.1 |
gallardo/opencms-core | src/org/opencms/jsp/CmsJspTagInclude.java | 24854 | /*
* 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... | lgpl-2.1 |
openwayne/chaos_theory | mods/mobf_core/mobf/mgen_probab/direction_control.lua | 18782 | -------------------------------------------------------------------------------
-- Mob Framework Mod by Sapier
--
-- You may copy, use, modify or do nearly anything except removing this
-- copyright notice.
-- And of course you are NOT allow to pretend you have written it.
--
--! @file direction_control.lua
--! @brief ... | lgpl-2.1 |
mfherbst/spack | var/spack/repos/builtin/packages/petsc/package.py | 16880 | ##############################################################################
# Copyright (c) 2013-2018, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.
# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-64... | lgpl-2.1 |
kaltsi/qt-mobility | src/sensors/qtapsensor.cpp | 7760 | /****************************************************************************
**
** 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$
** GNU Less... | lgpl-2.1 |
NavSpark/Arduino-1.5.6-r2-Src-NavSpark | build/windows/work/hardware/arduino/leon/cores/arduino/SPI.cpp | 10716 | /*
SPI.cpp - C++ file of library for SPI interface
Copyright (c) 2014 NavSpark. All right reserved.
This library is free software; you can redistribute 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 opti... | lgpl-2.1 |
devoxx4kids/materials | workshops/minecraft/src/main/java/org/devoxx4kids/forge/mods/OverpoweredIronGolems.java | 908 | package org.devoxx4kids.forge.mods;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.monster.EntityIronGolem;
import net.minecraft.potion.Potion;
import net.minecraft.potion.PotionEffect;
import net.minecraftforge.event.entity.EntityJoinWorldEvent;
import net.minecraftforge.fml.common.eventhandler... | lgpl-2.1 |
mtezzele/dealii | tests/mpi/mesh_worker_03.cc | 6043 | // ---------------------------------------------------------------------
//
// Copyright (C) 2000 - 2015 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Pu... | lgpl-2.1 |
AgNO3/jcifs-ng | src/main/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponse.java | 2747 | /*
* © 2017 AgNO3 Gmbh & Co. KG
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is... | lgpl-2.1 |
huoxudong125/Zongsoft.CoreLibrary | src/IO/StorageBucketInfo.cs | 5001 | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2014-2015 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.CoreLibrary.
*
* Zongsoft.CoreLibrary is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | lgpl-2.1 |
qtproject/qt-mobility | tests/auto/qmediaimageviewer/tst_qmediaimageviewer.cpp | 37056 | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding ... | lgpl-2.1 |
poppogbr/genropy | dojo_libs/dojo_11/dojo/dojo/fx.js | 7088 | /*
Copyright (c) 2004-2008, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licensing, see:
http://dojotoolkit.org/book/dojo-book-0-9/introduction/licensing
*/
if(!dojo._hasResource["dojo.fx"]){
do... | lgpl-2.1 |
maddingo/checkstyle | src/checkstyle/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java | 12262 | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2012 Oliver Burn
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ... | lgpl-2.1 |
sgeh/JSTools.net | Branches/JSTools 0.41/JSTools.Config/JSTools/Config/IJSToolsRenderHandler.cs | 1955 | /*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it wi... | lgpl-2.1 |
igor-sfdc/qt-wk | tools/configure/environment.cpp | 16833 | /****************************************************************************
**
** 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 tools applications of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGP... | lgpl-2.1 |
TelepathyIM/telepathy-qt | tests/channel-class-spec.cpp | 5001 | #include <QtTest/QtTest>
#include <TelepathyQt/Constants>
#include <TelepathyQt/Debug>
#include <TelepathyQt/ChannelClassSpec>
#include <TelepathyQt/Types>
using namespace Tp;
namespace {
ChannelClassSpecList reverse(const ChannelClassSpecList &list)
{
ChannelClassSpecList ret(list);
for (int k = 0; k < (li... | lgpl-2.1 |
olvidalo/exist | exist-testkit/src/main/java/org/exist/ant/AntUnitTestRunner.java | 2399 | /*
* eXist Open Source Native XML Database
* Copyright (C) 2009-2012 The eXist-db Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
... | lgpl-2.1 |
MikeMcShaffry/gamecode3 | Dev/Source/3rdParty/bullet-2.73/Extras/obsolete/BulletX/Source/XnaDevRu.BulletX/Source/XnaDevRu.BulletX/Collision/BroadphaseCollision/BroadphaseNativeTypes.cs | 1990 | /*
Bullet for XNA Copyright (c) 2003-2007 Vsevolod Klementjev http://www.codeplex.com/xnadevru
Bullet original C++ version Copyright (c) 2003-2007 Erwin Coumans http://bulletphysics.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for ... | lgpl-2.1 |
jflash49/mits_intern_app | js/dir_.js | 82 | $(document).ready(function(){
var iframe = $('iframe')
iframe.scrollTo("")
}) | lgpl-2.1 |
ElevenPaths/SealSignBSSAndroidSDKSamples | SealSignBSSBackendSample/src/es/sealsign/bss/BSBSignatureReference.java | 11503 | package es.sealsign.bss;
//----------------------------------------------------
//
// Generated by www.easywsdl.com
// Version: 4.1.7.0
//
// Created by Quasar Development at 15-06-2015
//
//---------------------------------------------------
import java.util.Hashtable;
import org.ksoap2.serialization.*;
import java... | lgpl-2.1 |
azat/qtcreator | src/plugins/analyzerbase/startremotedialog.cpp | 5329 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | lgpl-2.1 |
gpickin/Lucee | loader/src/main/java/lucee/runtime/util/VariableUtil.java | 7589 | /**
* Copyright (c) 2014, the Railo Company Ltd.
* Copyright (c) 2015, Lucee Assosication Switzerland
*
* 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... | lgpl-2.1 |
RSATom/WebChimera | src/JSRootQmlAPI.cpp | 1642 | /*****************************************************************************
* Copyright © 2014 Sergey Radionov <rsatom_gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation;... | lgpl-2.1 |
sribits/libsigc | tests/test_bind_return.cc | 1746 | // -*- c++ -*-
/* Copyright 2002, The libsigc++ Development Team
* Assigned to public domain. Use as you wish without restriction.
*/
#include <sigc++/adaptors/bind_return.h>
#include <sigc++/functors/slot.h>
#include <iostream>
#include <string>
SIGC_USING_STD(cout)
SIGC_USING_STD(endl)
SIGC_USING_STD(string)
s... | lgpl-2.1 |
yinyunqiao/qtcreator | src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp | 2708 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** No Commercial Usage
**
** This file contains pre-release code and may not b... | lgpl-2.1 |
JaredCJR/mri | tests/tests/cmd_stepTests.cpp | 2430 | /* Copyright 2014 Adam Green (http://mbed.org/users/AdamGreen/)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later versi... | lgpl-3.0 |
cadegenn/com_velo_j30 | admin/views/monvelo/tmpl/edit.php | 5197 | <?php
// No direct access
defined('_JEXEC') or die('Restricted access');
JHtml::_('behavior.tooltip');
// Import library dependencies
JLoader::register('veloFunctions', JPATH_COMPONENT_ADMINISTRATOR . '/helpers/functions.php');
JLoader::register('veloControls', JPATH_COMPONENT_ADMINISTRATOR . '/helpers/controls.php');... | lgpl-3.0 |
janhancic/brjs | brjs-sdk/sdk/system-applications/dashboard/dashboard-bladeset/blades/app/src/brjs/dashboard/app/service/request/XHRFactory.js | 187 |
brjs.dashboard.app.service.request.XHRFactory = function()
{
};
brjs.dashboard.app.service.request.XHRFactory.prototype.getRequestObject = function()
{
return new XMLHttpRequest();
};
| lgpl-3.0 |
janhancic/brjs | brjs-sdk/sdk/system-applications/dashboard/dashboard-bladeset/blades/app/src/brjs/dashboard/app/service/url/PageUrlProviderStub.js | 559 | brjs.dashboard.app.service.url.PageUrlProviderStub = function(sRootUrl)
{
// call super constructor
brjs.dashboard.app.service.url.PageUrlProvider.call(this);
this.m_sRootUrl = sRootUrl;
};
br.Core.inherit(brjs.dashboard.app.service.url.PageUrlProviderStub, brjs.dashboard.app.service.url.PageUrlProvider);
brjs.da... | lgpl-3.0 |
tschroedter/MyCodingExamples | Brainteaser/TestCodibility/TestCodibility/Program.cs | 122 | namespace TestCodibility
{
class Program
{
static void Main(string[] args)
{
}
}
}
| lgpl-3.0 |
TrimbleSolutionsCorporation/VSSonarQubeExtension | VSSonarExtensionUi/View/Helpers/QuestionUser.xaml.cs | 2135 | using System.Windows;
namespace VSSonarExtensionUi.View.Helpers
{
/// <summary>
/// Interaction logic for UserInputWindow.xaml
/// </summary>
public partial class QuestionUser
{
/// <summary>
/// Initializes a new instance of the <see cref="UserInputWindow" /> class.
... | lgpl-3.0 |
christianhujer/japi | historic/libs/util/src/prj/net/sf/japi/util/filter/NotFilter.java | 1515 | /*
* Copyright (C) 2009 Christian Hujer.
*
* 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 li... | lgpl-3.0 |
jacky8hyf/musique | dependencies/jaudiotagger/src/main/java/org/jaudiotagger/audio/generic/Utils.java | 10658 | /*
* Entagged Audio Tag library
* Copyright (c) 2003-2005 Raphael Slinckx <raphael@slinckx.net>
*
* 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 th... | lgpl-3.0 |
openlecturnity/os45 | lecturnity/common/lsutl32/CustomPropPage.cpp | 1528 | // CustomPropPage.cpp: Implementierung der Klasse CCustomPropPage.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "stdafx.h"
#include "CustomPropPage.h"
//////////////////////////////////////////////////////////////////////
// Konstruktion/Destruktion
/////////... | lgpl-3.0 |
tvsonar/sonarlint-roslyn-analyzer | src/SonarAnalyzer.CSharp/Helpers/MethodParameterLookup.cs | 3737 | /*
* SonarAnalyzer for .NET
* Copyright (C) 2015-2016 SonarSource SA
* mailto:contact@sonarsource.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the ... | lgpl-3.0 |
haisamido/SFDaaS | src/net/spy/memcached/vbucket/config/Config.java | 688 | package net.spy.memcached.vbucket.config;
import java.util.List;
import net.spy.memcached.HashAlgorithm;
public interface Config {
// Config access
int getReplicasCount();
int getVbucketsCount();
int getServersCount();
HashAlgorithm getHashAlgorithm();
String getServer(int serverIndex);... | lgpl-3.0 |
KalikoCMS/KalikoCMS.Core | KalikoCMS.Engine/Core/PropertyDefinition.cs | 1236 | #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 |
phingofficial/phing | tests/Phing/Task/System/SwitchTaskTest.php | 1654 | <?php
/**
* 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 CONTRIBUTORS... | lgpl-3.0 |
comptech/atrex | docs/html/search/all_65.js | 111 | var searchData=
[
['error',['Error',['../classtifffile_1_1TiffTag_1_1Error.html',1,'tifffile::TiffTag']]]
];
| lgpl-3.0 |
dmolineus/metamodels-core | src/system/modules/metamodels/ModuleMetaModelFrontendFilter.php | 1751 | <?php
/**
* The MetaModels extension allows the creation of multiple collections of custom items,
* each with its own unique set of selectable attributes, with attribute extendability.
* The Front-End modules allow you to build powerful listing and filtering of the
* data in each collection.
*
* PHP version 5
* ... | lgpl-3.0 |
smgallo/xdmod | html/gui/js/report_builder/ChartDateEditor.js | 18081 | Ext.namespace('XDMoD.Reporting');
// XDMoD.Reporting.ChartDateEditor
//
// Panel for editing / updating of timeframes for charts in any given report.
// ============================================================
function dateRangeValidator(start_date, end_date) {
var date_utils = new DateUtilities();
date_... | lgpl-3.0 |
GuQiangJS/XPatchLib.Net | src/XPatchLib.UnitTest/ForXml/TestMulitPrimaryKeyClass.cs | 1871 | // Copyright © 2013-2017 - GuQiang
// Licensed under the LGPL-3.0 license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using XPatchLib.UnitTest.TestClass;
#if NUNIT
using NUnit.Framework;
#elif XUNIT
using Xunit;
using Test = Xunit.FactAttribute;
usin... | lgpl-3.0 |
Sebazzz/EntityProfiler | src/UI/EntityProfiler.Viewer/AppBootstrapper.cs | 9324 | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Composition.ReflectionModel;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using System.Windows;
using Anotar... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/clothing/clothing_robe_formal_12.lua | 3738 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
MM2CSYNDIC/syndic | syndic-client-web/src/main/java/org/syndic/client/web/validator/UserValidator.java | 2532 | package org.syndic.client.web.validator;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import org.syndic.client.web.command.UserCommand;
/**
*
* @author LYES KHERBICHE
*
*/
public class UserValidator implement... | lgpl-3.0 |
edwinspire/VSharp | class/System.Web/System.Web.Configuration_2.0/EventMappingSettings.cs | 4338 | //
// System.Web.Configuration.EventMappingSettings
//
// Authors:
// Chris Toshok (toshok@ximian.com)
//
// (C) 2005 Novell, Inc (http://www.novell.com)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to ... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/structure/city/cityhall_tatooine.lua | 3688 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
thelia/thelia | local/modules/Tinymce/I18n/it_IT.php | 556 | <?php
/*
* This file is part of the Thelia package.
* http://www.thelia.net
*
* (c) OpenStudio <info@thelia.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'Enter CSS or LESS code. You may also customize the ed... | lgpl-3.0 |
arcuri82/testing_security_development_enterprise_systems | intro/exercise-solutions/quiz-game/part-08/src/main/java/org/tsdes/intro/exercises/quizgame/entity/Category.java | 1067 | package org.tsdes.intro.exercises.quizgame.entity;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.util.ArrayList;
import java.util.List;
/**
* Created by arcuri82 on 30-Nov-16.
*/
@Entity
public class Category {
@Id
@Generate... | lgpl-3.0 |
marikaris/molgenis | molgenis-data-security/src/main/java/org/molgenis/data/security/permission/model/LabelledObject.java | 542 | package org.molgenis.data.security.permission.model;
import com.google.auto.value.AutoValue;
import org.molgenis.util.AutoGson;
@AutoValue
@AutoGson(autoValueClass = AutoValue_LabelledObject.class)
@SuppressWarnings(
"squid:S1610") // Abstract classes without fields should be converted to interfaces
public abstra... | lgpl-3.0 |
tethysplatform/TethysCluster | tethyscluster/plugins/pkginstaller.py | 2221 | # Copyright 2009-2014 Justin Riley
#
# This file is part of TethysCluster.
#
# TethysCluster 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 3 of the License, or (at your option) any
# la... | lgpl-3.0 |
ruijieguo/firtex2 | src/search/ResultCollectorImpl.cpp | 3459 | #include "firtex/search/ResultCollectorImpl.h"
#include "firtex/utility/NumberFormatter.h"
using namespace std;
FX_NS_USE(index);
FX_NS_USE(utility);
FX_NS_DEF(search);
SETUP_LOGGER(search, ResultCollectorImpl);
ResultCollectorImpl::ResultCollectorImpl(size_t nCapacity,
CompareField comp, const std::string... | lgpl-3.0 |
sfriesel/suds | suds/xsd/sxbasic.py | 23899 | # This program is free software; you can redistribute it and/or modify
# it under the terms of the (LGPL) GNU Lesser General Public License as
# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will b... | lgpl-3.0 |
exoplatform/answers | webapp/src/main/java/org/exoplatform/answer/webui/popup/UIQuestionForm.java | 31601 | /***************************************************************************
* Copyright (C) 2003-2007 eXo Platform SAS.
*
* 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... | lgpl-3.0 |
Toilal/bitlet | src/main/java/org/bitlet/wetorrent/peer/task/StartConnection.java | 2730 | /*
* bitlet - Simple bittorrent library
*
* Copyright (C) 2008 Alessandro Bahgat Shehata, Daniele Castagna
*
* 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
* ... | lgpl-3.0 |
simeshev/parabuild-ci | 3rdparty/hibernate218/src/net/sf/hibernate/mapping/Bag.java | 557 | //$Id: Bag.java,v 1.10 2004/06/04 01:27:42 steveebersole Exp $
package net.sf.hibernate.mapping;
import net.sf.hibernate.type.PersistentCollectionType;
import net.sf.hibernate.type.TypeFactory;
/**
* A bag permits duplicates, so it has no primary key
* @author Gavin King
*/
public class Bag extends Collection {
... | lgpl-3.0 |
Bjorn-Nilsson/SqlObject | lib/sql_object/template_file_dir.rb | 1725 | module SqlObject
class TemplateFileDir
attr_reader :path, :search_path
class << self
def all_in_path(*paths)
paths.map{| path | new(path) }
end
def all_template_files(*paths)
all_in_path(paths).map {| template_file_dir | template_file_dir.template_files }.flatten
en... | lgpl-3.0 |
AznStyle/lwb2 | core/lib/Thelia/Core/Security/Token/TokenProvider.php | 1519 | <?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio ... | lgpl-3.0 |
CFDEMproject/ParScale-PUBLIC | thirdParty/chemkinReader/src/transportParser.cpp | 2347 | /*
* transportParser.cpp
*
* Created on: Jun 23, 2011
* Author: gigadot
* License: Apache 2.0
*/
#include "transportParser.h"
#include "stringFunctions.h"
#include "species.h"
using namespace std;
using namespace boost;
const string IO::TransportParser::transportRegex
(
"\\s+([0-2]+?)\\s+"
"(... | lgpl-3.0 |
EIP-SAM/SAM-Solution-Node-js | libs/sequelizeSession.js | 392 | const sequelize = require('./sequelize');
const session = require('express-session');
const Store = require('connect-session-sequelize')(session.Store);
module.exports = function initSequelizeSession(app, conf) {
const store = new Store({ db: sequelize });
app.use(session({
secret: conf.secret,
store,
... | lgpl-3.0 |
rpau/walkmod-javalang-plugin | src/test/java/org/walkmod/javalang/walkers/DefaultJavaWalkerTest.java | 9828 | package org.walkmod.javalang.walkers;
import java.io.File;
import java.io.IOException;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.junit.Assert;
import org.junit.Test;
import org.walkmod.conf.entities.TransformationConfig;
import org.walkmod.conf.entities.imp... | lgpl-3.0 |
ProjectMi5/CloudLink | Gruntfile.js | 826 | /**
* Created by Thomas on 01.06.2015.
*/
// Gruntfile.js
module.exports = function(grunt) {
// Add the grunt-mocha-test tasks.
grunt.loadNpmTasks('grunt-mocha-test');
grunt.initConfig({
// Configure a mochaTest task
mochaTest: {
test: {
options: {
... | lgpl-3.0 |
OpenCorrelate/red5load | mess/red5/src/org/red5/server/adapter/StatefulScopeWrappingAdapter.java | 6577 | package org.red5.server.adapter;
/*
* RED5 Open Source Flash Server - http://www.osflash.org/red5
*
* Copyright (c) 2006-2009 by respective authors (see below). All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public L... | lgpl-3.0 |
NeoRazorX/facturascripts | Dinamic/Lib/SupplierRiskTools.php | 230 | <?php namespace FacturaScripts\Dinamic\Lib;
/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <carlos@facturascripts.com>
*/
class SupplierRiskTools extends \FacturaScripts\Core\Lib\SupplierRiskTools
{
}
| lgpl-3.0 |
mdaus/nitro | modules/c++/nitf/include/nitf/exports.hpp | 3293 | #ifndef NITRO_nitf_exports_hpp_INCLUDED_
#define NITRO_nitf_exports_hpp_INCLUDED_
#pragma once
// Use Windows naming conventions (DLL, LIB) because this really only matters
// for _MSC_VER, see below.
#if !defined(NITRO_NITFCPP_LIB) && !defined(NITRO_NITFCPP_DLL)
// Building a static library (not a DLL) is the def... | lgpl-3.0 |
rmarting/java-samples | webservice-sample/src/main/java/com/redhat/samples/ws/request/SimpleType.java | 1330 | package com.redhat.samples.ws.request;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>
* Java class for PlaceOrderType complex type.
*
* <p>
* The following schema f... | unlicense |
r-lyeh/scriptorium | angelscript/sdk/docs/manual/functions_func.js | 724 | var functions_func =
[
[ "a", "functions_func.html", null ],
[ "b", "functions_func_0x62.html", null ],
[ "c", "functions_func_0x63.html", null ],
[ "d", "functions_func_0x64.html", null ],
[ "e", "functions_func_0x65.html", null ],
[ "f", "functions_func_0x66.html", null ],
[ "g", "function... | unlicense |
TheDenys/.NET | Lucene.Net/test/core/Support/TestLRUCache.cs | 1645 | /*
*
* 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
* "Licen... | unlicense |
tlgs/dailyprogrammer | JavaScript/easy/e036.js | 401 | /* 12/04/2016 */
var numLockers = 1000;
var lockers = [];
for(var i=0; i <= numLockers; i++)
lockers.push(false);
for(i=1; i <= numLockers; i++)
for(var j=1; j <= numLockers; j++)
if(!(j%i))
lockers[j] = !lockers[j];
console.log("Number of open lockers: " + lockers.reduce((total, a) => a ? total + a :... | unlicense |
fathi-hindi/oneplace | vendor/magento/module-sales-rule/Model/Plugin/ResourceModel/Rule.php | 1306 | <?php
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\SalesRule\Model\Plugin\ResourceModel;
/**
* Class Rule
* @package Magento\SalesRule\Model\Plugin\ResourceModel
* @deprecated
*/
class Rule
{
/**
* @param \Magento\SalesRule\M... | unlicense |
naconner/lamassu-server | lib/new-admin/services/funding.js | 2882 | const _ = require('lodash/fp')
const BN = require('../../bn')
const settingsLoader = require('../../new-settings-loader')
const configManager = require('../../new-config-manager')
const wallet = require('../../wallet')
const ticker = require('../../ticker')
const { utils: coinUtils } = require('lamassu-coins')
functio... | unlicense |
fathi-hindi/oneplace | vendor/magento/module-require-js/registration.php | 276 | <?php
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Magento_RequireJs',
__DIR__
);
| unlicense |
botja/tarabica-wp75 | Tarabica.Model/Domain/Twitter/Tweet.cs | 622 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Tarabica.Model.Domain.Twitter
{
public class Tweet
{
public Int64 Id { get; set; }
public User User { get; set; }
public string Text { get; set; }
public DateTime Time { get; set; }
... | unlicense |
codeApeFromChina/resource | frame_packages/java_libs/hibernate-distribution-3.6.10.Final/project/hibernate-jbosscache/src/main/java/org/hibernate/cache/jbc2/JndiMultiplexedJBossCacheRegionFactory.java | 1929 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2009, Red Hat, Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat, Inc.
*
*... | unlicense |
geotrellis/geotrellis-osm-elevation | viewer/components/DiffLayers.js | 5704 | "use strict";
import React from 'react';
import _ from 'lodash';
import { PanelGroup, Panel, Input, Button, ButtonGroup } from 'react-bootstrap';
import ifAllDefined from '../utils/utils.js';
function updateInterLayerDiffMap (showLayerWithBreaks, showMaxState, hideMaxState, showMaxAverageState, hideMaxAverageState, ro... | apache-2.0 |
siilobv/retrofit | retrofit/src/main/java/retrofit2/Retrofit.java | 23591 | /*
* Copyright (C) 2012 Square, 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 agre... | apache-2.0 |
StnetixDevTeam/ariADDna | rest-api-server/src/main/java/com/stnetix/ariaddna/restapiserver/model/PartLocation.java | 2664 | /*
* Copyright (c) 2018 stnetix.com. 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 ... | apache-2.0 |
vcpe-io/vcpe-hub | nat/pkt_utils/arp_pkt_gen.py | 1577 | from ryu.lib.packet import packet
from ryu.lib.packet import ethernet
from ryu.ofproto.ether import ETH_TYPE_ARP
from ryu.lib.packet import arp
from ryu.ofproto import ether
BROADCAST = 'ff:ff:ff:ff:ff:ff'
TARGET_MAC_ADDRESS = '00:00:00:00:00:00'
def arp_reply(src_mac, src_ip, target_mac, target_ip):
# Creat an e... | apache-2.0 |
harnesscloud/nova-docker | novadocker/virt/docker/client.py | 8632 | # Copyright (c) 2013 dotCloud, Inc.
# 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 requir... | apache-2.0 |
cloudera/hue | desktop/core/ext-py/pyasn1-modules-0.2.6/pyasn1_modules/rfc6019.py | 994 | # This file is being contributed to pyasn1-modules software.
#
# Created by Russ Housley.
# Modified by Russ Housley to add a map for use with opentypes.
#
# Copyright (c) 2019, Vigil Security, LLC
# License: http://snmplabs.com/pyasn1/license.html
#
# BinaryTime: An Alternate Format for Representing Date and Time
#
# ... | apache-2.0 |
cheld/dashboard | src/app/frontend/common/components/actionbar/module.js | 2104 | // Copyright 2017 The Kubernetes Dashboard 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 applicabl... | apache-2.0 |
justasabc/opensim76 | OpenSim/Region/Framework/Interfaces/IEstateModule.cs | 2640 | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | apache-2.0 |
ArsenShnurkov/poderosa | Plugin/StructuredText.cs | 10803 | /*
* Copyright 2004,2006 The Poderosa Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* $Id: StructuredText.cs,v 1.3 2012/05/20 09:10:30 kzmi Exp $
*/
using System;
using System.IO;
using System.Collections;
/*
... | apache-2.0 |
spasam/spring-ldap | test/integration-tests-openldap/src/test/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java | 6738 | /*
* Copyright 2005-2010 the original author or 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 ap... | apache-2.0 |
iolevel/peachpie-concept | src/Peachpie.Library/SPL/WeakMap.cs | 5374 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Pchp.Core;
namespace Pchp.Library.Spl
{
[PhpType(PhpTypeAttribute.InheritName, MinimumLangVersion = "8.0")]
public sealed class WeakMap : ArrayAccess, Countable, IteratorAggregate, Traversable
{
// -... | apache-2.0 |
sanyaade-iot/message-server | tools/tsung/src/main/java/com/magnet/mmx/tsung/GenTestScript.java | 13132 | /* Copyright (c) 2015 Magnet Systems, 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 ... | apache-2.0 |