repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Mertiozys/thelia.github.io | api/2.0.0-beta2/Thelia/Controller/Admin/ProductController.html | 25615 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Controller\Admin\ProductController | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... | mit |
blesh/jsbin | public/css/upgrade.css | 17961 | body {
font-family: 'helvetica neue', sans-serif;
/*font-weight:200!important;*/
}
h1, h2 {
text-align:center;
}
h1 {
font-weight:300;
}
h2 {
font-weight:400;
}
table {
border: 1;
width: 100%;
border-collapse: collapse;
}
tbody tr {
border-top: 1px solid rgb(240, 240, 240);
}
tr.headings th {
... | mit |
sk89q/CommandHelper | src/main/java/com/laytonsmith/abstraction/entities/MCEvokerFangs.java | 262 | package com.laytonsmith.abstraction.entities;
import com.laytonsmith.abstraction.MCEntity;
import com.laytonsmith.abstraction.MCLivingEntity;
public interface MCEvokerFangs extends MCEntity {
MCLivingEntity getOwner();
void setOwner(MCLivingEntity owner);
}
| mit |
tasselchof/Codeception | docs/01-Introduction.md | 6039 | # Introduction
The idea behind testing is not new. You can't sleep well if you are not confident
that your last commit didn't take down the whole application.
Having your application covered with tests gives you more trust in the stability of your application. That's all.
In most cases tests don't guarantee that the ... | mit |
mxrrow/zaicoin | src/deps/boost/doc/html/boost/proto/functional/prior.html | 12638 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct prior</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="The Bo... | mit |
curry684/symfony | src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php | 17092 | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\FrameworkBundle\Command;
use Symfony\Component\Console\C... | mit |
himanshu0503/admiral | .eslintrc.js | 1174 | module.exports = {
"env": {
"browser": true
},
"plugins": [
"callback-function"
],
"globals": {
"_": true,
"$": true,
"ActErr": true,
"async": true,
"config": true,
"logger": true,
"moment": true,
"respondWithError": true,
"sendJSONResponse": true,
"util": true,... | mit |
breezechen/DiscUtils | src/Vmdk/HostedSparseExtentStream.cs | 10139 | //
// Copyright (c) 2008-2011, Kenneth Bell
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, m... | mit |
Slamdunk/symfony | src/Symfony/Component/Intl/Resources/data/timezones/su.php | 13893 | <?php
return [
'Names' => [
'Africa/Abidjan' => 'Waktu Greenwich (Abidjan)',
'Africa/Accra' => 'Waktu Greenwich (Accra)',
'Africa/Algiers' => 'Waktu Éropa Tengah (Algiers)',
'Africa/Bamako' => 'Waktu Greenwich (Bamako)',
'Africa/Banjul' => 'Waktu Greenwich (Banjul)',
... | mit |
okyada/p2-php | rep2/js/post_form.js | 4984 | // textarea̳ðCu²ß·é
function adjustTextareaRows(obj, org, plus) {
var brlen = null;
if (obj.wrap) {
if (obj.wrap == 'virtual' || obj.wrap == 'soft') {
brlen = obj.cols;
}
}
var aLen = countLines(obj.value, brlen);
var aRows = aLen + plus;
var move = 0;
var scroll = 14;
if (org) {
if (Math... | mit |
eriawan/octokit.net | Octokit/Models/Request/IssueCommentRequest.cs | 1391 | using System;
using System.Diagnostics;
using System.Globalization;
namespace Octokit
{
/// <summary>
/// Used to filter issue comments.
/// </summary>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class IssueCommentRequest : RequestParameters
{
/// <summary>
/// Initializes... | mit |
cdnjs/cdnjs | ajax/libs/primeng/10.0.3/esm2015/utils/public_api.js | 585 | export * from './filterutils';
export * from './objectutils';
export * from './uniquecomponentid';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy91dGlscy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWF... | mit |
dipakmankumbare/idecore | com.salesforce.ide.ui.test/src/com/salesforce/ide/ui/views/log/LogViewTest_unit.java | 1175 | /*******************************************************************************
* Copyright (c) 2014 Salesforce.com, inc..
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availab... | epl-1.0 |
johannrichard/openhab2-addons | addons/binding/org.openhab.binding.satel/src/main/java/org/openhab/binding/satel/internal/command/ControlCommand.java | 2159 | /**
* Copyright (c) 2010-2018 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/... | epl-1.0 |
davidfestal/che | selenium/che-selenium-test/src/test/resources/projects/console-cpp-simple/iseven.h | 407 | /**
* Copyright (c) 2012-2018 Red Hat, Inc.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat, Inc. - initial API ... | epl-1.0 |
gorindn/ice | src/org.eclipse.ice.reactor.sfr/src/org/eclipse/ice/reactor/sfr/core/assembly/SFRAssembly.java | 6609 | /*******************************************************************************
* Copyright (c) 2013, 2014 UT-Battelle, LLC.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | epl-1.0 |
kreynen/civicrm-starterkit-drops-7 | profiles/civicrm_starterkit/modules/civicrm/api/v3/examples/GroupNesting/Delete.ex.php | 1670 | <?php
/**
* Test Generated example demonstrating the GroupNesting.delete API.
*
* @return array
* API result array
*/
function group_nesting_delete_example() {
$params = [
'id' => 1,
];
try{
$result = civicrm_api3('GroupNesting', 'delete', $params);
}
catch (CiviCRM_API3_Exception $e) {
//... | gpl-2.0 |
vliaskov/gst-plugins-bad | ext/kate/gstkatespu.c | 27514 | /* GStreamer
* Copyright (C) 2009 Vincent Penquerc'h <ogg.k.ogg.k@googlemail.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 License, or (at your o... | gpl-2.0 |
mambax7/XoopsCore25 | htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/xoopsimagemanager/js/xoopsimagemanager.js | 16092 | /**
* @author Moxiecode
* @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
*
* @author ralf57
* @author luciorota (lucio.rota@gmail.com)
* @author dugris (dugris@frxoops.fr)
*/
tinyMCEPopup.requireLangPack();
var XoopsimagemanagerDialog = {
preInit : f... | gpl-2.0 |
cpjobling/proman-d8 | proman.swan.ac.uk/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php | 7426 | <?php
/**
* @file
* Contains \Drupal\Core\Utility\UnroutedUrlAssembler.
*/
namespace Drupal\Core\Utility;
use Drupal\Component\Utility\SafeMarkup;
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\GeneratedUrl;
use Drupal\Core\PathProcessor\OutboundPathProcesso... | gpl-2.0 |
vyatta/vyatta-strongswan | scripts/oid2der.c | 400 |
#include <stdio.h>
#include <asn1/asn1.h>
/**
* convert string OID to DER encoding
*/
int main(int argc, char *argv[])
{
int i, nr = 0;
chunk_t oid;
while (argc > ++nr)
{
oid = asn1_oid_from_string(argv[nr]);
if (oid.len)
{
for (i = 0; i < oid.len; i++)
{
printf("0x%02x,", oid.ptr[i]);
}
... | gpl-2.0 |
TabTwo/silc-client | lib/silcutil/silclog_i.h | 1062 | /*
silclog_i.h
Author: Pekka Riikonen <priikone@silcnet.org>
Copyright (C) 2005 Pekka Riikonen
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... | gpl-2.0 |
NickRuiz/wikitrans-pootle | templates/contact_form/contact_form_sent.html | 244 | {% extends "base.html" %}
{% load i18n baseurl %}
{% block title %}{{ block.super }}: {% trans "Message Sent" %}{% endblock %}
{% block content %}
<div class="general-message">
<h2>{% trans "Message Sent" %}</h2>
</div>
{% endblock %}
| gpl-2.0 |
csitarichie/boost_msm_bare_metal | tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/gdb/Altering.html | 3468 | <html lang="en">
<head>
<title>Altering - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Symbols.html#Symbol... | gpl-2.0 |
Teplitsa/bquest.ru | lib/vendor/diem/dmCorePlugin/test/project/lib/filter/doctrine/dmCorePlugin/base/BaseDmSettingFormFilter.class.php | 2784 | <?php
/**
* DmSetting filter form base class.
*
* @package retest
* @subpackage filter
* @author Your name here
* @version SVN: $Id: sfDoctrineFormFilterGeneratedTemplate.php 24171 2009-11-19 16:37:50Z Kris.Wallsmith $
*/
abstract class BaseDmSettingFormFilter extends BaseFormFilterDoctrine
{
public... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c33665663.lua | 963 | --炎舞-「開陽」
function c33665663.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetOperation(c33665663.activate)
c:RegisterEffect(e1)
--atkup
local e2=Effect.... | gpl-2.0 |
itsimbal/gcc.cet | libgfortran/generated/reshape_i4.c | 9606 | /* Implementation of the RESHAPE intrinsic
Copyright (C) 2002-2017 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@nowt.org>
This file is part of the GNU Fortran runtime library (libgfortran).
Libgfortran is free software; you can redistribute it and/or
modify it under the terms of the GNU Genera... | gpl-2.0 |
ironhead123/DeathCore_3.3.5 | src/server/shared/Database/Field.cpp | 1759 | /*
* Copyright (C) 2013-2015 DeathCore <http://www.noffearrdeathproject.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any l... | gpl-2.0 |
khuongdang/dongtrungtruongsinh | plugins/installer/jce/jce.php | 1570 | <?php
/**
* @package JCE
* @copyright Copyright (c)2016 Ryan Demmer
* @license GNU General Public License version 2, or later
*/
defined('_JEXEC') or die;
/**
* Handle commercial extension update authorization
*
* @package Joomla.Plugin
* @subpackage Installer.Jce
* @since 2.6
*/
class plgInst... | gpl-2.0 |
mikedanylov/full-stack-dev | NodeJS/week3/rest-server/routes/leaderRouter.js | 1220 | var express = require('express');
var leaderRouter = express.Router();
leaderRouter.route('/')
.all(function(req, res, next) {
res.writeHead(200, { 'Content-Type': 'text/plain' });
next();
})
.get(function(req, res, next){
res.end('Will send all the leaders to you!');
})
.... | gpl-2.0 |
gltn/stdm | stdm/third_party/sqlalchemy/dialects/postgresql/pypostgresql.py | 2915 | # postgresql/pypostgresql.py
# Copyright (C) 2005-2020 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
"""
.. dialect:: postgresql+pypostgresql
:name: py-postgresql
:dba... | gpl-2.0 |
songxiafeng/joomla-platform | tests/suites/unit/joomla/language/JLanguageTest.php | 26706 | <?php
/**
* @package Joomla.UnitTest
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
jimport('joomla.filesystem.folder');
require_once __DIR__ . '/JLanguageInspector.php';
require_once __DIR__ ... | gpl-2.0 |
chensuchun/pbuilder | test_testlib.sh | 632 | #!/bin/bash
# testsuite for testlib
if [ -n "$PBUILDER_CHECKOUT" ]; then
. "$PBUILDER_CHECKOUT/testlib.sh"
else
# these currently don't need to be exported
PBUILDER_TEST_ROOT="${PBUILDER_ROOT:-}"
PBUILDER_TEST_PKGLIBDIR="${PBUILDER_PKGLIBDIR:-$PBUILDER_ROOT/usr/lib/pbuilder}"
. "$PBUILDER_TEST_PKGL... | gpl-2.0 |
rbartolomeirb/joomlaatirb | tools/com_irbtools/build/administrator/components/com_irbtools/views/default/view.html.php | 663 | <?php
/**
* Joomla! 1.5 component irbtools
*
* @version $Id: view.html.php 2010-10-13 07:12:40 svn $
* @author IRB Barcelona
* @package Joomla
* @subpackage irbtools
* @license GNU/GPL
*
* IRB Barcelona Tools
*
* This component file was created using the Joomla Component Creator by Not Web Design... | gpl-2.0 |
Orphis/ppsspp | Core/SaveState.h | 3168 | // Copyright (c) 2012- PPSSPP Project.
// 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.0 or later versions.
// This program is distributed in the hope that it will be useful,
// b... | gpl-2.0 |
FFMG/myoddweb.piger | myodd/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01polygon__tag_01_4-members.html | 3580 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Boost.Geometry (aka GGL, Generic Geometry Library)</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type=... | gpl-2.0 |
xIchigox/ArkCORE-NG | dep/acelite/ace/Dynamic_Service_Dependency.cpp | 1326 | // $Id: Dynamic_Service_Dependency.cpp 96985 2013-04-11 15:50:32Z huangh $
#include "ace/ACE.h"
#include "ace/DLL_Manager.h"
#include "ace/Dynamic_Service_Dependency.h"
#include "ace/Service_Config.h"
#include "ace/Log_Category.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Dynamic_Service_Dependency::ACE_Dynamic_Service... | gpl-2.0 |
nhatnhatnet/nukecms | modules/news/language/block.global.block_news_cat_fr.php | 1084 | <?php
/**
* @Project NUKEVIET 4.x
* @Author VINADES.,JSC (contact@vinades.vn)
* @Copyright (C) 2016 VINADES.,JSC. All rights reserved
* @Language Français
* @License CC BY-SA (http://creativecommons.org/licenses/by-sa/4.0/)
* @Createdate Jul 31, 2015, 09:30:00 AM
*/
if (! defined('NV_ADMIN') or ! defined('NV_MAINFILE... | gpl-2.0 |
jhbsz/LC4 | package/atheros_ssdk/src/board/db12x/ethernet/athrs_mac.c | 64735 | /*
* Copyright (c) 2008, Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND T... | gpl-2.0 |
fyu1/test | drivers/scsi/scsi_debug.c | 160139 | /*
* vvvvvvvvvvvvvvvvvvvvvvv Original vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
* Copyright (C) 1992 Eric Youngdale
* Simulate a host adapter with 2 disks attached. Do a lot of checking
* to make sure that we are not getting blocks mixed up, and PANIC if
* anything out of the ordinary is seen.
* ^^^^^^^^^^^^^^^^^^^^^... | gpl-2.0 |
ziozzang/rhel6-kernel-src | drivers/video/offb.c | 19780 | /*
* linux/drivers/video/offb.c -- Open Firmware based frame buffer device
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This driver is partly based on the PowerMac console driver:
*
* Copyright (C) 1996 Paul Mackerras
*
* This file is subject to the terms and conditions of the GNU General Public
* Licens... | gpl-2.0 |
bmi-forum/bmi-pyre | StGermain/Base/Automation/tests/testComponentMetadata.0of1.sh | 204 | #!/bin/sh
TEST_SCRIPT=./VMake/executableTester.sh
until test -r ${TEST_SCRIPT} ; do
TEST_SCRIPT=../${TEST_SCRIPT}
done
. ${TEST_SCRIPT}
runAndHandleSystemTest "testComponentMetadata " "$0" "$@"
| gpl-2.0 |
aosm/gcc3 | libjava/java/lang/Number.java | 3524 | /* java.lang.Number
Copyright (C) 1998, 2001 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 2, or (at your opti... | gpl-2.0 |
nandra/omap_850_kernel | fs/file.c | 6468 | /*
* linux/fs/file.c
*
* Copyright (C) 1998-1999, Stephen Tweedie and Bill Hawes
*
* Manage the dynamic fd arrays in the process files_struct.
*/
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/time.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/file.h>
#include <linux/bitop... | gpl-2.0 |
coolstar/coreboot | src/drivers/pc80/vga/vga_font_8x16.c | 101417 | /*
* Copyright (C) 2007-2009 Luc Verhaegen <libv@skynet.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 2 of the License, or (at your option)
* any later version.
*... | gpl-2.0 |
mmuir-ca/tracmor | includes/data_meta_controls/AssetModelCustomFieldHelperMetaControl.class.php | 1030 | <?php
require(__DATAGEN_META_CONTROLS__ . '/AssetModelCustomFieldHelperMetaControlGen.class.php');
/**
* This is a MetaControl customizable subclass, providing a QForm or QPanel access to event handlers
* and QControls to perform the Create, Edit, and Delete functionality of the
* AssetModelCustomFieldHelper c... | gpl-2.0 |
meghraj143/WebsiteRaj | css/bootstrap.css | 137232 | html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-y:auto;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
border-radius: 5px;
}
::-webkit-s... | gpl-2.0 |
ragnerok/phpmyadmin | tbl_operations.php | 15012 | <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Various table operations
*
* @package PhpMyAdmin
*/
use PMA\libraries\Partition;
use PMA\libraries\Table;
use PMA\libraries\Response;
/**
*
*/
require_once 'libraries/common.inc.php';
/**
* functions implementation for this script
*/
require_once 'librarie... | gpl-2.0 |
tectronics/force-distribution-analysis.gromacs-4-5-3 | src/gmxlib/nonbonded/nb_kernel_f77_single/nb_kernel212_f77_single.h | 4694 | /*
* This source code is part of
*
* G R O M A C S
*
* Copyright (c) 1991-2000, University of Groningen, The Netherlands.
* Copyright (c) 2001-2009, The GROMACS Development Team
*
* Gromacs is a library for molecular simulation and trajectory analysis,
* written by Er... | gpl-2.0 |
csitarichie/boost_msm_bare_metal | tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/gcc/Structure_002dPacking-Pragmas.html | 4563 | <html lang="en">
<head>
<title>Structure-Packing Pragmas - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="... | gpl-2.0 |
fleeboy/tatt2tatt | core/modules/config_translation/tests/src/ConfigMapperManagerTest.php | 6236 | <?php
/**
* @file
* Contains \Drupal\config_translation\Tests\ConfigMapperManagerTest.
*/
namespace Drupal\config_translation\Tests;
use Drupal\config_translation\ConfigMapperManager;
use Drupal\Core\Language\Language;
use Drupal\Core\Language\LanguageInterface;
use Drupal\Core\TypedData\TypedDataInterface;
use D... | gpl-2.0 |
mcmenaminadrian/Linux-devel | drivers/net/ethernet/neterion/s2io.c | 246436 | /************************************************************************
* s2io.c: A Linux PCI-X Ethernet driver for Neterion 10GbE Server NIC
* Copyright(c) 2002-2010 Exar Corp.
*
* This software may be used and distributed according to the terms of
* the GNU General Public License (GPL), incorporated herein by ... | gpl-2.0 |
rjschwei/kiwi | doc/examples/suse-13.1/suse-vm-guest/config.sh | 1327 | #!/bin/bash
#================
# FILE : config.sh
#----------------
# PROJECT : openSUSE KIWI Image System
# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved
# :
# AUTHOR : Marcus Schaefer <ms@suse.de>
# :
# BELONGS TO : Operating System images
#... | gpl-2.0 |
victoredwardocallaghan/m5a99fx | src/cpu/samsung/exynos5420/dp_lowlevel.c | 27524 | /*
* Copyright (C) 2012 Samsung Electronics
*
* Author: Donghwa Lee <dh09.lee@samsung.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at you... | gpl-2.0 |
metalex10/PPSSPP-X360 | ffmpeg/doc/examples/Makefile | 1354 | # use pkg-config for getting CFLAGS and LDLIBS
FFMPEG_LIBS= libavdevice \
libavformat \
libavfilter \
libavcodec \
libswresample \
... | gpl-2.0 |
Scorpio92/android_kernel_c8690 | drivers/media/video/samsung/mali/common/mali_kernel_utilization.c | 5983 | /*
* Copyright (C) 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 |
rutgers-apl/Atomicity-Violation-Detector | tdebug-llvm/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp | 7830 | //===--- Diagnostics.cpp - Helper class for error diagnostics -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------------... | gpl-2.0 |
billmagee/bottomline | sites/all/themes/corp/templates/page.tpl.php | 6771 | <?php
/**
*@file
* Corp theme's implementation to display a single drupal page.
*/
global $base_url;
$header_style = '';
//$header_bg_file = theme_get_setting('header_bg_file');
//if ($header_bg_file) {
// $header_style .= 'filter:;background: url(' . $header_bg_file . ') repeat ';
//}
$header_bg_... | gpl-2.0 |
bpiwowar/lyx | src/Author.cpp | 3160 | /**
* \file Author.cpp
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "Author.h"
#include "support/lassert.h"
#include "support/lstrin... | gpl-2.0 |
carlobar/uclinux_leon3_UD | user/dhcp-isc/common/icmp.c | 5553 | /* icmp.c
ICMP Protocol engine - for sending out pings and receiving
responses. */
/*
* Copyright (c) 1997, 1998 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | gpl-2.0 |
hackathon-3d/team-gryffindor-repo | www/touch/src/core/Ext-more.js | 50756 | //@tag dom,core
//@define Ext-more
//@require Ext.EventManager
/**
* @class Ext
*
* Ext is the global namespace for the whole Sencha Touch framework. Every class, function and configuration for the
* whole framework exists under this single global variable. The Ext singleton itself contains a set of useful helper
... | gpl-2.0 |
gazoo74/linux | crypto/testmgr.c | 128184 | /*
* Algorithm testing framework and tests.
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2002 Jean-Francois Dive <jef@linuxbe.org>
* Copyright (c) 2007 Nokia Siemens Networks
* Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au>
* Copyright (c) 2019 Google LLC
*
* Upda... | gpl-2.0 |
SeanGo/kernel2.6 | drivers/macintosh/windfarm_core.c | 11175 | /*
* Windfarm PowerMac thermal control. Core
*
* (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Released under the term of the GNU GPL v2.
*
* This core code tracks the list of sensors & controls, register
* clients, and holds the kernel thread used for... | gpl-2.0 |
yourealwaysbe/viking | src/vikmapslayer.h | 3020 | /*
* viking -- GPS Data and Topo Analyzer, Explorer, and Manager
*
* Copyright (C) 2003-2005, Evan Battaglia <gtoevan@gmx.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ver... | gpl-2.0 |
hetter/NPLRuntime | Client/trunk/ParaEngineClient/renderer/ParaVertexBuffer.h | 3023 | #pragma once
namespace ParaEngine
{
#ifdef USE_DIRECTX_RENDERER
typedef IDirect3DVertexBuffer9* VertexBufferDevicePtr_type;
typedef IDirect3DIndexBuffer9* IndexBufferDevicePtr_type;
#elif defined(USE_OPENGL_RENDERER)
typedef GLuint VertexBufferDevicePtr_type;
typedef GLuint IndexBufferDevicePtr_type;
#else
typede... | gpl-2.0 |
lajus/customr | src/extra/tre/tre-compile.h | 662 | /*
tre-compile.h: Regex compilation definitions
This software is released under a BSD-style license.
See the file LICENSE for details and copyright.
*/
#ifndef TRE_COMPILE_H
#define TRE_COMPILE_H 1
typedef struct {
int position;
#if 0 /* [i_a] must be able to carry the full span of all [Unicode] character ... | gpl-2.0 |
epicsdeb/rtems-gdb | gdb/sparc-tdep.h | 6236 | /* Target-dependent code for SPARC.
Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Fre... | gpl-2.0 |
wyuka/calligra | plugins/musicshape/dialogs/PartsWidget.h | 1591 | /* This file is part of the KDE project
* Copyright (C) 2007 Marijn Kruisselbrink <mkruisselbrink@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 t... | gpl-2.0 |
yuvalt/xbmc | xbmc/video/windows/GUIWindowFullScreen.cpp | 19632 | /*
* Copyright (C) 2005-2013 Team XBMC
* http://xbmc.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, or (at your option)
* any later version.
*
* ... | gpl-2.0 |
kkvskkkk/NPLRuntime | Client/trunk/ParaEngineClient/jabber/ParaRingBuffer.h | 8867 | #pragma once
#include <boost/circular_buffer.hpp>
#include <boost/thread.hpp>
#include "util/mutex.h"
#include <queue>
namespace ParaEngine
{
/**
* CParaRingBuffer is normally used in a producer-consumer mode when producer threads produce items and store them in the container and consumer threads remove these items... | gpl-2.0 |
hamzasheikh/Seagull | seagull/trunk/src/generator-model/C_ProtocolControl.cpp | 14839 | /*
* 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 b... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c34358408.lua | 1255 | --儀式魔人プレサイダー
function c34358408.initial_effect(c)
--ritual material
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EXTRA_RITUAL_MATERIAL)
e1:SetValue(1)
c:RegisterEffect(e1)
--become material
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)... | gpl-2.0 |
palomagc/MovieChatter | src/icaro/infraestructura/entidadesBasicas/descEntidadesOrganizacion/jaxb/ObjectFactory.java | 6481 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012... | gpl-2.0 |
Chilledheart/glibc | sysdeps/nacl/rmdir.c | 1036 | /* Remove a directory. NaCl version.
Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
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 by the Free Software Fou... | gpl-2.0 |
NamelessRom/android_kernel_samsung_latona | drivers/usb/host/ehci-hub.c | 37701 | /*
* Copyright (C) 2001-2004 by David Brownell
*
* 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 progra... | gpl-2.0 |
unofficial-opensource-apple/gccfast | libf2c/libF77/r_tan.c | 96 | #include "f2c.h"
#undef abs
#include <math.h>
double
r_tan (real * x)
{
return (tan (*x));
}
| gpl-2.0 |
iamrekcah/cyclone | tests/compress/ppm-old/arithcode.h | 962 | /*
Declarations for arithmetic coding.
Alistair Moffat, alistair@cs.mu.oz.au, July 1987.
@(#)arithcode.h 1.1 5/3/91
*/
#define codevaluebits 16
#if (codevaluebits<16)
typedef unsigned short codevalue;
#else
typedef unsigned long codevalue;
#endif
#define topvalue ((codevalue)((1<<codevaluebits)-1))
#define maxfr... | gpl-2.0 |
TheThumbsupguy/Ross-Upholstery-Inc | wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php | 440 | <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is met when the current request is an XML-RPC request.
*/
class XMLRPC_Conditional implements Conditional {
/**
* Returns whether the current request is an XML-RPC request.
*
* @return bool `true` when the current request is an XML-RPC reques... | gpl-2.0 |
Gurgel100/gcc | gcc/testsuite/gcc.dg/stack-usage-1.c | 3351 | /* { dg-do compile } */
/* { dg-options "-fstack-usage" } */
/* nvptx doesn't have a reg allocator, and hence no stack usage data. */
/* { dg-skip-if "" { nvptx-*-* } } */
/* This is aimed at testing basic support for -fstack-usage in the back-ends.
See the SPARC back-end for example (grep flag_stack_usage_info in... | gpl-2.0 |
duongtung4691/javacpp.presets | opencv/src/main/java/com/googlecode/javacpp/opencv_highgui.java | 75386 | // Targeted by JavaCPP version 0.8-SNAPSHOT
package com.googlecode.javacpp;
import com.googlecode.javacpp.*;
import com.googlecode.javacpp.annotation.*;
import java.nio.*;
import static com.googlecode.javacpp.opencv_core.*;
import static com.googlecode.javacpp.opencv_imgproc.*;
public class opencv_highgui extends c... | gpl-2.0 |
janschulz/pandoc | tests/Tests/Arbitrary.hs | 8350 | {-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, ScopedTypeVariables #-}
-- provides Arbitrary instance for Pandoc types
module Tests.Arbitrary ()
where
import Test.QuickCheck.Gen
import Test.QuickCheck.Arbitrary
import Control.Monad (liftM, liftM2)
import Text.Pandoc.Definiti... | gpl-2.0 |
hook42/towel | modules/contrib/admin_toolbar/admin_toolbar_tools/src/Controller/ToolbarController.php | 4942 | <?php
namespace Drupal\admin_toolbar_tools\Controller;
use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\CronInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Drupal\Core\Menu\Contex... | gpl-2.0 |
ShevT/android_kernel_d1_p1 | arch/arm/mach-omap2/Makefile | 12478 | ################################################################################
# Edit History
#
# ÎÊÌâµ¥ ÐÞ¸ÄÈË ÈÕÆÚ ÔÒò
################################################################################
#
# Makefile for the linux kernel.
#
# FIXME: For OMAP4 target - the sequence of Ob... | gpl-2.0 |
chusopr/kdepim-ktimetracker-akonadi | kleopatra/conf/smimevalidationconfigurationpage.h | 2240 | /* -*- mode: c++; c-basic-offset:4 -*-
conf/smimevalidationconfigurationpage.h
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2008 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a... | gpl-2.0 |
dkmorb/axoloti | firmware/mutable_instruments/streams/vactrol.h | 4137 | // Copyright 2014 Olivier Gillet.
//
// Author: Olivier Gillet (ol.gillet@gmail.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation th... | gpl-3.0 |
losingle/ccnet | net/common/processors/echo-proc.h | 1115 | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef CCNET_ECHO_PROC_H
#define CCNET_ECHO_PROC_H
#include <glib-object.h>
#include "processor.h"
#define CCNET_TYPE_ECHO_PROC (ccnet_echo_proc_get_type ())
#define CCNET_ECHO_PROC(obj) (G_TYPE_CHECK_IN... | gpl-3.0 |
apnfq/oxid_test | out/azure/src/js/widgets/oxcenterelementonhover.js | 1679 | /**
* This file is part of OXID eShop Community Edition.
*
* OXID eShop Community Edition 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 opt... | gpl-3.0 |
OXIDprojects/oxid-ce-hot-offer | core/oxfb.php | 3426 | <?php
/**
* This file is part of OXID eShop Community Edition.
*
* OXID eShop Community Edition 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-3.0 |
deependhulla/powermail-debian9 | files/rootdir/usr/local/src/groupoffice-6.2/groupoffice-6.2-setup-www/go/vendor/PHPExcel/PHPExcel/Shared/Date.php | 12755 | <?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2013 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later v... | gpl-3.0 |
robertsmieja/Gw2InfoViewer | lib/mockito-1.9.5/javadoc/org/mockito/internal/listeners/package-tree.html | 10363 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_35) on Sat Oct 06 21:59:21 CEST 2012 -->
<TITLE>
org.mockito.internal.listeners Class Hierarchy (Mockito 1.9.5 API)
</TITLE>
<META NAME="date" CONTE... | gpl-3.0 |
Stub-O-Matic-BA/stubo-app | stubo/static/giraffe/js/giraffe.js | 20491 | // Generated by CoffeeScript 1.5.0
var auth, changeDashboard, createGraph, dashboard, dataPoll, default_graphite_url, default_period, description, generateDataURL, generateEventsURL, generateGraphiteTargets, getTargetColor, graphScaffold, graphite_url, graphs, init, metrics, period, refresh, refreshSummary, refreshTime... | gpl-3.0 |
cwalther/Plasma-nobink-test | Sources/Plasma/NucleusLib/pnMessage/plServerReplyMsg.cpp | 2654 | /*==LICENSE==*
CyanWorlds.com Engine - MMOG client, server and tools
Copyright (C) 2011 Cyan Worlds, 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 3 of the License, or
(at you... | gpl-3.0 |
Turasa/libsignal-service-java | service/src/main/java/org/whispersystems/signalservice/api/storage/StorageId.java | 2421 | package org.whispersystems.signalservice.api.storage;
import org.whispersystems.libsignal.util.guava.Preconditions;
import org.whispersystems.signalservice.internal.storage.protos.ManifestRecord;
import java.util.Arrays;
import java.util.Objects;
public class StorageId {
private final int type;
private final ... | gpl-3.0 |
mvo5/snappy | kernel/validate.go | 2124 | // -*- Mode: Go; indent-tabs-mode: t -*-
/*
* Copyright (C) 2020 Canonical Ltd
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope tha... | gpl-3.0 |
mgood7123/UPM | perl-5.26.1/perl5.26.1/lib/5.26.1/unicore/lib/Ccc/BR.pl | 531 | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 9.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existe... | gpl-3.0 |
PatchRanger/mautic | app/bundles/LeadBundle/Views/FormTheme/Filter/_leadlist_filters_entry_widget.html.php | 2233 | <?php
/*
* @copyright 2015 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
$isPrototype = ($form->vars['name'] == '__name__');
$filterType = $form['field']->vars['value'];
$inGroup = $... | gpl-3.0 |
alejandroarturom/frostwire-desktop | src/org/limewire/collection/UnmodifiableIterator.java | 355 | package org.limewire.collection;
import java.util.Iterator;
/**
* A convenience class to aid in developing iterators that cannot be modified.
*/
public abstract class UnmodifiableIterator<E> implements Iterator<E> {
/** Throws UnsupportedOperationException */
public final void remove() {
throw new Unsupp... | gpl-3.0 |
vinutah/apps | tools/llvm/llvm_39/opt/lib/Target/XCore/XCoreISelDAGToDAG.cpp | 10390 | //===-- XCoreISelDAGToDAG.cpp - A dag to dag inst selector for XCore ------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | gpl-3.0 |
arendst/Sonoff-Tasmota | lib/IRremoteESP8266-2.7.8.10/docs/doxygen/html/search/all_1b.html | 1257 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<link rel="stylesheet" type="text/css" href="searc... | gpl-3.0 |
Smiljanic/Esspresso-Code | src/core/lb-boundaries.cpp | 25248 | /*
Copyright (C) 2010,2011,2012,2013,2014 The ESPResSo project
Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010
Max-Planck-Institute for Polymer Research, Theory Group,
This file is part of ESPResSo.
ESPResSo is free software: you can redistribute it and/or modify
it under the terms of th... | gpl-3.0 |