repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
elric/virtaal-debian-snapshots
virtaal/plugins/autocompletor.py
10937
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2008-2010 Zuza Software Foundation # # This file is part of Virtaal. # # 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 ...
gpl-2.0
IngenicSemiconductor/kernel-inwatch
drivers/dma/jzdma/common_firmware/Makefile
1443
############################## Handle IRQ ############################# HAVE_UART = y ############################## TOOLS ############################# CROSS_COMPILE ?=mips-linux-gnu- CC = $(CROSS_COMPILE)gcc LD = $(CROSS_COMPILE)ld OBJCOPY = $(CROSS_COMPILE)objcopy drop-sections := .reginfo .mdebug .oommen...
gpl-2.0
scs/uclinux
lib/boost/boost_1_38_0/doc/html/boost/units/base_unit_info_imperial_id3820117.html
5776
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Struct base_unit_info&lt;imperial::hundredweight_base_unit&gt;</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href...
gpl-2.0
luelher/JasPhp
lib/JasPhp/Jasper.php
625
<?php namespace JasPhp; use JasPhp; Class Jasper { public static function makeJasperReport($module, $report, $parameters) { //print "java -jar ../lib/java/jasphp.jar $module $report $parameters";exit; exec("java -jar ../lib/java/dist/jasphp.jar $module $report $parameters", $return); //print_r($return...
gpl-2.0
brontosaurusrex/dokuwiki-preconfigured
inc/auth.php
42215
<?php /** * Authentication library * * Including this file will automatically try to login * a user by calling auth_login() * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Andreas Gohr <andi@splitbrain.org> */ if(!defined('DOKU_INC')) die('meh.'); // some ACL level defines define('A...
gpl-2.0
winkm89/teachPress
core/class-tables.php
31096
<?php /** * This file contains all functions for creating a database for teachpress * * @package teachpress\core\installation * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later * @since 5.0.0 */ /** * This class contains all functions for creating a database for teachpress * @package teachpres...
gpl-2.0
asharnb/dawn
modules/custom/studiobridge_store_images/js/studio-bridge-fullshot-image.js
3011
(function ($) { function getCsrfTokenForFullShotImage(callback) { $ .get(Drupal.url('rest/session/token')) .done(function (data) { var csrfToken = data; callback(csrfToken); }); } function patchImageFullShot(csrfToken, file, fid) ...
gpl-2.0
atmark-techno/atmark-dist
user/xorg-xserver/xorg-server-1.12.4/hw/xfree86/dixmods/extmod/dgaproc.h
3934
#ifndef __DGAPROC_H #define __DGAPROC_H #include <X11/Xproto.h> #include "pixmap.h" #define DGA_CONCURRENT_ACCESS 0x00000001 #define DGA_FILL_RECT 0x00000002 #define DGA_BLIT_RECT 0x00000004 #define DGA_BLIT_RECT_TRANS 0x00000008 #define DGA_PIXMAP_AVAILABLE 0x00000010 #define DGA_INTERLACED 0x00010000 #define D...
gpl-2.0
gggeek/ezpublish-kernel
eZ/Publish/Core/MVC/Symfony/Matcher/Tests/ContentBased/DepthTest.php
4768
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ namespace eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased; use eZ\Publish\API\Repository\LocationService; use eZ\Publish\Core...
gpl-2.0
geog-opensource/geog-linino
target/linux/brcm47xx/image/Makefile
6299
# # Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk define Build/Clean $(MAKE) -C lzma-loader clean endef define Image/Prepare cat $(KDIR)/vmlinux | $(ST...
gpl-2.0
Slesa/launchy
old/Launchy_VC7/Plugins/Calcy/Main.cpp
3793
/*============================================================================= Copyright (c) 2002-2003 Joel de Guzman http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at htt...
gpl-2.0
miguelinux/vbox
include/VBox/vmm/pdmins.h
2414
/** @file * PDM - Pluggable Device Manager, Common Instance Macros. */ /* * Copyright (C) 2006-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the te...
gpl-2.0
bigace/bigace2-extensions
SMARTY/CrystalX/public/cid{CID}/CrystalX/print.css
963
/* ---------------------------------------------------------------------------------------------------------- This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates Structure: display; position; float; z-index; overflow; width; height; margin; padding; borde...
gpl-2.0
kzlin129/tt-gpl
go12/linux-2.6.28.10/fs/read_write.c
19284
/* * linux/fs/read_write.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/slab.h> #include <linux/stat.h> #include <linux/fcntl.h> #include <linux/file.h> #include <linux/uio.h> #include <linux/smp_lock.h> #include <linux/fsnotify.h> #include <linux/security.h> #include <linux/module.h> #includ...
gpl-2.0
nrgaway/qubes-core-admin
qubes/vm/templatevm.py
4118
# # The Qubes OS Project, http://www.qubes-os.org # # Copyright (C) 2014-2016 Wojtek Porczyk <woju@invisiblethingslab.com> # Copyright (C) 2016 Marek Marczykowski <marmarek@invisiblethingslab.com>) # Copyright (C) 2016 Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de> # # This library is free software; you ca...
gpl-2.0
haglerchristopher/automation
src/3rd_party/git/t/t4119-apply-config.sh
3650
#!/bin/sh # # Copyright (c) 2007 Junio C Hamano # test_description='git apply --whitespace=strip and configuration file. ' . ./test-lib.sh test_expect_success setup ' mkdir sub && echo A >sub/file1 && cp sub/file1 saved && git add sub/file1 && echo "B " >sub/file1 && git diff >patch.file ' ...
gpl-2.0
cattleprod/samsung-kernel-gt-i9100
external/webkit/WebCore/wml/WMLInputElement.cpp
16920
/** * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/) * * 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 Lice...
gpl-2.0
ds283/LSSEFT
controller/master_controller.h
8832
// // Created by David Seery on 10/08/2015. // --@@ // Copyright (c) 2017 University of Sussex. All rights reserved. // // This file is part of the Sussex Effective Field Theory for // Large-Scale Structure platform (LSSEFT). // // LSSEFT is free software: you can redistribute it and/or modify // it under the terms of ...
gpl-2.0
luckasfb/OT_903D-kernel-2.6.35.7
bootable/bootloader/legacy/arch_msm7k/gpio.c
6641
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and...
gpl-2.0
pdubroy/kurt
build/MacOS/PyInstaller/pyinstaller-svn-r812/hooks/hook-carchive.py
1029
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # 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...
gpl-2.0
kbridgers/VOLTE4GFAX
target/linux/ltqcpe/files-2.6.32/arch/mips/pci/ifxmips_pci.c
21354
/************************************************************************* * * FILE NAME : ifxmips_pci.c * PROJECT : IFX UEIP * MODULES : PCI * * DATE : 29 June 2009 * AUTHOR : Lei Chuanhua * * DESCRIPTION : PCI Host Controller Driver * COPYRIGHT : Copyright (c) 2009 * ...
gpl-2.0
OWoolland/MemoryMappedFileReader
Source/include/AnalysisTool.hh
809
#ifndef AnalysisTool_h #define AnalysisTool_h 1 #include "StackingTool.hh" #include <sstream> // stringstream using namespace std; class AnalysisTool { public: AnalysisTool(); virtual ~AnalysisTool(); virtual void PrintTool(); virtual bool getInterest(); virtual bool getInterest(int partic...
gpl-2.0
Victormafire/WheresApp
server/src/main/webapp/web/css/orange.css
5101
body{ font-family: 'open_sansregular'; } .header { background: url(../images/bgo.jpg); min-height: 600px; } .header-right { background: url(../images/handpico.png) no-repeat 100% 101%; height: 600px; } .pricing-grid ul li a:hover,.footer ul li a:hover, .copy-right a:hover { color:#DB7734; } /*----*/ .apple{ bac...
gpl-2.0
udhayarajselvan/matrix
wp-content/themes/papercuts/header.php
4753
<?php /** * The header template file. * @package PaperCuts * @since PaperCuts 1.0.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php l...
gpl-2.0
kevinflaherty/Web-Programming
fitness/exercise/view.php
2009
<?php session_start(); $exercise = $_SESSION['exercise']; if($_POST){ unset($exercise[$_POST['id']]); $_SESSION['exercise'] = $exercise; header('Location: ./'); } $workout = $exercise[$_REQUEST['id']]; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X...
gpl-2.0
bermartinv/php2015
modules/core/src/core/validateForm.php
2403
<?php /** * Validate form * * @param array $form definition * @param array $data filtered * @return boolean | array ('fildname'=>'error message') */ function validateForm($form, $datafiltered) { $validatedata = null; foreach ($form as $key => $form_field) { // if ($form[$key]['validation'] != nul...
gpl-2.0
woyuchengying/woyuchengying.github.io
README.md
703
# woyuchengying.github.io * [语言无关类](#语言无关类) * [操作系统](#操作系统) * [智能系统](#智能系统) * [分布式系统](#分布式系统) * [编译原理](#编译原理) * [函数式概念](#函数式概念) * [计算机图形学](#计算机图形学) * [WEB服务器](#web服务器) * [版本控制](#版本控制) * [编辑器](#编辑器) * [NoSQL](#nosql) * [PostgreSQL](#postgresql) * [MySQL](#mysql) * [管理和监控](#管理和监控) * [项目相关](#项目...
gpl-2.0
KDE/kdev-www
3.2/authors.html
7853
<?php module_head("The KDevelop $k_series_version Team");?> <h4>Main Developers: <a href="mailto:team at kdevelop.org">team at kdevelop.org</a></h4> <a href="mailto:bernd at physik.hu-berlin.de">Bernd Gehrmann</a> Initial idea and architecture, much initial source code <br> <a href="mailto:caleb at aei-tech.com">Caleb...
gpl-2.0
unhammer/apertium
tests/run_tests.py
744
#!/usr/bin/env python3 import sys import os sys.path.append(os.path.realpath(".")) import unittest import cleanstream import tagger import pretransfer import transfer import interchunk import postchunk import adaptdocx if __name__ == "__main__": os.chdir(os.path.dirname(__file__)) failures = 0 for modul...
gpl-2.0
DDTChen/CookieVLC
vlc/contrib/android/ffmpeg/libavcodec/libvpxdec.c
4941
/* * Copyright (c) 2010, Google, Inc. * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later...
gpl-2.0
hardvain/mono-compiler
class/System.Web/System.Web/ReadEntityBodyMode.cs
1312
// // ReadEntityBodyMode.cs // // Author: Martin Thwaites (github@my2cents.co.uk) // // Copyright (C) 2014 Martin Thwaites // // 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 restri...
gpl-2.0
odahoda/noisicaa
noisicaa/core/ipc_perftest.py
1459
#!/usr/bin/python3 # @begin:license # # Copyright (c) 2015-2019, Benjamin Niemann <pink@odahoda.de> # # 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 y...
gpl-2.0
monitoring-plugins/nagios-mib
Makefile
286
VERSION = 1.0.1 all: smistrip -d MIB src-mib/nagios*.mib test: smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB tarball: tar cvzf nagiosmib-${VERSION}.tar.gz README CHANGES LEGAL LICENSE ./MIB/*MIB md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum
gpl-2.0
olebole/gnudatalanguage
src/FMTLexer.hpp
3373
#ifndef INC_FMTLexer_hpp_ #define INC_FMTLexer_hpp_ #include <antlr/config.hpp> /* $ANTLR 2.7.7 (20130428): "format.g" -> "FMTLexer.hpp"$ */ #include <antlr/CommonToken.hpp> #include <antlr/InputBuffer.hpp> #include <antlr/BitSet.hpp> #include "FMTTokenTypes.hpp" #include <antlr/CharScanner.hpp> #include <fstream> #...
gpl-2.0
bramberg/cclinf2
src/db/db.cc
339
#include "db/db.h" Database::Database() { this->records_tree_ = nullptr; } void Database::Read(DatabaseReader &reader) { this->records_tree_ = reader.ReadIndex(); } Record *Database::GetRecordsTree() const { return this->records_tree_; } void Database::SetRecordsTree(Record *records_tree) { this->records_tree_...
gpl-2.0
tjamet/dynker
dynker/builder.py
6135
import glob import fnmatch import itertools import logging import os import re import six import sys import yaml from .dockerfile import Dockerfile from .image import ImageBuilder from .config import Config class Builder(object) : def __init__(self, config=None, **kwds) : self.logger = logging.getLogger...
gpl-2.0
KDE/kdev-www
lang/pl/stats.html
819
<?php global $lang; global $languages; $l_top_lang_visited_pages="Najczęściej {$languages[$lang]} odwiedzane strony"; $l_page="Strona"; $l_last_update="ostatnio aktualizowane"; $l_last_visited="ostatnio odwiedzane"; $l_average_daily_visits="średnio dziennych wizyt"; $l_global_website_statistics="Całkowite statystyki...
gpl-2.0
mambax7/257
htdocs/modules/wflinks/testdata/index.php
1254
<?php /** * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code * which is considered copyrighted (c) material of the original comment or credit authors. * This program is distributed in the hope that it will be useful,...
gpl-2.0
sebasguts/gap
src/hpc/misc.h
1488
#ifndef GAP_HPC_MISC_H #define GAP_HPC_MISC_H #include "system.h" #ifndef HPCGAP #error This header is only meant to be used with HPC-GAP #endif /**************************************************************************** ** *V ThreadUI . . . . . . . . . . . . . . . . . . . . support UI for threads ** */ extern ...
gpl-2.0
qtekfun/htcDesire820Kernel
external/chromium_org/chrome_frame/extra_system_apis.h
4312
// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_FRAME_EXTRA_SYSTEM_APIS_H_ #define CHROME_FRAME_EXTRA_SYSTEM_APIS_H_ #include <mshtml.h> #include <shdeprecated.h> class __declspec(u...
gpl-2.0
jbelborja/deportivo
libraries/expose/core/layout.php
12235
<?php /** * @package Expose * @version 3.0.1 * @author ThemeXpert http://www.themexpert.com * @copyright Copyright (C) 2010 - 2011 ThemeXpert * @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 * @file layout.php **/ //prevent direct access defined ('EXPOSE_VERSION') or die (...
gpl-2.0
lxqfirst/mySchool
WebContent/web/financeDetail.html
10505
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>首页-灰绿色主题</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <script src="../js/jQuery.js" type="text/javascript"></script> <script src="../js/common.js" type="text/javascript"></script> <...
gpl-2.0
tienthai0511/talk
wp-content/plugins/wp-social-likes/wp-social-likes.php
33776
<?php /* Plugin Name: Social Likes Description: Wordpress plugin for Social Likes library by Artem Sapegin (http://sapegin.me/projects/social-likes) Version: 5.5.7 Author: TS Soft Author URI: http://ts-soft.ru/en/ License: MIT Copyright 2014 TS Soft LLC (email: dev@ts-soft.ru ) Permission is hereby granted, free of c...
gpl-2.0
CocoaHeadsMsk/vkmessenger
VKMessenger/LVKDefaultMessageStickerItem.h
420
// // LVKDefaultMessageStickerItem.h // VKMessenger // // Created by Eliah Nikans on 6/9/14. // Copyright (c) 2014 Levelab. All rights reserved. // #import "LVKMessageItemProtocol.h" @interface LVKDefaultMessageStickerItem : UICollectionViewCell <LVKMessageItemProtocol> @property (weak, nonatomic) IBOutlet UIIma...
gpl-2.0
no-reply/cbpl-vufind
module/VuFind/src/VuFind/Statistics/Record.php
4569
<?php /** * VuFind Statistics Class for Record Views * * PHP version 5 * * Copyright (C) Villanova University 2009. * * 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. * * Th...
gpl-2.0
gggeek/ezpublish-kernel
eZ/Publish/Core/Base/Container/Compiler/Search/Legacy/CriteriaConverterPass.php
3289
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ namespace eZ\Publish\Core\Base\Container\Compiler\Search\Legacy; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInte...
gpl-2.0
jablonkai/dbFlow
src/gui/undoview.h
279
#ifndef UI_UNDOVIEW_H #define UI_UNDOVIEW_H #include <QtWidgets/QUndoView> namespace ui { class UndoView : public QUndoView { Q_OBJECT public: explicit UndoView(QWidget *parent = 0); signals: public slots: }; } // namespace ui #endif // UI_UNDOVIEW_H
gpl-2.0
axsauze/HackaSoton
wp-content/themes/sahifa/includes/post-share.php
1973
<?php global $post; if( tie_get_option( 'archives_socail' ) ):?> <div class="mini-share-post"> <ul> <li><a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-via="<?php echo tie_get_option( 'share_twitter_username' ) ?>" d...
gpl-2.0
mpalmer/linux-2.6
drivers/char/ip27-rtc.c
7743
/* * Driver for the SGS-Thomson M48T35 Timekeeper RAM chip * * Real Time Clock interface for Linux * * TODO: Implement periodic interrupts. * * Copyright (C) 2000 Silicon Graphics, Inc. * Written by Ulf Carlsson (ulfc@engr.sgi.com) * * Based on code written by Paul Gortmaker. * * This driver allows use of t...
gpl-2.0
truongduy134/asterisk
doc/Asterisk-Admin-Guide/Asterisk-Standard-Channel-Variables_4620398.html
6529
<!DOCTYPE html> <html> <head> <title>Asterisk Project : Asterisk Standard Channel Variables</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body class="theme-default aui-theme-defau...
gpl-2.0
zuoziqi/KloxoST
httpdocs/lib/client/miscinfolib.php
1486
<?php class Miscinfo_b extends Lxaclass { static $__desc_realname = array("", "", "real_name"); static $__desc_paddress = array("", "", "personal_address"); static $__desc_padd_city = array("", "", "city"); static $__desc_padd_country = array( "", "", "Country", "Country of the Client"); static $__desc_ptelephon...
gpl-2.0
Octopoos/SEBLOD
plugins/cck_storage_location/joomla_user_group/tmpl/edit.php
1167
<?php /** * @version SEBLOD 3.x Core * @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) * @url https://www.seblod.com * @editor Octopoos - www.octopoos.com * @copyright Copyright (C) 2009 - 2018 SEBLOD. All Rights Reserved. * @license GNU General Public License version 2 or later; ...
gpl-2.0
dagothar/gripperz
src/shards/ShardExceptions.cpp
170
/* * File: ShardExceptions.cpp * Author: dagothar * * Created on October 22, 2015, 8:00 PM */ #include "ShardExceptions.hpp" using namespace gripperz::shards;
gpl-2.0
macksfield/NudeAudio
wp-content/cache/db/000000/all/dcd/9ce/dcd9cecc07acdbcfb772254e9aff8b75.php
557
äòR<?php exit; ?>a:6:{s:10:"last_error";s:0:"";s:10:"last_query";s:104:"SELECT ID FROM jj_posts WHERE post_parent = 6 AND post_type = 'page' AND post_status = 'publish' LIMIT 1";s:11:"last_result";a:0:{}s:8:"col_info";a:1:{i:0;O:8:"stdClass":13:{s:4:"name";s:2:"ID";s:5:"table";s:8:"jj_posts";s:3:"def";s:0:"";s:10:"max...
gpl-2.0
dwery/sane-evolution
backend/leo.h
19478
/* sane - Scanner Access Now Easy. Copyright (C) 2002 Frank Zago (sane at zago dot net) This file is part of the SANE package. 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 ...
gpl-2.0
sachdeep/vlc
modules/demux/adaptative/logic/AlwaysLowestAdaptationLogic.cpp
1424
/* * AlwaysLowestAdaptationLogic.cpp ***************************************************************************** * Copyright (C) 2014 - VideoLAN authors * * 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 ...
gpl-2.0
yiyuweier/OA-project
src/com/oa/bean/FeedBackInfo.java
617
package com.oa.bean; public class FeedBackInfo { private Long id; private String feedbackinfo; private String userid; private String date; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getFeedbackinfo() { return feedbackinfo; } public void setFeedb...
gpl-2.0
DerKow/erp
admin/bodega/informe/estadistica.php
11126
<?php include('../../../operaciones.php'); conectar(); apruebadeintrusos(); if($_SESSION['cargo_user']!="Bodeguero"){ header('Location: ../../../login.php'); } ?> <html lang="en"> <head> <title>PNKS Inventario - Estadística de Productos</title> <!-- BEGIN META --> <meta charset="utf-8"> <meta name="viewport"...
gpl-2.0
adrianspeyer/vanilla
plugins/vanillicon/class.vanillicon.plugin.php
4131
<?php /** * Vanillicon plugin. * * @author Todd Burry <todd@vanillaforums.com> * @copyright 2009-2017 Vanilla Forums Inc. * @license http://www.opensource.org/licenses/gpl-2.0.php GNU GPL v2 * @package vanillicon */ /** * Class VanilliconPlugin */ class VanilliconPlugin extends Gdn_Plugin { /** * Se...
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest17998.java
2474
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
gpl-2.0
lausser/check_pdu_health
plugins-scripts/Classes/Sentry4.pm
534
package Classes::Sentry4; our @ISA = qw(Classes::Device); sub init { my $self = shift; if ($self->mode =~ /device::hardware::health/) { $self->analyze_and_check_environmental_subsystem('Classes::Sentry4::Components::EnvironmentalSubsystem'); } elsif ($self->mode =~ /device::power::health/) { $self->analy...
gpl-2.0
AceSyntax/DnvGitApp
DemoSolution/HomeControl/HomeCtrl.xaml.cs
319
using System.Windows.Controls; namespace HomeControl { /// <summary> /// Interaction logic for UserControl1.xaml /// </summary> public partial class HomeCtrl : UserControl { public HomeCtrl() { InitializeComponent(); // doug's change... } } }
gpl-2.0
adamros/Transducers
adamros/mods/transducers/item/ItemElectricEngine.java
2146
package adamros.mods.transducers.item; import java.util.List; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import adamros.mods.transducers.Transducers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net...
gpl-2.0
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
sound/soc/s6000/.built-in.o.cmd
163
cmd_sound/soc/s6000/built-in.o := rm -f sound/soc/s6000/built-in.o; ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/soc/s6000/built-in.o
gpl-2.0
dhanur/Sunible-Beta
socialProofTest_Tanner.html
20503
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Sunible</title> <link rel="shortcut icon" href="images/favicon.ico"/> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/> <link rel="stylesheet" type="text/css" href="css/flat-ui.css"/> <link rel="stylesheet...
gpl-2.0
ksen-pol/univerico
profiles/opigno_lms/modules/opigno/opigno_tincan_api/modules/opigno_tincan_api_stats/templates/course_content/widgets/course_contexts_statistics/course_contexts_statistics.tpl.php
467
<?php /** * @file * Opigno Learning Record Store stats - Course content - Course contexts statistics template file * * @param array $course_contexts_statistics */ ?> <div class="lrs-stats-widget" id="lrs-stats-widget-course-content-course-contexts-statistics"> <h2><?php print t('Course context statistics'); ?></...
gpl-2.0
alexbevi/scummvm
engines/glk/detection.h
3263
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
gpl-2.0
georgejhunt/HaitiDictionary.activity
data/words/joni.js
33
showWord(["v. ","vin jòn.<br>"])
gpl-2.0
pombredanne/func
func/minion/modules/func_module.py
4487
## ## Copyright 2007, Red Hat, Inc ## see AUTHORS ## ## This software may be freely redistributed under the terms of the GNU ## general public license. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave...
gpl-2.0
manuelgentile/MAP
java8/java8_lambda/src/main/java/lambda/Esempio.java
663
package lambda; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; public class Esempio extends JFrame { public Esempio() { init(); } private void init() { BorderLayout b=new BorderLayout(); thi...
gpl-2.0
hjpotter92/dcplusplus
dwt/src/widgets/ProgressBar.cpp
1771
/* DC++ Widget Toolkit Copyright (c) 2007-2013, Jacek Sieka 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, ...
gpl-2.0
cominteract/htmlwrapper_v1
htmlwrapper/table/tableindex.php
3108
<?php require "tableinitiateclass.php"; require "../queryinitiateclass.php"; $tbl = new AddTable; ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Table index</title> </head> <style> table { width:100%; } </style> <body> <?php // just the headers $array...
gpl-2.0
cpesch/CarCosts
car-costs/src/main/java/slash/carcosts/CurrencyModel.java
1184
/* You may freely copy, distribute, modify and use this class as long as the original author attribution remains intact. See message below. Copyright (C) 1998-2006 Christian Pesch. All Rights Reserved. */ package slash.carcosts; import slash.gui.model.AbstractModel; /** * An CurrencyModel holds a Currency...
gpl-2.0
silvau/Addons_Odoo
qweb_pos_ticket/static/src/css/pos.css
2204
/* c) The receipt screen */ .point-of-sale .pos-receipt-container { font-size: 10pt; } .point-of-sale .pos-sale-ticket { text-align: left; /* width: 76mm; */ width: 255px; /* background-color: white; */ margin: 0mm,0mm,0mm,0mm; /* padding: 1px; */ /* padding-bottom:1px; */ display: i...
gpl-2.0
AlexAbak/ReversibleComputing
package/src/org/deneblingvo/booleans/core/package-info.java
192
/** * Ядро булевой логики */ /** * @author Алексей Кляузер <drum@pisem.net> * Ядро булевой логики */ package org.deneblingvo.booleans.core;
gpl-2.0
alfsamsung/LG_X3_P880_v20a
include/linux/usb.h
63429
#ifndef __LINUX_USB_H #define __LINUX_USB_H #include <linux/mod_devicetable.h> #include <linux/usb/ch9.h> #define USB_MAJOR 180 #define USB_DEVICE_MAJOR 189 #ifdef __KERNEL__ #include <linux/errno.h> /* for -ENODEV */ #include <linux/delay.h> /* for mdelay() */ #include <linux/interrupt.h> /* for in_inte...
gpl-2.0
invisiblek/kernel_808l
drivers/net/eip93_drivers/quickSec/src/interceptor/windows/winim/wince_wan_interface.h
4932
/** @copyright Copyright (c) 2008 - 2010, AuthenTec Oy. All rights reserved. wince_wan_interface.h This file contains the type definitions and function declarations for Windows CE WAN Interfaces (i.e. dial-up interfaces). */ #ifndef SSH_WINCE_WAN_INTERFACE_H #define SSH_WINCE_WAN_INTER...
gpl-2.0
Superioz/MooProject
network/src/main/java/de/superioz/moo/network/client/ClientManager.java
5716
package de.superioz.moo.network.client; import de.superioz.moo.network.server.NetworkServer; import lombok.Getter; import de.superioz.moo.api.collection.UnmodifiableList; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.u...
gpl-2.0
Logilin/ils
exemples/chapitre-01/test_gprof.c
256
#include <stdio.h> #include <stdlib.h> #include <unistd.h> int f1(int limite); int f2(int limite) { int i; for (i = 1; i < limite; i ++) f1(i); } int f1(int limite) { int i; for (i = 1; i < limite; i ++) f2(i); } int main(void) { f1(25); }
gpl-2.0
knittery/knittery-ui
app/models/planners/Helper.scala
1801
package models.planners import java.awt.Color import java.awt.image.BufferedImage import utils._ import models.{Yarn, Needle} import models.units.Stitches object Helper { /** First/last needle for the knitting with the given width when center alignment. */ def center(width: Stitches): (Needle, Needle) = { (Ne...
gpl-2.0
ghmajx/asuswrt-merlin
release/src/router/dnsmasq/src/loop.c
3165
/* dnsmasq is Copyright (c) 2000-2015 Simon Kelley 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; version 2 dated June, 1991, or (at your option) version 3 dated 29 June, 2007. This ...
gpl-2.0
jhmatthews/panlens
constants.py
1157
import math as mth import numpy as np #---------------------- # J Matthews, 21/02 # This is a file containing useful constants for python coding # # Units in CGS unless stated # #---------------------- #H=6.62606957E-27 HEV=4.13620e-15 #C=29979245800.0 #BOLTZMANN=1.3806488E-16 VERY_BIG=1e50 H=6.6262e-27 HC=1.98587e-...
gpl-2.0
DragonFiestaTeam/DragonFiesta_Tools
QuestAnalyser/src/Docking/DockPanelSkin.cs
14802
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; namespace WeifenLuo.WinFormsUI.Docking { #region DockPanelSkin classes /// <summary> /// The skin to use when displaying the DockPanel. /// The skin allows custom gradient color schemes to be used when dra...
gpl-2.0
quamis/PriceMonitor
PriceMonitor/html/october/modules/backend/widgets/table/assets/css/table.css
9377
/* * General control styling */ .control-table .table-container { border: 1px solid #e0e0e0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; margin-bottom: 15px; } .control-table .table-container:last-child { margin-bottom: 0; } .control-table.active .table-con...
gpl-2.0
tencent-wechat/phxsql
phxrpc_package_config/tools/phxsql_utils.py
103
def format_path( str ): while( str.find( '//' ) != -1 ): str = str.replace( '//', '/' ) return str
gpl-2.0
elephunk84/centralheating
resources/css/graphstyle.css
1136
/* page layout styles */ *{ margin:0; padding:0; } body { background-color:#eee; color:#fff; font:14px/1.3 Arial,sans-serif; } header { background-color:#212121; box-shadow: 0 -1px 2px #111111; display:block; height:70px; position:relative; width:100%; z-index:100; } head...
gpl-2.0
flux242/dotfiles
.bin/dsp/fft.sh
3368
#!/usr/bin/env bash # Usage example: # PLot the chirp signal and its frequency domain presentation: # (while true; do echo line; sleep 0.01; done)| \ # awk 'BEGIN{PI=atan2(0,-1);t=0;f0=1;f1=32;T=256;k=(f1-f0)/T;}{print sin(2*PI*(t*f0+k/2*t*t));t+=0.1;fflush()}'| \ # tee >(bin/dsp/fft.sh 64 "w1;0.5;0.5"|bin/dsp/fftab...
gpl-2.0
joelself/GoogleCacheBrowser
src/popup.js
815
document.addEventListener("DOMContentLoaded", function (event) { 'use strict'; var paragraph, url, proxy; paragraph = document.querySelectorAll('p.error_text'); chrome.tabs.query({ currentWindow: true, active: true }, function (tabs) { url = tabs[0].url; if (url.indexOf('chrome://') == 0) { paragraph[0].inne...
gpl-2.0
DevOpsGear/DeployerOfCodes
Deployer.Tests/Deployer.Services.Tests/Config/ConfigBuildParamTests.cs
2233
using Deployer.Services.Config; using Deployer.Services.Config.Interfaces; using Moq; using NUnit.Framework; using System.Collections; namespace Deployer.Tests.Config { [TestFixture] public class ConfigBuildParamTests { private Mock<IJsonPersistence> _jsonPersist; private Mock<ISlugCreator> _slugCreator; pri...
gpl-2.0
hgdev-ch/toposuite-android
app/src/main/java/ch/hgdev/toposuite/utils/StringUtils.java
1224
package ch.hgdev.toposuite.utils; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Useful static method for manipulating String. * * @author HGdev */ public class StringUtils { public static final String UTF8_BOM = "\uFEFF"; /** * This method assumes that the String contains a n...
gpl-2.0
miguel-gr/currency-converter
src/main/java/org/currconv/services/impl/UserServiceImpl.java
738
package org.currconv.services.impl; import java.util.List; import org.currconv.dao.UserDao; import org.currconv.entities.user.User; import org.currconv.services.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transact...
gpl-2.0
zydecx/htmldecoder
src/main/java/com/debugtoday/htmldecoder/output/AbstractFileOutput.java
4685
package com.debugtoday.htmldecoder.output; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.List; import java.util.regex.Ma...
gpl-2.0
slitvinov/uDeviceX
src/distr/flu/imp/fin.h
849
void dflu_pack_fin(DFluPack *p) { UC(dmap_fin(NFRAGS, /**/ &p->map)); UC(comm_bags_fin(PINNED, NONE, /**/ &p->hpp, &p->dpp)); if (p->opt.ids) UC(comm_bags_fin(PINNED, NONE, /**/ &p->hii, &p->dii)); if (p->opt.colors) UC(comm_bags_fin(PINNED, NONE, /**/ &p->hcc, &p->dcc)); EFREE(p); } void dflu...
gpl-2.0
admo/aria
arnetworking/ArServerModeRatioDrive.cpp
17363
/* MobileRobots Advanced Robotics Interface for Applications (ARIA) Copyright (C) 2004, 2005 ActivMedia Robotics LLC Copyright (C) 2006, 2007, 2008, 2009 MobileRobots Inc. Copyright (C) 2010, 2011 Adept Technology, Inc. This program is free software; you can redistribute it and/or modify it under the terms o...
gpl-2.0
ektodorov/ShortcutsOfPower_Android
src/com/networkprofiles/widget/NPWidgetService.java
5416
package com.networkprofiles.widget; /** Service to refresh the widget **/ import android.app.Service; import android.appwidget.AppWidgetManager; import android.content.Intent; import android.graphics.Color; import android.os.IBinder; import android.provider.Settings; import android.widget.RemoteViews; import com.netwo...
gpl-2.0
paradiseOffice/Bash_and_Cplus-plus
CPP/full_examples/pyqt/chap03/item.py
3660
#!/usr/bin/env python3 # Copyright (c) 2008-9 Qtrac Ltd. All rights reserved. # This program or module 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 # version 3 of the Lic...
gpl-2.0
jbs321/wahad-humus
wp-content/themes/sage/layouts/blog/sidebar-content-sidebar.php
774
<?php /** * The template for displaying all posts having layout like: sidebar/content/sidebar. * * @package Sage Theme */ ?> <?php get_sidebar('second'); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> ...
gpl-2.0
mruffalo/ddrescue
mapbook.cc
6040
/* GNU ddrescue - Data recovery tool Copyright (C) 2004-2019 Antonio Diaz Diaz. 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 optio...
gpl-2.0
JaeyongYoo/VisualXSwitch
elements/local/OpenFlow/lib/csum.cc
4507
/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford * Junior University * * We are making the OpenFlow specification and associated documentation * (Software) available for public use and benefit with the expectation * that others will use, modify and enhance the Software and contribute * those enh...
gpl-2.0
willre/homework
day19/web/app01/forms/home.py
723
#!/usr/bin/env python # -*- coding:utf-8 -*- """ @author: Will """ from django import forms from app01 import models class ImportFrom(forms.Form): HOST_TYPE=((1,"001"),(2,"002")) #替換爲文件 host_type = forms.IntegerField( widget=forms.Select(choices=HOST_TYPE) ) hostname = f...
gpl-2.0