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
#!/usr/bin/env python # File created on 20 Feb 2013 from __future__ import division __author__ = "Greg Caporaso" __copyright__ = "Copyright 2011, The QIIME project" __credits__ = ["Greg Caporaso", "Kyle Bittinger", "Justin Kuczynski", "Jai Ram Rideout"] __license__ = "GPL" __version__ = "1.9.1-dev" __ma...
adamrp/qiime
qiime/workflow/upstream.py
Python
gpl-2.0
19,937
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2016 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
Exadios/XCSoar-the-library
src/Engine/Route/FlatTriangleFan.cpp
C++
gpl-2.0
2,904
/* ========================================================================== Normalize.scss settings ========================================================================== */ /** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */ /* =================...
alexsmander/alexmattorr
wp-content/themes/portfolio/node_modules/grunt-combine-media-queries/test/test3.css
CSS
gpl-2.0
59,443
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
sameertechworks/wpmoodle
moodle/cache/stores/mongodb/lib.php
PHP
gpl-2.0
18,430
*Please include a short description of problem here* **I hereby confirm that I have:** - [ ] Tried to solve the issue on my own - [ ] Retried to run my code with the latest version of The COBRA Toolbox - [ ] Checked that a similar issue has not already been opened *(Note: You may replace [ ] with [X] to check the bo...
shjchan/cobratoolbox
.github/ISSUE_TEMPLATE.md
Markdown
gpl-3.0
324
<head> <link href="/assets/frappe/css/c3.min.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="/assets/frappe/js/lib/d3.min.js"></script> <script type="text/javascript" src="/assets/frappe/js/lib/c3.min.js"></script> <script type="text/javascript"> onReady("#chart_div", function(...
saurabh6790/erpnext
erpnext/buying/report/supplier_quotation_comparison/supplier_quotation_comparison.html
HTML
gpl-3.0
3,453
/* * Copyright (c) 2009 by David Gräff <david.graeff@web.de> * Copyright (c) 2011 by Maximilian Güntner <maximilian.guentner@gmail.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; ei...
alezz/ethersex
services/stella/stella_ecmd.c
C
gpl-3.0
4,518
// Copyright (C) 2010-2016 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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, or (at your op...
selmentdev/selment-toolchain
source/gcc-latest/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc
C++
gpl-3.0
2,311
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
marinaglancy/moodle
lib/tests/navigation/views/primary_test.php
PHP
gpl-3.0
2,299
{% load alert_tags %} <div id="editSubscriptionsDialog"> <div class="modal-header"> <h4>Edit Subscriptions</h4> </div> <div class="modal-body"> <h6>What pings would you like to get and where should they go?</h6> <form id="editAlertSubsForm" action="/alerts/subscriptions/" method="POS...
SaintDrage/eve-wspace
evewspace/Alerts/templates/edit_subscriptions.html
HTML
gpl-3.0
1,602
# # 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 hope that ...
Rvor/canvas-lms
app/models/assessment_question_bank.rb
Ruby
agpl-3.0
5,275
<?php declare(strict_types=1); namespace PhpParser\Node\Stmt; use PhpParser\Node; class Interface_ extends ClassLike { /** @var Node\Name[] Extended interfaces */ public $extends; /** * Constructs a class node. * * @param string|Node\Identifier $name Name * @param array $subNodes ...
aydancoskun/timetrex-community-edition
vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
PHP
agpl-3.0
1,229
/* * @(#)TreeModel.java 1.27 10/03/23 * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package org.jaudiotagger.utils.tree; /** * The model used by <code>JTree</code>. * <p> * <code>JTree</code> and its related c...
craigpetchell/Jaudiotagger
src/org/jaudiotagger/utils/tree/TreeModel.java
Java
lgpl-2.1
5,159
/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk+-3.0` */ #include <gtk/gtk.h> static GtkWidget *window; static GtkWidget *width_chars_spin; static GtkWidget *max_width_chars_spin; static GtkWidget *default_width_spin; static GtkWidget *default_height_spin; static GtkWidget *resizable_...
Sidnioulz/SandboxGtk
tests/testwindowsize.c
C
lgpl-2.1
5,611
/** * Vosao CMS. Simple CMS for Google App Engine. * * Copyright (C) 2009-2010 Vosao development team. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of t...
vosaocms/vosao
kernel/src/org/vosao/dao/impl/FileDaoImpl.java
Java
lgpl-2.1
2,730
#! /usr/bin/env python3 # -*- coding: utf-8 -*- # vim:fenc=utf-8 # # Copyright © 2016 Martine Lenders <mail@martine-lenders.eu> # # Distributed under terms of the MIT license. from __future__ import print_function import os import sys import random import subprocess import time import types import pexpect DEFAULT_TIM...
BytesGalore/RIOT
tests/lwip/tests/01-run.py
Python
lgpl-2.1
11,453
<!DOCTYPE html > <html> <head> <title>Application - io.gearpump.cluster.Application</title> <meta name="description" content="Application - io.gearpump.cluster.Application" /> <meta name="keywords" content="Application io.gearpump.cluster.Application" /> <meta http-equiv=...
gearpump/gearpump.github.io
releases/0.7.6/api/scala/io/gearpump/cluster/Application.html
HTML
apache-2.0
28,251
<div class="unit one-fifth hide-on-mobiles"> <aside> <ul> <li class="{% if page.title == 'News' %}current{% endif %}"> <a href="{{ site.baseurl }}/news/">All News</a> </li> <li class="{% if page.title == 'Releases' %}current{% endif %}"> <a href="{{ site.baseurl }}/news/releases/...
dindin5258/calcite
site/_includes/news_contents.html
HTML
apache-2.0
1,067
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2017 Eric Lafortune @ GuardSquare * * 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 F...
damienmg/bazel
third_party/java/proguard/proguard5.3.3/src/proguard/evaluation/value/ParticularValueFactory.java
Java
apache-2.0
4,464
module Fog module Compute class Ecloud class Real basic_request :get_tasks end end end end
jreichhold/chef-repo
vendor/ruby/2.0.0/gems/fog-1.20.0/lib/fog/ecloud/requests/compute/get_tasks.rb
Ruby
apache-2.0
125
/** * Copyright 2016 The AMP HTML Authors. All Rights Reserved. * * 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 require...
dotandads/amphtml
ads/inmobi.js
JavaScript
apache-2.0
1,441
// Copyright 2014 The Bazel Authors. All rights reserved. // // 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 appl...
damienmg/bazel
src/main/java/com/google/devtools/build/lib/util/NetUtil.java
Java
apache-2.0
1,655
/* Copyright 2017 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 law or agreed to in writing, ...
kedgeproject/kedge
vendor/k8s.io/kubernetes/pkg/client/clientset_generated/clientset/typed/apps/v1beta1/deployment.go
GO
apache-2.0
5,581
/* * Copyright 2018 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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...
keycloak/keycloak
services/src/main/java/org/keycloak/crypto/RsaesOaep256CekManagementProviderFactory.java
Java
apache-2.0
1,171
/* * 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...
gfyoung/elasticsearch
server/src/test/java/org/elasticsearch/search/aggregations/bucket/AutoDateHistogramTests.java
Java
apache-2.0
1,748
package com.twitter.finagle.memcached.unit import com.twitter.finagle.memcached._ import com.twitter.finagle.memcached.protocol.Value import scala.collection.immutable import org.junit.runner.RunWith import org.scalatest.FunSuite import org.scalatest.junit.JUnitRunner import org.scalatest.mock.MockitoSugar @RunWith(c...
suls/finagle
finagle-memcached/src/test/scala/com/twitter/finagle/memcached/unit/GetResultTest.scala
Scala
apache-2.0
2,150
/** * Copyright 2005-2015 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless requ...
bhutchinson/rice
rice-framework/krad-web-framework/src/main/java/org/kuali/rice/krad/datadictionary/BusinessObjectEntry.java
Java
apache-2.0
4,888
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details of these ...
nepholi/ScoringTable
third_party/JUCE/modules/juce_gui_extra/misc/juce_ColourSelector.h
C
apache-2.0
6,753
#region Copyright notice and license // Copyright 2015 gRPC 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 req...
ctiller/grpc
src/csharp/Grpc.Microbenchmarks/ScalabityExampleBenchmark.cs
C#
apache-2.0
1,906
# frozen_string_literal: true require 'selenium-webdriver' require 'headless' # WebdriverHelpers contains helper functions to create the browser to use in the UI tests. module WebdriverHelpers def self.start_webdriver @headless = Headless.new @headless.start options = Selenium::WebDriver::Chrome::Option...
kyoto/tectonic-installer
tests/rspec/lib/webdriver_helpers.rb
Ruby
apache-2.0
987
/* * 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...
hurricup/intellij-community
platform/core-api/src/com/intellij/openapi/project/IndexNotReadyException.java
Java
apache-2.0
3,551
# Copyright 2016 The TensorFlow Authors. All Rights Reserved. # # 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 applica...
tornadozou/tensorflow
tensorflow/python/keras/applications/__init__.py
Python
apache-2.0
1,675
//===--- TransEmptyStatements.cpp - Transformations to ARC mode -----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
santoshn/softboundcets-34
softboundcets-llvm-clang34/tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
C++
bsd-3-clause
7,557
/***** Vxa_VTaskCursor Implementation *****/ /************************ ************************ ***** Interfaces ***** ************************ ************************/ /******************** ***** System ***** ********************/ #include "Vk.h" /****************** ***** Self ***** **************...
MichaelJCaruso/vision
software/src/master/src/kernel/Vxa_VTaskCursor.cpp
C++
bsd-3-clause
1,107
package com.simplyti.cloud.server.benchmark; import java.util.concurrent.ExecutionException; import com.google.inject.AbstractModule; import com.simplyti.cloud.server.benchmark.tests.JsonSerialization; import com.simplyti.cloud.server.benchmark.tests.Plaintext; import com.simplyti.service.builder.di.guice.GuiceServic...
sumeetchhetri/FrameworkBenchmarks
frameworks/Java/simple-server/src/main/java/com/simplyti/cloud/server/benchmark/Main.java
Java
bsd-3-clause
666
<!DOCTYPE html> <!-- Distributed under both the W3C Test Suite License [1] and the W3C 3-clause BSD License [2]. To contribute to a W3C Test Suite, see the policies and contribution forms [3]. [1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license [2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license [...
js0701/chromium-crosswalk
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html
HTML
bsd-3-clause
1,520
<!DOCTYPE html> <meta charset="utf-8"/> <script> async function onLoad() { const params = new URLSearchParams(self.location.search); const scope = self.origin + params.get('scopepath'); const reg = await navigator.serviceWorker.getRegistration(scope); if (reg) { await reg.unregister(); } if (window.open...
chromium/chromium
third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/unregister-rewrite-worker.html
HTML
bsd-3-clause
519
package report import ( "bytes" "io" "os" "testing" "github.com/remyoudompheng/go-misc/pprof/parser" ) func TestCpuProfileGraph(t *testing.T) { syms := readSymbols("testdata/cpu.prof.symbols") resolve := func(u uint64) string { s, _ := lookup(u, syms); return s } f, err := os.Open("testdata/cpu.prof") if e...
tylerb/go-misc
pprof/report/graph_test.go
GO
bsd-3-clause
935
var struct___s_y_s_t_e_m___t_h_r_e_a_d___i_n_f_o_r_m_a_t_i_o_n = [ [ "BasePriority", "struct___s_y_s_t_e_m___t_h_r_e_a_d___i_n_f_o_r_m_a_t_i_o_n.html#a83350567ec26fc4723ac14b5864ae4f9", null ], [ "ClientId", "struct___s_y_s_t_e_m___t_h_r_e_a_d___i_n_f_o_r_m_a_t_i_o_n.html#a5f4ab183c0202edb1e4b9a2be1ace0db", nul...
shibbyr/Blackbone
doc/driver/html/struct___s_y_s_t_e_m___t_h_r_e_a_d___i_n_f_o_r_m_a_t_i_o_n.js
JavaScript
mit
1,489
<?php namespace Concrete\Controller\SinglePage\Dashboard\System\Express\Entities; use Concrete\Core\Attribute\CategoryObjectInterface; use Concrete\Core\Attribute\Type; use Concrete\Core\Page\Controller\DashboardAttributesPageController; class Attributes extends DashboardAttributesPageController { protected $cate...
noLunch/nolunch
concrete5/concrete/controllers/single_page/dashboard/system/express/entities/attributes.php
PHP
mit
2,834
/* * Copyright (C) 2010 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
omphalos/panopticonsole
vendor/blink/ui/Checkbox.js
JavaScript
mit
2,349
<?php namespace Illuminate\View\Compilers; use Illuminate\Filesystem\Filesystem; use InvalidArgumentException; abstract class Compiler { /** * The Filesystem instance. * * @var \Illuminate\Filesystem\Filesystem */ protected $files; /** * Get the cache path for the compiled views...
drakakisgeo/mailtester
vendor/laravel/framework/src/Illuminate/View/Compilers/Compiler.php
PHP
mit
1,797
<?php /* * This file is part of sebastian/comparator. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Comparator; /** * A struct. */ class Struct { ...
smoers/bird
vendor/sebastian/comparator/tests/_fixture/Struct.php
PHP
mit
416
# [Bootstrap](http://getbootstrap.com) [![Bower version](https://badge.fury.io/bo/bootstrap.png)](http://badge.fury.io/bo/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap) [![devDependency Status](https://david-dm.org/twbs/bootstrap/dev-status.png?theme=s...
ybarghane/AnnuaireResteaux
web/bundles/sonataadmin/vendor/bootstrap/README.md
Markdown
mit
8,717
# A visitor for converting a static Sass tree into a static CSS tree. class Sass::Tree::Visitors::Cssize < Sass::Tree::Visitors::Base # @param root [Tree::Node] The root node of the tree to visit. # @return [(Tree::Node, Sass::Util::SubsetMap)] The resulting tree of static nodes # *and* the extensions defined f...
kmcminn/rails_survey
vendor/gems/sass-3.2.10/lib/sass/tree/visitors/cssize.rb
Ruby
mit
8,263
/** * Template JS for Internet Explorer 8 and lower - mainly workaround for missing selectors */ (function($) { // Standard template setup for IE $.fn.addTemplateSetup(function() { // Clean existing classes this.find('.first-child').removeClass('first-child'); this.find('.last-child').removeClass...
smailovski/E-institut
web/bundles/eieinstitut/js/standard.ie.js
JavaScript
mit
2,936
#ifndef __USER_DEVICEFIND_H__ #define __USER_DEVICEFIND_H__ void user_platform_timer_start(char* pbuffer, struct espconn *pespconn); #endif
node-wot/node-wot
sdk/esp_iot_sdk_v1.4.0/examples/IoT_Demo/include/user_esp_platform_timer.h
C
mit
148
import Ember from 'ember'; import MaterializeNavBar from './md-navbar'; export default MaterializeNavBar.extend({ init() { this._super(...arguments); Ember.deprecate("{{materialize-navbar}} has been deprecated. Please use {{md-navbar}} instead", false, {url: "https://github.com/sgasser/ember-cli-materialize/...
ladyleet/ember-cli-materialize
app/components/materialize-navbar.js
JavaScript
mit
342
var _ = require('underscore'); module.exports = { 'passport-number': { labelClassName: 'visuallyhidden', validate: [ 'required' ] }, 'can-sign': { legend: { className: 'visuallyhidden' }, formatter: 'boolean', validate: ['required'], options: [ { ...
UKHomeOffice/passports-prototype
routes/priority_service_170731/renew/fields.js
JavaScript
mit
5,694
describe :time_day, shared: true do it "returns the day of the month (1..n) for a local Time" do with_timezone("CET", 1) do Time.local(1970, 1, 1).send(@method).should == 1 end end it "returns the day of the month for a UTC Time" do Time.utc(1970, 1, 1).send(@method).should == 1 end it "re...
pmq20/ruby-compiler
ruby/spec/ruby/core/time/shared/day.rb
Ruby
mit
459
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // A barrier allows mul...
Jiayili1/corefx
src/System.Threading/src/System/Threading/Barrier.cs
C#
mit
45,242
/* * TI OMAP I2C master mode driver * * Copyright (C) 2003 MontaVista Software, Inc. * Copyright (C) 2005 Nokia Corporation * Copyright (C) 2004 - 2007 Texas Instruments. * * Originally written by MontaVista Software, Inc. * Additional contributions by: * Tony Lindgren <tony@atomide.com> * Imre Deak <imre.dea...
TaichiN/kernel_omap_otter-common
drivers/i2c/busses/i2c-omap.c
C
gpl-2.0
38,308
test: ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec -t 20000 coveralls: test cat ./coverage/lcov.info | ./node_modules/.bin/coveralls debug: node $(NODE_DEBUG) ./node_modules/.bin/_mocha -R spec -t 20000 .PHONY: test
sammyboy45467/Portfolio
wp-content/themes/themer/node_modules/rename/Makefile
Makefile
gpl-2.0
250
<?php /** * Copyright 2012-2014 Rackspace US, 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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
hhgr/hhgolf
wp-content/plugins/backup_pro/includes/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Stack.php
PHP
gpl-2.0
6,450
//#include <errno.h> #include "codes.h" //fixme
nathanlnw/HB_LOCAL_TakePhoto
components/dfs/filesystems/jffs2/kernel/linux/errno.h
C
gpl-2.0
48
<?php /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Paulo Carmino <contato@paulocarmino.com> */ $lang['connectfail'] = 'Não foi possível conectar o LDAP: %s'; $lang['domainfail'] = 'O LDAP não encontrou seu usuário';
smboy86/zzing-wiki
lib/plugins/authldap/lang/pt/lang.php
PHP
gpl-2.0
276
# Git Code of Conduct This code of conduct outlines our expectations for participants within the Git community, as well as steps for reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of ...
tacker66/git
CODE_OF_CONDUCT.md
Markdown
gpl-2.0
5,987
/******************************************************************************************* Copyright 2010 Broadcom Corporation. All rights reserved. Unless you and Broadcom execute a separate written software license agreement governing use of this software, this software is licensed to you under the terms of ...
sembre/kernel_totoro_update3
modules/drivers/sound/brcm/alsa_athena/rdb/athena/B0/brcm_rdb_syscfg.h
C
gpl-2.0
156,905
/* * Copyright (C) 2007 Oracle. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
zhiyisun/linux
fs/btrfs/extent-tree.c
C
gpl-2.0
307,040
/* Copyright 2020 Obosob <obosob@riseup.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program i...
kmtoki/qmk_firmware
keyboards/arch_36/keymaps/obosob/config.h
C
gpl-2.0
994
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'justify', 'nb', { block: 'Blokkjuster', center: 'Midtstill', left: 'Venstrejuster', right: 'Høyrejuster' });
rcav/rcav
wp-content/plugins/ml-slider-pro/modules/layer/assets/ckeditor/plugins/justify/lang/nb.js
JavaScript
gpl-2.0
289
/* * kernel/power/suspend.c - Suspend to RAM and standby functionality. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * Copyright (c) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. * * This file is released under the GPLv2. */ #include <linux/string.h> #include <linu...
mangusta86/android_kernel_huawei_k3v2oem1
kernel/power/suspend.c
C
gpl-2.0
7,102
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
Eristoff47/P2
src/public/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-0.8.11-0.8.12.php
PHP
gpl-2.0
14,121
/* * (C) Copyright 2003, Psyent Corporation <www.psyent.com> * Scott McNutt <smcnutt@psyent.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publis...
kbridgers/VOLTE4GFAX
uboot/u-boot-2010.06/arch/nios2/lib/bootm.c
C
gpl-2.0
1,825
/************************************************************************************************/ /* */ /* Copyright 2013 Broadcom Corporation */ /* ...
baran0119/kernel_samsung_baffinlitexx
arch/arm/mach-java/include/mach/rdb_A0/brcm_rdb_padctrlreg.h
C
gpl-2.0
264,469
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Z...
IISH/vufind
vendor/zendframework/zendservice-amazon/library/ZendService/Amazon/Authentication/V1.php
PHP
gpl-2.0
2,650
/* VIDIS is a simulation and visualisation framework for distributed systems. Copyright (C) 2009 Dominik Psenner, Christoph Caks 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...
josepadilla930105/vidis
src/vidis/ui/model/structure/IGuiContainer.java
Java
gpl-3.0
2,144
// Boilerplate support routines for -*- C++ -*- dynamic memory management. // Copyright (C) 1997-2016 Free Software Foundation, Inc. // // This file is part of GCC. // // GCC 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 Soft...
selmentdev/selment-toolchain
source/gcc-latest/libstdc++-v3/libsupc++/del_opv.cc
C++
gpl-3.0
1,345
.path-mod-assign div.gradingnavigation div { float: left; margin-left: 2em; } .path-mod-assign div.submissionstatustable, .path-mod-assign div.submissionfull, .path-mod-assign div.submissionlinks, .path-mod-assign div.usersummary, .path-mod-assign div.feedback, .path-mod-assign div.gradingsummary { margin-...
rafaelperazzo/ufca-web
moodle/mod/assign/styles.css
CSS
gpl-3.0
27,084
// Copyright (c) 2015, Emir Pasic. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package treemap import ( "github.com/emirpasic/gods/containers" rbt "github.com/emirpasic/gods/trees/redblacktree" ) func assertIteratorImplementation() { ...
wupeaking/redgo
vendor/github.com/wupeaking/gods/maps/treemap/iterator.go
GO
gpl-3.0
2,772
/* * Copyright (c) 2009, Swedish Institute of Computer Science. * 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 * n...
vijaysrao/dipa
tools/mspsim/src/org/contikios/cooja/mspmote/plugins/MspBreakpoint.java
Java
gpl-3.0
7,777
--[[ -- @brief Fetches an array of systems from min to max jumps away from the given -- system sys. -- -- The following example gets a random Sirius M class planet between 1 to 6 jumps away. -- -- @code -- local planets = {} -- getsysatdistance( system.cur(), 1, 6, -- function(s) -- for i, v in ipair...
pydsigner/naev
dat/scripts/jumpdist.lua
Lua
gpl-3.0
2,247
/* Linux-specific atomic operations for ARM EABI. Copyright (C) 2008-2016 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. GCC 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 Found...
selmentdev/selment-toolchain
source/gcc-latest/libgcc/config/arm/linux-atomic.c
C
gpl-3.0
8,645
// { dg-require-namedlocale "de_DE.ISO8859-15" } // 2004-02-05 Paolo Carlini <pcarlini@suse.de> // Copyright (C) 2004-2016 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU Gene...
selmentdev/selment-toolchain
source/gcc-latest/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/13.cc
C++
gpl-3.0
2,040
function f() { var x = undefined ? 1 : 4294967295; print(false || x); } f();
cstipkovic/spidermonkey-research
js/src/jit-test/tests/jaeger/bug652590.js
JavaScript
mpl-2.0
85
<!DOCTYPE HTML> <html> <head> <title>Cue Points VAST Ads test</title> <script type="text/javascript" src="../../../mwEmbedLoader.php"></script> <script type="text/javascript" src="../../../docs/js/doc-bootstrap.js"></script> <script type="text/javascript"> </script> <!-- qunit-kaltura must come after qunit-boo...
FlixMaster/mwEmbed
modules/KalturaSupport/tests/CuePointsAds.html
HTML
agpl-3.0
982
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #in...
harterj/moose
framework/src/timesteppers/CSVTimeSequenceStepper.C
C++
lgpl-2.1
2,657
/* * Copyright 2014 JBoss 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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
jasonchaffee/apiman
manager/api/beans/src/main/java/io/apiman/manager/api/beans/search/SearchCriteriaFilterBean.java
Java
apache-2.0
3,210
/** * Copyright 2005-2015 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless requ...
bhutchinson/rice
rice-middleware/core/api/src/main/java/org/kuali/rice/core/api/util/xml/XmlException.java
Java
apache-2.0
1,230
package org.zstack.header.storage.backup; import org.zstack.header.message.MessageReply; /** */ public class BackupStorageDeletionReply extends MessageReply { }
zstackorg/zstack
header/src/main/java/org/zstack/header/storage/backup/BackupStorageDeletionReply.java
Java
apache-2.0
164
/* * 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 ...
dlnufox/ignite
modules/core/src/main/java/org/apache/ignite/cache/CacheWriteSynchronizationMode.java
Java
apache-2.0
3,015
/** * Copyright 2005-2015 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by a...
bhutchinson/rice
rice-middleware/impl/src/main/java/org/kuali/rice/kew/xml/xstream/XStreamSafeSearchFunction.java
Java
apache-2.0
2,731
/* * Copyright (C) 2008 The Guava 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 law or agre...
rgoldberg/guava
guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllAtIndexTester.java
Java
apache-2.0
6,768
<!--- # 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 ma...
robzor92/hops
hadoop-common-project/hadoop-common/src/site/markdown/release/0.20.205.0/RELEASENOTES.0.20.205.0.md
Markdown
apache-2.0
7,561
/* * Copyright 2010 JBoss 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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
amckee23/drools
drools-core/src/main/java/org/drools/core/common/RuleFlowGroupListener.java
Java
apache-2.0
714
#region license // Copyright (c) 2007-2010 Mauricio Scheffer // // 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 requir...
ManpowerNordic/SolrNet
NHibernate.SolrNet/Impl/DelegatingSession.cs
C#
apache-2.0
11,418
package org.zstack.utils; import java.util.HashMap; import java.util.Map; import static org.zstack.utils.StringDSL.ln; /** * Created by xing5 on 2016/6/16. */ public class StringBind { private String template; private Map<String, Object> tokens = new HashMap<>(); public StringBind(String template) { ...
zstackorg/zstack
utils/src/main/java/org/zstack/utils/StringBind.java
Java
apache-2.0
578
/* * Copyright 2005 JBoss 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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
ThiagoGarciaAlves/drools
drools-core/src/main/java/org/drools/core/audit/WorkingMemoryInMemoryLogger.java
Java
apache-2.0
2,779
package org.zstack.test.network; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.zstack.core.cloudbus.CloudBus; import org.zstack.core.componentloader.ComponentLoader; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.network.l2.L2Netwo...
zstackorg/zstack
test/src/test/java/org/zstack/test/network/TestFirstAvailableIpAllocatorStrategyReturnIp.java
Java
apache-2.0
2,723
/* * (C) 2003-15 - ntop * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribut...
mpeuster/son-examples
vnfs/sonata-vtc-vnf-docker/pfring_web_api/vtc/PF_RING/userland/examples/pcap2nspcap.c
C
apache-2.0
6,269
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * 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 * ...
profjrr/zaproxy
src/org/zaproxy/zap/spider/filters/DefaultParseFilter.java
Java
apache-2.0
3,774
/* * 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 ...
mduerig/jackrabbit-oak
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/ReferenceBinaryIT.java
Java
apache-2.0
7,625
require 'fog/core/collection' require 'fog/rackspace/models/databases/database' module Fog module Rackspace class Databases class Databases < Fog::Collection model Fog::Rackspace::Databases::Database attr_accessor :instance def all load(retrieve_databases) end ...
jreichhold/chef-repo
vendor/ruby/2.0.0/gems/fog-1.20.0/lib/fog/rackspace/models/databases/databases.rb
Ruby
apache-2.0
670
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2013 OpenStack Foundation # # 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...
ntt-sic/neutron
neutron/db/migration/alembic_migrations/versions/53bbd27ec841_extra_dhcp_opts_supp.py
Python
apache-2.0
2,051
/* Copyright 2019 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 law or agreed to in writing, ...
mahak/origin
vendor/k8s.io/kubernetes/pkg/controller/volume/persistentvolume/util/util.go
GO
apache-2.0
12,880
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright (c) 1999 - 2014 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, ve...
mpeuster/son-examples
vnfs/sonata-vtc-vnf-docker/pfring_web_api/vtc/PF_RING/drivers/DNA/ixgbe-3.21.2-DNA/src/kcompat.c
C
apache-2.0
42,034
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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 ...
AnshulYADAV007/Lean
Tests/Common/Securities/Equity/EquityTransactionModelTests.cs
C#
apache-2.0
11,759
// Copyright 2014 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. #include "config.h" #include "core/animation/animatable/AnimatableValueKeyframe.h" #include "core/animation/LegacyStyleInterpolation.h" namespace blink ...
mxOBS/deb-pkg_trusty_chromium-browser
third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
C++
bsd-3-clause
3,461
#!/bin/bash set -e if [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then GH_PAGES_DIR=`pwd`/../react-gh-pages # check if directory exists (restored from cache) if [ -d $GH_PAGES_DIR ]; then pushd $GH_PAGES_DIR git pull origin gh-pages popd else git clone --branch gh-pages --depth=1 \ ...
leexiaosi/react
scripts/circleci/build_gh_pages.sh
Shell
bsd-3-clause
669
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
exclie/Imagenologia
vendor/zendframework/zendframework/tests/ZendTest/Stdlib/TestAsset/ClassMethodsCamelCase.php
PHP
bsd-3-clause
1,642