repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
master777/tap | wp-content/plugins/wonderplugin-carousel/engine/wonderplugincarouselskins.js | 28810 | /**
* WonderPlugin Carousel Skin Options
* Copyright 2014 Magic Hills Pty Ltd - http://www.wonderplugin.com
*/
var WONDERPLUGIN_CAROUSEL_SKIN_OPTIONS = {
classic : {
width:240,
height:180,
skinsfoldername:"",
arrowhideonmouseleave:1000,
itembottomshadowimagetop:100,
navhei... | gpl-2.0 |
Fe-Pi/linux | drivers/char/broadcom/vc_sm/vmcs_sm.c | 93463 | /*
****************************************************************************
* Copyright 2011-2012 Broadcom Corporation. All rights reserved.
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms o... | gpl-2.0 |
rogerpueyo/openwrt-packages | libs/libdmapsharing/Makefile | 1714 | #
# Copyright (C) 2009-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This Makefile is a skeleton
#
include $(TOPDIR)/rules.mk
PKG_NAME:=libdmapsharing
PKG_VERSION:=3.9.4
PKG_RELEASE:=1
PKG_MAINTAINER:=W. Michael Petullo <mike@fl... | gpl-2.0 |
MarcPouliquenInria/visp | modules/imgproc/test/testFloodFill.cpp | 14454 | /****************************************************************************
*
* This file is part of the ViSP software.
* Copyright (C) 2005 - 2017 by Inria. All rights reserved.
*
* This software is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | gpl-2.0 |
antweb/bluez-old | profiles/time/manager.c | 1332 | /*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2012 Nokia Corporation
* Copyright (C) 2012 Marcel Holtmann <marcel@holtmann.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 ... | gpl-2.0 |
Kernelhacker/2.6.38.3-Adam | drivers/staging/ath6kl/os/linux/eeprom.c | 9203 | //------------------------------------------------------------------------------
// Copyright (c) 2004-2010 Atheros Communications Inc.
// All rights reserved.
//
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
... | gpl-2.0 |
miguelangelramirez/magento.dev | app/code/core/Mage/GoogleBase/Model/Resource/Attribute.php | 1413 | <?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | gpl-2.0 |
bjrambo/nurigo | modules/epay/m.skins/default/paymentform.html | 3888 | <load target="css/style.css" />
<load target="css/btn.css" />
<load target="../../tpl/js/common.js" />
<div class="payment_wrapper">
{$form_data}
</div>
<div class="payment_wrapper">
<div class="payment_title">
결제수단
</div>
<form id="epay_form" method="post" action="./">
<input type="hidden"... | gpl-2.0 |
Lsty/ygopro-scripts | c81254059.lua | 2593 | --ワーム・クィーン
function c81254059.initial_effect(c)
--summon with 1 tribute
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(81254059,0))
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SUMMON_PROC)
e1:SetCondition(c81254059.otcon)
e1:... | gpl-2.0 |
jchuang1977/openwrt | package/lean/mt/drivers/mt_wifi/src/mt_wifi/include/txpwr/BFBackoffTable_3.h | 4982 | /* AUTO GEN PLEASE DO NOT MODIFY IT */
/* AUTO GEN PLEASE DO NOT MODIFY IT */
UCHAR BFBackoffvalue_3[] = "! Single SKU Max Power Table (unit is 1 dBm) ! 2.4G Channel "
"Band: 2.4G MaxPower_4T MaxPower_3T Max... | gpl-2.0 |
SeeyaSia/www | web/modules/contrib/chosen/js/chosen.js | 2592 | (function ($, Drupal) {
'use strict';
Drupal.behaviors.chosen = {
attach: function (context, settings) {
settings.chosen = settings.chosen || drupalSettings.chosen;
// Prepare selector and add unwantend selectors.
var selector = settings.chosen.selector;
var options;
// Function t... | gpl-2.0 |
rakeshkaundilya/phpmyadmin | libraries/parse_analyze.inc.php | 4562 | <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Parse and analyse a SQL query
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
*
*/
$GLOBALS['unparsed_sql'] = $sql_query;
$parsed_sql = PMA_SQP_parse($sql_query);
$analyzed_sql = PMA_SQP_analyze($parsed_sql);
// for bug 780516: now ... | gpl-2.0 |
babycaseny/fuse-fuse | include/fuse_lowlevel.h | 49909 | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/
#ifndef _FUSE_LOWLEVEL_H_
#define _FUSE_LOWLEVEL_H_
/** @file
*
* Low level API
*
* IMPORTANT: you should define FUS... | gpl-2.0 |
bellinat0r/Epiar | Build/cmake/ThirdParty/MIKMOD/mikmod_build.h | 23879 | /* MikMod sound library
(c) 1998, 1999, 2000 Miodrag Vallat and others - see file AUTHORS
for complete list.
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 |
GeoCat/QGIS | python/plugins/processing/algs/qgis/Rasterize.py | 10479 | # -*- coding: utf-8 -*-
"""
/***************************************************************************
Rasterize.py
-------------------
begin : 2016-10-05
copyright : (C) 2016 by OPENGIS.ch
email : matthias@opengis.ch
**... | gpl-2.0 |
Curter29/Vanilla-mod | applications/vanilla/modules/class.bookmarkedmodule.php | 2066 | <?php if (!defined('APPLICATION')) exit();
/*
Copyright 2008, 2009 Vanilla Forums Inc.
This file is part of Garden.
Garden 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 yo... | gpl-2.0 |
judelvis/jpa-garte | system/js/panel/principal.js | 2919 | /**
* Desarrollado por: Judelvis Antonio Rivas Perdomo
* Fecha Creacion: 09 de Noviembre de 2014
*/
$(function() {
$('#tabs').tabs();
listar_pendientes();
listar_procesando();
listar_procesado();
listar_rechazo_cliente();
listar_rechazo_admin();
});
function listar_pendientes(){
var datos = "estatus=0&panel... | gpl-2.0 |
nachandr/cfme_tests | cfme/cloud/host_aggregates.py | 6202 | """ Page functions for Host Aggregates pages
"""
import attr
from navmazing import NavigateToAttribute
from widgetastic_patternfly import BootstrapNav
from widgetastic_patternfly import BreadCrumb
from widgetastic_patternfly import Button
from widgetastic_patternfly import Dropdown
from widgetastic_patternfly import Vi... | gpl-2.0 |
xohm/SimpleOpenNI | dist/all/SimpleOpenNI/documentation/SimpleOpenNI/Vec3f.html | 8678 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Aug 29 15:21:00 CEST 2013 -->
<title>Vec3f</title>
<meta name="date" content="2013-08-29">
<link rel="stylesheet" type="text... | gpl-2.0 |
cyjseagull/SHMA | zsim-nvmain/pin_kit/source/tools/SimpleExamples/flowgraph.py | 13531 | #! /usr/bin/env python
# @ORIGINAL_AUTHOR: Robert Muth
#
# python.org has useful info about the Python programming language
#
# The Python library is described here: http://docs.python.org/lib/lib.html
# An the index for the library here: http://docs.python.org/lib/genindex.html
import sys
import os
import getopt
impo... | gpl-2.0 |
erykrutkowski/Steghide-GUI | steghide-src/JpegSampleValue.cc | 2573 | /*
* steghide 0.5.1 - a steganography program
* Copyright (C) 1999-2003 Stefan Hetzl <shetzl@chello.at>
*
* 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 |
gui2dev/android_kernel_motorola_tinboost | net/wireless/lib80211.c | 7087 | /*
* lib80211 -- common bits for IEEE802.11 drivers
*
* Copyright(c) 2008 John W. Linville <linville@tuxdriver.com>
*
* Portions copied from old ieee80211 component, w/ original copyright
* notices below:
*
* Host AP crypto routines
*
* Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi>
* Portions Copyright (C... | gpl-2.0 |
mattstock/binutils-bexkat1 | bfd/hpux-core.c | 13408 | /* BFD back-end for HP/UX core files.
Copyright (C) 1993-2020 Free Software Foundation, Inc.
Written by Stu Grossman, Cygnus Support.
Converted to back-end form by Ian Lance Taylor, Cygnus SUpport
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can redis... | gpl-2.0 |
nchong/icliggghts | src/ASPHERE/fix_nve_asphere.cpp | 7251 | /* ----------------------------------------------------------------------
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-2.0 |
ArthySundaram/chromeos-kvm | drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm.h | 40979 | /*
*
* (C) COPYRIGHT 2010-2012 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
*... | gpl-2.0 |
jvasileff/ceylon-compiler | test/src/com/redhat/ceylon/compiler/java/test/TestModule.java | 2146 | /*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* 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 vers... | gpl-2.0 |
braz/OStrichSlurm | src/squeue/print.h | 29512 | /*****************************************************************************\
* print.h - squeue print job definitions
*****************************************************************************
* Copyright (C) 2002-2007 The Regents of the University of California.
* Copyright (C) 2008-2010 Lawrence Livermor... | gpl-2.0 |
egbot/Symbiota | vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Replace.php | 2182 | <?php
namespace PhpOffice\PhpSpreadsheet\Calculation\TextData;
use PhpOffice\PhpSpreadsheet\Calculation\Functions;
class Replace
{
/**
* REPLACE.
*
* @param mixed $oldText The text string value to modify
* @param mixed $start Integer offset for start character of the replacement
* @param... | gpl-2.0 |
7ShaYaN7/Telegram | TMessagesProj/src/main/java/org/telegram/messenger/ApplicationLoader.java | 14342 | /*
* This is the source code of Telegram for Android v. 3.x.x.
* It is licensed under GNU GPL v. 2 or later.
* You should have received a copy of the license in this archive (see LICENSE).
*
* Copyright Nikolai Kudashov, 2013-2016.
*/
package org.telegram.messenger;
import android.app.Activity;
import android.a... | gpl-2.0 |
LorenK96/slide-desktop | src/main/java/enums/ConnectionMode.java | 65 | package enums;
public enum ConnectionMode {
WIFI,
USB
}
| gpl-2.0 |
msekletar/mgetty | voice/libvoice/Multitech_5634ZPX.c | 10960 | /*
* Multitech_5634ZPX.c
*
* Hacked by <Harlan.Stenn@pfcs.com>. Maybe will be merged
* with the other Multitech driver.
*
* $Id: Multitech_5634ZPX.c,v 1.4 2006/09/26 17:17:56 gert Exp $
*
* Some functions can't be static because inherited by Multitech_5634ZPX_ISA.
* Copied by md 2000/12/14
*/
#include "../in... | gpl-2.0 |
govindx7c6/libvirt | src/rpc/virnetserverservice.c | 14926 | /*
* virnetserverservice.c: generic network RPC server service
*
* Copyright (C) 2006-2012, 2014 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* 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... | gpl-2.0 |
eduardmokrov/study | wp-content/themes/coursepress/content.php | 2347 | <?php
/**
* @package CoursePress
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php
if ( has_post_thumbnail() ) {
echo '<div class="featured-image">... | gpl-2.0 |
pghmcfc/proftpd | tests/t/lib/ProFTPD/Tests/Config/Limit/HELP.pm | 5946 | package ProFTPD::Tests::Config::Limit::HELP;
use lib qw(t/lib);
use base qw(ProFTPD::TestSuite::Child);
use strict;
use File::Path qw(mkpath);
use File::Spec;
use IO::Handle;
use ProFTPD::TestSuite::FTP;
use ProFTPD::TestSuite::Utils qw(:auth :config :running :test :testsuite);
$| = 1;
my $order = 0;
my $TESTS = ... | gpl-2.0 |
Val-Git/icms2 | system/controllers/activity/hooks/content_after_update_approve.php | 685 | <?php
class onActivityContentAfterUpdateApprove extends cmsAction {
public function run($data){
$ctype_name = $data['ctype_name'];
$item = $data['item'];
// обновляем запись в ленте активности
$this->updateEntry('content', "add.{$ctype_name}", $item['id'], array(
'sub... | gpl-2.0 |
acourreges/minicopier | src/minicopier/gui/FailedPanel.java | 2996 | /*
FailedPanel.java / MiniCopier
Copyright (C) 2007-2009 Adrian Courrèges
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 ve... | gpl-2.0 |
sdtabilit/Scada-LTS | src/com/serotonin/mango/vo/dataSource/jmx/JmxDataSourceVO.java | 7962 | /*
Mango - Open Source M2M - http://mango.serotoninsoftware.com
Copyright (C) 2006-2011 Serotonin Software Technologies Inc.
@author Matthew Lohbihler
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
th... | gpl-2.0 |
TheTypoMaster/calligra-history | kexi/widget/kexicustompropertyfactory_p.cpp | 3633 | /* This file is part of the KDE project
Copyright (C) 2005 Jarosław Staniek <staniek@kde.org>
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, o... | gpl-2.0 |
hsfoxman/198362 | wp-content/themes/snapshot/single.php | 2381 | <?php get_header(); the_post(); ?>
<div id="page-title" class="post-title">
<div class="container">
<div class="post-info">
<div class="date">
<em></em>
<a href="<?php the_permalink() ?>"><?php print get_the_date() ?></a>
</div>
<div class="comments">
<em></em>
<a href="#comments"><?php com... | gpl-2.0 |
futranbg/ef65l-kernel-2.0 | drivers/video/msm/msm_fb.c | 104415 | /* drivers/video/msm/msm_fb.c
*
* Core MSM framebuffer driver.
*
* Copyright (C) 2007 Google Incorporated
* Copyright (c) 2008-2012, Code Aurora Forum. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, ... | gpl-2.0 |
teamfx/openjfx-8u-dev-tests | functional/ControlsTests/test/javafx/scene/control/test/fxcanvas/FXCanvasTest.java | 13350 | /*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | gpl-2.0 |
sics-sse/moped | plugins/LEDLighter/src/main/java/plugins/LEDLighter.java | 1710 | package plugins;
import com.sun.squawk.VM;
import java.lang.Math;
import sics.plugin.PlugInComponent;
import sics.port.PluginPPort;
public class LEDLighter extends PlugInComponent {
public PluginPPort led;
private int k;
public LEDLighter(String[] args) {
super(args);
}
public LEDLighter() {
k = 0... | gpl-2.0 |
scriptdev2/scriptdev2 | sql/updates/r3148_scriptdev2.sql | 214 | DELETE FROM script_texts WHERE entry=1230035;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1230035,'%s cries out an alarm!',0,2,0,0,'general_angerforge EMOTE_ALARM');
| gpl-2.0 |
alexbirkett/GPSBabel | filterdefs.h | 1421 | /*
Filter definitions.
Copyright (C) 2005 Robert Lipe, robertlipe@usa.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... | gpl-2.0 |
aosm/gcc_40 | libjava/java/security/acl/AclEntry.java | 5258 | /* AclEntry.java -- An entry in an ACL list.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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 |
joglomedia/masedi.net | work/berkeley-db/docs/api_reference/C/env.html | 16383 | <?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>Chapt... | gpl-2.0 |
butkevicius/motorola-moto-z-permissive-kernel | kernel/include/soc/qcom/camera2.h | 5112 | /* Copyright (c) 2011-2016, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
Argalep/ServUO | Scripts/Items/Consumables/AnimatedWeaponScroll.cs | 752 | namespace Server.Items
{
public class AnimatedWeaponScroll : SpellScroll
{
[Constructable]
public AnimatedWeaponScroll()
: this(1)
{
}
[Constructable]
public AnimatedWeaponScroll(int amount)
: base(683, 0x2DA4, amount)
{
}
... | gpl-2.0 |
santiavenda2/griffith | lib/plugins/movie/PluginMovieOFDb.py | 12757 | # -*- coding: UTF-8 -*-
__revision__ = '$Id$'
# Written by Christian Sagmueller <christian@sagmueller.net>
# based on PluginMovieIMDB.py, Copyright (c) 2005 Vasco Nunes
# You may use and distribute this software under the terms of the
# GNU General Public License, version 2 or later
import gutils
import movie,string... | gpl-2.0 |
gsnerf/MediaBrowser | MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/filedownloader.js | 251 | define(['multi-download'], function (multiDownload) {
'use strict';
return {
download: function (items) {
multiDownload(items.map(function (item) {
return item.url;
}));
}
};
}); | gpl-2.0 |
jbelborja/porfinyaerahora | tmp/com_proforms_basic_v_1.5.5_patched/administrator/components/com_proforms/css/admin.responsivewhizzard.css | 17597 | div.whizzardWrap{
display:block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #eee;
counter-reset:section;
}
div.responsiveWhizzard{
position: relative;
display:block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
min-height: 400px;
padding... | gpl-2.0 |
mcberg2016/graal-core2 | graal/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/DerivedOffsetInductionVariable.java | 4905 | /*
* Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | gpl-2.0 |
torque/mpv | player/javascript/defaults.js | 18251 | "use strict";
(function main_default_js(g) {
// - g is the global object.
// - User callbacks called without 'this', global only if callee is non-strict.
// - The names of function expressions are not required, but are used in stack
// traces. We name them where useful to show up (fname:#line always shows).
mp.msg =... | gpl-2.0 |
Sean3Don/inkscape | src/2geom/point.h | 13205 | /**
* \file
* \brief Cartesian point / 2D vector and related operations
*//*
* Authors:
* Michael G. Sloan <mgsloan@gmail.com>
* Nathan Hurst <njh@njhurst.com>
* Krzysztof Kosiński <tweenk.pl@gmail.com>
*
* Copyright (C) 2006-2009 Authors
*
* This library is free software; you can redistribute it... | gpl-2.0 |
binhqnguyen/lena | nsc/openbsd3/sys/ttycom.h | 6740 | /* $OpenBSD: ttycom.h,v 1.6 2003/06/02 23:28:22 millert Exp $ */
/* $NetBSD: ttycom.h,v 1.4 1996/05/19 17:17:53 jonathan Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this... | gpl-2.0 |
darkspr1te/seagate_central_cns3420_2-6-35 | include/linux/spinlock_sop.h | 402 | /*
* Since we need both UP & SMP version of spinlock implementaions in
* SOP platform, new spinlock APIs are introduced.
* - The standard spinlock API will be of UP version.
* - The standard API will be suffixed with 'smp' when there is no change in
* the original SMP implementation else it will be suffixed wi... | gpl-2.0 |
domino-team/openwrt-cc | package/gli-pub/openwrt-node-packages-master/node/node-v6.9.1/test/parallel/test-buffer-fakes.js | 994 | 'use strict';
require('../common');
const assert = require('assert');
const Buffer = require('buffer').Buffer;
function FakeBuffer() { }
Object.setPrototypeOf(FakeBuffer, Buffer);
Object.setPrototypeOf(FakeBuffer.prototype, Buffer.prototype);
const fb = new FakeBuffer();
assert.throws(function() {
Buffer.from(fb)... | gpl-2.0 |
ccompiler4pic32/pic32-gcc | gcc/testsuite/gcc.target/arm/neon/vclts16.c | 614 | /* Test the `vclts16' ARM Neon intrinsic. */
/* This file was autogenerated by neon-testgen. */
/* { dg-do assemble } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-options "-save-temps -O0" } */
/* { dg-add-options arm_neon } */
#include "arm_neon.h"
void test_vclts16 (void)
{
uint16x4_t out_uint1... | gpl-2.0 |
cooler-SAI/murlocs_434 | sql_300m/world/lightwell_fix.sql | 865 | -- TODO: update for 4.x
-- DELETE FROM npc_spellclick_spells WHERE npc_entry IN (31897, 31896, 31895, 31894, 31893, 31883);
-- INSERT INTO npc_spellclick_spells (npc_entry, spell_id, cast_flags) VALUES (31897, 7001, 2), (31896, 27873, 2), (31895, 27874, 2), (31894, 28276, 2), (31893, 48084, 2), (31883, 48085, 2);
-- D... | gpl-2.0 |
felixsinger/coreboot | src/mainboard/google/volteer/variants/lindar/memory.c | 2161 | /* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/variants.h>
#include <boardid.h>
static const struct mb_cfg board_memcfg = {
.type = MEM_TYPE_LP4X,
.lp4x_dq_map = {
.ddr0 = {
.dq0 = { 3, 1, 0, 2, 4, 6, 7, 5, }, /* DDR0_DQ0[7:0] */
.dq1 = { 12, 13, 14, 15, 8, 9, 10, 11 }, /* DDR0_DQ... | gpl-2.0 |
FanWuUCL/memory | gawk/src/extension/readdir.c | 5560 | /*
* readdir.c --- Provide an input parser to read directories
*
* Arnold Robbins
* arnold@skeeve.com
* Written 7/2012
*
* Andrew Schorr and Arnold Robbins: further fixes 8/2012.
* Simplified 11/2012.
*/
/*
* Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GN... | gpl-2.0 |
hroark13/android_kernel_zte_draconis | drivers/cpufreq/Makefile | 3520 | # CPUfreq core
obj-$(CONFIG_CPU_FREQ) += cpufreq.o cpu-boost.o
# CPUfreq stats
obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
# CPUfreq governors
obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE) += cpufreq_performance.o
obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE) += cpufreq_powersave.o
obj-$(CONFIG_CPU_FREQ_GOV_USERSPAC... | gpl-2.0 |
haisuu111/shop | wp-content/themes/layerswp/functions.php | 13786 | <?php
/**
* @package Layers
*/
/**
* Add define Layers constants to be used around Layers themes, plugins etc.
*/
/**
* The current version of the theme. Use a random number for SCRIPT_DEBUG mode
*/
define( 'LAYERS_VERSION', '1.2.2' );
define( 'LAYERS_TEMPLATE_URI' , get_template_directory_uri() );
define( 'LAYER... | gpl-2.0 |
SolidRun/lede-project | target/linux/mpc85xx/base-files/lib/mpc85xx.sh | 623 | #!/bin/sh
#
# Copyright (C) 2013 OpenWrt.org
#
MPC85XX_BOARD_NAME=
MPC85XX_MODEL=
mpc85xx_board_detect() {
local model
local name
model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo)
case "$model" in
*"HiveAP-330")
name="hiveap-330"
;;
*"TL-WDR4900 v1")
name="tl-wdr4900-v1"
;;
esa... | gpl-2.0 |
tossp/lede-k3 | package/lean/mt/drivers/mt7612e/src/mt76x2/common/cmm_loft_cal.c | 39690 | /*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 2002-2009, Ralink Technology, Inc.
*
* All rights reserved. Ralink's source code is an unpublished work a... | gpl-2.0 |
laborautonomo/rivendell | lib/rdmarker_edit.h | 1284 | // rdmarkeredit.h
//
// An flashing button widget.
//
// (C) Copyright 2002 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdmarker_edit.h,v 1.7 2010/07/29 19:32:33 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licen... | gpl-2.0 |
pcengines/coreboot | src/mainboard/amd/south_station/OemCustomize.c | 3351 | /* SPDX-License-Identifier: GPL-2.0-only */
#include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h>
static const PCIe_PORT_DESCRIPTOR PortList[] = {
// Initialize Port descriptor (PCIe port, Lanes 4, PCI Device Number 4, ...)
{
0,
PCIE_ENGINE_DATA_INITIALIZER... | gpl-2.0 |
HowWen-CPE/cpe | target/linux/atheros/wp838/wp838_QCA10.1.436/files/drivers/net/ethernet/s17_ssdk/src/fal_uk/fal_port_ctrl.c | 9795 | /*
* Copyright (c) 2012 Qualcomm Atheros, Inc.
* All rights reserved.
* Qualcomm Atheros Confidential and Proprietary.
*
*/
#include "sw.h"
#include "sw_ioctl.h"
#include "fal_port_ctrl.h"
#include "fal_uk_if.h"
sw_error_t
fal_port_duplex_set(a_uint32_t dev_id, fal_port_t port_id,
fal_port_du... | gpl-2.0 |
elijah513/ice | cpp/test/Ice/background/Acceptor.h | 1166 | // **********************************************************************
//
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | gpl-2.0 |
coreentin/android_kernel_nvidia_s8515 | drivers/mmc/host/sdhci-tegra.c | 73757 | /*
* Copyright (C) 2010 Google, Inc.
*
* Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
... | gpl-2.0 |
shoheiworks/Labo-EcCube | tests/class/test/util/Test_Utils.php | 2579 | <?php
/*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* 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; e... | gpl-2.0 |
AndroidDeveloperAlliance/kernel_mapphone_kexec | net/bluetooth/hci_core.c | 54421 | /*
BlueZ - Bluetooth protocol stack for Linux
Copyright (c) 2000-2001, 2010-2012 Code Aurora Forum. All rights reserved.
Written 2000,2001 by 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 ... | gpl-2.0 |
abhinay100/forma_app | templates/doceboce405/style/lms.css | 5642 | /*
DOCEBO - The E-Learning Suite
http://www.docebo.com
license: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
*/
.layout_header{padding:.4em 1em;background:#ffffff;}
.layout_header .left_logo{margin-top:5px;margin-left:10px;vertical-align:middle;}
.layout_menu_over{zoom:1;}
#lms_main_container{background... | gpl-2.0 |
hschauhan/xvisor-x86_64 | drivers/gpio/gpio-mxc.c | 16616 | /*
* Copyright (C) 2014 Institut de Recherche Technologique SystemX and OpenWide.
* All rights reserved.
*
* MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
* Copyright 2008 Juergen Beisert, kernel@pengutronix.de
*
* Based on code from Freescale,
* Copyright (C) 2004-2010 Freescale Semiconductor, Inc. ... | gpl-2.0 |
tanya-guza/abiword | plugins/openxml/imp/xp/OXMLi_ListenerState_Theme.h | 1549 | /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
/* AbiSource
*
* Copyright (C) 2007 Philippe Milot <PhilMilot@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; eith... | gpl-2.0 |
joelbrock/ELFCO_CORE | documentation/doxy/output/fannie/html/class_p_h_p_excel___writer___excel2007___content_types.html | 5703 | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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/xhtml;charset=UTF-8"/>
<title>CORE POS - ... | gpl-2.0 |
tonvinh/ez | vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/FragmentListenerFactory.php | 1381 | <?php
/**
* File containing the FragmentListenerFactory class.
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version 2014.07.0
*/
namespace eZ\Bundle\EzPublishCoreBundle\Fragment;
use... | gpl-2.0 |
Astroua/CARTAvis | carta/cpp/core/Data/Image/DataFactory.cpp | 4125 | #include "DataFactory.h"
#include "Data/DataLoader.h"
#include "Data/Image/Controller.h"
#include "Data/Image/DataSource.h"
#include "Data/Region/Region.h"
#include "Data/Region/RegionFactory.h"
#include "Data/Util.h"
#include "CartaLib/Hooks/LoadRegion.h"
#include "Globals.h"
#include <QDebug>
namespace Carta {
nam... | gpl-2.0 |
itsimbal/gcc.cet | gcc/tree-affine.h | 3892 | /* Operations with affine combinations of trees.
Copyright (C) 2005-2017 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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, or (at y... | gpl-2.0 |
rupenp/CoreNLP | src/edu/stanford/nlp/coref/hybrid/sieve/OracleSieve.java | 1774 | package edu.stanford.nlp.coref.hybrid.sieve;
import edu.stanford.nlp.util.logging.Redwood;
import java.util.List;
import java.util.Properties;
import edu.stanford.nlp.coref.data.Dictionaries;
import edu.stanford.nlp.coref.data.Document;
import edu.stanford.nlp.coref.data.Mention;
import edu.stanford.nlp.coref.data.Di... | gpl-2.0 |
JMAConsulting/campaigntool | sites/all/modules/civicrm/CRM/Contribute/Form/Contribution.php | 68192 | <?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.6 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2015 |
+---------------------... | gpl-2.0 |
tonvinh/ez | vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/REST/Server/Values/CountryList.php | 681 | <?php
/**
* File containing the CountryList class
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version 2014.07.0
*/
namespace eZ\Publish\Core\REST\Server\Values;
use eZ\Publish\Core\... | gpl-2.0 |
digidudeofdw/enigma2 | lib/dvb/scan.cpp | 36702 | #include <lib/dvb/idvb.h>
#include <dvbsi++/descriptor_tag.h>
#include <dvbsi++/service_descriptor.h>
#include <dvbsi++/satellite_delivery_system_descriptor.h>
#include <dvbsi++/terrestrial_delivery_system_descriptor.h>
#include <dvbsi++/cable_delivery_system_descriptor.h>
#include <dvbsi++/ca_identifier_descriptor.h>
... | gpl-2.0 |
heptalium/rpi-sources-3.16 | kernel/sched/deadline.c | 43070 | /*
* Deadline Scheduling Class (SCHED_DEADLINE)
*
* Earliest Deadline First (EDF) + Constant Bandwidth Server (CBS).
*
* Tasks that periodically executes their instances for less than their
* runtime won't miss any of their deadlines.
* Tasks that are not periodic or sporadic or that tries to execute more
* tha... | gpl-2.0 |
embedian/blues-tools | src/bt-network.c | 9028 | /*
*
* bluez-tools - a set of tools to manage bluetooth devices for linux
*
* Copyright (C) 2010-2011 Alexander Orlenko <zxteam@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 ... | gpl-2.0 |
Khira/La-Confrerie | src/game/WaypointMovementGenerator.cpp | 30591 | /*
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.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 your option) any later version.
*
... | gpl-2.0 |
119/aircam-openwrt | package/lqtapi/src/mps/vmmc-cmds.h | 3783 | #ifndef __VMMC_CMDS_H__
#define __VMMC_CMDS_H__
#define _VMMC_CMD(_x) ((_x) << 24)
#define _VMMC_MOD(_x) ((_x) << 13)
#define _VMMC_ECMD(_x) ((_x) << 8)
#define _VMMC_MSG(_cmd, _mod, _ecmd) \
(_VMMC_CMD(_cmd) | _VMMC_ECMD(_ecmd) | _VMMC_MOD(_mod))
#define _VMMC_CHAN(_chan) ((_chan) << 16)
#define _VMMC_LENGTH(_leng... | gpl-2.0 |
rex-xxx/mt6572_x201 | dalvik/dx/src/com/android/dx/io/EncodedValueReader.java | 4797 | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | gpl-2.0 |
SpoonLabs/astor | examples/lang_39/src/java/org/apache/commons/lang3/text/StrLookup.java | 5459 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | gpl-2.0 |
scs/uclinux | user/blkfin-apps/mplayer/mplayer-svn-25211/libvo/vo_yuv4mpeg.c | 13603 | /*
* vo_yuv4mpeg.c, yuv4mpeg (mjpegtools) interface
*
* Thrown together by
* Robert Kesterson <robertk@robertk.com>
* Based on the pgm output plugin, the rgb2rgb postproc filter, divxdec,
* and probably others.
*
* This is undoubtedly incomplete, inaccurate, or just plain wrong. :-)
*
* 2002/06/19 Klaus Sten... | gpl-2.0 |
RAZAW/social-media-linkedin | mingw64/share/doc/git-doc/git-revert.html | 36792 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3">
<title>git-revert(1)</title>
<link rel="stylesheet" href... | gpl-2.0 |
jimm/chuck | src/chuck_def.h | 5914 | /*----------------------------------------------------------------------------
ChucK Concurrent, On-the-fly Audio Programming Language
Compiler and Virtual Machine
Copyright (c) 2004 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.cs.princeton.edu/
http://soundlab.cs.princeton.e... | gpl-2.0 |
olesalscheider/ktp-call-ui | libktpcall/private/tf-channel-handler.h | 2462 | /*
Copyright (C) 2011 Collabora Ltd. <info@collabora.co.uk>
Copyright (C) 2012 George Kiagiadakis <kiagiadakis.george@gmail.com>
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 Foundat... | gpl-2.0 |
ottok/mariadb-galera-10.0 | storage/perfschema/table_esgs_by_user_by_event_name.cc | 5462 | /* Copyright (c) 2010, Oracle and/or its affiliates. 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 published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope th... | gpl-2.0 |
igorwwwwwwwwwwwwwwwwwwww/test | includes/Xms/Core/CommonXml.php | 49814 | <?php namespace Xms\Core;
use ErrorException;
use DOMNode;
use DOMNodeList;
use DOMElement;
use DOMDocument;
use Closure;
/*
* XMS - Online Web Development
*
* Copyright (c) 2010 Cezar Lucan cezar.lucan@aws-dms.com
* Licensed under GPL license.
* http://www.aws-dms.com
*
* Date: 2010-10-24
*/
//0.47 ::append... | gpl-2.0 |
friedrich420/N3-AEL-Kernel-NF1-v5- | net/ipv6/route.c | 75806 | /*
* Linux INET6 implementation
* FIB front-end.
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
* 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 ... | gpl-2.0 |
mobile-event-processing/Asper | source/src/com/espertech/esper/epl/subquery/package.html | 853 | <!--
~ **************************************************************************************
~ * Copyright (C) 2008 EsperTech, Inc. All rights reserved. *
~ * http://esper.codehaus.org *
~ * http://www.espertech.com ... | gpl-2.0 |
MegabytePhreak/qemu-mcf5307 | target-arm/neon_helper.c | 53355 | /*
* ARM NEON vector operations.
*
* Copyright (c) 2007, 2008 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GNU GPL v2.
*/
#include <stdlib.h>
#include <stdio.h>
#include "cpu.h"
#include "exec.h"
#include "helper.h"
#define SIGNBIT (uint32_t)0x80000000
#define SIGNBIT64 ((uint64_t)... | gpl-2.0 |
miguelangelramirez/magento.dev | app/code/core/Mage/CurrencySymbol/Helper/Data.php | 1841 | <?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | gpl-2.0 |
xoox/linux-2.6.18_pro500 | mvl_patches/pro50-1481.c | 447 | /*
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* 2008 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/
#include <linux/init.h>
#inc... | gpl-2.0 |