repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
BPI-SINOVOIP/BPI-Mainline-kernel | toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/gccint/Defining-Mode-Iterators.html | 5702 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 1988-2017 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later... | gpl-2.0 |
heptalium/rpi-sources-3.16 | arch/powerpc/include/asm/ppc_asm.h | 21388 | /*
* Copyright (C) 1995-1999 Gary Thomas, Paul Mackerras, Cort Dougan.
*/
#ifndef _ASM_POWERPC_PPC_ASM_H
#define _ASM_POWERPC_PPC_ASM_H
#include <linux/stringify.h>
#include <asm/asm-compat.h>
#include <asm/processor.h>
#include <asm/ppc-opcode.h>
#include <asm/firmware.h>
#ifndef __ASSEMBLY__
#error __FILE__ shoul... | gpl-2.0 |
chris-se/dietlibc-packaging | include/rpc/pmap_rmt.h | 2082 | /* @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC; from 1.2 88/02/08 SMI */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
* may copy or modify Sun RPC without... | gpl-2.0 |
atmark-techno/atmark-dist | user/ruby-mqtt/examples/simple_get.rb | 403 | #!/usr/bin/env ruby
#
# Connect to a MQTT server, subscribe to all topics
# and then loop, displaying any messages received.
#
$:.unshift File.dirname(__FILE__)+'/../lib'
require 'rubygems'
require 'mqtt'
MQTT::Client.connect('test.mosquitto.org') do |client|
# If you pass a block to the get method, then it will l... | gpl-2.0 |
wyuka/calligra | libs/flake/tests/TestPointMergeCommand.cpp | 8389 | /* This file is part of the KDE project
* Copyright (C) 2009 Jan Hambrecht <jaham@gmx.net>
*
* 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 2 of the License, or (... | gpl-2.0 |
fdroid/gp-peak-kernel | drivers/char/mem.c | 20686 | /*
* linux/drivers/char/mem.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Added devfs support.
* Jan-11-1998, C. Scott Ananian <cananian@alumni.princeton.edu>
* Shared /dev/zero mmapping support, Feb 2000, Kanoj Sarcar <kanoj@sgi.com>
*/
#include <linux/mm.h>
#include <linux/miscdevice.h>
#include ... | gpl-2.0 |
dilawar/sesc | src_without_LF/libcore/RunningProcs.cpp | 7893 | /*
SESC: Super ESCalar simulator
Copyright (C) 2003 University of Illinois.
Contributed by Jose Renau
Milos Prvulovic
This file is part of SESC.
SESC 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 Softw... | gpl-2.0 |
santu47/Eramba | operations/security_incident_edit.php | 6808 | <?
include_once("lib/security_incident_lib.php");
include_once("lib/security_incident_classification_lib.php");
include_once("lib/security_services_lib.php");
include_once("lib/security_incident_service_lib.php");
include_once("lib/general_classification_lib.php");
include_once("lib/security_incident_status_lib... | gpl-2.0 |
linux-nvme/nvme-cli | Documentation/nvme-dera-stat.html | 18162 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<title>nvme-de... | gpl-2.0 |
thoaionline/vlc | src/input/stream.c | 57867 | /*****************************************************************************
* stream.c
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you ... | gpl-2.0 |
EuroPlusFinance/Software | Quantum Trading Platforms/QuantLib-1.4/ql/math/matrixutilities/tapcorrelations.cpp | 5800 | /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2007 François du Vignaud
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute it... | gpl-2.0 |
davvid/git-cola | qtpy/QtWidgets.py | 6411 | # -*- coding: utf-8 -*-
#
# Copyright © 2014-2015 Colin Duquesnoy
# Copyright © 2009- The Spyder Developmet Team
#
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)
"""
Provides widget classes and functions.
.. warning:: Only PyQt4/PySide QtGui classes compatible with PyQt5.QtWidgets
ar... | gpl-2.0 |
jcstrang-edu/eas_bbb_version1 | source/bmp180.cpp | 7277 | /*
BMP180 Pressure & Temp Sensor Library
bmp180.cpp
EAS
Brian Davis
*/
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#include <sys/ioctl.h>
#include <iostream>
#include <cstring>
#include "bmp180_bosch.h"
#include "bmp180.h"
/... | gpl-2.0 |
buildproto/SignalServiceKit | src/Network/API/Requests/TSUpdateAttributesRequest.h | 294 | //
// TSUpdateAttributesRequest.h
// Signal
//
// Created by Frederic Jacobs on 22/08/15.
// Copyright (c) 2015 Open Whisper Systems. All rights reserved.
//
#import "TSRequest.h"
@interface TSUpdateAttributesRequest : TSRequest
- (instancetype)initWithUpdatedAttributesWithVoice;
@end
| gpl-2.0 |
MerryMage/dynarmic | externals/vixl/vixl/test/aarch32/traces/simulator-cond-rd-rn-rm-shasx-a32.h | 688838 | // Copyright 2015, VIXL authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions ... | gpl-2.0 |
draskolnikova/icinga2 | lib/notification/notificationcomponent.hpp | 2276 | /******************************************************************************
* Icinga 2 *
* Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org) *
* *
... | gpl-2.0 |
kratuna/kipi-plugins | metadataedit/xmp/xmpcategories.cpp | 10674 | /* ============================================================
*
* This file is a part of kipi-plugins project
* http://www.digikam.org
*
* Date : 2007-10-16
* Description : XMP categories settings page.
*
* Copyright (C) 2007-2012 by Gilles Caulier <caulier dot gilles at gmail dot com>
*
* This progr... | gpl-2.0 |
bloyl/fieldtrip | realtime/src/acquisition/emotiv/emotiv2ft.cc | 4844 | #include <iostream>
#include <fstream>
#include <conio.h>
#include <sstream>
#include <windows.h>
#include <map>
#include <OnlineDataManager.h>
#include <ConsoleInput.h>
#include <StringServer.h>
#include "edk.h"
#include "edkErrorCode.h"
#define TOTAL_CHANNELS 22
EE_DataChannel_t targetChannelList[... | gpl-2.0 |
atodorov/pykickstart | tests/commands/install.py | 2107 | #
# Alexander Todorov <atodorov@redhat.com>
#
# Copyright 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use, modify,
# copy, or redistribute it subject to the terms and conditions of the GNU
# General Public License v.2. This program is distributed in the hope that it
# will b... | gpl-2.0 |
prisciou/android_kernel_wiko_s9321 | drivers/mmc/host/sdhci.c | 94250 | /*
* linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
*
* Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved.
* Copyright (c) 2013-2014, NVIDIA CORPORATION. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the term... | gpl-2.0 |
guker/ZoneMinder | web/skins/flat/views/filter.php | 13954 | <?php
//
// ZoneMinder web filter view file, $Date$, $Revision$
// Copyright (C) 2001-2008 Philip Coombes
//
// 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 2
// of the License... | gpl-2.0 |
kinap/scapy | scapy/modules/voip.py | 4288 | ## This file is part of Scapy
## See http://www.secdev.org/projects/scapy for more informations
## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license
"""
VoIP (Voice over IP) related functions
"""
import os
###################
## Testing stuff ##
###################
fr... | gpl-2.0 |
Bootz/TC-One | src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_warp_splinter.cpp | 6578 | /* Copyright (C) 2006 - 2008 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
* 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 2 of the License, or
* (at your option) any later... | gpl-2.0 |
dumbbell/virt-manager | src/virtManager/secret.py | 1629 | #
# Copyright (C) 2006 Red Hat, Inc.
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at you... | gpl-2.0 |
Esleelkartea/kz-adeada-talleres-electricos- | kzadeadatallereselectricos_v1.0.0_win32_installer/windows/xampp/htdocs/kz_adeada_talleres_electricos/commons/calidad/dir/nueva_reunion.php | 4891 | <?php
///////////////////////////////////////////////////////////////////////////
// //
// NOTICE OF COPYRIGHT //
// //
// Adead... | gpl-2.0 |
sunsided/player | server/drivers/localization/ekfvloc/scan.hh | 2078 | /*
* Player - One Hell of a Robot Server
* Copyright (C) 2010
* Mayte Lázaro, Alejandro R. Mosteo
*
*
* 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... | gpl-2.0 |
fergy/iphone_kernel | arch/arm/mach-s5l8930/mach-iphone4.c | 2051 | /**
* Copyright (c) 2011 Richard Ian Taylor.
*
* This file is part of the iDroid Project. (http://www.idroidproject.org).
*
* 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.
*/
... | gpl-2.0 |
md5555/S6-UniKernel | kernel/timer.c | 49410 | /*
* linux/kernel/timer.c
*
* Kernel internal timers
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-01-28 Modified by Finn Arne Gangstad to make timers scale better.
*
* 1997-09-10 Updated NTP code according to technical memorandum Jan '96
* "A Kernel Model for Precision Timekeeping... | gpl-2.0 |
thrasibule/mbedtls | programs/random/gen_random_ctr_drbg.c | 3823 | /**
* \brief Use and generate random data into a file via the CTR_DBRG based on AES
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (https://tls.mbed.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | gpl-2.0 |
georges5/bcangular | wp-content/plugins/wp-lazysizes-master/js/lazysizes/plugins/custommedia/ls.custommedia.js | 2072 | /*
html:after {
display: none;
content: '--small: (max-width: 500px) | --medium: (max-width: 1100px) | --large: (min-width: 1100px)';
}
*/
(function(window){
/*jshint eqnull:true */
'use strict';
var docElem = document.documentElement;
var create = function(){
if(!window.lazySizes || window.lazySizes.getCu... | gpl-2.0 |
jbotos/wptheme | wp-content/themes/wptheme/css/orbit.css | 3243 | /* CSS for jQuery Orbit Plugin 1.2.3
* www.ZURB.com/playground
* Copyright 2010, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
================================================== */
#featured {
widt... | gpl-2.0 |
SeeyaSia/www | web/libraries/ckeditor/plugins/list/lang/pt-br.js | 262 | /*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'list', 'pt-br', {
bulletedlist: 'Lista sem números',
numberedlist: 'Lista numerada'
} );
| gpl-2.0 |
heqiaoliu/Viral-Dark-Matter | tmp/install_4f20924cbb0a1/installation/views/license/tmpl/default.php | 1877 | <?php
/**
* @version $Id: default.php 21463 2011-06-06 15:28:10Z dextercowley $
* @package Joomla.Installation
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<div id=... | gpl-2.0 |
BetterBetterBetter/B3App | media/foundry/5.0/scripts/moment/ar-ma.js | 2156 | (function(){
// module factory: start
var moduleFactory = function($) {
// module body: start
var module = this;
$.require()
.script("moment")
.done(function() {
var exports = function() {
$.moment.lang('ar-ma', {
months : "يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".sp... | gpl-2.0 |
tomhughes/openstreetmap-website | test/controllers/api/traces_controller_test.rb | 15842 | require "test_helper"
module Api
class TracesControllerTest < ActionDispatch::IntegrationTest
##
# test all routes which lead to this controller
def test_routes
assert_routing(
{ :path => "/api/0.6/gpx/create", :method => :post },
{ :controller => "api/traces", :action => "create" }... | gpl-2.0 |
AICP/kernel_samsung_exynos5410 | drivers/usb/serial/pl2303.c | 24392 | /*
* Prolific PL2303 USB to serial adaptor driver
*
* Copyright (C) 2001-2007 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2003 IBM Corp.
*
* Original driver for 2.2.x by anonymous
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic... | gpl-2.0 |
supertcy/mt_kernel | drivers/md/Makefile | 1856 | ## Makefile for the kernel software RAID and LVM drivers.
#
dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
dm-ioctl.o dm-io.o dm-kcopyd.o dm-sysfs.o
dm-multipath-y += dm-path-selector.o dm-mpath.o
dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
dm-snap-persistent.o
d... | gpl-2.0 |
BetterBetterBetter/B3App | components/com_easydiscuss/models/labels.php | 6201 | <?php
/**
* @package EasyDiscuss
* @copyright Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
* @license GNU/GPL, see LICENSE.php
*
* EasyDiscuss is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is deriv... | gpl-2.0 |
ChubbyArse/Emby | MediaBrowser.WebDashboard/dashboard-ui/bower_components/hls.js/src/loader/playlist-loader.js | 10482 | /**
* Playlist Loader
*/
import Event from '../events';
import EventHandler from '../event-handler';
import {ErrorTypes, ErrorDetails} from '../errors';
import URLHelper from '../utils/url';
import AttrList from '../utils/attr-list';
//import {logger} from '../utils/logger';
class PlaylistLoader extends EventHandler... | gpl-2.0 |
stevenmizuno/QGIS | src/app/qgsmapthemes.cpp | 7007 | /***************************************************************************
qgsmapthemes.cpp
--------------------------------------
Date : September 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***********************************... | gpl-2.0 |
PPCDroid/external-gst-plugins-bad | ext/resindvd/gstmpegdemux.c | 60728 | /*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (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.mozilla.org/MPL/.
*
* Software distributed under the License is distributed on an "AS IS"
... | gpl-2.0 |
tectronics/tyres-wordpress | wp-content/plugins/directory/libraries/PayPal-PHP-SDK/lib/PayPal/Api/Currency.php | 1453 | <?php
namespace PayPal\Api;
use PayPal\Common\PPModel;
use PayPal\Common\FormatConverter;
use PayPal\Validation\NumericValidator;
/**
* Class Currency
*
* Base object for all financial value related fields (balance, payment due, etc.)
*
* @package PayPal\Api
*
* @property string currency
* @property string v... | gpl-2.0 |
Belthazor2008/googulator | public_html/lib/pushbullet.js | 3181 | (function(){
var PushBullet = {};
PushBullet.init = function(clientId, redirectUri){
this.clientId = clientId;
this.redirectUri = redirectUri;
this.accessToken = localStorage.pushBulletAccessToken;
};
//tests if we are authorized
PushBullet.checkAuth = function(callback){
... | gpl-3.0 |
vineodd/PIMSim | GEM5Simulation/gem5/src/dev/net/etherbus.cc | 3498 | /*
* Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: redistributions of source code must retain the above copyright
* not... | gpl-3.0 |
piersharding/mahara | htdocs/blocktype/newviews/lib.php | 3184 | <?php
/**
*
* @package mahara
* @subpackage blocktype-newviews
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
defined('INTERNAL') ||... | gpl-3.0 |
nanakisan/vintagecraft | src/main/java/at/tyron/vintagecraft/Block/Utility/BlockCokeOvenDoor.java | 7072 | package at.tyron.vintagecraft.Block.Utility;
import at.tyron.vintagecraft.VintageCraft;
import at.tyron.vintagecraft.Block.BlockContainerVC;
import at.tyron.vintagecraft.TileEntity.TECokeOvenDoor;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.block.properti... | gpl-3.0 |
Severed-Infinity/technium | build/tmp/recompileMc/sources/net/minecraft/world/chunk/BlockStatePaletteLinear.java | 2268 | package net.minecraft.world.chunk;
import javax.annotation.Nullable;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.network.PacketBuffer;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
public class BlockStatePalet... | gpl-3.0 |
ovilab/atomify | libs/lammps/src/KOKKOS/neigh_list_kokkos.cpp | 1894 | /* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | gpl-3.0 |
OpenGenus/cosmos | code/mathematical_algorithms/src/modular_inverse/modular_inverse.cpp | 1064 | #include <stdio.h>
int modularInverse(int number, int mod);
void extendedEuclid(int, int, int* d, int* x, int* y);
int main()
{
int number, mod;
scanf("%d %d", &number, &mod);
int ans = modularInverse(number, mod);
if (ans == -1)
fprintf(stderr, "Couldn't calculate modular inverse!\n");
else... | gpl-3.0 |
arjunaari/tweater | javadoc/edu/umd/cs/dmonner/tweater/class-use/QueryItemTime.html | 12740 | <!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_22) on Fri Sep 30 14:21:09 EDT 2011 -->
<TITLE>
Uses of Class edu.umd.cs.dmonner.tweater.QueryItemTime
</TITLE>
<META NAME="date" CONTENT="2011-09-3... | gpl-3.0 |
malin1993ml/h-store | third_party/cpp/berkeleydb/docs/api_reference/C/set_blob_dir.html | 6733 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>DB-&g... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtdeclarative/src/qml/qml/qqmldelayedcallqueue.cpp | 7883 | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | gpl-3.0 |
gauravsitlani/programming | prime_factors/prime_factors.py | 315 | import math
def PrimeFactors(num):
primeFactors = []
for i in range(2, int(math.sqrt(num)) + 1):
while num % i == 0:
primeFactors.append(i)
num //= i
if num > 2:
primeFactors.append(num)
return primeFactors
def main():
factors = PrimeFactors(36)
print(factors)
if __name__ == '__main__':
main()
| gpl-3.0 |
patrick246/tdesktop | Telegram/SourceFiles/boxes/aboutbox.h | 1404 | /*
This file is part of Telegram Desktop,
the official desktop version of Telegram messaging app, see https://telegram.org
Telegram Desktop 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 ... | gpl-3.0 |
dymkowsk/mantid | MantidPlot/test/MantidPlotMdiSubWindowTest.py | 922 | """
Test of basic 1D plotting methods in MantidPlot
"""
import mantidplottests
from mantidplottests import *
from mantidplot import *
from PyQt4 import QtGui, QtCore
class MantidPlotMdiSubWindowTest(unittest.TestCase):
def test_table(self):
self.doTest( newTable() )
def test_graph(self):
se... | gpl-3.0 |
areeves/openfisma | library/Zend/Pdf/Filter/Compression.php | 15570 | <?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | gpl-3.0 |
E3V3A/snoopsnitch | contrib/libosmo-asn1-rrc/src/FrequencyInfoTDD.c | 1902 | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "InformationElements"
* found in "../asn/InformationElements.asn"
* `asn1c -fcompound-names -fnative-types`
*/
#include "FrequencyInfoTDD.h"
static asn_TYPE_member_t asn_MBR_FrequencyInfoTDD_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct... | gpl-3.0 |
neo4j/neo4j-browser | src/browser/components/buttons/style.css | 202 | .tooltip {
position: absolute;
background-color: grey;
}
.action {
padding: 0px !important;
font-size: 0.8em !important;
min-width: 50px !important;
}
.remove {
color: #bcc0c9 !important;
}
| gpl-3.0 |
inovex/zax | src/main/java/com/inovex/zabbixmobile/widget/PackageReplacedReceiver.java | 1490 | /*
This file is part of ZAX.
ZAX 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.
ZAX is distributed in the hope that it will be useful... | gpl-3.0 |
stefangs/NetHomeServer | home-items/web-items/src/main/java/nu/nethome/home/items/web/servergui/HomeItemError.java | 1950 | /**
* Copyright (C) 2005-2013, Stefan Strömberg <stefangs@nethome.nu>
*
* This file is part of OpenNetHome (http://www.nethome.nu)
*
* OpenNetHome 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... | gpl-3.0 |
SGKhmCs/wBoard | src/main/webapp/app/admin/admin.route.ts | 659 | import { Routes } from '@angular/router';
import {
auditsRoute,
configurationRoute,
docsRoute,
healthRoute,
logsRoute,
metricsRoute,
trackerRoute,
userMgmtRoute,
userDialogRoute
} from './';
import { UserRouteAccessService } from '../shared';
const ADMIN_ROUTES = [
auditsRoute... | gpl-3.0 |
knarfS/libsigrok | src/input/csv.c | 57420 | /*
* This file is part of the libsigrok project.
*
* Copyright (C) 2013 Marc Schink <sigrok-dev@marcschink.de>
* Copyright (C) 2019 Gerhard Sittig <gerhard.sittig@gmx.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published ... | gpl-3.0 |
Japhilko/tmap | build.bat | 159 | @echo off
echo Removing building information...
rm -rf output
md output
cd output
R CMD build --resave-data ../pkg
FOR %%1 in (*.tar.gz) DO R CMD check %%1
| gpl-3.0 |
aviralchandra/Sandhi | build/gr36/docs/doxygen/html/gr__expj_8h.js | 100 | var gr__expj_8h =
[
[ "gr_expj", "gr__expj_8h.html#a7d0144e5774158b746199c1da4d5b5ac", null ]
]; | gpl-3.0 |
BramBonne/snoopsnitch-pcapinterface | contrib/libosmo-asn1-rrc/src/PrimaryCCPCH-InfoPost.c | 8231 | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "InformationElements"
* found in "../asn/InformationElements.asn"
* `asn1c -fcompound-names -fnative-types`
*/
#include "PrimaryCCPCH-InfoPost.h"
static asn_per_constraints_t asn_PER_type_syncCase_constr_2 = {
{ APC_CONSTRAINED, 1,... | gpl-3.0 |
tholberton/utf-8-codec | include/libutf/ifstream.h | 1140 | #ifndef LIBUTF_IFSTREAM_H
#define LIBUTF_IFSTREAM_H
#include <libutf/istream.h>
struct utf_ifstream {
struct utf_istream istream;
};
void utf_ifstream_init(struct utf_ifstream * ifstream);
void utf_ifstream_free(struct utf_ifstream * ifstream);
utf_codec_t utf_ifstream_get_codec(const struct utf_ifstream * ifstre... | gpl-3.0 |
magicpriest/darling-FC-edition | src/libobjcdarwin/new/class.cpp | 3116 | #include "./class.h"
#include "../../util/trace.h"
#include "../../util/log.h"
#include <map>
#include <algorithm>
#include "../common/method.h"
#include "../common/property.h"
#include "../common/ref.h"
#include "./ivar.h"
#include "./protocol.h"
#include "../TopologySort.h"
extern std::map<const void*,Class> g_class... | gpl-3.0 |
qtproject/qt-creator | src/libs/qmljs/qmljsicontextpane.h | 2009 | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | gpl-3.0 |
jono659/enko | scripts/globals/spells/bluemagic/filamented_hold.lua | 1408 | -----------------------------------------
-- Spell: Filamented Hold
-- Reduces the attack speed of enemies within a fan-shaped area originating from the caster
-- Spell cost: 38 MP
-- Monster Type: Vermin
-- Spell Type: Magical (Earth)
-- Blue Magic Points: 3
-- Stat Bonus: VIT+1
-- Level: 52
-- Casting Time: ... | gpl-3.0 |
BeGe78/esood | vendor/bundle/ruby/3.0.0/gems/passenger-6.0.5/src/agent/Core/SpawningKit/Journey.h | 17366 | /*
* Phusion Passenger - https://www.phusionpassenger.com/
* Copyright (c) 2017-2018 Phusion Holding B.V.
*
* "Passenger", "Phusion Passenger" and "Union Station" are registered
* trademarks of Phusion Holding B.V.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this ... | gpl-3.0 |
liyouchang/webrtc-qt | webrtc/test/channel_transport/channel_transport.cc | 4688 | /*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | gpl-3.0 |
TeamExodus/external_nano | src/rcfile.c | 36772 | /* $Id: rcfile.c 5412 2015-11-15 06:43:54Z astyanax $ */
/**************************************************************************
* rcfile.c *
* *
* Copyright (C) 2001, 2002, 2003... | gpl-3.0 |
aferrero2707/PhotoFlow | src/external/exiv2/include/exiv2/xmp.hpp | 16837 | // ***************************************************************** -*- C++ -*-
/*
* Copyright (C) 2004-2017 Andreas Huggel <ahuggel@gmx.net>
*
* This program is part of the Exiv2 distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public... | gpl-3.0 |
plymouthstate/mahara | htdocs/lang/en.utf8/help/pages/collection/views.html | 282 | <h3>Collection Pages</h3>
<p>Here you can add pages to your collection and set the order in which they will display in page navigation blocktypes.</p>
<p>When you add a page to your collection, the access permissions attached to the page will be added to the entire collection.</p>
| gpl-3.0 |
aJanker/TypeChef-Sampling-Linux | linux26333/systems/redhat/usr/include/phonon/mediasource.h | 8882 | /* This file is part of the KDE project
Copyright (C) 2007 Matthias Kretz <kretz@kde.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 2.1 of the License... | gpl-3.0 |
ctaylo37/OTM2 | opentreemap/api/models.py | 1113 | # -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import unicode_literals
from __future__ import division
import uuid
import base64
import os
from django.contrib.gis.db import models
from treemap.models import User
class APIAccessCredential(models.Model):
access_key = models.CharFie... | gpl-3.0 |
peter-b/livecode-ide | notes/bugfix-16429.md | 37 | # Custom properties won't set in IDE | gpl-3.0 |
facebokiii/face | Telegram/SourceFiles/overviewwidget.h | 10156 | /*
This file is part of Telegram Desktop,
the official desktop version of Telegram messaging app, see https://telegram.org
Telegram Desktop 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 ... | gpl-3.0 |
HeavensSword/darkstar | scripts/globals/items/blaze_hose.lua | 368 | -----------------------------------------
-- ID: 15652
-- Item: Blaze Hose
-- Item Effect: Blaze Spikes
-----------------------------------------
require("scripts/globals/settings");
-----------------------------------------
function onItemCheck(target)
return 0;
end;
function onItemUse(target)
target:addSta... | gpl-3.0 |
SuperrSonic/ULGX-ICON-VIEW | source/input.h | 579 | /****************************************************************************
* libwiigui Template
* Tantric 2009
*
* input.h
* Wii/GameCube controller management
***************************************************************************/
#ifndef _INPUT_H_
#define _INPUT_H_
#include <gccore.h>
#include <wiiuse... | gpl-3.0 |
cmjatai/cmj | sapl/sessao/migrations/0010_auto_20170814_1804.py | 753 | # -*- coding: utf-8 -*-
# Generated by Django 1.9.13 on 2017-08-14 18:04
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('sessao', '0009_auto_20170619_1441'),
]
operations = [
migrations.AddField(
... | gpl-3.0 |
FAIMS/faims-android | faimsandroidapp/src/main/java/com/nutiteq/utils/TileUtils.java | 4474 | package com.nutiteq.utils;
import com.nutiteq.components.Envelope;
import com.nutiteq.components.MapPos;
import com.nutiteq.projections.Projection;
public class TileUtils {
private static final double TILESIZE = 256;
private static final double initialResolution = 2.0f * Math.PI * 6378137.0f
... | gpl-3.0 |
ccilab/binutils | gdb/infrun.c | 307263 | /* Target-struct-independent code to start (run) and stop an inferior
process.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.
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
t... | gpl-3.0 |
yonahbox/ardupilot | libraries/AP_HAL_SITL/SITL_State.h | 6609 | #pragma once
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
#include "AP_HAL_SITL.h"
#include "AP_HAL_SITL_Namespace.h"
#include "HAL_SITL_Class.h"
#include "RCInput.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/udp.h>
#include <arpa/inet.h>
#include... | gpl-3.0 |
prutseltje/ansible | .github/ISSUE_TEMPLATE/documentation_report.md | 2040 | ---
name: 📝 Documentation Report
about: Ask us about docs
---
<!---
Verify first that your issue/request is not already reported on GitHub.
THIS FORM WILL BE READ BY A MACHINE, COMPLETE ALL SECTIONS AS DESCRIBED.
Also test if the latest release, and devel branch are affected too.
ALWAYS add information AFTER (OUTSID... | gpl-3.0 |
pandazheng/openiBoot | menu/menu.c | 4311 | /*
* menu.c - OpeniBoot Menu
*
* Copyright 2010 iDroid Project
*
* This file is part of iDroid. An android distribution for Apple products.
* For more information, please visit http://www.idroidproject.org/.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GN... | gpl-3.0 |
akimdi/laba2 | axis2c_2/docs/api/html/axutil__thread__pool_8h-source.html | 9505 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Axis2/C: axutil_thread_pool.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</hea... | gpl-3.0 |
sabel83/metashell | 3rd/templight/clang/test/CodeGenCXX/attr-target-mv-overloads.cpp | 3859 | // RUN: %clang_cc1 -std=c++11 -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s --check-prefix=LINUX
// RUN: %clang_cc1 -std=c++11 -triple x86_64-windows-pc -emit-llvm %s -o - | FileCheck %s --check-prefix=WINDOWS
int __attribute__((target("sse4.2"))) foo_overload(int) { return 0; }
int __attribute__((target(... | gpl-3.0 |
apavlo/h-store | third_party/cpp/berkeleydb/docs/api_reference/CXX/envset_app_dispatch.html | 12459 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>DbEnv... | gpl-3.0 |
Dunbaratu/KOS-1 | src/kOS/Properties/Resources.Designer.cs | 2772 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | gpl-3.0 |
blazedDeveloper/hyos | src/kernel/arch/i386/tty.c | 1530 | #include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <kernel/tty.h>
#include "vga.h"
static const size_t VGA_WIDTH = 80;
static const size_t VGA_HEIGHT = 25;
static uint16_t* const VGA_MEMORY = (uint16_t*) 0xB8000;
static size_t terminal_row;
static size_t terminal_column;
stati... | gpl-3.0 |
geowe/geowe-core | src/main/java/org/geowe/client/local/main/tool/project/OpenProjectTool.java | 5059 | /*
* #%L
* GeoWE Project
* %%
* Copyright (C) 2015 - 2016 GeoWE.org
* %%
* This file is part of GeoWE.org.
*
* GeoWE 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, ... | gpl-3.0 |
Codeinwp/zerif-lite | woocommerce.php | 594 | <?php
/**
* The template for displaying all WooCommerce pages.
*
* @package zerif-lite
*/
get_header(); ?>
<div class="clear"></div>
</header> <!-- / END HOME SECTION -->
<?php zerif_after_header_trigger(); ?>
<div id="content" class="site-content">
<div class="container">
<div class="content-left-wrap col-... | gpl-3.0 |
grokys/OmniXAML | Source/OmniXaml.Wpf/WpfWindow.cs | 400 | namespace OmniXaml.Wpf
{
using System.Threading.Tasks;
using System.Windows;
using Services.Mvvm;
public class WpfWindow : Window, IView
{
public new Task ShowDialog()
{
return new Task(() => this.ShowDialog());
}
public void SetViewModel(object ... | gpl-3.0 |
henrique-silva/afcipm | FreeRTOS/portable/oWatcom/16BitDOS/Flsh186/portmacro.h | 4018 | /*
* FreeRTOS Kernel V10.0.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, ... | gpl-3.0 |
andrei14vl/cubrid | src/cci/cci_log.cpp | 18272 | /*
* Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright not... | gpl-3.0 |
mrotondo/SuperCollider | Help/GUI/EZ-GUI/EZPopUpMenu.html | 22082 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVers... | gpl-3.0 |
katmutua/electric-book-gui | src/ts/querySelectorAll-extensions.ts | 514 | export function QuerySelectorAllIterate(el:HTMLElement, query:string) : HTMLElement[] {
let els :HTMLElement[] = [];
if ('function'==typeof el.matches) {
if (el.matches(query)) {
els.push(el);
}
} else if ('function'==typeof (el as any).matchesSelector) {
if ((el as any).matchesSelector(query)) {
els.pus... | gpl-3.0 |
PersoSim/de.persosim.simulator | de.persosim.simulator/src/de/persosim/simulator/tlv/TlvDataObjectComparatorDer.java | 1516 | package de.persosim.simulator.tlv;
import java.util.Comparator;
import de.persosim.simulator.utils.Utils;
/**
* This class implements a comparator for sorting TLV data objects in DER-TLV
* order. Sorting is performed based on the sorting of tags. In detail tags
* again are sorted based on their indicated class an... | gpl-3.0 |
CroceRossaCatania/gaia | inc/attivita.modifica.php | 4359 | <?php
/*
* ©2013 Croce Rossa Italiana
*/
paginaPrivata();
caricaSelettore();
controllaParametri(['id'], 'attivita.gestione&err');
$a = Attivita::id($_GET['id']);
paginaAttivita($a);
if (!$a->haPosizione()) {
redirect('attivita.localita&id=' . $a->id);
}
$del = $me->delegazioni(APP_ATTIVITA);
$comitat... | gpl-3.0 |