repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
yaochangyu/sample.dotblog | WebAPI/Lab.PassingBSON/WebApplication1.UnitTest/UnitTest1.cs | 2674 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Owin;
namespace WebApplication1.UnitTest
{
[TestClass... | lgpl-3.0 |
oleneveu/SharpKit-SDK | Defs/Html/generated/html/HTMLDivElement.cs | 3204 |
/*******************************************************************************************************
This file was auto generated with the tool "WebIDLParser"
Content was generated from IDL file:
http://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLDivElement.idl
PLEASE DO *NOT* MODIFY THIS FILE... | lgpl-3.0 |
jontiefer/DotCoolControls | DotCoolControls.WinForms/Properties/AssemblyInfo.cs | 1464 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Do... | lgpl-3.0 |
knowthelist/knowthelist | src/stackdisplay.cpp | 2789 | /*
Copyright (C) 2014 Mario Stephan <mstephan@shared-files.de>
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 la... | lgpl-3.0 |
arcualberta/Catfish | Catfish/wwwroot/assets/js/_public-facing/scripts/item-details-page-functions.js | 2091 | function submitDetailsWorkflowForm(suffix, successMessage, entityId, currentStatus, nextStatus, buttonName) {
$("#item-details-result-message_" + suffix).hide();
$("#submissionDetailsForm_" + suffix).submit(function (event) {
/* stop form from submitting normally */
event.preventDefault();
... | lgpl-3.0 |
liuhongchao/GATE_Developer_7.0 | src/gate/util/persistence/ResourcePersistence.java | 3589 | /*
* Copyright (c) 1995-2012, The University of Sheffield. See the file
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
*
* This file is part of GATE (see http://gate.ac.uk/), and is free
* software, licenced under the GNU Library General Public License,
* Version 2, June 1991 (in ... | lgpl-3.0 |
pcolby/libqtaws | src/ecs/registercontainerinstanceresponse.cpp | 4143 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 v... | lgpl-3.0 |
Techmentis/flinkiso-lite | app/Controller/NonConformingProductsMaterialsController.php | 13200 | <?php
App::uses('AppController', 'Controller');
/**
* NonConformingProductsMaterials Controller
*
* @property NonConformingProductsMaterial $NonConformingProductsMaterial
*/
class NonConformingProductsMaterialsController extends AppController {
public function _get_system_table_id() {
$this->loadMod... | lgpl-3.0 |
anthonybennett/anthonybennett.github.io | level-up-your-js/js/script.js | 1595 | (function(win) {
// Save some typing below.
var mu = win.mu;
// Define slides.
var slides = {
init: function() {
// Find all sections. Start on first.
this.els = mu.findAll("section");
this.count = this.els.length;
this.index = 0;
},
hide: function() {
// Hide current element.
mu.css(this.e... | lgpl-3.0 |
tobato/FastDFS_Client | src/test/java/com/github/tobato/fastdfs/domain/fdfs/TrackerAddressHolderTest.java | 1154 | package com.github.tobato.fastdfs.domain.fdfs;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.net.InetSocketAddress;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
/**
* TrackerAddressHolder测试
*
* @author tobato
*/
public class... | lgpl-3.0 |
svn2github/dynamicreports-jasper | dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/expression/ValueExpression.java | 2075 | /**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2015 Ricardo Mariaca
* http://www.dynamicreports.org
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of ... | lgpl-3.0 |
almondtools/comtemplate | src/main/java/net/amygdalum/comtemplate/engine/TemplateGroupException.java | 817 | package net.amygdalum.comtemplate.engine;
import static java.util.stream.Collectors.joining;
import java.util.List;
public class TemplateGroupException extends ComtemplateException {
private String name;
private String fileName;
private List<String> messages;
public TemplateGroupException(String name, List<Str... | lgpl-3.0 |
Godin/sonar | server/sonar-main/src/test/java/org/sonar/application/cluster/ClusterProcessTest.java | 1458 | /*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
TheAnswer/FirstTest | bin/scripts/creatures/objects/tatooine/creatures/wildDuneBoar.lua | 4733 | --Copyright (C) 2008 <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 |
muk-it/muk_dms | muk_dms_field/fields/binary.py | 3916 | ###################################################################################
#
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Documents Field
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Les... | lgpl-3.0 |
metaindu/MetaphysicsIndustries.Solus | MetaphysicsIndustries.Solus.Test/ExpressionsT/DerivativeOfVariableT/ResultTest.cs | 1481 |
/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* 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 3 ... | lgpl-3.0 |
sikachu/jasperreports | demo/samples/openflashchart/src/net/sf/jasperreports/components/ofc/ChartXlsHandler.java | 2371 | /*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2013 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | lgpl-3.0 |
mupif/mupif | examples/ssh/_test_ssh_server.py | 1389 | #!/usr/bin/env python3
import asyncio, asyncssh, sys, argparse, os.path, logging
thisDir=os.path.dirname(os.path.abspath(__file__))
parser=argparse.ArgumentParser('Run testing SSH server')
parser.add_argument('--port',default=2024,type=int,help='Listening server port')
args=parser.parse_args(sys.argv[1:])
log=logging... | lgpl-3.0 |
NOVA-Team/NOVA-Core | modules/core/src/test/java/nova/core/block/component/BlockPropertyTest.java | 3873 | /*
* Copyright (c) 2017 NOVA, All rights reserved.
* This library is free software, licensed under GNU Lesser General Public License version 3
*
* This file is part of NOVA.
*
* NOVA is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | lgpl-3.0 |
lbndev/sonarqube | server/sonar-server/src/main/java/org/sonar/server/platform/BackendCleanup.java | 8387 | /*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
Bradsta/NewtonsHeist | Plugins/CustomGravityPlugin/Intermediate/Build/Win32/UE4/Development/CustomGravityPlugin/Module.CustomGravityPlugin.cpp | 2000 | // This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "C:\Users\Brad\Documents\Unreal Projects\Newtons-Heist\Plugins\CustomGravityPlugin\Source\CustomGravityPlugin\Private\CustomGravityPluginPrivatePCH.h"
#include "C:\Users\Brad\Documents\Unreal Projects\... | lgpl-3.0 |
openmag/mag-android0.3 | com_anheinno_android_libs/src/com/anheinno/android/libs/mag/MAGTieredSelect.java | 1615 | /**
* MAGTieredSelect.java
*
* Copyright 2007-2011 anhe.
*/
package com.anheinno.android.libs.mag;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.view.View;
/**
* 2011-2-9
*
* MAGTieredselect是让用户用从多个关联的下拉列表组中选择一个选项的输入组件,关联是... | lgpl-3.0 |
opentraffic/analyst-ui | src/app/tangram-scene.js | 8018 | /* eslint no-unused-vars: ["error", { "vars": "local" }] */
/* global feature */
import config from '../config'
import { STOPS, OUTLINE_STOPS } from '../lib/route-segments'
import { getColorAtIndexInVec3 } from '../lib/color-ramps'
const scene = {
import: [
'https://stvno.github.io/wereldbank/refill-style.zip',
... | lgpl-3.0 |
desht/ScrollingMenuSign | src/main/java/me/desht/scrollingmenusign/listeners/SMSBlockListener.java | 8700 | package me.desht.scrollingmenusign.listeners;
import me.desht.dhutils.DHUtilsException;
import me.desht.dhutils.MiscUtil;
import me.desht.dhutils.PermissionUtils;
import me.desht.dhutils.block.BlockUtil;
import me.desht.scrollingmenusign.*;
import me.desht.scrollingmenusign.expector.ExpectSwitchAddition;
import me.des... | lgpl-3.0 |
IlyaKirillov/GoProject | WebSDK/Drawing/Window.js | 146446 | "use strict";
/**
* Copyright 2014 the HtmlGoBoard project authors.
* All rights reserved.
* Project WebSDK
* Author Ilya Kirillov
* Date 13.12.14
* Time 1:13
*/
function CDrawingWindow()
{
this.HtmlElement =
{
Control : null,
InnerDiv : null,
InnerControl : ... | lgpl-3.0 |
xnull/WmExchBot | Test_Ebot/Config/Mapper/Bot/BehaviorMapTest.cs | 1615 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using ru.xnull;
using ru.xnull.XML;
using ru.xnull.Config.Mapping.Bot;
using System.Xml;
namespace Test_Ebot.Config.Mapper.Bot
{
[TestFixture]
class BehaviorMapTest
{
private BehaviorMap bM... | lgpl-3.0 |
danzone/dspot | dspot/src/main/java/eu/stamp_project/utils/compilation/DSpotJDTBatchCompiler.java | 3678 | package eu.stamp_project.utils.compilation;
import org.eclipse.jdt.internal.compiler.Compiler;
import org.eclipse.jdt.internal.compiler.batch.CompilationUnit;
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
import org.eclipse.jdt.internal.compil... | lgpl-3.0 |
agentsoz/jill | jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal7.java | 1128 | package io.github.agentsoz.jill.core.testprogram;
import io.github.agentsoz.jill.lang.Goal;
import io.github.agentsoz.jill.lang.GoalInfo;
/*
* #%L
* Jill Cognitive Agents Platform
* %%
* Copyright (C) 2014 - 2019 by its authors. See AUTHORS file.
* %%
* This program is free software: you can redistribute it and... | lgpl-3.0 |
SAMPProjects/Open-SAMP-API | src/Open-SAMP-API/Client/RenderFunctions.hpp | 2134 | #pragma once
#include "Client.hpp"
namespace Client
{
namespace RenderFunctions
{
EXPORT int TextCreate(const char *Font, int FontSize, bool bBold, bool bItalic, int x, int y, unsigned int color, const char *text, bool bShadow, bool bShow);
EXPORT int TextDestroy(int ID);
EXPORT int TextSetShadow(int id, bool ... | lgpl-3.0 |
Godin/sonar | server/sonar-web/src/main/js/components/issue/popups/SetIssueTagsPopup.tsx | 2599 | /*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
smart-facility/TransMob | model/src/main/java/hibernate/postgres/TransimsHouseholdLocationEntity.java | 7833 | /* This file is part of TransMob.
TransMob is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
TransMob is distributed in the hop... | lgpl-3.0 |
instant-solutions/shiva4j | src/at/tripwire/shiva4j/objects/Artist.java | 444 | package at.tripwire.shiva4j.objects;
public interface Artist {
/**
* The object's ID.
*/
int getId();
/**
* Artist's name
*/
String getName();
/**
* Link to a photo of the artist.
*/
String getImageUrl();
/**
* The URI of this resource's instance.
*/
String getUri();
/**
* The URI to do... | lgpl-3.0 |
EvilInteractive/happy-engine | src/HappyEngine/code/io/BinaryVisitor.cpp | 1295 | //HappyEngine Copyright (C) 2011 - 2014 Evil Interactive
//
//This file is part of HappyEngine.
//
// HappyEngine 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 Lice... | lgpl-3.0 |
kakserpom/phpdaemon | PHPDaemon/Examples/ExampleAsteriskClient.php | 2079 | <?php
namespace PHPDaemon\Examples;
use PHPDaemon\Clients\Asterisk\Pool;
use PHPDaemon\Core\AppInstance;
/**
* @package Examples
* @subpackage Asterisk
*
* @author TyShkan <denis@tyshkan.ru>
*/
class ExampleAsteriskClient extends AppInstance
{
public $asteriskclient;
public $asteriskconn;
/... | lgpl-3.0 |
gabi2/libyui-ncurses | src/NCRichText.cc | 24097 | /*
Copyright (C) 2000-2012 Novell, Inc
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) version 3.0 of the License. This library
... | lgpl-3.0 |
horazont/aioxmpp | tests/forms/test_form.py | 27399 | ########################################################################
# File name: test_form.py
# This file is part of: aioxmpp
#
# LICENSE
#
# 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 Founda... | lgpl-3.0 |
jruncik/Reservito | SR.Core/Rights/RightsException.cs | 216 | using System;
namespace SR.Core.Rights
{
[Serializable]
public class RightsException : TvException
{
public RightsException(string message)
: base(message)
{
}
}
} | lgpl-3.0 |
keepkey/python-keepkey | tests/test_msg_signtx.py | 50611 | # This file is part of the TREZOR project.
#
# Copyright (C) 2012-2016 Marek Palatinus <slush@satoshilabs.com>
# Copyright (C) 2012-2016 Pavol Rusnak <stick@satoshilabs.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 publishe... | lgpl-3.0 |
GeirGrusom/PlatformInvoker | Platform.Invoke/ILibraryProcProvider.cs | 1290 | using System;
namespace Platform.Invoke
{
/// <summary>
/// Provides an interface for library internal functionality.
/// </summary>
public interface ILibraryProcProvider
{
/// <summary>
/// Frees the specified library.
/// </summary>
/// <param name="module">Operat... | lgpl-3.0 |
bdelespierre/php-axiom | libraries/axiom/axSession.class.php | 2465 | <?php
/**
* @brief Session class file
* @file axSession.class.php
*/
/**
* @brief Session Class
*
* @note By default any instance of this class will point to the same $_SESSION structure for practical purposes.
*
* @class axSession
* @author Delespierre
* @ingroup Core
* @copyright Copyright 2010-2011, Ben... | lgpl-3.0 |
jmecosta/sonar | sonar-plugin-api/src/main/java/org/sonar/api/database/model/MeasureModel.java | 12696 | /*
* Sonar, open source software quality management tool.
* Copyright (C) 2008-2012 SonarSource
* mailto:contact AT sonarsource DOT com
*
* Sonar is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; e... | lgpl-3.0 |
OpenSoftwareSolutions/PDFReporter-Studio | net.sf.jasperreports/src/org/oss/pdfreporter/eclipse/compilers/jeval/NumberConstant.java | 2818 | /*******************************************************************************
* Copyright (c) 2013 Open Software Solutions GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3.0
* which accompanies this distribution, and... | lgpl-3.0 |
sjas/isabel | src/main/java/isabel/tool/validators/rules/SA00017Validator.java | 983 | package isabel.tool.validators.rules;
import isabel.tool.helper.NodeHelper;
import isabel.tool.impl.Standards;
import isabel.tool.impl.ValidationCollector;
import isabel.tool.imports.ProcessContainer;
import nu.xom.Document;
import nu.xom.Node;
import nu.xom.Nodes;
public class SA00017Validator extends Validator {
... | lgpl-3.0 |
lbndev/sonarqube | server/sonar-server/src/main/java/org/sonar/server/computation/task/projectanalysis/period/package-info.java | 996 | /*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
MastekLtd/JBEAM | supporting_libraries/stg-birt/src/main/java/com/stgmastek/birt/report/rendering/types/impl/PDFRenderOptionGenerator.java | 1420 | /*
* Copyright (c) 2014 Mastek Ltd. All rights reserved.
*
* This file is part of JBEAM. JBEAM 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.
*
* JBEAM is distributed in the hope that it will b... | lgpl-3.0 |
pombredanne/quirinus | src/quirinus/codecs/lookup.cpp | 12059 | /**
* @author Dmitry Selyutin
* @copyright GNU General Public License v3.0+
*/
#include <quirinus/core.hpp>
#include <quirinus/codecs.hpp>
#include "tables.cpp"
namespace quirinus {
namespace codecs {
Codec*
lookup(const Bytes& encoding)
{
// ASCII
if ((encoding == "ASCII")
|| (encoding == "iso-ir-6")
... | lgpl-3.0 |
alessandroleite/dohko | overlay/src/main/java/br/cic/unb/chord/util/WaitingThread.java | 1537 | /**
* Copyright (C) 2013-2014 the original author or authors.
*
* 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,
* any later vers... | lgpl-3.0 |
Sinhika/akkamaddiAdditions2 | src/main/java/akkamaddi/plugins/goldenglitter/Settings.java | 1328 | package akkamaddi.plugins.goldenglitter;
import java.io.File;
import alexndr.api.config.Configuration;
import alexndr.api.logger.LogHelper;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
public class Settings
{
private static Configuration settings = new Configuration();
public st... | lgpl-3.0 |
YorkJong/pyResourceLink | reslnk/reslnk.py | 12336 | # -*- coding: utf-8 -*-
"""
The main goal of ResLnk (Resource Link) is to link resource files into single
one (link command). It provides map command to generate resource map file in C
array style, id command to generate a C header file of resource ID enumeration.
"""
__software__ = "Resource Link"
__version__ =... | lgpl-3.0 |
DevMonks/dwarf | library/Dwarf/Net/Socket.php | 828 | <?php
namespace Dwarf\Net;
class Socket extends \Dwarf\Stream {
protected $endPoint;
protected $timeOut = 3;
public function __construct( $host, $port = null, $timeOut = null ) {
if( $host instanceof EndPoint )
$this->endPoint = $host;
else
$this-... | lgpl-3.0 |
pubs/pubs | pubs/databroker.py | 4150 | from __future__ import unicode_literals
from . import filebroker
from . import endecoder
from .p3 import pickle
from . import __version__
class DataBroker(object):
""" DataBroker class
This is aimed at being a simple, high level interface to the content stored on disk.
Requests are optimisticall... | lgpl-3.0 |
Godin/sonar | sonar-ws/src/main/java/org/sonarqube/ws/client/securityreports/SecurityReportsService.java | 2108 | /*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
ToBaer94/PygameTowerDefense | buttons/trap_selection_button.py | 290 | from button import Button
class TrapButton(Button):
def __init__(self, image, x, y, parent, trap):
super(TrapButton, self).__init__(image, x, y, parent)
self.trap = trap
def get_clicked(self):
print self.trap
self.parent.selected_trap = self.trap
| lgpl-3.0 |
advanced-online-marketing/AOM | vendor/facebook/php-business-sdk/src/FacebookAds/Object/AudioCopyright.php | 2437 | <?php
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
* form for use in connection with the web services and APIs provided by
* Facebook.
... | lgpl-3.0 |
remhume/Hermelin | js/ui.exts_dlg.js | 3466 | if (typeof ui == 'undefined') var ui = {};
ui.ExtsDlg = {
id: '',
init: function init() {
ui.ExtsDlg.id = '#prefs_exts';
},
load_ext_list: function load_ext_list() {
var exts_list = $('#prefs_exts > ul').empty();
for (var ext_id in ext.exts_info) {
var info = ext.exts_info[ext_id];
va... | lgpl-3.0 |
SergiyKolesnikov/fuji | examples/BerkeleyDB-fuji-compilable/base/com/sleepycat/je/dbi/EnvConfigObserver.java | 393 | package com.sleepycat.je.dbi;
import com.sleepycat.je.DatabaseException;
import de.ovgu.cide.jakutil.*;
/**
* Implemented by observers of mutable config changes.
*/
public interface EnvConfigObserver {
/**
* Notifies the observer that one or more mutable properties have been
* changed.
*/
void env... | lgpl-3.0 |
aploese/spsw | de.ibapl.spsw.jnhwprovider/src/test/java/de/ibapl/spsw/testsjnhw/TwoPortsBaselineRxTxTest.java | 1316 | /*
* SPSW - Drivers for the serial port, https://github.com/aploese/spsw/
* Copyright (C) 2009-2021, Arne Plöse and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute... | lgpl-3.0 |
advanced-online-marketing/AOM | vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201708/FeatureErrorReason.php | 214 | <?php
namespace Google\AdsApi\Dfp\v201708;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class FeatureErrorReason
{
const MISSING_FEATURE = 'MISSING_FEATURE';
const UNKNOWN = 'UNKNOWN';
}
| lgpl-3.0 |
retohugi/SitecoreExtension-ClickjackingProtection | src/SitecoreExtension.ClickjackingProtection/Properties/AssemblyInfo.cs | 1306 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Si... | lgpl-3.0 |
uqbar-paco/obj3-declaratividad-ruby | model/view_dsl/alumno_dsl.rb | 328 | require_relative '../alumno'
require_relative '../alumno_agregados'
require_relative 'descriptor_dsl_support'
=begin
The addition to the model Alumno class in order to define a descriptor based in
the simple DSL defined in DesciptorDslSupport.
Cfr. descriptor_dsl_support.rb.
=end
class Alumno
extend DesciptorDslSup... | lgpl-3.0 |
kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/include/objects/entrez2/Entrez2_docsum_field_info_.hpp | 7833 | /* $Id$
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyrigh... | lgpl-3.0 |
uaithne/uaithne-generator | src/main/java/org/uaithne/generator/templates/shared/gwt/client/ChainedGroupingAsyncExecutorTemplate.java | 3769 | /*
* Copyright 2012 and beyond, Juan Luis Paz
*
* This file is part of Uaithne.
*
* Uaithne 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)... | lgpl-3.0 |
Arcavias/arcavias-core | misc/ext-template/controller/frontend/tests/Controller/Frontend/DemoTest.php | 869 | <?php
/**
* @copyright Copyright (c) Metaways Infosystems GmbH, 2013
* @license LGPLv3, http://www.arcavias.com/en/license
*/
class Controller_Frontend_DemoTest extends MW_Unittest_Testcase
{
private $_object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called befor... | lgpl-3.0 |
awagle/hackathon | jira/com.tibco.bw.palette.jira.design/src/com/tibco/bw/palette/jira/design/preferences/PreferenceConstants.java | 277 | package com.tibco.bw.palette.jira.design.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
public static final String P_USER= "userNamePreference";
public static final String P_PASSWORD = "passwordNamePreference";
}
| lgpl-3.0 |
biless/cinatra | include/cinatra/cinatra.hpp | 4374 |
#pragma once
#include <cinatra/http_server.hpp>
#include <cinatra/http_router.hpp>
#include <cinatra/request.hpp>
#include <cinatra/response.hpp>
#include <cinatra/logging.hpp>
#include <cinatra/aop.hpp>
#include <cinatra/body_parser.hpp>
#include <boost/lexical_cast.hpp>
#include <string>
#include <v... | lgpl-3.0 |
caiusb/gumtree | client/src/main/java/com/github/gumtreediff/client/Option.java | 5351 | /*
* This file is part of GumTree.
*
* GumTree 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 version.
*
* GumTree is distribute... | lgpl-3.0 |
contao-community-alliance/dc-general | tests/DataDefinition/Palette/PaletteConditionChainTest.php | 2636 | <?php
/**
* This file is part of contao-community-alliance/dc-general.
*
* (c) 2013-2019 Contao Community Alliance.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by ... | lgpl-3.0 |
UniTime/cpsolver | src/org/cpsolver/exam/reports/ExamRoomSchedule.java | 3945 | package org.cpsolver.exam.reports;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import org.cpsolver.exam.model.Exam;
import org.cpsolver.exam.model.ExamModel;
import org.cpsolver.exam.model.ExamPeriod;
import org.cpsolver.exam.model.ExamPlacement;
impor... | lgpl-3.0 |
MetaModels/core | src/DcGeneral/DataDefinition/Palette/Condition/Property/InputScreenAttributeIs.php | 2392 | <?php
/**
* This file is part of MetaModels/core.
*
* (c) 2012-2019 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* @package M... | lgpl-3.0 |
PabloPiaggi/plumed2 | src/colvar/Dipole.cpp | 5186 | /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2012-2020 The plumed team
(see the PEOPLE file at the root of the distribution for a list of names)
See http://www.plumed.org for more information.
This file is part of plumed, version 2.
plumed is free software... | lgpl-3.0 |
sikachu/jasperreports | src/net/sf/jasperreports/components/sort/SortComponentSymbolFontFactory.java | 2577 | /*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2013 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | lgpl-3.0 |
vFense/vFenseAgent-nix | agent/agent.py | 182 | import sys
import os
sys.path.append(os.path.join(os.getcwd(), "src"))
from core import MainCore
if __name__ == "__main__":
main_core = MainCore("agent")
main_core.run()
| lgpl-3.0 |
Guillaume351/Steadfast2 | src/pocketmine/item/Item.php | 75714 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ ... | lgpl-3.0 |
pcolby/libqtaws | src/opsworkscm/untagresourceresponse.cpp | 5931 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 v... | lgpl-3.0 |
kevoree/kevoree-library | toys/src/main/java/com/rendion/jchrome/painters/ToolbarPainter.java | 848 | package com.rendion.jchrome.painters;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
import com.rendion.jchrome.JChromeTabbedPane;
import com.rendion.jchrome.JChromeTabbedPane;
public class ToolbarPainter
{
private static final int HEIGHT = 20;
private final JChromeTabbedPane panel;
private The... | lgpl-3.0 |
yhqmcq/infox-cms | src/test/java/com/infocms/junit/BaseJunitCase.java | 764 | package com.infocms.junit;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* <strong>BaseJunitCase</strong><br>
* <br>
* <s... | lgpl-3.0 |
Aymkdn/SharepointPlus | es5/files/checkin.js | 4041 | import _regeneratorRuntime from "@babel/runtime-corejs3/regenerator";
import _Promise from "@babel/runtime-corejs3/core-js-stable/promise";
import _asyncToGenerator from "@babel/runtime-corejs3/helpers/esm/asyncToGenerator";
import getURL from '../utils/getURL.js';
import ajax from '../utils/ajax.js';
import _buildBody... | lgpl-3.0 |
kwiato88/EditorPlugins | nppIncludeBrowser/Source/TreeViewFileHierarchySelector.cpp | 941 | #include "TreeViewFileHierarchySelector.hpp"
#include "TreeDialog.hpp"
namespace IncludeBrowser
{
namespace
{
WinApi::Node buildNode(const FileHierarchy& p_files)
{
WinApi::Node node(p_files.value, static_cast<const void*>(&p_files.value));
for (const auto& file : p_files.children)
node.m_children.push_... | lgpl-3.0 |
kbss-cvut/jopa-examples | eswc2016/src/main/webapp/src/component/message/Message.tsx | 1012 | import * as React from "react";
import {useCallback, useEffect} from "react";
import {Message as MessageModel} from "../../model/Types";
import {Alert} from "react-bootstrap";
import {useDispatch} from "react-redux";
import {dismissMessage} from "../../action/SyncActions";
import Constants from "../../util/Constants";
... | lgpl-3.0 |
SonarSource/sonarqube | server/sonar-ce/src/main/java/org/sonar/ce/cleaning/CeCleaningExecutorService.java | 1010 | /*
* SonarQube
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
jorj1988/shift-core | src/Utilities/satomichelper.cpp | 598 | #include "shift/Utilities/satomichelper.h"
#include "Memory/XResourceDescription.h"
#include "Utilities/XAssert.h"
#if defined(X_MSVC)
# include "Windows.h"
#endif
namespace Shift
{
namespace AtomicHelper
{
bool trySet(Type *p, Type newVal, Type oldVal)
{
bool success = false;
#if defined(X_MSVC)
xAssertIsSp... | lgpl-3.0 |
colceriu-ovidiu/zMovies | module/MyAuth/src/MyAuth/Form/LoginForm.php | 871 | <?php
namespace MyAuth\Form;
use Zend\Form\Form;
class LoginForm extends Form
{
public function __construct($name = null)
{
// we want to ignore the name passed
parent::__construct('login');
$this->add(array(
'name' => 'username',
'type' => 'Text',
... | lgpl-3.0 |
TheAnswer/FirstTest | bin/scripts/creatures/objects/tatooine/npcs/sennex/sennexWarder.lua | 4759 | --Copyright (C) 2008 <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 |
anndy201/mars-framework | mars_common/src/main/java/com/sqsoft/mars/common/iou/demo/HouseKeeper.java | 3849 | package com.sqsoft.mars.common.iou.demo;
import java.util.Random;
import org.joda.time.DateTime;
import com.sqsoft.mars.common.iou.Escrow;
import com.sqsoft.mars.common.iou.Iou;
import com.sqsoft.mars.common.iou.RealIouEscrow;
import com.sqsoft.mars.common.iou.RealIouEscrowEx;
public class HouseKeeper
{
public... | lgpl-3.0 |
TheAnswer/FirstTest | bin/scripts/object/tangible/lair/kupernug/objects.lua | 6025 | --Copyright (C) 2009 <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 ve... | lgpl-3.0 |
northshorefiend/sshproxyj | sshproxyj-start/src/main/java/com/jamesashepherd/start/Listener.java | 5650 | /**
* Copyright 2013 James A. Shepherd
* http://www.JamesAshepherd.com/
*
* LICENCE: http://www.gnu.org/licenses/lgpl.html
*/
package com.jamesashepherd.start;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import ... | lgpl-3.0 |
acnicholas/scaddins | src/RoomConverter/RoomParameter.cs | 1222 | // (C) Copyright 2018-2020 by Andrew Nicholas
//
// This file is part of SCaddins.
//
// SCaddins 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 optio... | lgpl-3.0 |
lbndev/sonarqube | server/sonar-web/src/main/js/apps/permissions/shared/components/GroupIcon.js | 2157 | /*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* mailto:info AT sonarsource DOT 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 License, o... | lgpl-3.0 |
iskovskikh/sadovod.local | module/Shop/Module.php | 455 | <?php
namespace Shop;
class Module
{
public function getConfig()
{
return include __DIR__ . '/config/module.config.php';
}
public function getAutoloaderConfig()
{
return array(
'Zend\Loader\StandardAutoloader' => array(
'namespaces' => arra... | lgpl-3.0 |
chenzongzhai/liepin | liepin/spiders/config.py | 564 | # -*- coding:utf-8 -*-
import MySQLdb
from DBUtils.PooledDB import PooledDB
CONFIG = {
'allowed_domains': ['www.liepin.com', 'job.liepin.com'],
'start_urls': ['https://www.liepin.com/zhaopin/'],
'detail_link_rule': ['https://job.liepin.com/\d+_\d+/\?imscid=\w+'],
'list_link_rule': ['https://www.liepin... | lgpl-3.0 |
pcolby/libqtaws | src/devicefarm/listdevicepoolsrequest.cpp | 3735 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 v... | lgpl-3.0 |
sfu-ireceptor/gateway | resources/views/job/view.blade.php | 1709 | @extends('template')
@section('title', $job->agave_status)
@section('base_title', ' ')
@section('content')
<div class="container job_container" data-job-id="{{ $job->id }}" data-job-status="{{ $job->status }}">
<h1>
Job {{ $job->id }}
<small data-toggle="tooltip" data-placement="right" title="Submitted on {{ $... | lgpl-3.0 |
bunnyinc/phpstats | tests/ProbabilityDistribution/RayleighTest.php | 2045 | <?php
require_once('lib/Stats.php');
require_once('lib/ProbabilityDistribution/ProbabilityDistribution.php');
require_once('lib/ProbabilityDistribution/Weibull.php');
require_once('lib/ProbabilityDistribution/Rayleigh.php');
use \PHPStats\ProbabilityDistribution\Rayleigh as Rayleigh;
class RayleighTest extends PHPUni... | lgpl-3.0 |
ArticulatedSocialAgentsPlatform/HmiCore | HmiGraphics/src/hmi/graphics/examples/ColladaTestScenePupilSizeSetting.java | 5190 | /*******************************************************************************
* Copyright (C) 2009-2020 Human Media Interaction, University of Twente, the Netherlands
*
* This file is part of the Articulated Social Agents Platform BML realizer (ASAPRealizer).
*
* ASAPRealizer is free software: you can redistrib... | lgpl-3.0 |
bahaa/nature-of-code | scripts/arrive.js | 404 | include('vehicle.js');
var vehicle = new Vehicle();
var target = new Point(0, 0);
var targetCircle = new Path.Circle({
position: target,
radius: 30,
strokeColor: 'black',
dashArray: [10, 4]
});
function onMouseMove(event) {
target = event.point;
}
function onFrame() {
targetCircle.position ... | unlicense |
himesama1301/MizuMod | Source/MizuMod/CompWaterNetInput.cs | 3816 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Verse;
namespace MizuMod
{
public class CompWaterNetInput : CompWaterNet
{
public new CompProperties_WaterNetInput Props
{
get
{
return (CompProperties_WaterNetIn... | unlicense |
ins-pirat-ion/chords-and-tabs | Suchy_Slitr-Praminek_vlasu.C | 3212 | Jiří Suchý - Pramínek vlasů
https://www.youtube.com/watch?v=zOX299csGu8
Orig: E - Kapo: 4
I:
𝅘𝅥𝅮 [: bass C H A G F F F# G G A H C :]
[: C Ami Dmi G6 G6 F#6 F6 :]
𝅘𝅥𝅮 whistle G F E
C Ami Dmi7 F6 F#6 G6 G6 F#6 F6 C Ami Dmi7 F6 F#6 ... | unlicense |
tarolandia/vinyl | lib/vinyl/rule.rb | 2542 | module Vinyl
def self.when_route(route, *args)
Rule.add(route, args[0])
end
def self.acl_routes_collection
Rule.acl_routes_collection
end
class Rule
class RegExpHash < Hash
def [](a)
return super a if a.class == Regexp
self.keys.each do |pattern|
return super pa... | unlicense |
ProgrammerDan/wolf-process-wrapper | WolfRandomPython.java | 8561 | package animals;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.io.OutputStreamWriter;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.Callable;
import java.util... | unlicense |
g0rdan/EpubReader.Cross | Source/EpubReader.Cross/Entities/EpubTextContentFile.cs | 153 | namespace VersFx.Formats.Text.Epub
{
public class EpubTextContentFile : EpubContentFile
{
public string Content { get; set; }
}
}
| unlicense |