code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
<!DOCTYPE html> <html> <style> div { border-color: green; border-style: solid; border-width: 3px 10px; } </style> <div>This text should have top and bottom borders of 3px and left and right borders of 10px</div> </html>
lordmos/blink
LayoutTests/fast/css/variables/calc-expected.html
HTML
mit
232
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <link href="lib/mocha.css" rel="stylesheet" /> </head> <body> <div id="mocha"></div> <script src="http://localhost:8889/socket.io/socket.io.js"></script> <script src="lib/mocha.js"></script> <scrip...
klorenz/tcp-socket
test/integration/ws/integration.html
HTML
mit
395
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18408 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
aliahmedgroupdocs/GroupDocs.Viewer-for-.NET
Plugins/GroupDocs_Viewer_VSPlugin/GroupDocs.Viewer.VisualStudioPlugin/GroupDocsVisualStudioPlugin/Properties/Settings.Designer.cs
C#
mit
1,090
using System.Drawing; namespace JR.DevFw.Framework.Graphic { /// <summary> /// 绘图处理 /// </summary> /// <param name="img"></param> public delegate void ImageGraphicsHandler(Image img); }
jrsix/devfw
src/core/J6.DevFw.Core/Framework/Graphic/ImageGraphicsHandler.cs
C#
mit
217
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Cl...
mmitche/xunit-performance
samples/ClassLibrary.net46/Properties/AssemblyInfo.cs
C#
mit
1,412
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
shahabhijeet/azure-sdk-for-net
src/SDKs/SqlManagement/Management.Sql/Generated/SyncGroupsOperations.cs
C#
mit
150,170
using System; using Xunit; namespace HealthMonitoring.AcceptanceTests.Helpers { static class CustomAssertions { public static void EqualNotStrict(string first, string second) { bool equal = string.Equals(first, second, StringComparison.CurrentCultureIgnoreCase); Assert....
wongatech/HealthMonitoring
HealthMonitoring.AcceptanceTests/Helpers/CusomAssertions.cs
C#
mit
377
export default class ModelAccessor { constructor() { this.value = 10 } get highCount() { return this.value + 100 } set highCount(v) { this.value = v - 100 } get doubleHigh() { return this.highCount * 2 } incr() { this.value++ } }
nekronos/fuselibs-public
Source/Fuse.Models/Tests/UX/Accessor.js
JavaScript
mit
255
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Prefa...
djsedulous/namecoind
libs/db-4.7.25.NC/docs/porting/preface.html
HTML
mit
8,808
// // UIBarItem+CASAdditions.h // // // Created by Jonas Budelmann on 5/11/13. // // #import <UIKit/UIKit.h> #import "CASStyleableItem.h" @interface UIBarItem (CASAdditions) <CASStyleableItem> + (void)bootstrapClassy; @property (nonatomic, weak, readwrite) id<CASStyleableItem> cas_parent; @end
sudeepsidhu/Classy
Classy/Additions/UIBarItem+CASAdditions.h
C
mit
302
<?php namespace Oro\Bundle\UIBundle\Tests\Unit\Twig; use Symfony\Component\HttpFoundation\Request; use Oro\Bundle\UIBundle\Twig\UrlExtension; class UrlExtensionTest extends \PHPUnit_Framework_TestCase { /** * @var UrlExtension */ protected $extension; protected function setUp() { ...
northdakota/platform
src/Oro/Bundle/UIBundle/Tests/Unit/Twig/UrlExtensionTest.php
PHP
mit
3,786
// // REComposeViewController.h // REComposeViewController // // Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) // // 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...
voyage11/SLComposeViewControllerWithBlackKeyboard
REComposeViewController/REComposeViewController.h
C
mit
3,051
require 'spec_helper' describe "Callback on Notice" do describe "email notifications (configured individually for each app)" do custom_thresholds = [2, 4, 8, 16, 32, 64] before do Errbit::Config.per_app_email_at_notices = true @app = Fabricate(:app_with_watcher, :email_at_notices => custom_thres...
denyago/errbit
spec/observers/notice_observer_spec.rb
Ruby
mit
5,895
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>BoostBook element using-class</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" ti...
mxrrow/zaicoin
src/deps/boost/doc/html/boostbook/dtd/using-class.html
HTML
mit
4,014
namespace AngleSharp.Dom { using AngleSharp.Attributes; using System; /// <summary> /// The Range interface represents a fragment of a document that can /// contain nodes and parts of text nodes in a given document. /// </summary> [DomName("Range")] public interface IRange { ...
FlorianRappl/AngleSharp
src/AngleSharp/Interfaces/IRange.cs
C#
mit
7,415
.PHONY: test test: pep8 clean @coverage report @nosetests mining/test @$(which gulp.js) .PHONY: tox-test tox-test: environment @tox .PHONY: environment environment: @pip install -r requirements_dev.txt @pip install -r requirements.txt @pip install numexpr==2.3 @python setup.py develop @npm install gulp gulp-...
AndrzejR/mining
Makefile
Makefile
mit
723
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; using Azure.Core; namespace Azure.ResourceManager.Network.Models { /// <summary> Subnet in a virtual network resource. </summary> public pa...
ayeletshpigelman/azure-sdk-for-net
sdk/network/Azure.ResourceManager.Network/src/Generated/Models/Subnet.cs
C#
mit
8,639
// // MMApiObject.h // Api对象,包含所有接口和对象数据定义 // // Created by Wechat on 12-2-28. // Copyright (c) 2012年 Tencent. All rights reserved. // #import <Foundation/Foundation.h> /*! @brief 错误码 * */ enum WXErrCode { WXSuccess = 0, /**< 成功 */ WXErrCodeCommon = -1, /**< 普通错误类型 */ WXErr...
turingou/cordova-wechat
src/ios/lib/1.5/WXApiObject.h
C
mit
17,403
import { argv } from 'yargs'; import * as CONFIG from '../../config'; /** * Returns the project configuration (consisting of the base configuration provided by seed.config.ts and the additional * project specific overrides as defined in project.config.ts) */ export function templateLocals() { const configEnvName ...
nlopezcenteno/angular2-seed
tools/utils/seed/template_locals.ts
TypeScript
mit
618
import { Template } from 'meteor/templating'; Template.messageAction.helpers({ isButton() { return this.type === 'button'; }, areButtonsHorizontal() { return Template.parentData(1).button_alignment === 'horizontal'; }, jsActionButtonClassname(processingType) { return `js-actionButton-${ processingType || 's...
4thParty/Rocket.Chat
app/message-action/client/messageAction.js
JavaScript
mit
344
<?php namespace Illuminate\Tests\Database; use Illuminate\Database\Connection; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Grammars\MySqlGrammar; use Illuminate\Database\Schema\Grammars\PostgresGrammar; use Illuminate\Database\Schema\Grammars\SQLiteGrammar; use Illuminate\Database\Schema\...
ChristopheB/framework
tests/Database/DatabaseSchemaBlueprintTest.php
PHP
mit
7,610
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable enable using System; using System.Collections.Generic; using System.Composition; using System.Linq; usin...
jmarolf/roslyn
src/VisualStudio/Core/Def/Implementation/ProjectSystem/AnalyzerConfigDocumentAsSolutionItemHandler.cs
C#
mit
6,406
import fs from 'fs'; import url from 'url'; import path from 'path'; import mime from 'mime-types'; import gulp from 'gulp'; import createServerTask from './tasks/server'; import consoleArguments from './console-arguments'; import { adminBundle } from './admin-bundle.tasks'; import { dashboardBundle } from './dashboard...
Kunstmaan/KunstmaanBundlesCMS
groundcontrol/start-local.task.js
JavaScript
mit
3,206
'use strict'; describe('Service: Initiatives', function () { // instantiate service var Initiatives, Timeout, cfg, $httpBackend, $rootScope, tPromise; // load the service's module beforeEach(module('sumaAnalysis')); beforeEach(inject(function (_$rootScope_, _$httpBackend_, _in...
cazzerson/Suma
analysis/test/js/spec/services/initiatives.js
JavaScript
mit
2,143
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Sylius\Component\Core\Model; use Sylius\Component\Promotion\Model...
venyii/Sylius
src/Sylius/Component/Core/Model/PromotionCouponInterface.php
PHP
mit
594
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
arunetm/ChakraCore_0114
lib/common/Banned.h
C
mit
3,962
<?php define('IN_ECS', true); /* 鎶ュ憡鎵€鏈夐敊璇 */ ini_set('display_errors', 1); error_reporting(E_ALL ^ E_NOTICE); /* 娓呴櫎鎵€鏈夊拰鏂囦欢鎿嶄綔鐩稿叧鐨勭姸鎬佷俊鎭 */ clearstatcache(); /* 瀹氫箟绔欑偣鏍 */ define('ROOT_PATH', str_replace('demo/includes/init.php', '', str_replace('\\', '/', __FILE__))); require(ROOT_PATH . 'includes/lib_common.p...
kitboy/docker-shop
html/ecshop3/ecshop/demo/includes/init.php
PHP
mit
2,764
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /* Tabulator v4.0.2 (c) Oliver Folkerd */ var Ht...
joeyparrish/cdnjs
ajax/libs/tabulator/4.0.2/js/modules/html_table_import.js
JavaScript
mit
4,916
<?php /* * This file is part of Rocketeer * * (c) Maxime Fabre <ehtnam6@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Rocketeer\Binaries\PackageManagers; use Rocketeer\Abstracts\AbstractPackageManager; cla...
sbwdlihao/rocketeer
src/Rocketeer/Binaries/PackageManagers/Bundler.php
PHP
mit
695
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
arunetm/ChakraCore_0114
test/Array/array_init.js
JavaScript
mit
1,438
/* * Copyright 2009 The Closure Library Authors. All Rights Reserved. * * Use of this source code is governed by the Apache License, Version 2.0. * See the COPYING file for details. */ /* * Styling for flat buttons created by goog.ui.FlatButtonRenderer. * * @author brianp@google.com (Brian Peterson) ...
dmincu/IOC
new_php/closure-library/closure/goog/css/flatbutton.css
CSS
mit
1,350
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_datagram_socket::send</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="../../../boost_asio...
mxrrow/zaicoin
src/deps/boost/doc/html/boost_asio/reference/basic_datagram_socket/send.html
HTML
mit
6,402
/* Syntax error: Undefined variable: "$teal". on line 124 of C:/projects/admin/documentation/sass/bootstrap/_progress-bars.scss, in `gradient-vertical' from line 124 of C:/projects/admin/documentation/sass/bootstrap/_progress-bars.scss from line 57 of C:/projects/admin/documentation/sass/bootstr...
iraasta/iraasta.github.io
lightbluetemplate/documentation/css/bootstrap/bootstrap.css
CSS
mit
7,900
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 364.8 140.7" style="enable-background:new 0 0...
khalidabuhakmeh/stuntman
docs/_includes/svg/stuntman-text-white.html
HTML
mit
4,063
<?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\Component\Debug\Tests\FatalErrorHandler; use Symfony\Component\...
vith/symfony
src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
PHP
mit
7,910
/***************************************************************************/ /* */ /* ftrfork.h */ /* */ /* ...
yapingxin/saturn-gui-lib-workshop
Workshop/BestPractice/FreeTypePractice/FT_gl_M1/freetype/include/freetype/internal/ftrfork.h
C
mit
15,151
/* * Copyright (c) 2011-2014 Apple Inc. All rights reserved. * * @APPLE_APACHE_LICENSE_HEADER_START@ * * 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/lic...
e-t-h-a-n/esdarwin
macos-10124/esdarwin-destroot-b1/System/Library/Frameworks/Kernel.framework/Versions/A/PrivateHeaders/os/object.h
C
mit
5,646
require 'chunky_png' require 'fileutils' #COLOR_TRUE = ChunkyPNG::Color::rgba(224, 255, 255, 96) # for kunijiban COLOR_TRUE = ChunkyPNG::Color::rgba(255, 255, 255, 0) # for ort COLOR_FALSE = ChunkyPNG::Color::rgba(0, 0, 0, 128) def _new_image return ChunkyPNG::Image.new(256, 256, COLOR_FALSE) end def write(image, z...
hfu/octpng-bin
reduce.rb
Ruby
cc0-1.0
916
########################################################### # # Copyright (c) 2014, Southpaw Technology # All Rights Reserved # # PROPRIETARY INFORMATION. This software is proprietary to # Southpaw Technology, and is not to be reproduced, transmitted, # or disclosed in any way without written permi...
CeltonMcGrath/TACTIC
src/tactic/ui/widget/scrollbar_wdg.py
Python
epl-1.0
4,809
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * 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 ...
Ori-Libhaber/che-core
ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/actions/SaveAllAction.java
Java
epl-1.0
3,624
$_L(["$wt.widgets.Layout"],"$wt.layout.FillLayout",["$wt.graphics.Point","$wt.layout.FillData"],function(){ c$=$_C(function(){ this.type=256; this.marginWidth=0; this.marginHeight=0; this.spacing=0; $_Z(this,arguments); },$wt.layout,"FillLayout",$wt.widgets.Layout); $_K(c$, function(){ $_R(this,$wt.layout.Fi...
01org/mayloon-portingtool
sources/net.sf.j2s.lib/j2slib/org/eclipse/swt/layout/FillLayout.js
JavaScript
epl-1.0
4,054
/* * Created on May 13, 2003 *======================================================================== * Modifications history *======================================================================== * $Log: PredicateWordRule.java,v $ * Revision 1.2 2003/05/30 20:53:09 agfitzp * 0.0.2 : Outlining is now done ...
royleexhFake/mayloon-portingtool
net.sourceforge.jseditor/src-jseditor/net/sourceforge/jseditor/editors/PredicateWordRule.java
Java
epl-1.0
3,101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>About EclipseLink 2.6</title> </head> <body lang="EN-US"> <h1>EclipseLink ...
RallySoftware/eclipselink.runtime
buildsystem/org.eclipse.persistence.parent/resource/about.html
HTML
epl-1.0
11,359
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * 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 ...
aljiru/che-core
platform-api/che-core-api-core/src/test/java/org/eclipse/che/api/core/util/ProcessUtilTest.java
Java
epl-1.0
3,462
/** * Copyright (c) 2005-2012 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package com.python.pydev.refact...
rgom/Pydev
plugins/com.python.pydev.refactoring/src/com/python/pydev/refactoring/wizards/rename/visitors/FindCallVisitor.java
Java
epl-1.0
2,648
package com.intel.ide.eclipse.mpt.classpath; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Properties; import com.intel.ide.eclipse.mpt.launching.J2SCyclicProjectUtils; public class ContactedClasses extends...
royleexhFake/mayloon-portingtool
com.intel.ide.eclipse.mpt/src/com/intel/ide/eclipse/mpt/classpath/ContactedClasses.java
Java
epl-1.0
4,878
/**************************************************************************** ** ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. ** ** This file is part of the qmake spec of the Qt Toolkit. ** ** This file may be used under the terms of the GNU General Public ** License versions 2.0 or 3.0 as published b...
muromec/qtopia-ezx
qtopiacore/qt/mkspecs/linux-icc/qplatformdefs.h
C
gpl-2.0
2,177
/* * * arch/arm/mach-u300/core.c * * * Copyright (C) 2007-2010 ST-Ericsson SA * License terms: GNU General Public License (GPL) version 2 * Core platform support, IRQ handling and device definitions. * Author: Linus Walleij <linus.walleij@stericsson.com> */ #include <linux/kernel.h> #include <linux/init.h> #in...
arnet95/linux
arch/arm/mach-u300/core.c
C
gpl-2.0
55,389
/* * pcic.c: MicroSPARC-IIep PCI controller support * * Copyright (C) 1998 V. Roganov and G. Raiko * * Code is derived from Ultra/PCI PSYCHO controller support, see that * for author info. * * Support for diverse IIep based platforms by Pete Zaitcev. * CP-1200 by Eric Brower. */ #include <linux/config.h> #in...
zrafa/linuxkernel
linux-2.6.17.new/arch/sparc/kernel/pcic.c
C
gpl-2.0
27,310
var path = require("path"); module.exports = { entry: "./public/App.js", output: { filename: "bundle.js", path: path.resolve(__dirname, "public") } };
generalelectrix/wiggles
view/webpack.config.js
JavaScript
gpl-2.0
179
ˆ§ßU<?php exit; ?>a:1:{s:7:"content";a:0:{}}
nilmadhab/webtutplus
wp-content/cache/object/000000/e36/eb4/e36eb471ab990b405292d7034395335a.php
PHP
gpl-2.0
44
/* Dia -- an diagram creation/manipulation program * Copyright (C) 1998 Alexander Larsson * * 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 o...
montsuqi/monpe
objects/UML/realizes.c
C
gpl-2.0
13,321
/* * IEEE 802.15.4 dgram socket interface * * Copyright 2007, 2008 Siemens AG * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * This program is distributed in the hope tha...
kendling/android_kernel_google_dragon
net/ieee802154/dgram.c
C
gpl-2.0
11,497
/* Copyright (C) 1996, 1997, 1998 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 Foundation; either version 2.1 ...
nslu2/glibc
sysdeps/mach/hurd/mips/sigreturn.c
C
gpl-2.0
6,737
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div class="wf-container wf-clearfix"> * * @package presscore * @since presscore 0.1 */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } ?><!DOCTYPE html> <!--[if IE 6]> <html id="ie6" class="ancie...
wiljenum/wordpress-jo
wp-content/themes/dt-the7/header.php
PHP
gpl-2.0
2,604
/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 1997-2008 Morgan Stanley All rights reserved. // See .../src/LICENSE for terms of distribution // // /////////////////////////////////////////////////////////////////////////////// #include <MSGUI/MSRadioBox.H> MSRadi...
rdm/aplus-fsf
src/MSGUI/MSRadioBox.C
C++
gpl-2.0
1,875
<?php /** * @package Joomla.Platform * @subpackage Twitter * * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die(); /** * Twitter API Search class for the Jooml...
waveywhite/joomla-cms
libraries/joomla/twitter/search.php
PHP
gpl-2.0
5,627
$(document).ready(function(){ // removing some column headers when there is at least one product if ( $('#lines tbody tr.product').length > 0 ) { $('#lines').addClass('with-product'); $('body').addClass('with-product'); } if ( $('#lines tbody tr.ticket').length > 0 ) { $('#lines').addClass('with...
Fabrice-li/e-venement
web/js/print-tickets.js
JavaScript
gpl-2.0
803
#ifndef _LINUX_PTRACE_H #define _LINUX_PTRACE_H /* ptrace.h */ /* structs and defines to help the user use the ptrace system call. */ /* has the defines to get at the registers. */ #define PTRACE_TRACEME 0 #define PTRACE_PEEKTEXT 1 #define PTRACE_PEEKDATA 2 #define PTRACE_PEEKUSR 3 #define PTRACE_POKE...
binhqnguyen/lena
nsc/linux-2.6/include/linux/ptrace.h
C
gpl-2.0
4,045
<?php /** * Class SlideshowPluginSlideInserter * * TODO This class will probably need to be renamed to SlideshowPluginSlideHandler to explain more functionality * TODO than just inserting slides. * * @since 2.0.0 * @author Stefan Boonstra */ class SlideshowPluginSlideInserter { /** @var bool $local...
tzitziras/aluminet.gr
wp-content/plugins/slideshow-jquery-image-gallery/classes/SlideshowPluginSlideInserter.php
PHP
gpl-2.0
8,493
/* * Copyright (C) 2014 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
Debian/openjfx
modules/web/src/main/native/Tools/jsc-cli/jsc-cli/RunLoopThread.h
C
gpl-2.0
1,651
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ** ** Copyright (C), 2003, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street, Melbourne, 3053, Australia. ** ** Authors: ** Stevan M. Quenette, Senior Software ...
bmi-forum/bmi-pyre
StGermain/Base/Container/src/IndexMap.c
C
gpl-2.0
7,534
/* Copyright (c) 2012-2014, 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...
OnePlusOSS/android_kernel_oneplus_msm8994
sound/soc/codecs/wcd9xxx-mbhc.c
C
gpl-2.0
172,567
<!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>XED2: XED2 User Guide - Tue Nov 22 12:27:53 2011 </title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="tex...
jzeng4/top
xed2/xed2-intel64/doc/html/xed-operand-values-interface_8h-source.html
HTML
gpl-2.0
57,269
<?php /** * @file * Contains \Drupal\migrate_drupal\Tests\d6\MigrateFieldWidgetSettingsTest. */ namespace Drupal\migrate_drupal\Tests\d6; use Drupal\migrate\MigrateExecutable; use Drupal\migrate_drupal\Tests\MigrateDrupalTestBase; /** * Migrate field widget settings. * * @group migrate_drupal */ class Migrat...
webflo/d8-core
modules/migrate_drupal/src/Tests/d6/MigrateFieldWidgetSettingsTest.php
PHP
gpl-2.0
5,460
/* * Copyright (C) 2014 The Android Open Source Project * Copyright (c) 2000, 2008, 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 Publi...
AdmireTheDistance/android_libcore
ojluni/src/main/java/java/nio/HeapLongBuffer.java
Java
gpl-2.0
6,185
<? include('catalog.php'); $out = array(); foreach ($catalog as $row){ $hex = ''; foreach ($row['unicode'] as $cp) $hex .= sprintf('%x', $cp); $html = "<span class=\"emoji emoji$hex\"></span>"; $out[] = array( 'name' => $row['char_name']['title'], 'unified' => $row['unicode'], 'docomo' => $...
kirvin/journeyof1000li
wp-content/plugins/twitter-tracker/emoji/data/build_table.php
PHP
gpl-2.0
2,108
<?php /** * @file * Contains the UCXF_Field class. */ /** * Base class for a Extra Fields Pane field */ class UCXF_Field { // ----------------------------------------------------------------------------- // CONSTANTS // ----------------------------------------------------------------------------- // Fiel...
alexey-kuznetsov/teploexpert
sites/all/modules/uc_extra_fields_pane/class/UCXF_Field.class.php
PHP
gpl-2.0
26,576
/* Copyright (C) 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell <philb@gnu.org>, 1999. 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 Fre...
ysleu/RTL8685
uClinux-dist/uClibc-0.9.15/libpthread/linuxthreads/sysdeps/arm/sigcontextinfo.h
C
gpl-2.0
1,586
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.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. * *...
lemenkov/u-boot-oxnas
arch/arm/include/asm/arch-omap4/sys_proto.h
C
gpl-2.0
1,106
/* * Renesas USB DMA Controller Driver * * Copyright (C) 2015 Renesas Electronics Corporation * * based on rcar-dmac.c * Copyright (C) 2014 Renesas Electronics Inc. * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * * This is free software; you can redistribute it and/or modify * it under the te...
kmihelich/linux-espressobin
drivers/dma/sh/usb-dmac.c
C
gpl-2.0
23,668
<?php /** * Solr Authority aspect of the Search Multi-class (Results) * * PHP version 5 * * Copyright (C) Villanova University 2011. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Fou...
ebsco/vufind
module/VuFind/src/VuFind/Search/SolrAuth/Results.php
PHP
gpl-2.0
1,686
#!/usr/bin/env python from runtest import TestBase class TestCase(TestBase): def __init__(self): TestBase.__init__(self, 'abc', """ # DURATION TID FUNCTION 62.202 us [28141] | __cxa_atexit(); [28141] | main() { [28141] | a() { [28141] | b() { ...
namhyung/uftrace
tests/t001_basic.py
Python
gpl-2.0
530
/* * 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 ...
manjeetk09/GoogleScrapper
opennlp/tools/doccat/DocumentCategorizerContextGenerator.java
Java
gpl-2.0
1,622
using System; using System.Collections; namespace FSpot { public class DirectoryAdaptor : GroupAdaptor { System.Collections.DictionaryEntry [] dirs; // FIXME store the Photo.Id list here not just the count private class Group : IComparer { public int Count = 1; public int Compare (object obj1, object ob...
Hibary/facedetect-f-spot
src/DirectoryAdaptor.cs
C#
gpl-2.0
2,996
<?php class AIOWPSecurity_General_Init_Tasks { function __construct(){ global $aio_wp_security; if ($aio_wp_security->configs->get_value('aiowps_enable_rename_login_page') == '1') { add_action( 'widgets_init', array(&$this, 'remove_standard_wp_meta_widget' )); ...
toyo213/go-ride-news
wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php
PHP
gpl-2.0
19,886
--木遁封印式 function c1802450.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetTarget(c1802450.target1) e1:SetOperation(c1802450.operation) c:RegisterEffect(e1) --remove local e2=Effect.CreateEffec...
SalvationDevelopment/Salvation-Scripts-TCG
c1802450.lua
Lua
gpl-2.0
2,685
/* * Copyright (c) 1997, 2018, 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 ...
JetBrains/jdk8u_jdk
src/share/classes/javax/crypto/CipherOutputStream.java
Java
gpl-2.0
8,241
/* Copyright (c) 2011-2012, Code Aurora Forum. 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 ho...
animania260/android_ani-kernel_galaxy_reverb
arch/arm/mach-msm/board-8930.c
C
gpl-2.0
57,343
/* GStreamer * Copyright (C) 2011 Andoni Morales Alastruey <ylatuya@gmail.com> * * gsturidownloader.h: * * 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...
cee1/gst-plugins-bad
gst-libs/gst/uridownloader/gsturidownloader.h
C
gpl-2.0
2,647
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example96-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0-rc.2/angular.min.js"></script> </head> <body ng-app=""> <script type="text/ng-template" id="/tpl.html"> Content of the te...
yufieko/rescomm-mis
public/plugins/angular/docs/examples/example-example96/index-production.html
HTML
gpl-2.0
488
/* * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, please read the * LICENSE.txt file ...
maddy2101/TYPO3.CMS
Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/Environment/EnvironmentCheck.ts
TypeScript
gpl-2.0
3,768
<?php /* HLstatsX Community Edition - Real-time player and clan rankings and statistics Copyleft (L) 2008-20XX Nicholas Hastings (nshastings@gmail.com) http://www.hlxcommunity.com HLstatsX Community Edition is a continuation of ELstatsNEO - Real-time player and clan rankings and statistics Copyleft (L) 2008-2...
rcguy/insurgency-hlstatsx
web/pages/playerinfo_teams.php
PHP
gpl-2.0
7,693
/* * Copyright (C) 2002-2011 The DOSBox Team * * 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 p...
tramboi/veilbox
src/fpu/fpu_instructions.h
C
gpl-2.0
14,473
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # Copyright 2002 Ben Escoto <ben@emerose.org> # Copyright 2007 Kenneth Loafman <kenneth@loafman.com> # # This file is part of duplicity. # # Duplicity is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License...
AZed/duplicity
testing/tests/tempdirtest.py
Python
gpl-2.0
1,458
/* * * Marvell Orion Alsa SOC Sound driver * * Author: Yuval Elmaliah * Author: Ethan Ku * Copyright (C) 2008 Marvell Ltd. * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation...
Globalscale/D3-Linux
arch/arm/plat-orion/mv_hal_drivers/mv_drivers_lsp/mv_audio_soc/mv88fx-rt5623.c
C
gpl-2.0
8,127
// Copyright 2013 Dolphin Emulator Project // Licensed under GPLv2 // Refer to the license.txt file included. #pragma once #include <wx/bitmap.h> #include <wx/defs.h> #include <wx/event.h> #include <wx/gdicmn.h> #include <wx/panel.h> #include <wx/string.h> #include <wx/translation.h> #include <wx/windowid.h> #includ...
dragonbane0/dolphin
Source/Core/DolphinWX/Debugger/CodeWindow.h
C
gpl-2.0
3,573
/* bnx2x_cmn.c: QLogic Everest network driver. * * Copyright (c) 2007-2013 Broadcom Corporation * Copyright (c) 2014 QLogic Corporation * 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...
devmapal/linux
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
C
gpl-2.0
138,415
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +---------------------...
jnapoleone/twig
sites/all/modules/civicrm/extern/rest.php
PHP
gpl-2.0
2,028
// Auto-generated with: android/scripts/gen-entries.py --mode=wrapper audio/wrappers/alsa.entries // DO NOT EDIT THIS FILE #include <dlfcn.h> #include <alsa/asoundlib.h> /// /// W R A P P E R P O I N T E R S /// static snd_pcm_sframes_t (*__dll_snd_pcm_avail_update)(snd_pcm_t * pcm) = 0; static int (*__dll_snd_pc...
zeldin/platform_external_qemu
audio/wrappers/alsa.c
C
gpl-2.0
13,101
/* * f_ecm.c -- USB CDC Ethernet (ECM) link function driver * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2008 Nokia Corporation * * 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 F...
ElectryDev/octokitty
drivers/usb/gadget/f_ecm.c
C
gpl-2.0
25,682
#ifndef __USB3503_H__ #define __USB3503_H__ #define USB3503_I2C_NAME "usb3503" enum usb3503_mode { USB3503_MODE_UNKNOWN, USB3503_MODE_HUB, USB3503_MODE_STANDBY, }; enum usb3503_ref_clk { USB3503_REFCLK_24M, USB3503_REFCLK_26M, }; struct usb3503_platform_data { enum usb3503_mode initial_mode; enum usb3503_ref...
jepler/odroid-linux
include/linux/platform_data/usb3503.h
C
gpl-2.0
397
#include "async.h" class my_resizer_t : public vec_resizer_t { public: my_resizer_t () : vec_resizer_t () {} size_t resize (u_int nalloc, u_int nwanted, int objid); }; size_t my_resizer_t::resize (u_int nalloc, u_int nwanted, int objid) { int exponent = fls (max (nalloc, nwanted)); int step; if (exponent...
okws/sfslite
tests/test_vec.C
C++
gpl-2.0
1,161
/* Implement Github like autocomplete mentions http://ichord.github.com/At.js Copyright (c) 2013 chord.luo@gmail.com Licensed under the MIT license. */ /* 本插件操作 textarea 或者 input 内的插入符 只实现了获得插入符在文本框中的位置,我设置 插入符的位置. */ /** * -------------------- * Vanilla Forums NOTE: * -------------------- * * This fil...
rwmcoder/Vanilla
js/library/jquery.atwho.js
JavaScript
gpl-2.0
35,430
/*************************************************************************** NWNXFuncs.cpp - Implementation of the CNWNXFuncs class. Copyright (C) 2007 Doug Swarin (zac@intertex.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licen...
jd28/nwnx2-linux
plugins/defenses/local/l_GetIsDeathAttackImmune.c
C
gpl-2.0
1,163
/**************************************************************** Siano Mobile Silicon, Inc. MDTV receiver kernel modules. Copyright (C) 2006-2010, Erez Cohen 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 Fo...
laufersteppenwolf/android_kernel_lge_d680
mediatek/platform/mt6577/kernel/drivers/cmmbdrv/siano/smsspidrv.c
C
gpl-2.0
17,003
/* This file is part of the KDE libraries * Copyright (C) 1999 Waldo Bastian <bastian@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 version 2 as published by the Free Software Foundation; * * This library i...
ssj-gz/emscripten-kdelibs
kdecore/sycoca/ksycocadict_p.h
C
gpl-2.0
3,921
/*----------------------------------------------------------------------------------*/ //This code is part of a larger project whose main purpose is to entretain either // //by working on it and helping it be better or by playing it in it's actual state // // // //Copyright (C...
rafadelahoz/projectpgz-dev
interprete/source/src/iPushable.cpp
C++
gpl-2.0
3,637
/* * Copyright (c) 1998-2012 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Resin Open Source is free software; you can redistribute it and/or modify * it under the terms of the GNU...
mdaniel/svn-caucho-com-resin
modules/jaxb/src/javax/xml/bind/annotation/XmlAccessType.java
Java
gpl-2.0
1,117
# Copyright (C) 2007 Rising Sun Pictures and Matthew Landauer # # 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. # # Th...
Jonv/earth
db/migrate/014_watch_directory_key.rb
Ruby
gpl-2.0
1,094