code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
/*
* Copyright (C) 2012 Ondrej Perutka
*
* 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 libr... | operutka/jlibav | jlibav/src/main/java/org/libav/audio/AudioFrameDecoder.java | Java | lgpl-3.0 | 5,860 |
<p>It makes sense to handle all related actions in the same place. Thus, the same <code><action></code> might logically handle all facets of
CRUD on an entity, with no confusion in the naming about which <code><forward/></code> handles which facet. But go very far beyond that, and it
becomes difficult to ma... | mbring/sonar-java | java-checks/src/main/resources/org/sonar/l10n/java/rules/squid/S3373_java.html | HTML | lgpl-3.0 | 1,875 |
/*
* 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... | janjongboom/apf-demo | source/core/markup/xhtml/body.js | JavaScript | lgpl-3.0 | 1,443 |
<?php
/**
* @copyright Copyright (c) Metaways Infosystems GmbH, 2014
* @license LGPLv3, http://www.arcavias.com/en/license
* @package Controller
* @subpackage Frontend
*/
/**
* Interface for order frontend controllers.
*
* @package Controller
* @subpackage Frontend
*/
interface Controller_Frontend_Order_In... | Arcavias/arcavias-core | controller/frontend/src/Controller/Frontend/Order/Interface.php | PHP | lgpl-3.0 | 3,390 |
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
Copyright:
2004-2012 1&1 Internet AG, Germany, http://www.1und1.de
License:
LGPL: http://www.gnu.org/licenses/lgpl.html
EPL: http://www.eclipse.org/org/d... | sebastienhupin/qxrad | qooxdoo/application/demobrowser/source/class/demobrowser/demo/ui/CommandGroupManager.js | JavaScript | lgpl-3.0 | 3,778 |
package org.datacleaner.extension.emailing;
import java.util.Collection;
import java.util.Collections;
import org.datacleaner.api.Analyzer;
import org.datacleaner.api.AnalyzerResult;
import org.datacleaner.api.Metric;
/**
* Result class for {@link Analyzer}s that sends emails
*/
public class SendEmailAnalyzerResul... | datacleaner/extension_emailing | src/main/java/org/datacleaner/extension/emailing/SendEmailAnalyzerResult.java | Java | lgpl-3.0 | 1,258 |
/* -*- mode: c; c-basic-offset: 2; tab-width: 80; -*- */
/* libhar - Library of HTTP Archive (HAR) classes
* Copyright (C) 2014-2015 Andrew Robbins
*
* This library ("it") is free software; it is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; you can redistribute it and/or modify it un... | andydude/libhar | har/har-request-curl.c | C | lgpl-3.0 | 14,584 |
/**************************************************************************
Lightspark, a free flash player implementation
Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it)
Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com)
This program is free software: you can redistri... | lightspark/lightspark | src/backends/security.h | C | lgpl-3.0 | 15,624 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='... | erelsgl/erel-sites | tnk1/messages/sofrim_amozeg_mqorot_index_0.html | HTML | lgpl-3.0 | 1,534 |
// Created file "Lib\src\ADSIid\guid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, ... | Frankie-PellesC/fSDK | Lib/src/ADSIid/guid00000115.c | C | lgpl-3.0 | 450 |
// Created file "Lib\src\dxguid\d3d10guid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ... | Frankie-PellesC/fSDK | Lib/src/dxguid/d3d10guid000000C7.c | C | lgpl-3.0 | 457 |
#!/bin/bash
declare -a colors
# ½Å±¾ÖÐËùÓеĺóÐøÃüÁî¶¼»á°Ñ
#+ ±äÁ¿"colors"¿´×÷Êý×é.
echo "Enter your favorite colors (separated from each other by a space)."
read -a colors # ÖÁÉÙÐèÒª¼üÈë3ÖÖÑÕÉ«, ÒÔ±ãÓÚºó±ßµÄÑÝʾ.
# 'read'ÃüÁîµÄÌØÊâÑ¡Ïî,
#+ ÔÊÐí¸øÊý×éÔªËØ¸³Öµ.
echo
element_count=${#colors[@]}
# ÌáÈ¡Êý×éÔª... | liruiqiu/tlpi | sh/sh/ex67.sh | Shell | lgpl-3.0 | 1,554 |
// This file is part of TorrentCore.
// https://torrentcore.org
// Copyright (c) Samuel Fisher.
//
// Licensed under the GNU Lesser General Public License, version 3. See the
// LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Text;
using To... | SamuelFisher/torrentcore | TorrentCore/Application/BitTorrent/BitTorrentPeerDetails.cs | C# | lgpl-3.0 | 678 |
var searchData=
[
['uint16',['UInt16',['../d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57a266985b8569588028028a205c37798a4',1,'HydroCouple::Spatial::IRaster']]],
['uint32',['UInt32',['../d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359... | HydroCouple/hydrocouple.github.io | hydrocoupledocs/html/search/enumvalues_f.js | JavaScript | lgpl-3.0 | 1,343 |
/**
* Copyright (C) 2015 Michael Schnell. All rights reserved.
* http://www.fuin.org/
*
* 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 License, or (a... | fuinorg/units4j | src/main/java/org/fuin/units4j/dependency/Dependencies.java | Java | lgpl-3.0 | 6,967 |
#!/usr/bin/ksh
############################################################
## 功能:从存储服务器获取确认文件
############################################################
#------------------------参数说明----------------------------
#--接收
# localPath -本地文件路径
# remotePath -远程文件路径
# serverIP -远程服务器IP
# sft... | WZQ1397/automatic-repo | shell/filesystem/ftpautodownload.sh | Shell | lgpl-3.0 | 2,196 |
#include "LdpcEncoder.h"
#include "LdpcDecoder.h"
using namespace std;
namespace encode
{
LdpcEncoder::LdpcEncoder(const BitMatrixFactory& matrixFactory, const EquationSolverFactory& solverFactory,
const uint32_t symbolSize, const DataSource& source)
: Encoder(matrixFactory, solverFactor... | kaimast/fountain-tools | libencode/src/LdpcEncoder.cpp | C++ | lgpl-3.0 | 1,297 |
<?php
namespace App\Model\Table;
use Cake\ORM\Table;
use Cake\Validation\Validator;
class TasksTable extends Table
{
public function initialize(array $config) {
parent::initialize($config);
$this->addBehavior('Timestamp');
$this->table($this->connection()->config()['database'] . "." . $this->table()); /... | danit595/Efsc_cakev2 | src/Model/Table/TasksTable.php | PHP | lgpl-3.0 | 814 |
package de.invesdwin.nowicket.component.pnotify.header;
import javax.annotation.concurrent.Immutable;
import org.apache.wicket.markup.head.IHeaderResponse;
import org.apache.wicket.markup.html.IHeaderContributor;
@Immutable
public final class PNotifyHeaderContributor implements IHeaderContributor {
pu... | subes/invesdwin-nowicket | invesdwin-nowicket-parent/invesdwin-nowicket/src/main/java/de/invesdwin/nowicket/component/pnotify/header/PNotifyHeaderContributor.java | Java | lgpl-3.0 | 729 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010... | B3Partners/b3p-commons-csw | src/main/java/nl/b3p/csw/jaxb/gml/UnitDefinitionType.java | Java | lgpl-3.0 | 3,768 |
'use strict';
var gulp = require('gulp'),
sass = require('gulp-sass'),
concatCss = require('gulp-concat-css'),
csso = require('gulp-csso'),
concat = require('gulp-concat'),
minifyjs = require('gulp-minify'),
processhtml = require('gulp-processhtml');
gulp.task('s... | nirdizati/nirdizati-runtime | src/gulpfile.js | JavaScript | lgpl-3.0 | 1,192 |
// Created file "Lib\src\Uuid\X64\scripteddiag_i"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3... | Frankie-PellesC/fSDK | Lib/src/Uuid/X64/scripteddiag_i00000005.c | C | lgpl-3.0 | 477 |
// Created file "Lib\src\Uuid\i_mshtml"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5... | Frankie-PellesC/fSDK | Lib/src/Uuid/i_mshtml00000035.c | C | lgpl-3.0 | 454 |
/*******************************************************************************
* Copyright (c) 2009, 2017 GreenVulcano ESB Open Source Project.
* All rights reserved.
*
* This file is part of GreenVulcano ESB.
*
* GreenVulcano ESB is free software: you can redistribute it and/or modify
* it under the terms of ... | green-vulcano/gv-legacy | gvlegacy/gvvcl-rsh/src/main/java/it/greenvulcano/gvesb/rsh/RSHServiceClient.java | Java | lgpl-3.0 | 2,029 |
using BigBirds.Domain.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Linq.Expressions;
using System.Data.Entity;
using BigBirds.Domain.Entities.Seed;
using System.Data.Common;
using BigBirds.Domain.Contexts;
namespace BigBirds... | mnatanbrito/HackathonSerpro | BigBirds/BigBirds.Domain/Repository/EFBaseRepository.cs | C# | lgpl-3.0 | 3,508 |
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check bigger struct which overlaps
the gp and fp register count on Darwin/AIX/ppc64.
Limitations: none.
PR: none.
Originator: <andreast@gcc.gnu.org> 20030828 */
/* { dg-do run... | kveratis/GameCode4 | Source/GCC4/3rdParty/luaplus51-all/Src/Modules/alien/libffi/testsuite/libffi.call/cls_64byte.c | C | lgpl-3.0 | 4,044 |
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title>Insérer un programme dans une Tâche</title>
<style type="text/css">
@page { size: 21.59cm 27.94cm; margin-right: 2cm; margin-top: 2.5cm; margin-bottom: 1.5cm }
p { margin-bottom: 0.21cm; direction: l... | MECTsrl/mect_plugins | qt_help/tutorial/Inserimento_programma_Task_fr.html | HTML | lgpl-3.0 | 1,463 |
/*
* #%L
* The AIBench Shell Plugin
* %%
* Copyright (C) 2006 - 2017 Daniel Glez-Peña and Florentino Fdez-Riverola
* %%
* 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 vers... | sing-group/aibench-project | aibench-shell/src/main/java/bsh/SimpleNode.java | Java | lgpl-3.0 | 8,571 |
/**
*
*/
package com.iam_vip.v2.type;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.dom4j.Element;
import com.iam_vip.v2.__IXml;
/**
* @author Colin
*/
public class XmlList extends XmlObject implements __IXml {
/**
*
... | nilocsivad/generate-json-java | src/main/java/com/iam_vip/v2/type/XmlList.java | Java | lgpl-3.0 | 2,416 |
#!/bin/bash
php -f postgresqldumper.php admin postgre_admin.sql 32 "../../modules/admin/install/mysqli.php" "../../modules/admin/install/postgresql.php"
php -f postgresqldumper.php appointment appointment.sql 2 "../../modules/appointment/install/mysqli.php" "../../modules/appointment/install/postgresql.php"
php -f post... | Devoter/rtQuery | translator/dumper/makeObjectsFromPostgreSQL.sh | Shell | lgpl-3.0 | 1,597 |
\hypertarget{dir_68267d1309a1af8e8297ef4c3efbcdba}{\section{/home/stephan/code/unversioned/mdcore-\/0.1.7/src Directory Reference}
\label{dir_68267d1309a1af8e8297ef4c3efbcdba}\index{/home/stephan/code/unversioned/mdcore-\/0.\-1.\-7/src Directory Reference@{/home/stephan/code/unversioned/mdcore-\/0.\-1.\-7/src Directory... | stephanmg/mdcore | doc/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex | TeX | lgpl-3.0 | 2,949 |
package com.intermancer.predictor.experiment;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMap... | intermancer/predictor2-core | src/main/java/com/intermancer/predictor/experiment/ExperimentPrimeStrategy.java | Java | lgpl-3.0 | 4,797 |
/*
Copyright 2011 PODO.
This file is part of PODO.
PODO 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. ... | ktd2004/podo | examples/gui/label/main.cpp | C++ | lgpl-3.0 | 2,108 |
/*
* MPEG Audio parser
* Copyright (c) 2003 Fabrice Bellard
* Copyright (c) 2003 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg 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; ... | olivierayache/xuggle-xuggler | captive/ffmpeg/csrc/libavcodec/mpegaudio_parser.c | C | lgpl-3.0 | 4,646 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>fr.inria.zvtm.widgets package</title>
</head>
<body bgcolor="white">
<p>Specialized versions of conventional Swing widgets to be overlaid on top of ZVTM views, and ZVTM Glyph-based widgets such as pie menus.</p>
</body>
</html> | sharwell/zgrnbviewer | org-tvl-netbeans-zgrviewer/src/fr/inria/zvtm/widgets/package.html | HTML | lgpl-3.0 | 307 |
//
// Copyright (c) 2016-present, Facebook, Inc.
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
#import <Soc... | ios-plugin/uexDemo | 3rdParty/src/SocketRocket/SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h | C | lgpl-3.0 | 469 |
---
wrapper_template: "kubernetes/docs/base_docs.html"
markdown_includes:
nav: "kubernetes/docs/shared/_side-navigation.md"
context:
title: "vSphere integrator charm"
description: Kubernetes-master Charm reference
keywords: kubernetes-master, charm, config
tags: [reference]
sidebar: k8smain-sidebar
permalink: cha... | barrymcgee/www.ubuntu.com | templates/kubernetes/docs/charm-vsphere-integrator.md | Markdown | lgpl-3.0 | 6,862 |
/*
* Copyright (C) 2017 Max 'Libra' Kersten
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | ThisIsLibra/Capricorn | src/capricorn/Arguments.java | Java | lgpl-3.0 | 1,016 |
/*
* This file is part of CasADi.
*
* CasADi -- A symbolic framework for dynamic optimization.
* Copyright (C) 2010-2014 Joel Andersson, Joris Gillis, Moritz Diehl,
* K.U. Leuven. All rights reserved.
* Copyright (C) 2011-2014 Greg Horn
*
* CasADi is free software; you ... | andrescodas/casadi | casadi/core/setnonzeros.hpp | C++ | lgpl-3.0 | 7,728 |
/*
* Copyright © 2014, 2015 Jeremy Herbison
*
* This file is part of PowerShell Audio.
*
* PowerShell Audio 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... | jherby2k/PowerShellAudio | Extensions/PowerShellAudio.Extensions.Mp3/FrameHeader.cs | C# | lgpl-3.0 | 6,388 |
import { css, Theme } from "@emotion/react";
import "@fontsource/roboto/400.css";
import "@fontsource/roboto/500.css";
import "@fontsource/roboto/700.css";
import "@fontsource/roboto/900.css";
export const global = (theme: Theme) => css`
* {
box-sizing: border-box;
}
/** Remove this when bootstrap is remove... | Frikanalen/frikanalen | packages/frontend/modules/styling/global.ts | TypeScript | lgpl-3.0 | 1,543 |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace Simplify.Web.Routing
{
/// <summary>
/// Provides controller path parser
/// </summary>
public class ControllerPathParser : IControllerPathParser
{
/// <summary>
/// Parses the specified controller path.
/// </s... | i4004/Simplify.Web | src/Simplify.Web/Routing/ControllerPathParser.cs | C# | lgpl-3.0 | 2,187 |
package leetcode151withexplain;
/**
* ±¾ÌâÌâÒ⣺¸ø³öÁ½¸öÕûÊý Çó³ö½á¹û ²»ÄÜÓÃÒÑÓеij˷¨ ³ö·¢ºÍÇóÓຯÊý
*
*
*/
public class DivideTwoIntegers123 {
public int divide(int dividend, int divisor) {
long a = (long)Math.abs((long)dividend);
long b = (long)Math.abs((long)divisor);
... | hy2708/hy2708-repository | java/commons/commons-algorithm/src/main/java/com/hy/commons/algorithm/leetcode/e/DivideTwoIntegers123.java | Java | lgpl-3.0 | 978 |
/******************************************************************************
*
* Project: ConverterPIX @ Core
* File: /prefab/curve.h
*
* _____ _ _____ _______ __
* / ____| | | | __ \_ _\ \ / /
* | | ___ _ ____ _____ _ __... | mwl4/ConverterPIX | src/prefab/curve.h | C | lgpl-3.0 | 1,346 |
/**
* @file old_boost_test_definitions.hpp
* @author Ryan Curtin
*
* Ancient Boost.Test versions don't act how we expect. This file includes the
* things we need to fix that.
*
* This file is part of MLPACK 1.0.10.
*
* MLPACK is free software: you can redistribute it and/or modify it under the
* terms of the... | biotrump/mlpack | src/mlpack/tests/old_boost_test_definitions.hpp | C++ | lgpl-3.0 | 1,729 |
package net.kyau.darkmatter.items;
import java.util.List;
import org.lwjgl.input.Keyboard;
import net.kyau.darkmatter.DarkMatterMod;
import net.kyau.darkmatter.dimension.TeleporterVoid;
import net.kyau.darkmatter.references.ModInfo;
import net.kyau.darkmatter.references.Ref;
import net.kyau.darkmatter.registry.ModSo... | kyau/darkmatter | src/main/java/net/kyau/darkmatter/items/VoidPearl.java | Java | lgpl-3.0 | 8,733 |
package nth.reflect.fw.ui.commandline.domain.command;
import java.io.File;
import java.net.URI;
import java.net.URL;
import java.text.Format;
import java.util.Date;
import java.util.Map;
import nth.reflect.fw.layer5provider.reflection.info.property.PropertyInfo;
public class Parameter {
private final Pr... | ntenhoeve/Introspect-Framework | reflect/reflect-for-commandline/src/main/java/nth/reflect/fw/ui/commandline/domain/command/Parameter.java | Java | lgpl-3.0 | 2,634 |
/*
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/configservice/getaggregateconformancepackcompliancesummaryresponse_p.h | C | lgpl-3.0 | 1,593 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010... | B3Partners/b3p-commons-csw | src/main/java/nl/b3p/csw/jaxb/filter/ComparisonOpsType.java | Java | lgpl-3.0 | 1,359 |
/*
* Demoiselle Framework
* Copyright (C) 2016 SERPRO
* ----------------------------------------------------------------------------
* This file is part of Demoiselle Framework.
*
* Demoiselle Framework is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public ... | demoiselle/signer | policy-impl-cades/src/main/java/org/demoiselle/signer/policy/impl/cades/Checker.java | Java | lgpl-3.0 | 3,211 |
# RABDAM
# Copyright (C) 2020 Garman Group, University of Oxford
# This file is part of RABDAM.
# RABDAM 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... | GarmanGroup/RABDAM | tests/test_bnet_calculation.py | Python | lgpl-3.0 | 8,856 |
<?php
{include "../includes/header.php"}
namespace {$moduleCode}\Controller;
use {$moduleCode}\Controller\Base\{$moduleCode}ConfigController as Base{$moduleCode}ConfigController;
/**
* Class {$moduleCode}ConfigController
* @package {$moduleCode}\Controller
*/
class {$moduleCode}ConfigController extends Base{$modu... | fluppi/dotto-project | local/modules/TheliaStudio/Resources/Controller/__CONFIG_FORM__ConfigControllerFIX.php | PHP | lgpl-3.0 | 348 |
#include <iostream>
#include "../global/templates.hpp"
using std::cout;
using std::cin;
using std::endl;
using algo4j_util::Pair;
auto main(int argc, const char *argv[]) -> int {
auto pair = *new Pair<int, int>(233, 666);
cout << pair << endl;
cin >> pair;
cout << pair << endl;
return 0;
}
| ice1000/algo4j | jni/cpp-test/pair_test.cpp | C++ | lgpl-3.0 | 299 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Thu Feb 09 13:37:56 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.util.Annotatio... | liuhongchao/GATE_Developer_7.0 | doc/javadoc/gate/util/class-use/AnnotationDiffer.html | HTML | lgpl-3.0 | 19,205 |
#include "Project.hpp"
#include "Buffer.hpp"
#include "Configuration.hpp"
#include "CoordinateSystem.hpp"
#include "Field.hpp"
#include "Helpers.hpp"
#include "Manifold.hpp"
#include "Parameter.hpp"
#include "ParameterValue.hpp"
#include "TangentSpace.hpp"
#include "TensorType.hpp"
#ifdef SIMULATIONIO_HAVE_HDF5
#incl... | eschnett/SimulationIO | Project.cpp | C++ | lgpl-3.0 | 40,794 |
<?php
/**
* Class Allegro_Web_Api_DoGetSellRatingReasonsRequest
* @package Allegro_Web_Api
* @author Paweł Cieślik <cieslix@gmail.com>
* @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later
*/
class Allegro_Web_Api_DoGetSellRatingReasonsRequest extends Allegro_Web_A... | cieslix/allegro | src/Allegro/Web/Api/DoGetSellRatingReasonsRequest.php | PHP | lgpl-3.0 | 1,437 |
/**
* Copyright (C) 2010-2016 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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 vers... | claudejin/evosuite | client/src/main/java/org/evosuite/ga/operators/mutation/MutationHistory.java | Java | lgpl-3.0 | 1,888 |
package com.inspirationlogical.receipt.corelib.model.entity;
import com.inspirationlogical.receipt.corelib.model.enums.VATName;
import com.inspirationlogical.receipt.corelib.model.enums.VATStatus;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Tolerate;
import j... | iplogical/res | app/corelib/src/main/java/com/inspirationlogical/receipt/corelib/model/entity/VAT.java | Java | lgpl-3.0 | 1,142 |
/*
* Copyright (C) 2022 Inera AB (http://www.inera.se)
*
* This file is part of sklintyg (https://github.com/sklintyg).
*
* sklintyg 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 t... | sklintyg/statistik | service/src/main/java/se/inera/statistics/service/report/util/Ranges.java | Java | lgpl-3.0 | 3,722 |
/*
* 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... | vamsirajendra/sonarqube | sonar-batch/src/test/java/org/sonar/batch/repository/QualityProfileProviderTest.java | Java | lgpl-3.0 | 6,746 |
/**
* Copyright (C) 2015 Michael Schnell. All rights reserved.
* http://www.fuin.org/
*
* 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 License, or (at your... | fuinorg/event-store-commons | test/src/test/java/org/fuin/esc/test/ReadBackwardCommand.java | Java | lgpl-3.0 | 6,967 |
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2012-2014 The plumed team
(see the PEOPLE file at the root of the distribution for a list of names)
See http://www.plumed-code.org for more information.
This file is part of plumed, version 2.
plumed is free sof... | sandipde/plumed-sandip | src/tools/KernelFunctions.cpp | C++ | lgpl-3.0 | 12,154 |
/**
* Provides the JavaFX Scene Layout API.
* <p>
* The JavaFX Scene Layout API is an extension to {@code javafx.scene.layout}.
* <h3>Overview</h3>
* <p>
* The following list contains information about the classes in this API.
* <ul>
* <li>{@link org.dayflower.javafx.scene.layout.CenteredVBox CenteredVBox} is a... | macroing/Dayflower | src/main/java/org/dayflower/javafx/scene/layout/package-info.java | Java | lgpl-3.0 | 1,484 |
var printCatalog = function()
{
print(catalog.crawlHeaderInfo);
var schemas = catalog.schemas.toArray();
for ( var i = 0; i < schemas.length; i++)
{
print(schemas[i].fullName);
var tables = catalog.getTables(schemas[i]).toArray();
for ( var j = 0; j < tables.length; j++)
{
print("o--> "... | ceharris/SchemaCrawler | schemacrawler-tools/src/test/resources/plaintextschema.js | JavaScript | lgpl-3.0 | 530 |
/*
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/healthlake/describefhirdatastoreresponse.cpp | C++ | lgpl-3.0 | 3,169 |
/*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | revelator/Revelation | Doom3/Extras/ModSources/sikkmod/game/Projectile.h | C | lgpl-3.0 | 8,425 |
#!/bin/bash
# declaration (affectation) d'une variable
STRING="Bonjour ... a tous. C'est mon premier script c'est facile!"
# Afficher la variable
echo $STRING
#faire chmod +x script.sh pour le rendre executable
| floslm/snipet | start/script.sh | Shell | lgpl-3.0 | 211 |
#include "p_rectifytovector.h"
/*!
* \brief RectifyToVector::init
*/
void RectifyToVector::init(){
//set plugin meta data
this->metaData.name = "RectifyToVector";
this->metaData.pluginName = "OpenIndy Default Plugin";
this->metaData.author = "bra";
this->metaData.description = QString("%1")
... | OpenIndy/OpenIndy-DefaultPlugin | functions/objectTransformation/p_rectifytovector.cpp | C++ | lgpl-3.0 | 6,214 |
#pragma once
#include <QTreeWidget>
#include <QKeyEvent>
class QAdvancedTreeWidget: public QTreeWidget
{
Q_OBJECT
public:
signals:
void keyPress(QAdvancedTreeWidget*, QKeyEvent*);
protected:
virtual void keyPressEvent(QKeyEvent*);
};
| bokic/mkfusion | src/cfeditor/qadvancedtreewidget.h | C | lgpl-3.0 | 248 |
/**
* generated by Xtext 2.23.0
*/
package fr.polytech.si5.dsl.arduino.arduinoML;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sensor</b></em>'.
* <!-- end-user-doc -->
*
*
* @see fr.polytech.si5.dsl.arduino.arduinoML.ArduinoMLPackage#getSensor()
* @model
* @generated
*/
pub... | mosser/ArduinoML-kernel | externals/xtext/fr.polytech.si5.dsl.arduino/src-gen/fr/polytech/si5/dsl/arduino/arduinoML/Sensor.java | Java | lgpl-3.0 | 369 |
from cqparts.constraint import Mate, Coincident
from .base import Fastener
from ..screws import Screw
from ..utils import VectorEvaluator, Selector, Applicator
class ScrewFastener(Fastener):
"""
Screw fastener assembly.
Example usage can be found here: :ref:`cqparts_fasteners.built-in.screw`
"""
... | jmwright/cadquery-freecad-module | ThirdParty/cqparts_fasteners/fasteners/screw.py | Python | lgpl-3.0 | 1,975 |
/*
* This class was automatically generated with
* <a href="http://www.castor.org">Castor 1.3.1</a>, using an XML
* Schema.
* $Id: ClearedStatusType.java,v 1.1.1.1 2010-05-04 22:06:02 ryan Exp $
*/
package org.chocolate_milk.model.types;
/**
* Enumeration ClearedStatusType.
*
* @version $Revision: 1.1.1.1 $... | galleon1/chocolate-milk | src/org/chocolate_milk/model/types/ClearedStatusType.java | Java | lgpl-3.0 | 2,338 |
/**
Copyright (C) Atiyah Elsheikh (Atiyah.Elsheikh@ait.ac.at,a.m.g.Elsheikh@gmail.com) 2014,2015
AIT Austrian Institute of Technology GmbH
This file is part of the software blackboxParadisEO
blackboxParadisEO is free software: you can redistribute it and/or modify
it under the terms of the GNU Le... | AIT-CES/blackboxParadisEO | examples/05populationSearch/main_population.cpp | C++ | lgpl-3.0 | 3,579 |
/*
* invoke_instructions.h
*
* Copyright (c) 2008-2010 CSIRO, Delft University of Technology.
*
* This file is part of Darjeeling.
*
* Darjeeling 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 Foundati... | RWTH-OS/ostfriesentee | vm/src/invoke_instructions.h | C | lgpl-3.0 | 3,758 |
corsec_major = Creature:new {
objectName = "@mob/creature_names:corsec_major",
socialGroup = "corsec",
pvpFaction = "corsec",
faction = "corsec",
level = 24,
chanceHit = 0.35,
damageMin = 230,
damageMax = 240,
baseXp = 2543,
baseHAM = 6800,
baseHAMmax = 8300,
armor = 0,
resists = {15,15,10,10,10,-1,-1,-1,-... | kidaa/Awakening-Core3 | bin/scripts/mobile/corellia/corsec_major.lua | Lua | lgpl-3.0 | 1,223 |
package repack.org.bouncycastle.crypto.params;
import repack.org.bouncycastle.crypto.CipherParameters;
public class RC5Parameters
implements CipherParameters
{
private byte[] key;
private int rounds;
public RC5Parameters(
byte[] key,
int rounds)
{
if(key.length > 255)
{
throw new IllegalArgumentEx... | SafetyCulture/DroidText | app/src/main/java/bouncycastle/repack/org/bouncycastle/crypto/params/RC5Parameters.java | Java | lgpl-3.0 | 590 |
VERSION = (1, 2, 21)
def get_version():
return '%d.%d.%d'%VERSION
__author__ = 'Marinho Brandao'
#__date__ = '$Date: 2008-07-26 14:04:51 -0300 (Ter, 26 Fev 2008) $'[7:-2]
__license__ = 'GNU Lesser General Public License (LGPL)'
__url__ = 'http://django-plus.googlecode.com'
__version__ = get_version()
def get_dyn... | marinho/django-plus | djangoplus/__init__.py | Python | lgpl-3.0 | 468 |
package org.fenixedu.learning.domain.degree.components;
import static com.google.common.collect.ImmutableMap.of;
import static java.util.stream.Collectors.groupingBy;
import static java.util.stream.Collectors.toCollection;
import static org.fenixedu.academic.domain.ExecutionSemester.readActualExecutionSemester;
import... | pedrosan7os/fenixedu-learning | src/main/java/org/fenixedu/learning/domain/degree/components/DegreeClassesComponent.java | Java | lgpl-3.0 | 3,965 |
/*----------------------------------------------------------------------*/
/* modul : basetype.h */
/* description: interface */
/* */
/* author : Siem... | vogechri/PRSM | SceneFlowCode/CPP/Math/basetype.h | C | lgpl-3.0 | 3,304 |
# Generated by Django 2.2.6 on 2019-10-31 08:31
from django.db import migrations, models
import multiselectfield.db.fields
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Book',
fields=[
... | goinnn/django-multiselectfield | example/app/migrations/0001_initial.py | Python | lgpl-3.0 | 1,535 |
<?php
/**
* This file is part of the highcharts-bundle package.
*
* (c) 2017 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace WBW\Bundle\HighchartsBundle\Tests\API\Chart\Series\Pyramid;
use WBW\Bundle\Highcharts... | webeweb/WBWHighchartsBundle | Tests/API/Chart/Series/Pyramid/HighchartsTooltipTest.php | PHP | lgpl-3.0 | 9,314 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Thu Feb 09 13:37:54 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.corpora.Textua... | liuhongchao/GATE_Developer_7.0 | doc/javadoc/gate/corpora/class-use/TextualDocumentFormat.html | HTML | lgpl-3.0 | 9,141 |
/*****************************************************************************
* cabac.c: h264 encoder library
*****************************************************************************
* Copyright (C) 2003 Laurent Aimar
* $Id: cabac.c,v 1.1 2004/06/03 19:27:08 fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@v... | csd/libraries | x264/encoder/cabac.c | C | lgpl-3.0 | 37,904 |
/*
* 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-docs/src/templates/page.tsx | TypeScript | lgpl-3.0 | 6,119 |
/*
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/backup/listrestorejobsresponse.h | C | lgpl-3.0 | 1,497 |
/*
* This file is part of the Ideal Library
* Copyright (C) 2009 Rafael Fernández López <ereslibre@ereslibre.es>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version... | ereslibre/ideallibrary-old | src/core/object.h | C | lgpl-3.0 | 4,978 |
<?php
/**
* This file is part of NoiseLabs-SmartyPlugins
*
* NoiseLabs-SmartyPlugins 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 late... | noiselabs/SmartyPlugins | src/NoiseLabs/SmartyPlugins/Core/Package/AbstractPackage.php | PHP | lgpl-3.0 | 2,183 |
#!/usr/local/bin/python
# check python version
import sys
ver_info = sys.version_info
# parse commandlines
if ver_info[0] < 3 and ver_info[1] < 7:
from optparse import OptionParser
parser = OptionParser()
parser.add_option("-f", "--file", dest="filename", help="input log file", metavar="LOG_FILE... | EmoryUniversity/PIAT | src/common/log-analysis/python-discard/LogDBIngester.py | Python | lgpl-3.0 | 2,170 |
/*
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/elasticsearchservice/createelasticsearchdomainresponse.h | C | lgpl-3.0 | 1,667 |
[](https://microbadger.com/images/qq58945591/elasticsearch "Get your own image badge on microbadger.com")
# 关于本镜像.
ELK官方image使用了debian做基础镜像, 体积较为臃肿, 因此便有了改造的想法,通过改造后,体积只有官方镜像的一半大. 使用轻量alpine linux 作为基础.
## 如何使用?
1. 使用方法同官方镜像一样,但是官方默认配置只监听在... | airforce-captain/docker | elasticsearch/README.md | Markdown | lgpl-3.0 | 993 |
#ifndef GETIMAGE_GLOBAL_H
#define GETIMAGE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QIMAGEGRABBER_LIBRARY)
# define QIMAGEGRABBERSHARED_EXPORT Q_DECL_EXPORT
#else
# define QIMAGEGRABBERSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // GETIMAGE_GLOBAL_H
| piotrbetlej/qimagegrabber | qimagegrabber/qimagegrabber_global.h | C | lgpl-3.0 | 261 |
<div class="stat-spinner">
<div ng-show="showSpinner" class="spinner">
<div class="css-spinner"><img class="fa-spin" src="/assets/images/ajax-loader.gif"></div>
<p id="loading-message">
<strong><span>{{ label }}</span></strong>
</p>
</div>
<div ng-transclude></div>
</div> | sklintyg/statistik | web/src/main/webapp/components/directives/spinner/spinner.html | HTML | lgpl-3.0 | 296 |
<?php
/**
* This source file is part of GotCms.
*
* GotCms 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.
*
* GotCms is... | sophpie/testCd | module/Content/config/module.config.php | PHP | lgpl-3.0 | 15,458 |
from vertebra.actor import actor
class test_00_actor:
def test_00_instantiate(self):
"""actor: can instantiate a base actor"""
a = actor()
assert isinstance(a,actor), "instantiated actor is actually an actor"
| jvantuyl/vertebra-py | tests/test_20_actor.py | Python | lgpl-3.0 | 224 |
package org.eso.ias.asce.exceptions
/**
* Exception thrown by the TF when the passed property
* has a wrong value
*
* @param value: the wrong value of the property
* @param name: the name of the property
* @param cause: the cause
*/
class WrongPropValue(name: String, value: String, cause: Throwable)
extends ... | IntegratedAlarmSystem-Group/ias | CompElement/src/main/scala/org/eso/ias/asce/exceptions/WrongPropValue.scala | Scala | lgpl-3.0 | 1,117 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Copyright (C) 2011-2014 German Aerospace Center DLR
(Deutsches Zentrum fuer Luft- und Raumfahrt e.V.),
Institute of System Dynamics and Control
and BAUSCH-GALL GmbH, Munich
All rights reserved.
This file is licensed under the "BSD New" license
(see also http://openso... | PySimulator/PySimulator | PySimulator/Plugins/SimulationResult/Mtsf/MtsfFmi.py | Python | lgpl-3.0 | 15,300 |
using System.Collections.Generic;
using System.Linq;
using Kingsland.MofParser.Ast;
using Kingsland.MofParser.Tokens;
namespace Kingsland.MofParser.Parsing
{
public static class Parser
{
public static AstNode Parse(List<Token> lexerTokens)
{
// remove all comments and whitespace... | sergey-raevskiy/MofParser | src/Kingsland.MofParser/Parsing/Parser.cs | C# | lgpl-3.0 | 659 |
/* -*- mode:C++ -*-
FailCodes.h Listing of failure codes
Copyright (C) 2014 The Regents of the University of New Mexico. 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
... | Sixstring982/MFMv2-city | src/core/include/FailCodes.h | C | lgpl-3.0 | 1,444 |
/*
* 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... | lbndev/sonarqube | sonar-ws/src/main/java/org/sonarqube/ws/client/issue/EditCommentRequest.java | Java | lgpl-3.0 | 1,335 |
/*
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/cognitosync/updaterecordsrequest.cpp | C++ | lgpl-3.0 | 4,342 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.