code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
/******************************************************************************** Copyright (C) MixERP Inc. (http://mixof.org). This file is part of MixERP. MixERP 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...
gjms2000/mixerp
src/FrontEnd/MixERP.Net.FrontEnd/Modules/BackOffice/CustomFields.ascx.cs
C#
gpl-2.0
1,053
/* * if_ppp.c - Point-to-Point Protocol (PPP) Asynchronous driver. * * Copyright (c) 1989 Carnegie Mellon University. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and th...
carlobar/uclinux_leon3_UD
user/pppd/freebsd-2.0/if_ppp.c
C
gpl-2.0
35,795
/* * Block driver for media (i.e., flash cards) * * Copyright 2002 Hewlett-Packard Company * Copyright 2005-2008 Pierre Ossman * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety in all copies and derived works. * * HEWLETT-PACKARD COMPANY MAK...
TEAM-Gummy/kernel_oppo_msm8974
drivers/mmc/card/block.c
C
gpl-2.0
87,783
# # Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org include $(TOPDIR)/rules.mk PKG_BASE_NAME:=xf86 PKG_NAME:=xf86-video-nv PKG_RELEASE:=3 PKG_VERSION:=2.1.12 PKG_SOURCE_URL:=http://xorg.freedesktop....
zioproto/SDK.UBNT.v5.5
feeds/packages/Xorg/xorg/driver/xf86-video-nv/Makefile
Makefile
gpl-2.0
2,088
/* AbiWord * Copyright (C) 2004 Luca Padovani <lpadovan@cs.unibo.it> * * 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 vers...
tanya-guza/abiword
plugins/mathview/xp/gr_Abi_CharArea.cpp
C++
gpl-2.0
2,657
/* { dg-do run } */ /* { dg-options "-O2 -mavx512dq -DAVX512DQ" } */ /* { dg-require-effective-target avx512dq } */ #include "avx512f-helper.h" #define SIZE (AVX512F_LEN / 32) #include "avx512f-mask-type.h" void CALC (int *r, int *s) { int i; for (i = 0; i < SIZE; i++) { r[i] = s[i % 2]; } } void ...
Alexpux/GCC
gcc/testsuite/gcc.target/i386/avx512dq-vbroadcasti32x2-2.c
C
gpl-2.0
1,145
<?php /** * @file * Default theme implementation to display a region. * * Available variables: * - $regions: Renderable array of regions associated with this zone * - $enabled: Flag to detect if the zone was enabled/disabled via theme settings * - $wrapper: Flag set to display a full browser width wrapper around...
404pnf/d7sites
sites/csc.fltrp.com/themes/standard/omega/omega/templates/zone.tpl.php
PHP
gpl-2.0
1,173
/*************************************************************************** qgsrasterfilewriter.h --------------------- begin : July 2012 copyright : (C) 2012 by Marco Hugentobler email : marco dot hugentobler at sourcepole dot ch **************************...
geopython/QGIS
src/core/raster/qgsrasterfilewriter.h
C
gpl-2.0
12,940
package cc.wdcy.domain; import cc.wdcy.infrastructure.DateUtils; import cc.wdcy.domain.shared.GuidGenerator; import java.io.Serializable; import java.util.Date; /** * @author Shengzhao Li */ public abstract class AbstractDomain implements Serializable { /** * Database id */ protected int id; ...
vFiv/spring-oauth-server
src/main/java/cc/wdcy/domain/AbstractDomain.java
Java
gpl-2.0
1,925
/* Copyright (C) 2008 Paul Davis 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 version. This program is distr...
johannes-mueller/ardour
libs/ardour/analyser.cc
C++
gpl-2.0
3,246
<?php global $woocommerce, $yith_wcwl; ?> <?php $instance = jaw_template_get_var('instance'); ?> <ul> <?php if (isset($instance['login_show']) && $instance['login_show'] == '1') { ?> <li class="top-bar-login-content" aria-haspopup="true"> <?php $myaccount_page_id = get_option('wooco...
thanhtrantv/car-wp
wp-content/themes/goodstore/templates/widgets/jaw_ecommerce_widget.php
PHP
gpl-2.0
3,151
/* * Layer Two Tunnelling Protocol Daemon * Copyright (C) 1998 Adtran, Inc. * Copyright (C) 2002 Jeff McAdams * * Mark Spencer * * This software is distributed under the terms * of the GPL, which you should have received * along with this source. * * Authorization, Accounting, and Access control * */ #inc...
ybbxk/xavl2tp
ipv6aaa.c
C
gpl-2.0
14,259
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file e...
petrofcikmatus/wp-blog
wp-content/themes/sketch/index.php
PHP
gpl-2.0
1,208
/**************************************************************************** ** ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** Commercial Usage ** Licensees holding valid Q...
liuyanghejerry/qtextended
qtopiacore/qt/src/gui/painting/qtransform.h
C
gpl-2.0
10,039
// license:GPL-2.0+ // copyright-holders:Couriersud /* * nld_legacy.c * */ #include "nld_legacy.h" #include "nl_setup.h" NETLIB_NAMESPACE_DEVICES_START() NETLIB_START(nicRSFF) { register_input("S", m_S); register_input("R", m_R); register_output("Q", m_Q); register_output("QQ", m_QQ); } NETLIB_RESET(nicRSFF)...
RJRetro/mame
src/lib/netlist/devices/nld_legacy.cpp
C++
gpl-2.0
1,191
/**************************************************************************** ** ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the qmake spec of the Qt Toolkit. ** ** Commercial Usage ** Licensees holding valid Qt ...
FilipBE/qtextended
qtopiacore/qt/mkspecs/qws/solaris-generic-g++/qplatformdefs.h
C
gpl-2.0
1,811
/* * Some of the code in this file has been gleaned from the 64 bit * discontigmem support code base. * * Copyright (C) 2002, IBM Corp. * * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
QiuLihua83/linux-2.6.10
arch/i386/kernel/srat.c
C
gpl-2.0
12,625
/* * ring buffer based function tracer * * Copyright (C) 2007-2012 Steven Rostedt <srostedt@redhat.com> * Copyright (C) 2008 Ingo Molnar <mingo@redhat.com> * * Originally taken from the RT patch by: * Arnaldo Carvalho de Melo <acme@redhat.com> * * Based on code from the latency_tracer, that is: * Copyrigh...
friedrich420/N4-AEL-KERNEL-LOLLIPOP
kernel/trace/trace.c
C
gpl-2.0
159,675
/* Copyright (C) 2009 Paul Davis Author: Sakari Bergen 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 version. ...
satriani-vai/ardour
libs/pbd/pbd/demangle.h
C
gpl-2.0
1,625
<?php /* * @version $Id: ruledictionnarynetworkequipmenttypecollection.class.php 22656 2014-02-12 16:15:25Z moyo $ ------------------------------------------------------------------------- GLPI - Gestionnaire Libre de Parc Informatique Copyright (C) 2003-2014 by the INDEPNET Development Team. http://indepnet.net/...
flavioleal/projeto-towb
inc/ruledictionnarynetworkequipmenttypecollection.class.php
PHP
gpl-2.0
1,510
/* * omap-secure.h: OMAP Secure infrastructure header. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * * 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 Fre...
dmitry-pervushin/android-linux-linaro
arch/arm/mach-omap2/include/mach/omap-secure.h
C
gpl-2.0
2,021
#!/usr/bin/perl ## ----------------------------------------------------------------------- ## ## Copyright 2002-2008 H. Peter Anvin - All Rights Reserved ## Copyright 2009 Intel Corporation; author: H. Peter Anvin ## ## This program is free software; you can redistribute it and/or modify ## it under the terms o...
CyanogenMod/android_external_syslinux
utils/isohybrid.pl
Perl
gpl-2.0
13,971
// { dg-do compile { target c++14 } } // // Copyright (C) 2013-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 Fou...
Gurgel100/gcc
libstdc++-v3/testsuite/20_util/underlying_type/requirements/alias_decl.cc
C++
gpl-2.0
1,091
<div class="wrap"> <div class="postbox-container" style="width:95%; margin-right: 5%"> <div class="metabox-holder"> <div class="meta-box-sortables" style="min-height:0;"> <div class="postbox"> <h3 class="hndle"><span><?php echo $tr_Deck_Builder; ?></span></h3> <div class="inside"> <p style="wi...
sharpmachine/unlikelyheroes.com
wp-content/plugins/ignitiondeck/templates/admin/_deckBuilder.php
PHP
gpl-2.0
3,759
;(function ($, window, document, undefined) { 'use strict'; var settings = { callback: $.noop, deep_linking: true, init: false }, methods = { init : function (options) { settings = $.extend({}, options, settings); return this.each(function () { ...
RemanenceStudio/intuisens
wp-content/themes/intuisens/js/foundation/jquery.foundation.tabs.js
JavaScript
gpl-2.0
1,977
<?php /** * ------------------------------------------------------------------------ * T3V2 Framework * ------------------------------------------------------------------------ * Copyright (C) 2004-20011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html...
heqiaoliu/Viral-Dark-Matter
tmp/install_4f209c9de9bf1/plugins/system/jat3/base-themes/default/page/ajax.modules.php
PHP
gpl-2.0
657
#define _CRT_SECURE_NO_DEPRECATE #include <stdio.h> #include <deque> #include <set> #ifdef WIN32 #include "direct.h" #else #include <sys/stat.h> #endif #include "dbcfile.h" #include "mpq_libmpq.h" extern unsigned int iRes; extern ArchiveSet gOpenArchives; bool ConvertADT(char*,char*); typedef struct{ char nam...
brotalnia/TrinityZero
contrib/extractor/System.cpp
C++
gpl-2.0
6,690
/* * linux/arch/arm/mm/dma-mapping.c * * Copyright (C) 2000-2004 Russell King * * 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. * * DMA uncached mapping support. */ #inclu...
spezi77/hellspawn-N4
arch/arm/mm/dma-mapping.c
C
gpl-2.0
44,951
#!/usr/bin/python # pep8.py - Check Python source code formatting, according to PEP 8 # Copyright (C) 2006 Johann C. Rocholl <johann@browsershots.org> # # 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...
MSusik/invenio
scripts/pep8.py
Python
gpl-2.0
29,318
/* packet-enip.h * Routines for EtherNet/IP (Industrial Protocol) dissection * EtherNet/IP Home: www.odva.org * * Conversation data support for CIP * Jan Bartels, Siempelkamp Maschinen- und Anlagenbau GmbH & Co. KG * Copyright 2007 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshar...
jfzazo/wireshark-hwgen
src/epan/dissectors/packet-enip.h
C
gpl-2.0
3,557
use 5.010; use strict; use lib '/data/Lacuna-Server/lib'; use Lacuna::DB; use Lacuna; use Lacuna::Util qw(randint format_date); use Getopt::Long; use List::MoreUtils qw(uniq); use utf8; $|=1; our $quiet; GetOptions( 'quiet' => \$quiet, ); out('Started'); my $start = time; out('Loading DB'); our $db = ...
abyssinia/Lacuna-Server-Open
bin/saben/warning2.pl
Perl
gpl-2.0
2,222
/* * xHCI host controller driver PCI Bus Glue. * * Copyright (C) 2008 Intel Corp. * * Author: Sarah Sharp * Some code borrowed from the Linux EHCI driver. * * 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...
CyanogenMod/hardkernel-kernel-4412
drivers/usb/host/xhci-pci.c
C
gpl-2.0
9,776
# # Makefile for the Marvell CESA driver # CPU_ARCH = ARM ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) ENDIAN = BE else ENDIAN = LE endif MV_DEFINE = -DMV_LINUX -DMV_CPU_$(ENDIAN) -DMV_$(CPU_ARCH) CESA_DIR := drivers/crypto/mvebu_cesa obj-y += cesa_if.o cesa_ocf_drv.o cesa_test.o obj-$(CONFIG_MV_CESA_TOOL) += cesa_...
aldencolerain/mc2kernel
drivers/crypto/mvebu_cesa/Makefile
Makefile
gpl-2.0
728
/******************************************************************************* * Copyright 2010 Broadcom Corporation. All rights reserved. * * @file drivers/regulator/max8986-regulator.c * * Unless you and Broadcom execute a separate written software license agreement * governing use of this software, this software...
DZB-Team/kernel_torino_cm11
drivers/regulator/max8986-regulator.c
C
gpl-2.0
29,852
/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
Xilinx/eglibc
nptl/tst-mutex8.c
C
gpl-2.0
8,388
/**************************************************************************** * * Copyright (c) 2005 - 2012 by Vivante Corp. * * 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; eit...
pazos/android_kernel_samsung_goyawifi
drivers/marvell/graphics/galcore_src/arch/unified_reg/hal/kernel/gc_hal_kernel_hardware.h
C
gpl-2.0
3,645
<?php /** * @version $Id: ItemPrivacyPopulator.php 10887 2013-05-30 06:31:57Z btowles $ * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ class RokSprocket_Provider_EasyBlog_ItemPriv...
effortlesssites/template
components/com_roksprocket/lib/RokSprocket/Provider/EasyBlog/ItemPrivacyPopulator.php
PHP
gpl-2.0
616
require 'rexml/document' module Ohcount module Gestalt class CsprojRule < FileRule attr_accessor :import def initialize(*args) @import = args.shift || /.*/ @import = /^#{Regexp.escape(@import.to_s)}$/ unless @import.is_a? Regexp super(args) end def process_source_file(source_file) ...
scriptum/ohcount
ruby/gestalt/rules/csproj_rule.rb
Ruby
gpl-2.0
739
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="cs_CZ"> <context> <name>AboutDialog</name> <message> <location filename="../../build/pcmanfm/ui_about.h" line="134"/> <source>About</source> <translation type="unfinished">O</translation> </message> ...
rbazaud/pcmanfm-qt
pcmanfm/translations/pcmanfm-qt_cs_CZ.ts
TypeScript
gpl-2.0
53,147
/* * Copyright (c) 2004, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
hawpaw/KreyosFirmware-hwp-
Watch/core/net/psock.h
C
gpl-2.0
12,948
#ifdef BUILD_LK #else #include <linux/string.h> #ifndef BUILD_UBOOT #include <linux/kernel.h> #endif #endif #include "lcm_drv.h" // --------------------------------------------------------------------------- // Local Constants // --------------------------------------------------------------------------- #define FRA...
assusdan/android_kernel_hs_zerasrs
drivers/misc/mediatek/lcm/otm9605a_dsi_vdo_dijing/otm9605a_dsi_vdo_dijing.c
C
gpl-2.0
15,047
### Jenkins scripted build pipeline for FreeRADIUS #### Summary The Jenkinsfile in this directory is used to build packages for different Linux distributions. They are mostly here for the FreeRADIUS development team, and they create the packages available at [packages.networkradius.com](https://packages.networkradiu...
leprechau/freeradius-server
scripts/jenkins/README.md
Markdown
gpl-2.0
1,872
/* * Copyright 2007 Sun Microsystems, Inc. * * This file is part of jVoiceBridge. * * jVoiceBridge 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 and distributed hereunder * to you. * * ...
damirkusar/jvoicebridge
softphone/src/com/sun/mc/softphone/media/coreaudio/CoreAudioAudioServiceProvider.java
Java
gpl-2.0
4,493
<ul ng-if="!isOffline" class="nav nav-tabs" role="tablist"> <li ng-repeat="tab in tabs.list | filter:filterVisible" class="tab-resource tab-{{name}}" ng-class="{active: cur.name === tab.name}"> <a ng-href="#{{tab.url()}}" role="tab"> <div class="tab-icon-resource tab-icon-{{tab.name}} icon-{{tab.name}}"></d...
tongrhj/racing-clicker
app/views/tabs.html
HTML
gpl-2.0
4,020
#include "uemf.h" #include "wsIntrn.h" #include <signal.h> #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> #include <stdlib.h> #ifdef WEBS_SSL_SUPPORT #include "websSSL.h" #endif #ifdef USER_MANAGEMENT_SUPPORT #include "um....
liutianpingyanxiaoyu/cpe
package_bak/goahead/src/management.c
C
gpl-2.0
139,330
<?php /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ // @codingStandardsIgnoreFile /** * Adminhtml catalog product edit action attributes update tab block * * @author Magento Core Team <core@magentocommerce.com> */ namespace Magento\Catalog\Block\Adminhtml\P...
FPLD/project0
vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
PHP
gpl-2.0
5,430
<?php /** * EasyRdf * * LICENSE * * Copyright (c) 2009-2010 Nicholas J Humfrey. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above c...
SuriyaaKudoIsc/wikia-app-test
extensions/SemanticWebBrowser/lib/EasyRdf/Serialiser/Rapper.php
PHP
gpl-2.0
5,338
// Scintilla source code edit control /** @file CellBuffer.h ** Manages the text of the document. **/ // Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CELLBUFFER_H #define CELLBUFFER_H namespace Scinti...
geany/geany
scintilla/src/CellBuffer.h
C
gpl-2.0
8,348
/* sem_post -- post to a POSIX semaphore. Generic futex-using version. Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. The GNU C Library is free software; you can redistribute it and/or modify it under...
NicoleRobin/glibc
sysdeps/sparc/sparc32/sem_post.c
C
gpl-2.0
2,404
#!/usr/bin/env python3 import os import sys import subprocess if os.getenv("MSYSTEM") == "MINGW32": mingw_dir = "/mingw32" elif os.getenv("MSYSTEM") == "MINGW64": mingw_dir = "/mingw64" p = subprocess.Popen([ "sh", "-c", "cp {}/bin/{} {}".format(mingw_dir, sys.argv[1], sys.argv[2])]) sys.exit(p.wait(...
cnvogelg/fs-uae
dist/windows/clib.py
Python
gpl-2.0
323
/* * watcher.h */ #ifndef NETSNMP_WATCHER_H #define NETSNMP_WATCHER_H #ifdef __cplusplus extern "C" { #endif /** @ingroup watcher * @{ */ /* * if handler flag has this bit set, the timestamp will be * treated as a pointer to the timestamp. If this bit is * not set (the default), the timestamp is a struct ti...
rhuitl/uClinux
user/net-snmp/include/net-snmp/agent/watcher.h
C
gpl-2.0
4,857
package net.minecraft.util.text; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonArray; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.J...
aebert1/BigTransport
build/tmp/recompileMc/sources/net/minecraft/util/text/ITextComponent.java
Java
gpl-3.0
12,605
/* Refresh.js * * copyright (c) 2010-2017, Christian Mayer and the CometVisu contributers. * * 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...
robert1978/CometVisu
source/class/cv/ui/structure/pure/Refresh.js
JavaScript
gpl-3.0
1,913
# encoding: utf-8 import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding model 'ContactRole' db.create_table('base_contactrole', ( ('id', self.gf('django.db.m...
dwoods/gn-maps
geonode/base/migrations/0001_initial.py
Python
gpl-3.0
25,336
/* * ccnSim is a scalable chunk-level simulator for Content Centric * Networks (CCN), that we developed in the context of ANR Connect * (http://www.anr-connect.org/) * * People: * Giuseppe Rossini (lead developer, mailto giuseppe.rossini@enst.fr) * Raffaele Chiocchetti (developer, mailto raffaele.chiocchet...
kyithar/Ski-Rental
include/betweenness_centrality.h
C
gpl-3.0
1,572
/* Avuna HTTPD - General Server Applications Copyright (C) 2015 Maxwell Bruce 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. Th...
JavaProphet/AvunaHTTPD-Java
src/org/avuna/httpd/mail/imap/command/IMAPCommandCreate.java
Java
gpl-3.0
1,747
/* * This file is part of the dSploit. * * Copyleft of Simone Margaritelli aka evilsocket <evilsocket@gmail.com> * * dSploit 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 Licen...
zabubaev/dsploit
src/it/evilsocket/dsploit/gui/dialogs/ChoiceDialog.java
Java
gpl-3.0
2,193
/* Copyright 2015-2017 Parity Technologies (UK) Ltd. /* This file is part of Parity. /* /* Parity 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 l...
nipunn1313/parity
js/src/ui/Form/PasswordStrength/passwordStrength.css
CSS
gpl-3.0
905
<?php /** * 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 version. * * This program is distributed in the hope that it will...
kylethayer/bioladder
wiki/maintenance/benchmarks/benchmarkCSSMin.php
PHP
gpl-3.0
2,049
/* * This file is part of MPlayer. * * MPlayer 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 version. * * MPlayer is distributed in th...
dr4g0nsr/mplayer-skyviia-8860
mplayer_android/libmpcodecs/vf_noformat.c
C
gpl-3.0
1,967
package org.zeromq; import java.io.Closeable; import java.io.IOException; import org.zeromq.ZMQ.Context; import org.zeromq.ZMQ.Socket; /** * ZeroMQ Queue Device implementation. * * @author Alois Belaska <alois.belaska@gmail.com> */ public class ZMQQueue implements Runnable, Closeable { private final ZMQ.Po...
aol/jzmq
src/org/zeromq/ZMQQueue.java
Java
gpl-3.0
2,634
import PropTypes from 'prop-types'; import React, { Component } from 'react'; import styles from './ModalFooter.css'; class ModalFooter extends Component { // // Render render() { const { children, ...otherProps } = this.props; return ( <div className={styles.modalFooter}...
Radarr/Radarr
frontend/src/Components/Modal/ModalFooter.js
JavaScript
gpl-3.0
485
<?php /** * @file * This file is part of the PdfParser library. * * @author Sébastien MALOT <sebastien@malot.fr> * @date 2017-01-03 * @license LGPLv3 * @url <https://github.com/smalot/pdfparser> * * PdfParser is a pdf library written in PHP, extraction oriented. * Copyright (C) 2017 - Séba...
j0k3r/pdfparser
src/Smalot/PdfParser/Font/FontType3.php
PHP
gpl-3.0
1,227
package de.btu.openinfra.backend.db.rbac; import java.util.UUID; import de.btu.openinfra.backend.db.OpenInfraSchemas; import de.btu.openinfra.backend.db.daos.TopicCharacteristicToAttributeTypeGroupDao; import de.btu.openinfra.backend.db.jpa.model.AttributeTypeGroup; import de.btu.openinfra.backend.db.jpa.model...
OpenInfRA/core
openinfra_core/src/main/java/de/btu/openinfra/backend/db/rbac/TopicCharacteristicToAttributeTypeGroupRbac.java
Java
gpl-3.0
1,063
# Makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d $(BUILDDIR)/do...
mbertrand/cga-worldmap
docs/Makefile
Makefile
gpl-3.0
4,594
/* * Thresher IRC client library * Copyright (C) 2002 Aaron Hunter <thresher@sharkbite.org> * * 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...
Dmitchell94/MCForge-Vanilla-Original
sharkbite.thresher/Ctcp/CtcpUtil.cs
C#
gpl-3.0
2,431
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module Europe module Minsk include TimezoneDefinition timezone 'Europe/Minsk' do |tz| tz....
somniumio/Somnium
vendor/cache/ruby/2.3.0/gems/tzinfo-data-1.2017.2/lib/tzinfo/data/definitions/Europe/Minsk.rb
Ruby
gpl-3.0
4,340
<?php /** * Déclarations relatives à la base de données * * @plugin SVP pour SPIP * @license GPL * @package SPIP\SVP\Pipelines **/ /** * Déclarer les objets éditoriaux de SVP * * - Dépot : table spip_depots * - Plugin : table spip_plugins * - Paquet : table spip_paquets * * @pipeline declarer_tables_obje...
ernestovi/ups
spip/plugins-dist/svp/base/svp_declarer.php
PHP
gpl-3.0
10,636
<?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>Prefa...
malin1993ml/h-store
third_party/cpp/berkeleydb/docs/programmer_reference/preface.html
HTML
gpl-3.0
5,321
/*------------------------------------*\ #更新页面 \*------------------------------------*/ .attachment_image { overflow: hidden; } .attachment_image img{ max-width:100%; max-height:700px; }
hassiumsoft/hasscms-packages
hass-attachment/misc/attachment-update.css
CSS
gpl-3.0
209
#include <libxml/xmlmemory.h> #include <libxml/parser.h> xmlChar *xml_node_get_name (xmlNode *a_node); xmlNode *xml_node_get_children (xmlNode *a_node); xmlNode *xml_node_get_children (xmlNode *a_node); xmlNode *xml_node_get_parent (xmlNode *a_node); xmlNode *xml_node_get_next (xmlNode *a_node);
ramack/Liberty
src/wrappers/ewlc/plugins/xml/c/manually-written-header.h
C
gpl-3.0
298
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ ** Commercial License Usage ** Licensees holding valid com...
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qttools/src/designer/src/lib/shared/codedialog_p.h
C
gpl-3.0
2,678
#include <stdio.h> #include "license_hash.hh" #ifdef DMALLOC #include <dmalloc.h> #endif #define STRLONG 4096 int main(int argc, const char* argv[]) { char license[STRLONG]; if (argc > 1) { if (GenerateTempKey(license, 4096, argv[1]) == 0) printf("%s", license); } else ...
Zengwn/ViewTouch-POS-System
main/temphash.cc
C++
gpl-3.0
401
<?php /* Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * Copyright (C) 2003 Brian Fraval <brian@fraval.org> * Copy...
Franck-MOREAU/dolibarr
htdocs/societe/class/societe.class.php
PHP
gpl-3.0
125,850
\begin{lstlisting} void modify(int x, int y) { int fx = t[x], fy = t[y]; while (fx != fy) { if (d[fx] > d[fy]) { modify(1, 1, n, w[fx], w[x]); x = f[fx]; fx = t[x]; } else{ modify(1, 1, n, w[fy], w[y]); y = f[fy]; fy = t[y]; } } if (x != y) { if (d[x] < d[y]) modify(1, 1, n, w[z[x]], w[y]); ...
kzoacn/Grimoire
Template of Other Teams/Fantasy Legend/Raw-Template/Source/Data-Structure/Heavy-Light-Decomposition-Chain.tex
TeX
gpl-3.0
379
#! /usr/bin/env python import sys from aubio import source, pitch, freqtomidi if len(sys.argv) < 2: print "Usage: %s <filename> [samplerate]" % sys.argv[0] sys.exit(1) filename = sys.argv[1] downsample = 1 samplerate = 44100 / downsample if len( sys.argv ) > 2: samplerate = int(sys.argv[2]) win_s = 4096 / ...
madmouser1/aubio
python/demos/demo_pitch.py
Python
gpl-3.0
3,193
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
alephobjects/Marlin
Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h
C
gpl-3.0
60,239
/* * Syncany, www.syncany.org * Copyright (C) 2011-2015 Philipp C. Heckel <philipp.heckel@gmail.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 3 of the License, or ...
brogowski/syncany-plugin-azureblobstorage
core/syncany-lib/src/main/java/org/syncany/plugins/transfer/oauth/OAuth.java
Java
gpl-3.0
2,506
<!doctype html> <html> <title>npm-logout</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-logout.html"> <script async=true src="../../static/toc.js"></script> ...
javierloza/KSquare
node_modules/npm/html/doc/cli/npm-logout.html
HTML
gpl-3.0
4,708
/* * Copyright (c) 2007 by Fraunhofer IML, Dortmund. * All rights reserved. * * Project: myWMS */ package org.mywms.cactustest; import java.io.NotSerializableException; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.mywms.model.ClearingItem; import org.mywms.model.ClearingIte...
tedvals/mywms
server.app/mywms.as/cactus/src/org/mywms/cactustest/ClearingItemServiceTest.java
Java
gpl-3.0
6,345
/** * This file is part of Graylog. * * Graylog 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. * * Graylog is distributed in t...
berkeleydave/graylog2-server
graylog2-radio/src/main/java/org/graylog2/radio/bindings/providers/RadioTransportProvider.java
Java
gpl-3.0
2,065
# Phatch - Photo Batch Processor # Copyright (C) 2007-2008 www.stani.be # # 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...
anish/phatch
phatch/actions/transpose.py
Python
gpl-3.0
9,462
import { Component, OnInit, ViewChild, ViewEncapsulation } from '@angular/core'; import { DatePipe, Location } from '@angular/common'; import { addYears, subYears, addDays, startOfMonth, endOfMonth, getMonth, getYear, isToday, isValid } from 'date-fns'; import { CalendarDateFormatter, CalendarMonthViewDay, CalendarEven...
jrtdev/yum
yumfe/src/app/admin/holidays/holidays.component.ts
TypeScript
gpl-3.0
5,296
using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipaySecurityProdFingerprintApplyResponse. /// </summary> public class AlipaySecurityProdFingerprintApplyResponse : AopResponse { /// <summary> /// IFAA标准中的校验类型,目前1为指纹 /// </summary...
ColgateKas/cms
source/BaiRong.Core/ThirdParty/Alipay/openapi/Response/AlipaySecurityProdFingerprintApplyResponse.cs
C#
gpl-3.0
926
package tlsutil import ( "crypto/tls" "crypto/x509" "io" "io/ioutil" "net" "testing" "github.com/hashicorp/yamux" ) func TestConfig_AppendCA_None(t *testing.T) { conf := &Config{} pool := x509.NewCertPool() err := conf.AppendCA(pool) if err != nil { t.Fatalf("err: %v", err) } if len(pool.Subjects()) !...
dcurado/mycenae
vendor/github.com/hashicorp/consul/tlsutil/config_test.go
GO
gpl-3.0
11,385
<div class="results-wrapper" id="tTestResultsTable" > <div class="results-header clearfix"> <!-- <div class="btn-toolbar" role="toolbar" > --> <div class="btn-toolbar" role="toolbar" mui-yank="action-menu"> <div class="btn-group"> <a class="btn" mev-analysis-start-button ...
lev-kuznetsov/mev
web/src/main/javascript/edu/dfci/cccb/mev/web/javascript/analysisaccordioncollection/templates/tTestAccordion.tpl.html
HTML
gpl-3.0
2,836
#ifndef IJENGINE_EVENTS_LISTENER_H #define IJENGINE_EVENTS_LISTENER_H namespace ijengine { class GameEvent; class GameEventsListener { public: virtual ~GameEventsListener() = default; virtual bool on_event(const GameEvent& event) = 0; }; } #endif
BlackGround-ICG/Nitro
include/game_events_listener.h
C
gpl-3.0
286
/* Avuna HTTPD - General Server Applications Copyright (C) 2015 Maxwell Bruce 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. Th...
JavaProphet/AvunaHTTPD-Java
src/org/avuna/httpd/http/ResponseGenerator.java
Java
gpl-3.0
4,004
/* * TUN - Universal TUN/TAP device driver. * Copyright (C) 1999-2002 Maxim Krasnyansky <maxk@qualcomm.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 L...
lastweek/PCP
ECE695-Spring17/t3-scheduler/linux-4.10.6/drivers/net/tun.c
C
gpl-3.0
60,711
<?php $graph_type = "toner_usage"; $toners = dbFetchRows("SELECT * FROM `toner` WHERE device_id = ?", array($device['device_id'])); if (count($toners)) { echo("<div style='background-color: #eeeeee; margin: 5px; padding: 5px;'>"); echo("<p style='padding: 0px 5px 5px;' class=sectionhead>"); echo('<a class="sec...
zylon-internet/librenms
html/pages/device/overview/toner.inc.php
PHP
gpl-3.0
2,200
<!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" /> <!-- midi.js package --> <script src="./js/MIDI/AudioDetect.js" type="te...
PoufPoufProduction/jlodb
ext/MIDI/demo-MultipleInstruments.html
HTML
gpl-3.0
1,707
#include "testapi.h" #include "spark_wiring_i2c.h" #include "Serial2/Serial2.h" #include "Serial3/Serial3.h" #include "Serial4/Serial4.h" #include "Serial5/Serial5.h" test(api_i2c) { int buffer; API_COMPILE(buffer=I2C_BUFFER_LENGTH); (void)buffer; } test(api_wiring_pinMode) { PinMode mode = PIN_MODE...
bluzDK/bluzDK-firmware
user/tests/wiring/api/wiring.cpp
C++
gpl-3.0
4,116
/* * This file is part of MUSIC. * Copyright (C) 2009 INCF * * MUSIC 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. * *...
weidel-p/MUSIC
src/distributor.cc
C++
gpl-3.0
3,675
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=सुधाऽपि<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, Di...
sanskritiitd/sanskrit
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Aakhyanvallari_ext.txt.out.dict_1578_jnu.html
HTML
gpl-3.0
16,633
<?php /** * rasp_settings * Parses the rasp_settings.xml and store the result in the well known rasp settings * XML file created and restructured php 2012 by Lukas Kremsmayr */ /* Please don't make any changes in this file!! Please make all your changes in the following file: configs/plugins/rasp/rasp_setti...
ManiaAseco/MPAseco
update/update_v05x-080/includes/rasp.settings.php
PHP
gpl-3.0
5,100
(function($){ // Search var $searchWrap = $('#search-form-wrap'), isSearchAnim = false, searchAnimDuration = 200; var startSearchAnim = function(){ isSearchAnim = true; }; var stopSearchAnim = function(callback){ setTimeout(function(){ isSearchAnim = false; callback && callback()...
NiroDu/nirodu.github.io
themes/hiker/source/js/scripts.js
JavaScript
gpl-3.0
4,098
/* Fonts families */ body.pff-1, .pff-1 input, .pff-1 select, .pff-1 textarea, .pff-1 blockquote, .pff-1 .ui-widget { font-family: 'Merriweather', Georgia, Times New Roman, Serif; } body.pff-2, .pff-2 input, .pff-2 select, .pff-2 textarea, .pff-2 blockquote, .pff-2 .ui-widget { font-family: 'Source Sans Pro', Helvetica...
unixjazz/drupal-pece
src/themes/contrib/scholarly_lite/style.css
CSS
gpl-3.0
58,032
// I18N constants // LANG: "es-ar", ENCODING: UTF-8 | ISO-8859-1 // Author: Mihai Bazon, <mishoo@infoiasi.ro> // FOR TRANSLATORS: // // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE // (at least a valid email address) // // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; // (if this is not possible, please...
care2x/2.7
js/html_editor/plugins/SpellChecker/lang/es-ar.js
JavaScript
gpl-3.0
2,070
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! A wrapper over an element and a snapshot, that allows us to selector-match //! against a past state of the el...
asajeffrey/servo
components/style/invalidation/element/element_wrapper.rs
Rust
mpl-2.0
14,199
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.parsePairs = parsePairs; exports.createPairs = createPairs; exports.default = void 0; var _errors = require("../../errors"); var _Map = _intero...
mdranger/mytest
node_modules/yaml/browser/dist/tags/yaml-1.1/pairs.js
JavaScript
mpl-2.0
2,962