code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can ob... | EgorZhuk/pentaho-reporting | designer/report-designer/src/main/java/org/pentaho/reporting/designer/core/actions/report/export/ExportCsvAction.java | Java | lgpl-2.1 | 1,180 |
# -*- coding: utf-8 -*-
# ####################################################################
# Copyright (C) 2005-2019 by the FIFE team
# http://www.fifengine.net
# This file is part of FIFE.
#
# FIFE is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# ... | fifengine/fifengine | engine/python/fife/extensions/loaders.py | Python | lgpl-2.1 | 2,646 |
/*
===============================================================================
FILE: pulsedescriptor.hpp
CONTENTS:
Describes the way that outgoing and returning waveform of a pulse is stored
in the PulseWaves. There can be multiple pulsedescriptors each describing a
different composition of ... | PulseWaves/PulseWaves | inc/pulsedescriptor.hpp | C++ | lgpl-2.1 | 3,964 |
//
// BaseTiffFile.cs:
//
// Author:
// Mike Gemuende (mike@gemuende.de)
//
// Copyright (C) 2010 Mike Gemuende
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License version
// 2.1 as published by the Free Software Foundation.
//
// ... | timheuer/taglib-sharp-portable | src/TagLib.Shared/TagLib/Tiff/BaseTiffFile.cs | C# | lgpl-2.1 | 6,758 |
/* tests/test-det.C
* Copyright (C) 2002 Bradford Hovinen
*
* Written by Bradford Hovinen <hovinen@cis.udel.edu>
*
* --------------------------------------------------------
*
*
* ========LICENCE========
* This file is part of the library LinBox.
*
* LinBox is free software: you can redistribute it and/or ... | linbox-team/linbox | tests/test-rational-matrix-factory.C | C++ | lgpl-2.1 | 6,279 |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... | hdeling/sofa | modules/SofaOpenglVisual/CompositingVisualLoop.cpp | C++ | lgpl-2.1 | 6,947 |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | maui-packages/qt-creator | src/plugins/designer/cpp/formclasswizarddialog.cpp | C++ | lgpl-2.1 | 3,572 |
<?php
namespace wcf\data\like;
use wcf\data\object\type\ObjectTypeCache;
use wcf\system\cache\runtime\UserProfileRuntimeCache;
use wcf\system\like\IViewableLikeProvider;
/**
* Represents a list of viewable likes.
*
* @author Marcel Werk
* @copyright 2001-2018 WoltLab GmbH
* @license GNU Lesser General Public Lic... | Morik/WCF | wcfsetup/install/files/lib/data/like/ViewableLikeList.class.php | PHP | lgpl-2.1 | 2,340 |
#include "CmdReceiver.h"
#include <cstdio>
#include "Engine.h"
using namespace adv;
CommandReceiver::CommandReceiver() : mStopRequested(false), mMultiline(false){
}
CommandReceiver::~CommandReceiver(){
while (!mQueue.empty()){
Command c = mQueue.front();
if (c.type == SCRIPT)
free(c.... | captain-mayhem/captainsengine | Adventure/AdvEngine/Engine/CmdReceiver.cpp | C++ | lgpl-2.1 | 3,397 |
/* Copyright (C) 2006-2007 Egon Willighagen <egonw@users.sf.net>
*
* Contact: cdk-devel@lists.sourceforge.net
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
... | kazuyaujihara/NCDK | NCDK/IPseudoAtom.cs | C# | lgpl-2.1 | 1,902 |
package org.cytoscape.cg.model;
import java.awt.Image;
public class CustomGraphicsUtil {
public static Image getResizedImage(Image original, Integer w, Integer h, boolean keepAspectRatio) {
if (original == null)
throw new IllegalArgumentException("Original image cannot be null.");
if (w == null && h == null... | cytoscape/cytoscape-impl | custom-graphics-internal/src/main/java/org/cytoscape/cg/model/CustomGraphicsUtil.java | Java | lgpl-2.1 | 945 |
package com.camp.block;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
impor... | trainboy2019/1.7modrecove4r2 | src/main/java/com/camp/block/NetherLapis.java | Java | lgpl-2.1 | 2,215 |
#include <iostream>
#include <sys/stat.h>
#include <libgen.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "copyrequest.h"
#include "urlencode.h"
using namespace std;
CopyRequest::CopyRequest(WebdavServer& owner, bool deleteSource) :
Request(owner),
m_deleteSource(deleteSource)
{
}
int Cop... | woutervdm/wdserver | webdav/server/copyrequest.cpp | C++ | lgpl-2.1 | 3,661 |
/*
* JaspertReports JSF Plugin Copyright (C) 2011 A. Alonso Dominguez
*
* 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 ... | cristhiank/jasperreportsjsf | plugin/src/main/java/net/sf/jasperreports/jsf/context/JRFacesContextWrapper.java | Java | lgpl-2.1 | 3,019 |
/**
* EditorUpload.js
*
* Released under LGPL License.
* Copyright (c) 1999-2015 Ephox Corp. All rights reserved
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/**
* Handles image uploads, updates undo stack and patches over various internal functions.
*
*... | VioletLife/tinymce | js/tinymce/classes/EditorUpload.js | JavaScript | lgpl-2.1 | 4,051 |
# -*- coding: utf-8 -*-
#--------------------------------------------------------------------#
# This file is part of Py-cnotify. #
# #
# Copyright (C) 2007, 2008 Paul Pogonyshev. #
# ... | kived/py-cnotify | cnotify/__init__.py | Python | lgpl-2.1 | 8,208 |
using System;
namespace CabiNet
{
/// <summary>
/// When a table is missing
/// </summary>
public class MissingTableException : Exception
{
private readonly string _tableName;
/// <summary>
/// When a table is missing
/// </summary>
/// <param... | bltavares/CabiNet | CabiNet/CabiNet/Exceptions/MissingTableException.cs | C# | lgpl-3.0 | 656 |
package nova
import (
"fmt"
"net/http"
"gopkg.in/goose.v2/client"
"gopkg.in/goose.v2/errors"
goosehttp "gopkg.in/goose.v2/http"
)
// The following API requests found in this file are officially deprecated by
// the upstream openstack project.
// The API requests will be left as is, but marked as deprecated and ... | go-goose/goose | nova/deprecated.go | GO | lgpl-3.0 | 11,939 |
package eu.europa.echa.iuclid6.namespaces.flexible_record_estimatedquantities._6;
import java.math.BigDecimal;
import java.math.BigInteger;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This ... | ideaconsult/i5 | iuclid_6_4-io/src/main/java/eu/europa/echa/iuclid6/namespaces/flexible_record_estimatedquantities/_6/ObjectFactory.java | Java | lgpl-3.0 | 11,538 |
/**
*
*/
package com.github.nicosensei.batch.elasticsearch;
import org.apache.log4j.Level;
import com.github.nicosensei.batch.BatchException;
/**
* @author nicolas
*
*/
public class SkipLimitExceededException extends BatchException {
/**
*
*/
private static final long serialVersionUID = 109526869174312... | nicosensei/batch-tools | batch-tools-elasticsearch/src/main/java/com/github/nicosensei/batch/elasticsearch/SkipLimitExceededException.java | Java | lgpl-3.0 | 525 |
package com.ash6390.jarcraft.utility;
import com.ash6390.jarcraft.reference.References;
import cpw.mods.fml.common.FMLLog;
import org.apache.logging.log4j.Level;
public class LogHelper
{
public static void log(Level logLevel, Object object)
{
FMLLog.log(References.NAME, logLevel, String.valueOf(object... | Ash6390/JarCraft | src/main/java/com/ash6390/jarcraft/utility/LogHelper.java | Java | lgpl-3.0 | 920 |
// This file is part of VSTGUI. It is subject to the license terms
// in the LICENSE file found in the top-level directory of this
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
#include "uicrosslines.h"
#if VSTGUI_LIVE_EDITING
#include "../../lib/cviewcontainer.h"
#include "../../lib/cdrawco... | surikov/riffshare | wrapper/vst/i/vstgui4/vstgui/uidescription/editing/uicrosslines.cpp | C++ | lgpl-3.0 | 4,201 |
/* -*-coding: mule-utf-8-unix; fill-column: 58; -*-
Copyright (C) 2009, 2013 Sergei Lodyagin
This file is part of the Cohors Concurro library.
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... | lodyagin/concurro | C++/Guard.cpp | C++ | lgpl-3.0 | 1,580 |
class Substitution < ApplicationRecord
belongs_to :tutor
has_one :absence
has_one :meeting
end
| tuliglowicz/resource-substitution | app/models/substitution.rb | Ruby | lgpl-3.0 | 101 |
package jcl.lang;
import jcl.lang.internal.stream.SynonymStreamStructImpl;
/**
* The {@link SynonymStreamStruct} is the object representation of a Lisp 'synonym-stream' type.
*/
public interface SynonymStreamStruct extends IOStreamStruct {
/**
* Returns the {@link SymbolStruct} stream symbol.
*
* @return th... | scodynelson/JCL | jcl-core/src/main/java/jcl/lang/SynonymStreamStruct.java | Java | lgpl-3.0 | 807 |
/*
* Sonar, open source software quality management tool.
* Copyright (C) 2008-2011 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... | leodmurillo/sonar | sonar-plugin-api/src/test/java/org/sonar/api/utils/ServerHttpClientTest.java | Java | lgpl-3.0 | 2,855 |
/*
* This file is part of Spoutcraft (http://wiki.getspout.org/).
*
* Spoutcraft 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... | copyliu/Spoutcraft_CJKPatch | src/minecraft/org/getspout/spout/packet/ScreenAction.java | Java | lgpl-3.0 | 1,122 |
package net.minecraft.entity.ai;
import net.minecraft.entity.ai.EntityAIBase;
import net.minecraft.entity.passive.EntityVillager;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.Container;
public class EntityAITradePlayer extends EntityAIBase {
private EntityVillager field_75276_a;... | HATB0T/RuneCraftery | forge/mcp/temp/src/minecraft/net/minecraft/entity/ai/EntityAITradePlayer.java | Java | lgpl-3.0 | 1,206 |
package org.molgenis.data.annotation.core.entity.impl.hpo;
import au.com.bytecode.opencsv.CSVParser;
import au.com.bytecode.opencsv.CSVReader;
import com.google.common.collect.Iterables;
import org.molgenis.data.Entity;
import org.molgenis.data.MolgenisDataException;
import org.molgenis.data.Query;
import org.molgenis... | jjettenn/molgenis | molgenis-data-annotators/src/main/java/org/molgenis/data/annotation/core/entity/impl/hpo/HPORepository.java | Java | lgpl-3.0 | 4,146 |
package org.opennaas.extensions.genericnetwork.model.circuit.request;
/*
* #%L
* OpenNaaS :: Generic Network
* %%
* Copyright (C) 2007 - 2014 Fundació Privada i2CAT, Internet i Innovació a Catalunya
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in comp... | dana-i2cat/opennaas | extensions/bundles/genericnetwork/src/main/java/org/opennaas/extensions/genericnetwork/model/circuit/request/CircuitRequest.java | Java | lgpl-3.0 | 3,943 |
package de.klickreform.dropkit.dao;
import de.klickreform.dropkit.exception.DuplicateEntryException;
import de.klickreform.dropkit.exception.NotFoundException;
import de.klickreform.dropkit.models.DomainModel;
import java.io.Serializable;
import java.util.Collection;
/**
* Interface for Data Access Object (DAO) imp... | KlickReform/dropkit | src/main/java/de/klickreform/dropkit/dao/Dao.java | Java | lgpl-3.0 | 856 |
<?php
include_once('PaymentTest.php');
ClassLoader::import('library.payment.method.VCS');
/**
*
* @package library.payment.test
* @author Integry Systems
*/
class VCSTest extends PaymentTest
{
private function getPaymentHandler()
{
$payment = new VCS($this->details);
$payment->setConfigValue(... | integry/integry-payments | test/VCSTest.php | PHP | lgpl-3.0 | 1,158 |
/*******************************************************************************
* Copyright (c) 2010 Robert "Unlogic" Olofsson (unlogic@unlogic.se).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this d... | SvenssonWeb/OpenHierarchy | src/main/java/se/unlogic/hierarchy/core/beans/Bundle.java | Java | lgpl-3.0 | 6,040 |
package clearvolume.utils;
import java.awt.Image;
import java.awt.Window;
import java.lang.reflect.Method;
public class AppleMac
{
// final static com.apple.eawt.Application cApplication =
// com.apple.eawt.Application.getApplication();
static Class<?> cClass;
static Object cApplication;
static
{
try
{
... | ClearVolume/ClearVolume | src/java/clearvolume/utils/AppleMac.java | Java | lgpl-3.0 | 2,849 |
/*
* $Id$
*
* Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. 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
* License as published by the Free Software Founda... | Mindtoeye/Hoop | src/org/jdesktop/swingx/plaf/TableHeaderAddon.java | Java | lgpl-3.0 | 2,161 |
package com.iblowuptnt.tntMods.item;
import com.google.common.collect.Sets;
import com.iblowuptnt.tntMods.creativetab.CreativeTab;
import com.iblowuptnt.tntMods.reference.Material;
import com.iblowuptnt.tntMods.reference.Name;
import com.iblowuptnt.tntMods.reference.Textures;
import cpw.mods.fml.relauncher.Side;
impor... | IblowUpTnT/tntMods | src/main/java/com/iblowuptnt/tntMods/item/ItemCompShovel.java | Java | lgpl-3.0 | 1,656 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | teryk/sonarqube | server/sonar-server/src/test/java/org/sonar/server/rule/RegisterRulesTest.java | Java | lgpl-3.0 | 12,879 |
/*
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... | pcolby/libqtaws | src/ec2/modifyvolumeresponse.cpp | C++ | lgpl-3.0 | 4,191 |
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
// vi:set ts=4 sts=4 sw=4 noet :
//
// Copyright 2010, 2012 wkhtmltopdf authors
//
// This file is part of wkhtmltopdf.
//
// wkhtmltopdf is free software: you can redistribute it and/or modi... | mkdgs/wkhtmltopdf | src/lib/loadsettings.hh | C++ | lgpl-3.0 | 3,602 |
/***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.cismet.cismap.commons... | cismet/cismap-commons | src/main/java/de/cismet/cismap/commons/internaldb/DBTransferable.java | Java | lgpl-3.0 | 1,839 |
/* Copyright (c) 2014 James King [metapyziks@gmail.com]
*
* This file is part of FacePuncher.
*
* FacePuncher 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, ... | Metapyziks/FacePuncher | FacePuncher.Server/Entities/StaticDrawable.cs | C# | lgpl-3.0 | 3,160 |
#include "dbmanager.h"
//=============================================================================================================================
//=================================================CONSTUCTOR==================================================================
//============================... | Roukira/Ludibrary | src/dbmanager.cpp | C++ | lgpl-3.0 | 50,325 |
/*
* Copyright (C) EntityAPI Team
*
* This file is part of EntityAPI.
*
* EntityAPI 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 vers... | EntityAPIDev/EntityAPI | modules/API/src/main/java/org/entityapi/api/entity/type/nms/ControllableSlimeHandle.java | Java | lgpl-3.0 | 938 |
/**
*
*/
package com.sqsoft.mars.qyweixin.client.cgibin.message;
import com.sqsoft.mars.qyweixin.client.QyweixinDefaultClient;
/**
* @author lenovo
*
*/
public class QyweixinMessageClient extends QyweixinDefaultClient {
/**
*
*/
private String access_token;
/**
*
* @param access_token
*/
publ... | anndy201/mars-framework | com.sqsoft.mars.qyweixin.client/src/main/java/com/sqsoft/mars/qyweixin/client/cgibin/message/QyweixinMessageClient.java | Java | lgpl-3.0 | 656 |
<?php
/**
* TOP API: taobao.fenxiao.distributor.procuct.static.get request
*
* @author auto create
* @since 1.0, 2014-02-20 17:02:53
*/
class FenxiaoDistributorProcuctStaticGetRequest
{
/**
* 分销商淘宝店主nick
**/
private $distributorUserNick;
/**
* 供应商商品id,一次可以传多个,每次最多40个。
以,(英文)作为分隔符。
... | jnuzh/nidama | taobao_sdk/top/request/FenxiaoDistributorProcuctStaticGetRequest.php | PHP | lgpl-3.0 | 1,482 |
package jcl.compiler.sa.analyzer.lambdalistparser;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.function.Predicate;
import jcl.compiler.environment.Environment;
import jcl.compiler.environment.binding.Binding;
import jcl.compiler.environment.binding.lambdalist.AuxPara... | scodynelson/JCL | jcl-compiler/src/main/java/jcl/compiler/sa/analyzer/lambdalistparser/LambdaListParser.java | Java | lgpl-3.0 | 37,554 |
require 'cirras-management/helper/string-helper'
module CirrASManagement
describe StringHelper do
before(:each) do
@helper = StringHelper.new
end
it "should return true because there is an empty line on the end" do
@helper.is_last_line_empty?("asd\nasd\nasdasd\n").should == true
end
... | stormgrind/cirras-management | spec/helpers/string-helper-spec.rb | Ruby | lgpl-3.0 | 661 |
/****************************************************************************
**
** Copyright (C) 2016 Christian Gagneraud <chgans@gna.org>
** All rights reserved.
**
** GNU Lesser General Public License Usage
** This file may be used under the terms of the GNU Lesser General Public
** License version 3 as published by... | chgans/QtSlim | lib/instructions/invalidinstruction.cpp | C++ | lgpl-3.0 | 1,292 |
/*
* Attr.java
* Copyright (c) Radim Kocman
*/
package org.fit.cssbox.jsdombox.global.core;
import org.fit.cssbox.jsdombox.global.misc.JSAdapterFactory;
import org.fit.cssbox.jsdombox.global.misc.JSAdapter;
import org.fit.cssbox.jsdombox.global.misc.JSAdapterType;
/**
* DOM Interface Attr Adapter
*... | Gals42/JSDOMBox | src/main/java/org/fit/cssbox/jsdombox/global/core/Attr.java | Java | lgpl-3.0 | 1,112 |
<?php
namespace pocketmine\network\protocol\v120;
use pocketmine\network\protocol\Info120;
use pocketmine\network\protocol\PEPacket;
class CommandRequestPacket extends PEPacket {
const NETWORK_ID = Info120::COMMAND_REQUEST_PACKET;
const PACKET_NAME = "COMMAND_REQUEST_PACKET";
const TYPE_PLAYER = 0;
const TYP... | Apollo-SoftwareTeam/Apollo-Legacy | src/pocketmine/network/protocol/v120/CommandRequestPacket.php | PHP | lgpl-3.0 | 1,192 |
#include "pst05.h"
PST05::PST05(QSettings *settings)
{
this->settings = settings;
qDebug() << "Reading up the device's serial id...";
QFile procInfo("/proc/cpuinfo");
if (!procInfo.open(QFile::ReadOnly))
{
qDebug() << "Failed to read \"/proc/cpuinfo\"";
exit(2);
}
mDeviceI... | nasplachkov/remote-electricity-monitoring-rpi | src/pst05.cpp | C++ | lgpl-3.0 | 5,229 |
package com.sqsoft.mars.weixin.client.cgibin.template;
import java.io.Serializable;
import org.springframework.http.HttpMethod;
import com.sqsoft.mars.core.common.utils.JsonUtils;
import com.sqsoft.mars.weixin.client.WeixinRequest;
/**
* 设置所属行业
* @author whai888
*
*/
public class ApiSetIndustryReq... | anndy201/mars-framework | com.sqsoft.mars.weixin.client/src/main/java/com/sqsoft/mars/weixin/client/cgibin/template/ApiSetIndustryRequest.java | Java | lgpl-3.0 | 1,454 |
/*
This source file is part of KBEngine
For the latest info, see http://www.kbengine.org/
Copyright (c) 2008-2016 KBEngine.
KBEngine 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... | Orav/kbengine | kbe/src/lib/server/forward_messagebuffer.cpp | C++ | lgpl-3.0 | 7,868 |
package org.lolongo;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* A container of Functions.
*
* @author Xavier Courangon
*/
public class FunctionContainer implements Iterable<Function> {
private static Logger logger... | xcourangon/lolongo | src/main/java/org/lolongo/FunctionContainer.java | Java | lgpl-3.0 | 1,080 |
/*
* Copyright 2000-2004 The Apache Software Foundation
*
* 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 ... | Xyene/JBL | src/test/java/benchmark/bcel/classfile/ExceptionTable.java | Java | lgpl-3.0 | 6,030 |
/*
* This file is part of the Voodoo Shader Framework.
*
* Copyright (c) 2010-2013 by Sean Sube
*
* The Voodoo Shader Framework 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 th... | ssube/VoodooShader | Framework/Core/VSPluginServer.hpp | C++ | lgpl-3.0 | 3,214 |
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("ri... | reincubate/ricloud-csharp | Properties/AssemblyInfo.cs | C# | lgpl-3.0 | 1,390 |
package org.protocoderrunner.apprunner;
import android.app.AlarmManager;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.app.TaskStackBuilder;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
im... | josejuansanchez/protocoder-mvd | protocoder_apprunner/src/main/java/org/protocoderrunner/apprunner/AppRunnerService.java | Java | lgpl-3.0 | 11,875 |
/*
* descripten - ECMAScript to native compiler
* Copyright (C) 2011-2014 Christian Kindahl
*
* This program 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... | kindahl/descripten | runtime/error.cc | C++ | lgpl-3.0 | 8,323 |
/**
* Copyright 2012-2013 University Of Southern California
*
* 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 appl... | Farisllwaah/WorkflowSim-1.0 | sources/org/workflowsim/scheduling/BaseSchedulingAlgorithm.java | Java | lgpl-3.0 | 2,456 |
/**
* OnionCoffee - Anonymous Communication through TOR Network
* Copyright (C) 2005-2007 RWTH Aachen University, Informatik IV
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.... | rovemonteux/silvertunnel-monteux | src/main/java/cf/monteux/silvertunnel/netlib/layer/tor/circuit/cells/CellRelayEnd.java | Java | lgpl-3.0 | 1,395 |
<?php
class CRM_Countrymanager_BAO_Country extends CRM_Countrymanager_DAO_Country{
static function retrieve(&$params, &$defaults) {
$country = new CRM_Countrymanager_DAO_Country();
$country->copyValues($params);
if ($country->find(TRUE)) {
CRM_Core_DAO::storeValues($country, $defaults);
ret... | ixiam/com.ixiam.modules.countrymanager | CRM/Countrymanager/BAO/Country.php | PHP | lgpl-3.0 | 1,056 |
package com.ashokgelal.samaya;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import java.util.logging.Logger;
import java.util.regex.Matcher;
import j... | iehudiel/nadia | src/com/ashokgelal/samaya/ToStringUtil.java | Java | lgpl-3.0 | 11,583 |
<?php
namespace ch\metanet\cms\common;
use ch\metanet\cms\controller\common\FrontendController;
use ch\metanet\cms\model\PageModel;
use ch\metanet\cms\module\layout\LayoutElement;
/**
* This represents a CMS frontend page
*
* @author Pascal Muenst <entwicklung@metanet.ch>
* @copyright Copyright (c) 2013, METANE... | METANETAG/meta-cms | src/ch/metanet/cms/common/CmsPage.php | PHP | lgpl-3.0 | 8,384 |
#!/usr/bin/env python
"""
RSS Reader for C-Power 1200
Copyright 2010-2012 Michael Farrell <http://micolous.id.au/>
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 of the Lice... | micolous/ledsign | cpower1200_rss.py | Python | lgpl-3.0 | 1,615 |
<?php
class Netlogiq_AddRemoveLink_Model_Source_Remove {
public function toOptionArray() {
$array = array(
array('label' => 'Account Dashboard','value' => 'account'),
array('label' => 'Account Edit','value' => 'account_edit'),
array('label' => 'Address Book','value' => 'address_book'),
array('label' => '... | dbashyal/MagentoStarterBase | trunk/app/code/community/Netlogiq/AddRemoveLink/Model/Source/Remove.php | PHP | lgpl-3.0 | 888 |
<?php
/**
* Aomebo - a module-based MVC framework for PHP 5.3 and higher
*
* Copyright 2010 - 2015 by Christian Johansson <christian@cvj.se>
* 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 Foun... | cjohansson/Aomebo-Framework | Database/Adapters/TableColumn.php | PHP | lgpl-3.0 | 1,870 |
/*
* Copyright (C) 2019 Ondrej Starek
*
* This file is part of OTest2.
*
* OTest2 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... | Staon/otest2 | lib/testmarkint.cpp | C++ | lgpl-3.0 | 2,543 |
/*
* 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... | Godin/sonar | server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ComponentIssuesRepositoryImpl.java | Java | lgpl-3.0 | 2,261 |
// Copyright 2016 The daxxcoreAuthors
// This file is part of the daxxcore library.
//
// The daxxcore 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 of the License, or
// (a... | daxxcoin/daxxcore | swarm/api/http/roundtripper_test.go | GO | lgpl-3.0 | 1,949 |
# -*- coding: utf-8 -*-
from distutils.core import setup
import os.path
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public Lice... | huyx/icall | setup.py | Python | lgpl-3.0 | 1,026 |
#include "KxDesktopServices.h"
#include <QDesktopServices>
#include <QUrl>
KxDesktopServices::KxDesktopServices(QObject *parent)
: QObject(parent)
{
}
void KxDesktopServices::openUrl(const QString &url)
{
QDesktopServices::openUrl(QUrl(url));
}
| kxtry/czys | kxmob/KxDesktopServices.cpp | C++ | lgpl-3.0 | 259 |
package com.MatofSteel1.soulglassmod.item;
import com.MatofSteel1.soulglassmod.creativetab.CreativeTabSGM;
import com.MatofSteel1.soulglassmod.inventory.ItemInventory;
import com.MatofSteel1.soulglassmod.reference.Reference;
import com.MatofSteel1.soulglassmod.utility.InventoryUtils;
import cpw.mods.fml.common.eventha... | MatofSteel1/SoulGlassModv1.0 | src/main/java/com/MatofSteel1/soulglassmod/item/ItemSoulGlassMod.java | Java | lgpl-3.0 | 3,035 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using ClientDependency.Core;
namespace ClientDependency.Web.Test.Controls
{
/// <summary>
/// This simply demonstrates using attributes to register file dependencies.
... | aozora/arashi | src/ThirdPartyLibraries/ClientDependency/ClientDependency.Web.Test/Controls/MyCustomControl.cs | C# | lgpl-3.0 | 926 |
/**
* 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 version.
*
* This program is distributed in the hope that ... | jlevallois/DGtalTools | converters/mesh2heightfield.cpp | C++ | lgpl-3.0 | 14,290 |
<?php
namespace Mesour\DataGrid\Extensions;
use \Nette\Application\UI\Control;
/**
* @author mesour <matous.nemec@mesour.com>
* @package Mesour DataGrid
*/
class BaseControl extends Control {
/**
* @var \Nette\Http\SessionSection
*/
private $private_session;
/**
* @persistent Array
*/
public $settin... | weprove/titan | vendor/mesour/datagrid/src/Extensions/BaseControl.php | PHP | lgpl-3.0 | 1,322 |
/*
* Copyright (C) 2013 Raquel Pau and Albert Coroleu.
*
* Walkmod 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.
*
* Wa... | rpau/javalang | src/main/java/org/walkmod/javalang/ast/LineComment.java | Java | lgpl-3.0 | 1,807 |
package org.sahsu.rif.generic.presentation;
import java.awt.BorderLayout;
import java.awt.GridBagConstraints;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import org.sahsu.rif.generic.system.Messages;
/**
*
* A generic button control panel that supports navigation t... | smallAreaHealthStatisticsUnit/rapidInquiryFacility | rifGenericLibrary/src/main/java/org/sahsu/rif/generic/presentation/WorkflowNavigationButtonPanel.java | Java | lgpl-3.0 | 7,055 |
/*
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... | pcolby/libqtaws | src/alexaforbusiness/sendannouncementrequest.cpp | C++ | lgpl-3.0 | 3,810 |
package com.chuidiang.ejemplos.subscription;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.hazelcast.nio.ObjectDataInput;
import com.hazelcast.nio.ObjectDataOutput;
import com.hazelcast.nio.serialization.StreamSerializer;
impor... | chuidiang/chuidiang-ejemplos | JAVA/hazelcast-example/src/main/java/com/chuidiang/ejemplos/subscription/MyDataSerializer.java | Java | lgpl-3.0 | 1,236 |
<?php
namespace Google\AdsApi\Dfp\v201711;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class performReconciliationOrderReportActionResponse
{
/**
* @var \Google\AdsApi\Dfp\v201711\UpdateResult $rval
*/
protected $rval = null;
/**
* @param \Google\AdsApi\Dfp\v201711\UpdateR... | advanced-online-marketing/AOM | vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201711/performReconciliationOrderReportActionResponse.php | PHP | lgpl-3.0 | 828 |
// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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 of the License... | tailingchen/go-ethereum | core/rawdb/freezer_table.go | GO | lgpl-3.0 | 21,471 |
#include "../../include/model/model.h"
/*
*residual for high order boundary condition
*/
template <class T, int dim>
void model<T, dim>::residualForHighOrderBC(knotSpan<dim>& cell, IGAValues<dim>& fe_values, dealii::Table<1, T >& ULocal, dealii::Table<1, T >& R)
{
//Weak dirichlet condition grad(u).n=0
unsigned int... | mechanoChem/openIGA | src/model/residualForHighOrderBC.cc | C++ | lgpl-3.0 | 4,925 |
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/roda
*/
package org.roda.wui.client.planning;
import java.util.Arrays;
import java.util.List;
import org.roda.core.data.co... | rui-castro/roda | roda-ui/roda-wui/src/main/java/org/roda/wui/client/planning/EditFormat.java | Java | lgpl-3.0 | 6,316 |
package ch.loway.oss.ari4java.generated.ari_1_7_0.models;
// ----------------------------------------------------
// THIS CLASS WAS GENERATED AUTOMATICALLY
// PLEASE DO NOT EDIT
// Generated on: Sat Sep 19 08:50:54 CEST 2015
// ----------------------------------------... | korvus81/ari4java | classes/ch/loway/oss/ari4java/generated/ari_1_7_0/models/SystemInfo_impl_ari_1_7_0.java | Java | lgpl-3.0 | 1,302 |
{
'name' : 'Signature templates for user emails',
'version' : '1.0.0',
'author' : 'IT-Projects LLC, Ivan Yelizariev',
'license': 'LGPL-3',
'category' : 'Social Network',
'website' : 'https://yelizariev.github.io',
'depends' : ['base'],
'data':[
'res_users_signature_views.xml',
... | iledarn/addons-yelizariev | res_users_signature/__openerp__.py | Python | lgpl-3.0 | 445 |
//
// GCM.hpp
// OrbSlam
//
// Created by Manuel Deneu on 16/02/2017.
// Copyright © 2017 FlyLab. All rights reserved.
//
#ifndef GCM_h
#define GCM_h
#include "GCMDefinitions.hpp"
#endif /* GCM_h */
| manu88/ORB_SLAM | GCM/include/GCM.hpp | C++ | lgpl-3.0 | 210 |
var searchData=
[
['fan2para',['Fan2Para',['../classrisa_1_1cuda_1_1_fan2_para.html',1,'risa::cuda']]],
['filter',['Filter',['../classrisa_1_1cuda_1_1_filter.html',1,'risa::cuda']]]
];
| HZDR-FWDF/RISA | docs/search/classes_4.js | JavaScript | lgpl-3.0 | 189 |
'use strict';
/**
* Module dependencies.
*/
var passport = require('passport'),
url = require('url'),
config = require('../../config'),
GitHubStrategy = require('passport-github').Strategy;
module.exports = function() {
// Use github strategy
passport.use(new GitHubStrategy({
clientID: config.github.... | ClearcodeHQ/angular-collective | config/strategies/github/github.js | JavaScript | lgpl-3.0 | 663 |
/*
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... | pcolby/libqtaws | src/xray/xrayrequest.cpp | C++ | lgpl-3.0 | 10,576 |
/*
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... | pcolby/libqtaws | src/codedeploy/listdeploymentinstancesrequest.cpp | C++ | lgpl-3.0 | 7,587 |
/*
* ((e)) emite: A pure Google Web Toolkit XMPP library
* Copyright (c) 2008-2011 The Emite development team
*
* This file is part of Emite.
*
* Emite 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 Softwa... | EmiteGWT/emite | examples/src/main/java/com/calclab/emite/example/echo/client/ExampleEchoGinjector.java | Java | lgpl-3.0 | 1,434 |
/* $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... | kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/include/objects/id1/ID1server_request.hpp | C++ | lgpl-3.0 | 2,700 |
/*
* ShortTimeProcess.cpp
* Copyright 2016 (c) Jordi Adell
* Created on: 2015
* Author: Jordi Adell - adellj@gmail.com
*
* This file is part of DSPONE
*
* DSPONE 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... | jordi-adell/dspone | src/dspone/rt/ShortTimeProcessImpl.cpp | C++ | lgpl-3.0 | 9,276 |
/*
This file is part of Bohrium and copyright (c) 2012 the Bohrium
team <http://www.bh107.org>.
Bohrium 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) ... | mfherbst/bohrium | core/bh_ir.cpp | C++ | lgpl-3.0 | 5,269 |
# -*- coding: utf-8 -*-
# Some utils
import hashlib
import uuid
def get_hash(data):
"""Returns hashed string"""
return hashlib.sha256(data).hexdigest()
def get_token():
return str(uuid.uuid4())
| aluminiumgeek/organic | utils.py | Python | lgpl-3.0 | 212 |
#!/usr/bin/python
# -*- coding: latin-1 -*-
# Copyright 2015 Oeyvind Brandtsegg
#
# This file is part of the Signal Interaction Toolkit
#
# The Signal Interaction Toolkit is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3
# as publi... | Oeyvind/interprocessing | codeUtility.py | Python | lgpl-3.0 | 12,966 |
# frozen_string_literal: true
require 'rails_com/config'
require 'rails_com/engine'
require 'rails_com/action_controller'
require 'rails_com/action_view'
require 'rails_com/action_text'
require 'rails_com/action_mailbox'
require 'rails_com/active_storage'
# Rails extension
require 'generators/scaffold_generator'
req... | qinmingyuan/rails_com | lib/rails_com.rb | Ruby | lgpl-3.0 | 1,183 |
<?php
namespace timesplinter\tsfw\i18n\common;
/**
* @author Pascal Muenst <dev@timesplinter.ch>
* @copyright Copyright (c) 2014, TiMESPLiNTER Webdevelopment
*/
class Localizer
{
protected $localeCategories;
protected $categories;
public function __construct()
{
$this->initLocaleCategories();
}
/**
* @... | TiMESPLiNTER/tsfw-i18n | src/timesplinter/tsfw/i18n/common/Localizer.php | PHP | lgpl-3.0 | 3,706 |
#
# SonarQube, open source software quality management tool.
# Copyright (C) 2008-2013 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube 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... | xinghuangxu/xinghuangxu.sonarqube | sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb | Ruby | lgpl-3.0 | 1,016 |