repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
xdajog/samsung_sources_i927
external/chromium/chrome/browser/sync/glue/data_type_manager_mock.h
1583
// 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...
gpl-2.0
Jabqooo/chrome-app-samples
samples/camera-capture/background.js
375
/** * 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:...
apache-2.0
sh-cho/cshSpark
util/collection/CompactBuffer.scala
5436
/* * 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 ...
apache-2.0
urbanslug/ghc
testsuite/tests/cabal/cabal05/p/P2.hs
16
module P2 where
bsd-3-clause
axinging/chromium-crosswalk
third_party/WebKit/LayoutTests/css1/box_properties/padding_inline.html
3599
<!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...
bsd-3-clause
koct9i/linux
tools/arch/microblaze/include/uapi/asm/bitsperlong.h
100
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #include <asm-generic/bitsperlong.h>
gpl-2.0
xdajog/samsung_sources_i927
external/chromium/chrome/browser/status_icons/status_icon.h
2669
// 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...
gpl-2.0
valexandersaulys/airbnb_kaggle_contest
venv/lib/python3.4/site-packages/scipy/optimize/tests/test_nonlin.py
15160
""" 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...
gpl-2.0
caot/intellij-community
java/java-psi-api/src/com/intellij/psi/JavaDirectoryService.java
5506
/* * 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...
apache-2.0
medicayun/medicayundicom
dcm4jboss-all/trunk/dcm4jboss-ejb/src/java/org/dcm4chex/archive/common/SPSStatus.java
3087
/* ***** 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/ * ...
apache-2.0
parvez3019/bitcoin
src/primitives/block.h
4262
// 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 "...
mit
chisimba/modules
zend/resources/Zend/View/Helper/FormTextarea.php
2995
<?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...
gpl-2.0
rperier/linux-rockchip
arch/powerpc/platforms/ps3/system-bus.c
19381
// 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> ...
gpl-2.0
akosyakov/intellij-community
plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/actions/update/UpdateByBranchUpdateSettings.java
1930
/* * 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...
apache-2.0
Dilts/GruntworkflowWordpress
wp-content/themes/testGRUNT/src/node_modules/grunt-css/node_modules/grunt/docs/api_config.md
3955
[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...
gpl-2.0
eabatalov/au-linux-kernel-autumn-2017
linux/arch/frv/mm/fault.c
8194
/* * 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:...
gpl-3.0
linzhaoming/origin
vendor/k8s.io/kubernetes/staging/src/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go
3846
// +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...
apache-2.0
caot/intellij-community
plugins/groovy/groovy-psi/resources/fileTemplates/code/Groovy JUnit SetUp Method.groovy.html
1073
<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...
apache-2.0
cnfire/hadoop
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/EditLogBackupInputStream.java
4051
/** * 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...
apache-2.0
janrinze/loox7xxport.loox2624
net/atm/common.h
1501
/* 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...
gpl-2.0
shankarnakai/gbdesign
wp-content/mu-plugins/vsigestao/vendor/phpunit/phpunit/tests/Regression/GitHub/1351.phpt
1097
--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...
gpl-2.0
liveqmock/platform-tools-idea
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/convertToJava/invocators/CustomMethodInvocator.java
3095
/* * 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...
apache-2.0
vfalico/hydra-rpmsg
drivers/gpio/gpio-mm-lantiq.c
4127
/* * 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...
gpl-2.0
chisimba/modules
zend/resources/Zend/Translate/Exception.php
1099
<?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...
gpl-2.0
coppercu/iot-neuron
src/osl/rt-thread/rt-thread_1.2.0/components/dfs/filesystems/romfs/dfs_romfs.h
1336
/* * 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...
gpl-2.0
ajpi222/canvas-lms-hdi
public/javascripts/jquery.fancyplaceholder.js
2861
/** * 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...
agpl-3.0
caot/intellij-community
platform/lang-api/src/com/intellij/navigation/ChooseByNameContributor.java
2515
/* * 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...
apache-2.0
andrewjylee/omniplay
linux-lts-quantal-3.5.0/drivers/gpu/drm/nouveau/nouveau_acpi.c
11244
#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...
bsd-2-clause
Rich-Harris/cdnjs
ajax/libs/webicons/2.0.0/webicons.css
23858
/* 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...
mit
veyesys/opencvr
velib/3rdparty/SDL2/src/core/linux/SDL_fcitx.c
14320
/* 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 ...
mit
veyesys/opencvr
velib/3rdparty/SDL2/src/joystick/emscripten/SDL_sysjoystick.c
11309
/* 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 ...
mit
marcoR80/simple-app-mobile
www/vendor/angular-1.3.9/docs/examples/example-example74/index.html
331
<!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...
mit
visi0nary/mediatek
mt6732/mediatek/custom/common/kernel/hdmi/Sii8348/platform.h
5735
/* 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 ...
gpl-2.0
c0d3z3r0/linux-rockchip
sound/pci/au88x0/au88x0_core.c
78826
// 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...
gpl-2.0
gglinux/node.js
webChat/node_modules/qs/test/stringify.js
3198
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:...
apache-2.0
jessekl/flixr
venv/lib/python2.7/site-packages/sqlalchemy/databases/__init__.py
881
# 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...
mit
Coveros/starcanada2016
www-db/cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef.rb
784
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...
apache-2.0
LauriM/PropellerEngine
thirdparty/Bullet/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
27139
/* 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...
bsd-2-clause
Urbannet/cleanclean
yii2/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NF.php
720
<?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 [ ...
bsd-3-clause
him2him2/cdnjs
ajax/libs/fukol-grids/0.1.1/fukol.min.css
133
.fukol-grid{display:flex;flex-wrap:wrap;margin:-.5em}.fukol-grid>*{flex:1 0 5em;margin:.5em}/*# sourceMappingURL=fukol.min.css.map */
mit
evltuma/moodle
mod/glossary/edit.php
4125
<?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...
gpl-3.0
victorzhao/miniblink49
v8_4_5/test/webkit/fast/js/parser-syntax-check.js
13137
// 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...
gpl-3.0
takano32/rubinius
spec/ruby/library/date/ajd_to_amjd_spec.rb
160
require File.expand_path('../../../spec_helper', __FILE__) require 'date' describe "Date.ajd_to_amjd" do it "needs to be reviewed for spec completeness" end
bsd-3-clause
tmthrgd/pagespeed-libraries-cdnjs
packages/bootbox.js/2.3.0/bootbox.min.js
6055
/** * 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...
mit
Dokaponteam/ITF_Project
xampp/phpMyAdmin/libraries/plugins/TransformationsPlugin.class.php
1804
<?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...
mit
qtekfun/htcDesire820Kernel
external/chromium/chrome/browser/printing/cloud_print/resources/cloud_print_setup_login.html
2695
<!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...
gpl-2.0
mericon/Xp_Kernel_LGH850
virt/drivers/net/wireless/mwifiex/tdls.c
31286
/* 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...
gpl-2.0
MinecraftSnowServer/Server-Docker
web/wiki/vendor/easybook/geshi/geshi/m68k.php
4666
<?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...
mit
unigent/openwrt-3.10.14
package/ramips/ui/luci-mtk/src/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua
3636
--[[ 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...
gpl-2.0
sc0ttkclark/elasticsearch
core/src/test/java/org/elasticsearch/index/mapper/DynamicMappingTests.java
19930
/* * 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...
apache-2.0
sekys/ivda
web/libs/vis/node_modules/webpack/node_modules/node-libs-browser/node_modules/timers-browserify/README.md
916
# 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...
mit
vfalico/hydra-rpmsg
drivers/media/pci/cx25821/cx25821-core.c
36572
/* * 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...
gpl-2.0
KubaKaszycki/kubux
xz-utils/tests/test_filter_flags.c
5506
/////////////////////////////////////////////////////////////////////////////// // /// \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. // /////////////////////...
gpl-3.0
bzhouduke123/sakai
portal/portal-api/api/src/java/org/sakaiproject/portal/api/PageFilter.java
1396
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Ve...
apache-2.0
geekzoo/linux
linux-3.14.31/drivers/md/md.c
231628
/* 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...
gpl-2.0
AiJiaZone/linux-4.0
virt/drivers/infiniband/hw/qib/qib_file_ops.c
62473
/* * 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...
gpl-2.0
waddedMeat/ember-proxy-example
test-app/node_modules/ember-cli/bin/generate-docs.js
119
#!/usr/bin/env node var DocGenerator = require('../lib/utilities/doc-generator.js'); (new DocGenerator()).generate();
mit
Observer-Wu/phantomjs
src/qt/qtbase/src/corelib/plugin/quuid.cpp
27549
/**************************************************************************** ** ** 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...
bsd-3-clause
vousk/jsdelivr
files/jquery.lazyloadxt/1.0.4/jquery.lazyloadxt.spinner.min.css
104
/* Lazy Load XT 1.0.4 | MIT License */ .lazy-hidden{background:#eee url(loading.gif) no-repeat 50% 50%}
mit
aaronryden/DefinitelyTyped
types/asynciterator/asynciterator-tests.ts
7358
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...
mit
qtekfun/htcDesire820Kernel
kernel/drivers/platform/msm/msm_bus/msm_bus_adhoc.h
3960
/* 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...
gpl-2.0
marsorp/blog
presto166/presto-benchmark/src/main/java/com/facebook/presto/benchmark/AverageBenchmarkResults.java
1837
/* * 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...
apache-2.0
dperezde/little-penguin
linux-eudyptula/drivers/net/wireless/mwifiex/sdio.c
58635
/* * 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...
gpl-2.0
Teamxrtc/webrtc-streaming-node
third_party/webrtc/src/chromium/src/third_party/cython/src/Cython/Utility/ModuleSetupCode.c
25252
/////////////// 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...
mit
stardog-union/stardog-graviton
vendor/github.com/hashicorp/terraform/vendor/github.com/googleapis/gax-go/invoke.go
2878
// 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 ...
apache-2.0
lshain-android-source/tools-idea
java/java-tests/testData/refactoring/suggestedTypes/LtLtInt.java
91
class Test { void foo() { int b = 0; <selection>int i = b << 1;</selection> } }
apache-2.0
BPI-SINOVOIP/BPI-Mainline-kernel
linux-5.4/drivers/regulator/arizona-ldo1.c
10160
// 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...
gpl-2.0
kmtoki/qmk_firmware
keyboards/mechlovin/kanu/keymaps/via/keymap.c
3806
/* 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...
gpl-2.0
selmentdev/selment-toolchain
source/gcc-latest/gcc/testsuite/gcc.target/i386/avx512f-vpunpckhqdq-1.c
653
/* { 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...
gpl-3.0
yoki/phantomjs
src/qt/qtbase/src/3rdparty/angle/src/libGLESv2/renderer/d3d/d3d11/formatutils11.h
1877
// // 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...
bsd-3-clause
iamjasonp/corefx
src/System.Composition.Convention/src/Microsoft/Internal/AttributeServices.cs
2881
// 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...
mit
ShinySide/SM-A700F
drivers/usb/serial/qcserial.c
12433
/* * 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...
gpl-2.0
shashi95/kafkaES
core/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/TransportVerifyRepositoryAction.java
3999
/* * 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...
apache-2.0
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
12556
/** * 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...
apache-2.0
shines77/go
src/strconv/isprint.go
9915
// 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...
bsd-3-clause
AppConcur/islacart
sites/all/themes/marketplace/vendor/uikit/js/components/notify.js
4965
/*! 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...
gpl-2.0
effortlesssites/template
tmp/com_akeeba-3.9.2-core/fof/form/header/published.php
1276
<?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 (...
gpl-2.0
africallshop/africallshop-iphone
submodules/externals/polarssl/include/polarssl/openssl.h
5039
/** * \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...
gpl-2.0
zarboz/XBMC-PVR-mac
tools/darwin/depends/samba/samba-3.6.6/source4/ntvfs/posix/pvfs_seek.c
1663
/* 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...
gpl-2.0
rperier/linux-rockchip
arch/x86/tools/Makefile
1929
# 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...
gpl-2.0
BrennanConroy/corefx
src/System.Globalization/tests/CompareInfo/CompareInfoTests.IsSuffix.cs
6686
// 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...
mit
fwmiller/Conserver-Freescale-Linux-U-boot
rpm/BUILD/linux-3.0.35/drivers/net/wireless/ath6kl/os/linux/include/config_linux.h
1177
/* * 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...
gpl-2.0
TRex22/xbmc
xbmc/visualizations/Vortex/angelscript/docs/manual/functions_func_0x70.html
2389
<!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><...
gpl-2.0
BPI-SINOVOIP/BPI-Mainline-kernel
linux-4.14/drivers/scsi/aic94xx/aic94xx_init.c
27747
/* * 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...
gpl-2.0
fmoliveira/docker
graph/pull_v1.go
10610
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...
apache-2.0
stardog-union/stardog-graviton
vendor/github.com/hashicorp/terraform/builtin/providers/rancher/import_rancher_environment_test.go
605
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...
apache-2.0
youtube/cobalt
third_party/web_platform_tests/fetch/api/redirect/redirect-to-dataurl.html
380
<!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...
bsd-3-clause
AriZuu/micropython
tests/basics/subclass_native3.py
376
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...
mit
eabatalov/au-linux-kernel-autumn-2017
linux/drivers/acpi/ac.c
11821
/* * 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...
gpl-3.0
tomwscott/GoCD
server/db/migrate/h2deltas/23_add_index_for_stages.sql
1157
--*************************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...
apache-2.0
dominic/cdnjs
ajax/libs/bootstrap-select/1.7.0/js/i18n/defaults-ro_RO.js
597
/*! * 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', ...
mit
enigmamarketing/csf-allow-domains
usr/local/csf/bin/csf-allow-domains/dns/rdtypes/mxbase.py
3968
# 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 "...
mit
Leonog/trabalho-les
web/vendor/zendframework/zend-authentication/doc/book/zend.authentication.adapter.ldap.md
11270
# 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...
gpl-3.0
alebianco/ANE-Android-Expansion
source/android/play_apk_expansion/downloader_library/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java
9068
/* * 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...
mit
webflo/d8-core
vendor/sdboyer/gliph/src/Gliph/Visitor/StatefulVisitorInterface.php
594
<?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...
gpl-2.0
wastrachan/homebrew-cask
Casks/pocket-tanks.rb
208
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
bsd-2-clause
beealone/build-web-application-with-golang
tr/01.3.md
7100
#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...
bsd-3-clause
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
2047
<!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...
mpl-2.0
SanDisk-Open-Source/SSD_Dashboard
uefi/linux-source-3.8.0/include/linux/inetdevice.h
8144
#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...
gpl-2.0
edureis95/xbmc
xbmc/storage/windows/Win32StorageProvider.h
1587
#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...
gpl-2.0