code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<!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"> ...
Mertiozys/thelia.github.io
api/2.0.0-beta2/Thelia/Controller/Admin/ProductController.html
HTML
mit
25,615
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 { ...
blesh/jsbin
public/css/upgrade.css
CSS
mit
17,961
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); }
sk89q/CommandHelper
src/main/java/com/laytonsmith/abstraction/entities/MCEvokerFangs.java
Java
mit
262
# 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 ...
tasselchof/Codeception
docs/01-Introduction.md
Markdown
mit
6,039
<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...
mxrrow/zaicoin
src/deps/boost/doc/html/boost/proto/functional/prior.html
HTML
mit
12,638
<?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...
curry684/symfony
src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php
PHP
mit
17,092
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,...
himanshu0503/admiral
.eslintrc.js
JavaScript
mit
1,174
// // 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...
breezechen/DiscUtils
src/Vmdk/HostedSparseExtentStream.cs
C#
mit
10,139
<?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)', ...
Slamdunk/symfony
src/Symfony/Component/Intl/Resources/data/timezones/su.php
PHP
mit
13,893
// textarea‚̍‚‚³‚ðƒ‰ƒCƒu’²ß‚·‚é 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...
okyada/p2-php
rep2/js/post_form.js
JavaScript
mit
4,984
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...
eriawan/octokit.net
Octokit/Models/Request/IssueCommentRequest.cs
C#
mit
1,391
export * from './filterutils'; export * from './objectutils'; export * from './uniquecomponentid'; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy91dGlscy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWF...
cdnjs/cdnjs
ajax/libs/primeng/10.0.3/esm2015/utils/public_api.js
JavaScript
mit
585
/******************************************************************************* * 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...
dipakmankumbare/idecore
com.salesforce.ide.ui.test/src/com/salesforce/ide/ui/views/log/LogViewTest_unit.java
Java
epl-1.0
1,175
/** * 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 */...
johannrichard/openhab2-addons
addons/binding/org.openhab.binding.satel/src/main/java/org/openhab/binding/satel/internal/command/ControlCommand.java
Java
epl-1.0
2,159
/** * 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 ...
davidfestal/che
selenium/che-selenium-test/src/test/resources/projects/console-cpp-simple/iseven.h
C
epl-1.0
407
/******************************************************************************* * 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...
gorindn/ice
src/org.eclipse.ice.reactor.sfr/src/org/eclipse/ice/reactor/sfr/core/assembly/SFRAssembly.java
Java
epl-1.0
6,609
<?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) { //...
kreynen/civicrm-starterkit-drops-7
profiles/civicrm_starterkit/modules/civicrm/api/v3/examples/GroupNesting/Delete.ex.php
PHP
gpl-2.0
1,670
/* 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...
vliaskov/gst-plugins-bad
ext/kate/gstkatespu.c
C
gpl-2.0
27,514
/** * @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...
mambax7/XoopsCore25
htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/xoopsimagemanager/js/xoopsimagemanager.js
JavaScript
gpl-2.0
16,092
<?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...
cpjobling/proman-d8
proman.swan.ac.uk/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
PHP
gpl-2.0
7,426
#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]); } ...
vyatta/vyatta-strongswan
scripts/oid2der.c
C
gpl-2.0
400
/* 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...
TabTwo/silc-client
lib/silcutil/silclog_i.h
C
gpl-2.0
1,062
{% 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 %}
NickRuiz/wikitrans-pootle
templates/contact_form/contact_form_sent.html
HTML
gpl-2.0
244
<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...
csitarichie/boost_msm_bare_metal
tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/gdb/Altering.html
HTML
gpl-2.0
3,468
<?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...
Teplitsa/bquest.ru
lib/vendor/diem/dmCorePlugin/test/project/lib/filter/doctrine/dmCorePlugin/base/BaseDmSettingFormFilter.class.php
PHP
gpl-2.0
2,784
--炎舞-「開陽」 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....
SalvationDevelopment/Salvation-Scripts-TCG
c33665663.lua
Lua
gpl-2.0
963
/* 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...
itsimbal/gcc.cet
libgfortran/generated/reshape_i4.c
C
gpl-2.0
9,606
/* * 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...
ironhead123/DeathCore_3.3.5
src/server/shared/Database/Field.cpp
C++
gpl-2.0
1,759
<?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...
khuongdang/dongtrungtruongsinh
plugins/installer/jce/jce.php
PHP
gpl-2.0
1,570
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!'); }) ....
mikedanylov/full-stack-dev
NodeJS/week3/rest-server/routes/leaderRouter.js
JavaScript
gpl-2.0
1,220
# 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...
gltn/stdm
stdm/third_party/sqlalchemy/dialects/postgresql/pypostgresql.py
Python
gpl-2.0
2,915
<?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__ ...
songxiafeng/joomla-platform
tests/suites/unit/joomla/language/JLanguageTest.php
PHP
gpl-2.0
26,706
#!/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...
chensuchun/pbuilder
test_testlib.sh
Shell
gpl-2.0
632
<?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...
rbartolomeirb/joomlaatirb
tools/com_irbtools/build/administrator/components/com_irbtools/views/default/view.html.php
PHP
gpl-2.0
663
// 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...
Orphis/ppsspp
Core/SaveState.h
C
gpl-2.0
3,168
<!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=...
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
HTML
gpl-2.0
3,580
// $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...
xIchigox/ArkCORE-NG
dep/acelite/ace/Dynamic_Service_Dependency.cpp
C++
gpl-2.0
1,326
<?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...
nhatnhatnet/nukecms
modules/news/language/block.global.block_news_cat_fr.php
PHP
gpl-2.0
1,084
/* * 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...
jhbsz/LC4
package/atheros_ssdk/src/board/db12x/ethernet/athrs_mac.c
C
gpl-2.0
64,735
/* * 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. * ^^^^^^^^^^^^^^^^^^^^^...
fyu1/test
drivers/scsi/scsi_debug.c
C
gpl-2.0
160,139
/* * 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...
ziozzang/rhel6-kernel-src
drivers/video/offb.c
C
gpl-2.0
19,780
#!/bin/sh TEST_SCRIPT=./VMake/executableTester.sh until test -r ${TEST_SCRIPT} ; do TEST_SCRIPT=../${TEST_SCRIPT} done . ${TEST_SCRIPT} runAndHandleSystemTest "testComponentMetadata " "$0" "$@"
bmi-forum/bmi-pyre
StGermain/Base/Automation/tests/testComponentMetadata.0of1.sh
Shell
gpl-2.0
204
/* 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...
aosm/gcc3
libjava/java/lang/Number.java
Java
gpl-2.0
3,524
/* * 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...
nandra/omap_850_kernel
fs/file.c
C
gpl-2.0
6,468
/* * 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. *...
coolstar/coreboot
src/drivers/pc80/vga/vga_font_8x16.c
C
gpl-2.0
101,417
<?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...
mmuir-ca/tracmor
includes/data_meta_controls/AssetModelCustomFieldHelperMetaControl.class.php
PHP
gpl-2.0
1,030
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...
meghraj143/WebsiteRaj
css/bootstrap.css
CSS
gpl-2.0
137,232
<?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...
ragnerok/phpmyadmin
tbl_operations.php
PHP
gpl-2.0
15,012
/* * 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...
tectronics/force-distribution-analysis.gromacs-4-5-3
src/gmxlib/nonbonded/nb_kernel_f77_single/nb_kernel212_f77_single.h
C
gpl-2.0
4,694
<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="...
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
HTML
gpl-2.0
4,563
<?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...
fleeboy/tatt2tatt
core/modules/config_translation/tests/src/ConfigMapperManagerTest.php
PHP
gpl-2.0
6,236
/************************************************************************ * 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 ...
mcmenaminadrian/Linux-devel
drivers/net/ethernet/neterion/s2io.c
C
gpl-2.0
246,436
#!/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 #...
rjschwei/kiwi
doc/examples/suse-13.1/suse-vm-guest/config.sh
Shell
gpl-2.0
1,327
/* * 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...
victoredwardocallaghan/m5a99fx
src/cpu/samsung/exynos5420/dp_lowlevel.c
C
gpl-2.0
27,524
# use pkg-config for getting CFLAGS and LDLIBS FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ libswresample \ ...
metalex10/PPSSPP-X360
ffmpeg/doc/examples/Makefile
Makefile
gpl-2.0
1,354
/* * 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. * * ...
Scorpio92/android_kernel_c8690
drivers/media/video/samsung/mali/common/mali_kernel_utilization.c
C
gpl-2.0
5,983
//===--- 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. // //===-----------------------------------------------------...
rutgers-apl/Atomicity-Violation-Detector
tdebug-llvm/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
C++
gpl-2.0
7,830
<?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_...
billmagee/bottomline
sites/all/themes/corp/templates/page.tpl.php
PHP
gpl-2.0
6,771
/** * \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...
bpiwowar/lyx
src/Author.cpp
C++
gpl-2.0
3,160
/* 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...
carlobar/uclinux_leon3_UD
user/dhcp-isc/common/icmp.c
C
gpl-2.0
5,553
//@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 ...
hackathon-3d/team-gryffindor-repo
www/touch/src/core/Ext-more.js
JavaScript
gpl-2.0
50,756
/* * 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...
gazoo74/linux
crypto/testmgr.c
C
gpl-2.0
128,184
/* * 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...
SeanGo/kernel2.6
drivers/macintosh/windfarm_core.c
C
gpl-2.0
11,175
/* * 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...
yourealwaysbe/viking
src/vikmapslayer.h
C
gpl-2.0
3,020
#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...
hetter/NPLRuntime
Client/trunk/ParaEngineClient/renderer/ParaVertexBuffer.h
C
gpl-2.0
3,023
/* 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 ...
lajus/customr
src/extra/tre/tre-compile.h
C
gpl-2.0
662
/* 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...
epicsdeb/rtems-gdb
gdb/sparc-tdep.h
C
gpl-2.0
6,236
/* 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...
wyuka/calligra
plugins/musicshape/dialogs/PartsWidget.h
C
gpl-2.0
1,591
/* * 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. * * ...
yuvalt/xbmc
xbmc/video/windows/GUIWindowFullScreen.cpp
C++
gpl-2.0
19,632
#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...
kkvskkkk/NPLRuntime
Client/trunk/ParaEngineClient/jabber/ParaRingBuffer.h
C
gpl-2.0
8,867
/* * 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...
hamzasheikh/Seagull
seagull/trunk/src/generator-model/C_ProtocolControl.cpp
C++
gpl-2.0
14,839
--儀式魔人プレサイダー 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)...
SalvationDevelopment/Salvation-Scripts-TCG
c34358408.lua
Lua
gpl-2.0
1,255
// // 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...
palomagc/MovieChatter
src/icaro/infraestructura/entidadesBasicas/descEntidadesOrganizacion/jaxb/ObjectFactory.java
Java
gpl-2.0
6,481
/* 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...
Chilledheart/glibc
sysdeps/nacl/rmdir.c
C
gpl-2.0
1,036
/* * 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...
NamelessRom/android_kernel_samsung_latona
drivers/usb/host/ehci-hub.c
C
gpl-2.0
37,701
#include "f2c.h" #undef abs #include <math.h> double r_tan (real * x) { return (tan (*x)); }
unofficial-opensource-apple/gccfast
libf2c/libF77/r_tan.c
C
gpl-2.0
96
/* 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...
iamrekcah/cyclone
tests/compress/ppm-old/arithcode.h
C
gpl-2.0
962
<?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...
TheThumbsupguy/Ross-Upholstery-Inc
wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php
PHP
gpl-2.0
440
/* { 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...
Gurgel100/gcc
gcc/testsuite/gcc.dg/stack-usage-1.c
C
gpl-2.0
3,351
// 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...
duongtung4691/javacpp.presets
opencv/src/main/java/com/googlecode/javacpp/opencv_highgui.java
Java
gpl-2.0
75,386
{-# 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...
janschulz/pandoc
tests/Tests/Arbitrary.hs
Haskell
gpl-2.0
8,350
<?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...
hook42/towel
modules/contrib/admin_toolbar/admin_toolbar_tools/src/Controller/ToolbarController.php
PHP
gpl-2.0
4,942
################################################################################ # Edit History # # ÎÊÌâµ¥ ÐÞ¸ÄÈË ÈÕÆÚ Ô­Òò ################################################################################ # # Makefile for the linux kernel. # # FIXME: For OMAP4 target - the sequence of Ob...
ShevT/android_kernel_d1_p1
arch/arm/mach-omap2/Makefile
Makefile
gpl-2.0
12,478
/* -*- 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...
chusopr/kdepim-ktimetracker-akonadi
kleopatra/conf/smimevalidationconfigurationpage.h
C
gpl-2.0
2,240
// 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...
dkmorb/axoloti
firmware/mutable_instruments/streams/vactrol.h
C
gpl-3.0
4,137
/* -*- 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...
losingle/ccnet
net/common/processors/echo-proc.h
C
gpl-3.0
1,115
/** * 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...
apnfq/oxid_test
out/azure/src/js/widgets/oxcenterelementonhover.js
JavaScript
gpl-3.0
1,679
<?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...
OXIDprojects/oxid-ce-hot-offer
core/oxfb.php
PHP
gpl-3.0
3,426
<?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...
deependhulla/powermail-debian9
files/rootdir/usr/local/src/groupoffice-6.2/groupoffice-6.2-setup-www/go/vendor/PHPExcel/PHPExcel/Shared/Date.php
PHP
gpl-3.0
12,755
<!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...
robertsmieja/Gw2InfoViewer
lib/mockito-1.9.5/javadoc/org/mockito/internal/listeners/package-tree.html
HTML
gpl-3.0
10,363
// 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...
Stub-O-Matic-BA/stubo-app
stubo/static/giraffe/js/giraffe.js
JavaScript
gpl-3.0
20,491
/*==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...
cwalther/Plasma-nobink-test
Sources/Plasma/NucleusLib/pnMessage/plServerReplyMsg.cpp
C++
gpl-3.0
2,654
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 ...
Turasa/libsignal-service-java
service/src/main/java/org/whispersystems/signalservice/api/storage/StorageId.java
Java
gpl-3.0
2,421
// -*- 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...
mvo5/snappy
kernel/validate.go
GO
gpl-3.0
2,124
# !!!!!!! 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...
mgood7123/UPM
perl-5.26.1/perl5.26.1/lib/5.26.1/unicore/lib/Ccc/BR.pl
Perl
gpl-3.0
531
<?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 = $...
PatchRanger/mautic
app/bundles/LeadBundle/Views/FormTheme/Filter/_leadlist_filters_entry_widget.html.php
PHP
gpl-3.0
2,233
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...
alejandroarturom/frostwire-desktop
src/org/limewire/collection/UnmodifiableIterator.java
Java
gpl-3.0
355
//===-- 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. // //===-------------------------------------------------------...
vinutah/apps
tools/llvm/llvm_39/opt/lib/Target/XCore/XCoreISelDAGToDAG.cpp
C++
gpl-3.0
10,390
<!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...
arendst/Sonoff-Tasmota
lib/IRremoteESP8266-2.7.8.10/docs/doxygen/html/search/all_1b.html
HTML
gpl-3.0
1,257
/* 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...
Smiljanic/Esspresso-Code
src/core/lb-boundaries.cpp
C++
gpl-3.0
25,248