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
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_MOCK_H__ #define CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_MOCK_H__ #pragma once #include "chrome...
xdajog/samsung_sources_i927
external/chromium/chrome/browser/sync/glue/data_type_manager_mock.h
C
gpl-2.0
1,583
/** * Listens for the app launching then creates the window * * @see http://developer.chrome.com/apps/app.runtime.html * @see http://developer.chrome.com/apps/app.window.html */ chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { id: "camCaptureID", innerBounds:...
Jabqooo/chrome-app-samples
samples/camera-capture/background.js
JavaScript
apache-2.0
375
/* * 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 ...
sh-cho/cshSpark
util/collection/CompactBuffer.scala
Scala
apache-2.0
5,436
module P2 where
urbanslug/ghc
testsuite/tests/cabal/cabal05/p/P2.hs
Haskell
bsd-3-clause
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <TITLE>CSS1 Test Suite: 5.5.10 padding</TITLE> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META http-equiv="Content-Style-Type" content="text/css"> <LINK rel="styleshee...
axinging/chromium-crosswalk
third_party/WebKit/LayoutTests/css1/box_properties/padding_inline.html
HTML
bsd-3-clause
3,599
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #include <asm-generic/bitsperlong.h>
koct9i/linux
tools/arch/microblaze/include/uapi/asm/bitsperlong.h
C
gpl-2.0
100
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ #define CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ #pragma once #include "base/memory/scoped_ptr.h...
xdajog/samsung_sources_i927
external/chromium/chrome/browser/status_icons/status_icon.h
C
gpl-2.0
2,669
""" Unit tests for nonlinear solvers Author: Ondrej Certik May 2007 """ from __future__ import division, print_function, absolute_import from numpy.testing import assert_, dec, TestCase, run_module_suite from scipy._lib.six import xrange from scipy.optimize import nonlin, root from numpy import matrix, diag, dot from...
valexandersaulys/airbnb_kaggle_contest
venv/lib/python3.4/site-packages/scipy/optimize/tests/test_nonlin.py
Python
gpl-2.0
15,160
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
caot/intellij-community
java/java-psi-api/src/com/intellij/psi/JavaDirectoryService.java
Java
apache-2.0
5,506
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
medicayun/medicayundicom
dcm4jboss-all/trunk/dcm4jboss-ejb/src/java/org/dcm4chex/archive/common/SPSStatus.java
Java
apache-2.0
3,087
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PRIMITIVES_BLOCK_H #define BITCOIN_PRIMITIVES_BLOCK_H #include "...
parvez3019/bitcoin
src/primitives/block.h
C
mit
4,262
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
chisimba/modules
zend/resources/Zend/View/Helper/FormTextarea.php
PHP
gpl-2.0
2,995
// SPDX-License-Identifier: GPL-2.0-only /* * PS3 system bus driver. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/export.h> #include <linux/dma-map-ops.h> #include <linux/err.h> #include <linux/slab.h> ...
rperier/linux-rockchip
arch/powerpc/platforms/ps3/system-bus.c
C
gpl-2.0
19,381
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
akosyakov/intellij-community
plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/actions/update/UpdateByBranchUpdateSettings.java
Java
apache-2.0
1,930
[Grunt homepage](https://github.com/gruntjs/grunt) | [Documentation table of contents](toc.md) # [The grunt API](api.md) / grunt.config Access project-specific configuration data defined in the [grunt.js gruntfile](getting_started.md). See the [config lib source](../lib/grunt/config.js) for more information. ## The...
Dilts/GruntworkflowWordpress
wp-content/themes/testGRUNT/src/node_modules/grunt-css/node_modules/grunt/docs/api_config.md
Markdown
gpl-2.0
3,955
/* * linux/arch/frv/mm/fault.c * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * - Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68knommu/mm/fault.c * - Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>, * - Copyright (C) 2000 Lineo, Inc. (www.lineo.com) * * Based on:...
eabatalov/au-linux-kernel-autumn-2017
linux/arch/frv/mm/fault.c
C
gpl-3.0
8,194
// +build !ignore_autogenerated /* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable l...
linzhaoming/origin
vendor/k8s.io/kubernetes/staging/src/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go
GO
apache-2.0
3,846
<html> <body> <table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td colspan="3"><font face="verdana" size="-1"> This is a template used to create a setUp method in a Groovy JUnit test class. </font> </td> </tr> </table> <ta...
caot/intellij-community
plugins/groovy/groovy-psi/resources/fileTemplates/code/Groovy JUnit SetUp Method.groovy.html
HTML
apache-2.0
1,073
/** * 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...
cnfire/hadoop
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogBackupInputStream.java
Java
apache-2.0
4,051
/* net/atm/common.h - ATM sockets (common part for PVC and SVC) */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #ifndef NET_ATM_COMMON_H #define NET_ATM_COMMON_H #include <linux/net.h> #include <linux/poll.h> /* for poll_table */ int vcc_create(struct net *net, struct socket *sock, int protocol, in...
janrinze/loox7xxport.loox2624
net/atm/common.h
C
gpl-2.0
1,501
--TEST-- GH-1351: Test result does not serialize test class in process isolation --SKIPIF-- <?php if (!extension_loaded('pdo') || !in_array('sqlite', PDO::getAvailableDrivers())) { print 'skip: PDO_SQLITE is required'; } ?> --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--process...
shankarnakai/gbdesign
wp-content/mu-plugins/vsigestao/vendor/phpunit/phpunit/tests/Regression/GitHub/1351.phpt
PHP
gpl-2.0
1,097
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
liveqmock/platform-tools-idea
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/convertToJava/invocators/CustomMethodInvocator.java
Java
apache-2.0
3,095
/* * 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. * * Copyright (C) 2012 John Crispin <blogic@openwrt.org> */ #include <linux/init.h> #include <linux/module.h> #include <li...
vfalico/hydra-rpmsg
drivers/gpio/gpio-mm-lantiq.c
C
gpl-2.0
4,127
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
chisimba/modules
zend/resources/Zend/Translate/Exception.php
PHP
gpl-2.0
1,099
/* * File : dfs_romfs.h * This file is part of Device File System in RT-Thread RTOS * COPYRIGHT (C) 2004-2011, RT-Thread Development 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 Fou...
coppercu/iot-neuron
src/osl/rt-thread/rt-thread_1.2.0/components/dfs/filesystems/romfs/dfs_romfs.h
C
gpl-2.0
1,336
/** * Copyright (C) 2011 Instructure, Inc. * * This file is part of Canvas. * * Canvas is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, version 3 of the License. * * Canvas is distributed in the...
ajpi222/canvas-lms-hdi
public/javascripts/jquery.fancyplaceholder.js
JavaScript
agpl-3.0
2,861
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
caot/intellij-community
platform/lang-api/src/com/intellij/navigation/ChooseByNameContributor.java
Java
apache-2.0
2,515
#include <linux/pci.h> #include <linux/acpi.h> #include <linux/slab.h> #include <acpi/acpi_drivers.h> #include <acpi/acpi_bus.h> #include <acpi/video.h> #include <acpi/acpi.h> #include <linux/mxm-wmi.h> #include "drmP.h" #include "drm.h" #include "drm_sarea.h" #include "drm_crtc_helper.h" #include "nouveau_drv.h" #inc...
andrewjylee/omniplay
linux-lts-quantal-3.5.0/drivers/gpu/drm/nouveau/nouveau_acpi.c
C
bsd-2-clause
11,244
/* Webicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com */ .webicon { display: inline-block; background-size: 100%; width: 30px; height: 30px; text-indent: -999em; text-align: left; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-s...
Rich-Harris/cdnjs
ajax/libs/webicons/2.0.0/webicons.css
CSS
mit
23,858
/* Simple DirectMedia Layer Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
veyesys/opencvr
velib/3rdparty/SDL2/src/core/linux/SDL_fcitx.c
C
mit
14,320
/* Simple DirectMedia Layer Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
veyesys/opencvr
velib/3rdparty/SDL2/src/joystick/emscripten/SDL_sysjoystick.c
C
mit
11,309
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example74</title> <script src="../../../angular.min.js"></script> </head> <body ng-app=""> <button ng-mousemove="count = count + 1" ng-init="count=0"> Increment (when mouse moves) </button> count: {{count}} </bo...
marcoR80/simple-app-mobile
www/vendor/angular-1.3.9/docs/examples/example-example74/index.html
HTML
mit
331
/* SiI8348 Linux Driver Copyright (C) 2013 Silicon Image, 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 version 2. This program is distributed AS-IS WITHOUT ANY WARRANTY of any kind, whether ...
visi0nary/mediatek
mt6732/mediatek/custom/common/kernel/hdmi/Sii8348/platform.h
C
gpl-2.0
5,735
// SPDX-License-Identifier: GPL-2.0-or-later /* */ /* Vortex core low level functions. Author: Manuel Jander (mjander@users.sourceforge.cl) These functions are mainly the result of translations made from the original disassembly of the au88x0 binary drivers, written by Aureal before they went down. Many th...
c0d3z3r0/linux-rockchip
sound/pci/au88x0/au88x0_core.c
C
gpl-2.0
78,826
if (require.register) { var qs = require('querystring'); } else { var qs = require('../') , expect = require('expect.js'); } var date = new Date(0); var str_identities = { 'basics': [ { str: 'foo=bar', obj: {'foo' : 'bar'}}, { str: 'foo=%22bar%22', obj: {'foo' : '\"bar\"'}}, { str: 'foo=', obj:...
gglinux/node.js
webChat/node_modules/qs/test/stringify.js
JavaScript
apache-2.0
3,198
# databases/__init__.py # Copyright (C) 2005-2014 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 """Include imports from the sqlalchemy.dialects package for backwards compatibil...
jessekl/flixr
venv/lib/python2.7/site-packages/sqlalchemy/databases/__init__.py
Python
mit
881
module ChefCompat module CopiedFromChef def self.extend_chef_module(chef_module, target) target.instance_eval do include chef_module @chef_module = chef_module def self.method_missing(name, *args, &block) @chef_module.send(name, *args, &block) end def self.c...
Coveros/starcanada2016
www-db/cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef.rb
Ruby
apache-2.0
784
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2013 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to...
LauriM/PropellerEngine
thirdparty/Bullet/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
C++
bsd-2-clause
27,139
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ return [ ...
Urbannet/cleanclean
yii2/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NF.php
PHP
bsd-3-clause
720
.fukol-grid{display:flex;flex-wrap:wrap;margin:-.5em}.fukol-grid>*{flex:1 0 5em;margin:.5em}/*# sourceMappingURL=fukol.min.css.map */
him2him2/cdnjs
ajax/libs/fukol-grids/0.1.1/fukol.min.css
CSS
mit
133
<?php require_once('../../config.php'); require_once('lib.php'); require_once('edit_form.php'); $cmid = required_param('cmid', PARAM_INT); // Course Module ID $id = optional_param('id', 0, PARAM_INT); // EntryID if (!$cm = get_coursemodule_from_id('glossary', $cmid)) { print_error('invalid...
evltuma/moodle
mod/glossary/edit.php
PHP
gpl-3.0
4,125
// Copyright 2013 the V8 project authors. All rights reserved. // Copyright (C) 2005, 2006, 2007, 2008, 2009 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 o...
victorzhao/miniblink49
v8_4_5/test/webkit/fast/js/parser-syntax-check.js
JavaScript
gpl-3.0
13,137
require File.expand_path('../../../spec_helper', __FILE__) require 'date' describe "Date.ajd_to_amjd" do it "needs to be reviewed for spec completeness" end
takano32/rubinius
spec/ruby/library/date/ajd_to_amjd_spec.rb
Ruby
bsd-3-clause
160
/** * bootbox.js v2.3.0 * * The MIT License * * Copyright (C) 2011-2012 by Nick Payne <nick@kurai.co.uk> * * 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, includ...
tmthrgd/pagespeed-libraries-cdnjs
packages/bootbox.js/2.3.0/bootbox.min.js
JavaScript
mit
6,055
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Abstract class for the transformations plugins * * @package PhpMyAdmin */ if (! defined('PHPMYADMIN')) { exit; } /* It also implements the transformations interface */ require_once 'TransformationsInterface.int.php'; /** * Provides a common interface that...
Dokaponteam/ITF_Project
xampp/phpMyAdmin/libraries/plugins/TransformationsPlugin.class.php
PHP
mit
1,804
<!DOCTYPE HTML> <html i18n-values="dir:textdirection;"> <head> <title></title> <link rel="stylesheet" type="text/css" href="cloud_print_setup_login.css" /> <script src="chrome://resources/js/cr.js"></script> <script src="chrome://resources/js/util.js"></script> <script type="text/javascript" src="cloud_print_setup_logi...
qtekfun/htcDesire820Kernel
external/chromium/chrome/browser/printing/cloud_print/resources/cloud_print_setup_login.html
HTML
gpl-2.0
2,695
/* Marvell Wireless LAN device driver: TDLS handling * * Copyright (C) 2014, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redistribute and/or mod...
mericon/Xp_Kernel_LGH850
virt/drivers/net/wireless/mwifiex/tdls.c
C
gpl-2.0
31,286
<?php /************************************************************************************* * m68k.php * -------- * Author: Benny Baumann (BenBE@omorphia.de) * Copyright: (c) 2007 Benny Baumann (http://www.omorphia.de/), Nigel McNie (http://qbnz.com/highlighter) * Release Version: 1.0.8.11 * Date Started: 2007/0...
MinecraftSnowServer/Server-Docker
web/wiki/vendor/easybook/geshi/geshi/m68k.php
PHP
mit
4,666
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> 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 h...
unigent/openwrt-3.10.14
package/ramips/ui/luci-mtk/src/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua
Lua
gpl-2.0
3,636
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
sc0ttkclark/elasticsearch
core/src/test/java/org/elasticsearch/index/mapper/DynamicMappingTests.java
Java
apache-2.0
19,930
# Overview Adds support for the `timers` module to browserify. ## Wait, isn't it already supported in the browser? The public methods of the `timers` module are: * `setTimeout(callback, delay, [arg], [...])` * `clearTimeout(timeoutId)` * `setInterval(callback, delay, [arg], [...])` * `clearInterval(intervalId)` an...
sekys/ivda
web/libs/vis/node_modules/webpack/node_modules/node-libs-browser/node_modules/timers-browserify/README.md
Markdown
mit
916
/* * Driver for the Conexant CX25821 PCIe bridge * * Copyright (C) 2009 Conexant Systems Inc. * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver * * This program is free software; you can redistribute it and/or modify * it under the terms...
vfalico/hydra-rpmsg
drivers/media/pci/cx25821/cx25821-core.c
C
gpl-2.0
36,572
/////////////////////////////////////////////////////////////////////////////// // /// \file test_filter_flags.c /// \brief Tests Filter Flags coders // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // /////////////////////...
KubaKaszycki/kubux
xz-utils/tests/test_filter_flags.c
C
gpl-3.0
5,506
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Ve...
bzhouduke123/sakai
portal/portal-api/api/src/java/org/sakaiproject/portal/api/PageFilter.java
Java
apache-2.0
1,396
/* md.c : Multiple Devices driver for Linux Copyright (C) 1998, 1999, 2000 Ingo Molnar completely rewritten, based on the MD driver code from Marc Zyngier Changes: - RAID-1/RAID-5 extensions by Miguel de Icaza, Gadi Oxman, Ingo Molnar - RAID-6 extensions by H. Peter Anvin <hpa@zytor.com> - boo...
geekzoo/linux
linux-3.14.31/drivers/md/md.c
C
gpl-2.0
231,628
/* * Copyright (c) 2012, 2013 Intel Corporation. All rights reserved. * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to b...
AiJiaZone/linux-4.0
virt/drivers/infiniband/hw/qib/qib_file_ops.c
C
gpl-2.0
62,473
#!/usr/bin/env node var DocGenerator = require('../lib/utilities/doc-generator.js'); (new DocGenerator()).generate();
waddedMeat/ember-proxy-example
test-app/node_modules/ember-cli/bin/generate-docs.js
JavaScript
mit
119
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** License...
Observer-Wu/phantomjs
src/qt/qtbase/src/corelib/plugin/quuid.cpp
C++
bsd-3-clause
27,549
/* Lazy Load XT 1.0.4 | MIT License */ .lazy-hidden{background:#eee url(loading.gif) no-repeat 50% 50%}
vousk/jsdelivr
files/jquery.lazyloadxt/1.0.4/jquery.lazyloadxt.spinner.min.css
CSS
mit
104
import { ArrayIterator, AsyncIterator, BufferedIterator, ClonedIterator, EmptyIterator, IntegerIterator, MultiTransformIterator, SingletonIterator, SimpleTransformIterator, TransformIterator } from "asynciterator"; function test_asynciterator() { // We can't instantiate an abstract class. const it1: AsyncIte...
aaronryden/DefinitelyTyped
types/asynciterator/asynciterator-tests.ts
TypeScript
mit
7,358
/* Copyright (c) 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 hope...
qtekfun/htcDesire820Kernel
kernel/drivers/platform/msm/msm_bus/msm_bus_adhoc.h
C
gpl-2.0
3,960
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
marsorp/blog
presto166/presto-benchmark/src/main/java/com/facebook/presto/benchmark/AverageBenchmarkResults.java
Java
apache-2.0
1,837
/* * Marvell Wireless LAN device driver: SDIO specific handling * * Copyright (C) 2011-2014, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redist...
dperezde/little-penguin
linux-eudyptula/drivers/net/wireless/mwifiex/sdio.c
C
gpl-2.0
58,635
/////////////// CModulePreamble /////////////// #include <stddef.h> /* For offsetof */ #ifndef offsetof #define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) #endif #if !defined(WIN32) && !defined(MS_WINDOWS) #ifndef __stdcall #define __stdcall #endif #ifndef __cdecl #define __cdecl #endi...
Teamxrtc/webrtc-streaming-node
third_party/webrtc/src/chromium/src/third_party/cython/src/Cython/Utility/ModuleSetupCode.c
C
mit
25,252
// Copyright 2016, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
stardog-union/stardog-graviton
vendor/github.com/hashicorp/terraform/vendor/github.com/googleapis/gax-go/invoke.go
GO
apache-2.0
2,878
class Test { void foo() { int b = 0; <selection>int i = b << 1;</selection> } }
lshain-android-source/tools-idea
java/java-tests/testData/refactoring/suggestedTypes/LtLtInt.java
Java
apache-2.0
91
// SPDX-License-Identifier: GPL-2.0+ // // arizona-ldo1.c -- LDO1 supply for Arizona devices // // Copyright 2012 Wolfson Microelectronics PLC. // // Author: Mark Brown <broonie@opensource.wolfsonmicro.com> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/init.h> #include <linux/bitops.h> #in...
BPI-SINOVOIP/BPI-Mainline-kernel
linux-5.4/drivers/regulator/arizona-ldo1.c
C
gpl-2.0
10,160
/* Copyright 2020 Team Mechlovin' * * 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 distribut...
kmtoki/qmk_firmware
keyboards/mechlovin/kanu/keymaps/via/keymap.c
C
gpl-2.0
3,806
/* { dg-do compile } */ /* { dg-options "-mavx512f -O2" } */ /* { dg-final { scan-assembler-times "vpunpckhqdq\[ \\t\]+\[^\{\n\]*%zmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */ /* { dg-final { scan-assembler-times "vpunpckhqdq\[ \\t\]+\[^\{\n\]*%zmm\[0-9\]+\{%k\[1-7\]\}(?:\n|\[ \\t\]+#)" 1 } } */ /* { dg-final { scan-assembler...
selmentdev/selment-toolchain
source/gcc-latest/gcc/testsuite/gcc.target/i386/avx512f-vpunpckhqdq-1.c
C
gpl-3.0
653
// // Copyright (c) 2013-2014 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // formatutils11.h: Queries for GL image formats and their translations to D3D11 // formats. #ifndef LIBGLESV2_RENDERER_FORMATUTILS11...
yoki/phantomjs
src/qt/qtbase/src/3rdparty/angle/src/libGLESv2/renderer/d3d/d3d11/formatutils11.h
C
bsd-3-clause
1,877
// 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. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Microsoft.Int...
iamjasonp/corefx
src/System.Composition.Convention/src/Microsoft/Internal/AttributeServices.cs
C#
mit
2,881
/* * Qualcomm Serial USB driver * * Copyright (c) 2008, 2012 The Linux Foundation. All rights reserved. * Copyright (c) 2009 Greg Kroah-Hartman <gregkh@suse.de> * Copyright (c) 2009 Novell Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publi...
ShinySide/SM-A700F
drivers/usb/serial/qcserial.c
C
gpl-2.0
12,433
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
shashi95/kafkaES
core/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/TransportVerifyRepositoryAction.java
Java
apache-2.0
3,999
/** * 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 m...
cnfire/hadoop
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/util/NodeManagerHardwareUtils.java
Java
apache-2.0
12,556
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // DO NOT EDIT. GENERATED BY // go run makeisprint.go -output isprint.go package strconv // (470+136+73)*2 + (342)*4 = 2726 bytes var isPrint16 = []uint...
shines77/go
src/strconv/isprint.go
GO
bsd-3-clause
9,915
/*! UIkit 2.13.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function(addon) { var component; if (jQuery && UIkit) { component = addon(jQuery, UIkit); } if (typeof define == "function" && define.amd) { define("uikit-notify", ["uikit"], function(){ retur...
AppConcur/islacart
sites/all/themes/marketplace/vendor/uikit/js/components/notify.js
JavaScript
gpl-2.0
4,965
<?php /** * @package FrameworkOnFramework * @subpackage form * @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Protect from unauthorized access defined('_JEXEC') or die; /** * Field header for Published (...
effortlesssites/template
tmp/com_akeeba-3.9.2-core/fof/form/header/published.php
PHP
gpl-2.0
1,276
/** * \file openssl.h * * \brief OpenSSL wrapper (definitions, inline functions). * * Copyright (C) 2006-2010, Brainspark B.V. * * This file is part of PolarSSL (http://www.polarssl.org) * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org> * * All rights reserved. * * This program is fr...
africallshop/africallshop-iphone
submodules/externals/polarssl/include/polarssl/openssl.h
C
gpl-2.0
5,039
/* Unix SMB/CIFS implementation. POSIX NTVFS backend - seek Copyright (C) Andrew Tridgell 2004 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...
zarboz/XBMC-PVR-mac
tools/darwin/depends/samba/samba-3.6.6/source4/ntvfs/posix/pvfs_seek.c
C
gpl-2.0
1,663
# SPDX-License-Identifier: GPL-2.0 PHONY += posttest ifeq ($(KBUILD_VERBOSE),1) posttest_verbose = -v else posttest_verbose = endif ifeq ($(CONFIG_64BIT),y) posttest_64bit = -y else posttest_64bit = -n endif reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk chkobjdump = $(srctree)/arch/x86/tools/c...
rperier/linux-rockchip
arch/x86/tools/Makefile
Makefile
gpl-2.0
1,929
// 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. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class CompareInfoI...
BrennanConroy/corefx
src/System.Globalization/tests/CompareInfo/CompareInfoTests.IsSuffix.cs
C#
mit
6,686
/* * Copyright (c) 2004-2007 Atheros Communications Inc. * 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 as // published by the Free Software Foundation; // // Software distributed under the License...
fwmiller/Conserver-Freescale-Linux-U-boot
rpm/BUILD/linux-3.0.35/drivers/net/wireless/ath6kl/os/linux/include/config_linux.h
C
gpl-2.0
1,177
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>AngelScript: Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><...
TRex22/xbmc
xbmc/visualizations/Vortex/angelscript/docs/manual/functions_func_0x70.html
HTML
gpl-2.0
2,389
/* * Aic94xx SAS/SATA driver initialization. * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> * * This file is licensed under GPLv2. * * This file is part of the aic94xx driver. * * The aic94xx driver is free software; you can redistribute...
BPI-SINOVOIP/BPI-Mainline-kernel
linux-4.14/drivers/scsi/aic94xx/aic94xx_init.c
C
gpl-2.0
27,747
package graph import ( "errors" "fmt" "net" "net/url" "strings" "time" "github.com/Sirupsen/logrus" "github.com/docker/distribution/registry/client/transport" "github.com/docker/docker/image" "github.com/docker/docker/pkg/progressreader" "github.com/docker/docker/pkg/streamformatter" "github.com/docker/do...
fmoliveira/docker
graph/pull_v1.go
GO
apache-2.0
10,610
package rancher import ( "testing" "github.com/hashicorp/terraform/helper/resource" ) func TestAccRancherEnvironment_importBasic(t *testing.T) { resourceName := "rancher_environment.foo" resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, Providers: testAccProviders, CheckD...
stardog-union/stardog-graviton
vendor/github.com/hashicorp/terraform/builtin/providers/rancher/import_rancher_environment_test.go
GO
apache-2.0
605
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Fetch: data URL loading after redirections</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> </head> <body> <script src="/common/get-host-info.sub.js"></script> <scri...
youtube/cobalt
third_party/web_platform_tests/fetch/api/redirect/redirect-to-dataurl.html
HTML
bsd-3-clause
380
class MyExc(Exception): pass e = MyExc(100, "Some error") print(e) print(repr(e)) print(e.args) try: raise MyExc("Some error") except MyExc as e: print("Caught exception:", repr(e)) try: raise MyExc("Some error2") except Exception as e: print("Caught exception:", repr(e)) try: raise MyExc("S...
AriZuu/micropython
tests/basics/subclass_native3.py
Python
mit
376
/* * acpi_ac.c - ACPI AC Adapter Driver ($Revision: 27 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free soft...
eabatalov/au-linux-kernel-autumn-2017
linux/drivers/acpi/ac.c
C
gpl-3.0
11,821
--*************************GO-LICENSE-START********************************* -- Copyright 2014 ThoughtWorks, Inc. -- -- 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.apach...
tomwscott/GoCD
server/db/migrate/h2deltas/23_add_index_for_stages.sql
SQL
apache-2.0
1,157
/*! * Bootstrap-select v1.7.0 (http://silviomoreto.github.io/bootstrap-select) * * Copyright 2013-2015 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nu a fost selectat nimic', ...
dominic/cdnjs
ajax/libs/bootstrap-select/1.7.0/js/i18n/defaults-ro_RO.js
JavaScript
mit
597
# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation 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 "...
enigmamarketing/csf-allow-domains
usr/local/csf/bin/csf-allow-domains/dns/rdtypes/mxbase.py
Python
mit
3,968
# LDAP Authentication ## Introduction `Zend\Authentication\Adapter\Ldap` supports web application authentication with *LDAP* services. Its features include username and domain name canonicalization, multi-domain authentication, and failover capabilities. It has been tested to work with [Microsoft Active Directory](ht...
Leonog/trabalho-les
web/vendor/zendframework/zend-authentication/doc/book/zend.authentication.adapter.ldap.md
Markdown
gpl-3.0
11,270
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alebianco/ANE-Android-Expansion
source/android/play_apk_expansion/downloader_library/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java
Java
mit
9,068
<?php namespace Gliph\Visitor; /** * Interface for stateful algorithm visitors. */ interface StatefulVisitorInterface { const NOT_STARTED = 0; const IN_PROGRESS = 1; const COMPLETE = 2; /** * Returns an integer indicating the current state of the visitor. * * @return int * Sta...
webflo/d8-core
vendor/sdboyer/gliph/src/Gliph/Visitor/StatefulVisitorInterface.php
PHP
gpl-2.0
594
cask 'pocket-tanks' do version :latest sha256 :no_check url 'http://www.blitwise.com/ptanks_mac.dmg' name 'Pocket Tanks' homepage 'http://www.blitwise.com/index.html' app 'Pocket Tanks.app' end
wastrachan/homebrew-cask
Casks/pocket-tanks.rb
Ruby
bsd-2-clause
208
#1.3 Go Komutları ## Go Komutları Go dili kapsamlı bir araç seti ile beraber geliyor. Terminalinizden `go` komutunu çalıştırarak bunları görebilirsiniz: ![](images/1.3.go.png?raw=true) Şekil 1.3 Go komutlarnın detaylı gösterimi Hepsi çok kullanışlı araçlar. Şimdi onları nasıl kullanabileceğimize bakalım. ## go bu...
beealone/build-web-application-with-golang
tr/01.3.md
Markdown
bsd-3-clause
7,100
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'strict-origin'</title> <meta name="description" content="Check that non a priori inse...
danlrobertson/servo
tests/wpt/web-platform-tests/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/iframe-tag/swap-origin-redirect/insecure-protocol.http.html
HTML
mpl-2.0
2,047
#ifndef _LINUX_INETDEVICE_H #define _LINUX_INETDEVICE_H #ifdef __KERNEL__ #include <linux/bitmap.h> #include <linux/if.h> #include <linux/netdevice.h> #include <linux/rcupdate.h> #include <linux/timer.h> #include <linux/sysctl.h> #include <linux/rtnetlink.h> enum { IPV4_DEVCONF_FORWARDING=1, IPV4_DEVCONF_MC_FORWAR...
SanDisk-Open-Source/SSD_Dashboard
uefi/linux-source-3.8.0/include/linux/inetdevice.h
C
gpl-2.0
8,144
#pragma once /* * 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 ver...
edureis95/xbmc
xbmc/storage/windows/Win32StorageProvider.h
C
gpl-2.0
1,587