repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
bbrouwer/spring-boot
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java
2080
/* * Copyright 2012-2017 the original author or 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 ap...
apache-2.0
joehmchan/elasticsearch-net
src/Tests/Nest.Tests.Unit/Search/Query/Modes/ConditionlessQueryJson.cs
2302
using NUnit.Framework; using Nest.Tests.MockData.Domain; namespace Nest.Tests.Unit.Search.Query.Singles { [TestFixture] public class ConditionlessQueryJson { [Test] public void FallbackTerm() { var s = new SearchDescriptor<ElasticsearchProject>().From(0).Size(10) .Query(q=>q .Conditionless(qs=>qs...
apache-2.0
karlhigley/homebrew
Library/Formula/xplanetfx.rb
2068
require "formula" class Xplanetfx < Formula desc "Configure, run or daemonize xplanet for HQ Earth wallpapers" homepage "http://mein-neues-blog.de/xplanetFX/" url "http://repository.mein-neues-blog.de:9000/archive/xplanetfx-2.6.6_all.tar.gz" sha256 "59c49af68b6cafcbe4ebfd65979181a7f1e4416e024505b5b0d46f1cc04b0...
bsd-2-clause
LomoX-Offical/nginx-openresty-windows
src/nginx/objs/lib_x64/openssl/crypto/rc4/Makefile
3862
# # OpenSSL/crypto/rc4/Makefile # DIR= rc4 TOP= ../.. CC= cc CPP= $(CC) -E INCLUDES= CFLAG=-g AR= ar r RC4_ENC=rc4_enc.o rc4_skey.o CFLAGS= $(INCLUDES) $(CFLAG) ASFLAGS= $(INCLUDES) $(ASFLAG) AFLAGS= $(ASFLAGS) GENERAL=Makefile TEST=rc4test.c APPS= LIB=$(TOP)/libcrypto.a LIBSRC=rc4_skey.c rc4_enc.c rc4_utl.c L...
bsd-2-clause
state-hiu/GeoGit
doc/themes/geogit_docs/static/offcanvas.css
1766
@media screen and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { .row-offcanvas { position: relative; -webkit-transitio...
bsd-3-clause
mohamed--abdel-maksoud/chromium.src
chrome/renderer/extensions/extension_localization_peer_unittest.cc
8756
// Copyright 2013 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 <map> #include <string> #include "base/memory/scoped_ptr.h" #include "chrome/renderer/extensions/extension_localization_peer.h" #include "extens...
bsd-3-clause
Chilledheart/chromium
ppapi/proxy/plugin_resource.h
11487
// Copyright (c) 2012 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 PPAPI_PROXY_PLUGIN_RESOURCE_H_ #define PPAPI_PROXY_PLUGIN_RESOURCE_H_ #include <map> #include "base/basictypes.h" #include "base/compiler_sp...
bsd-3-clause
cpputest/cpputest
src/Platforms/Symbian/UtestPlatform.cpp
5287
/* * Copyright (c) 2007, Michael Feathers, James Grenning, Bas Vodde and Timo Puronen * 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 a...
bsd-3-clause
syscart/syscart
web/media/js/jquery/plugins/Highstock/2.1.4/js/modules/no-data-to-display.src.js
2826
/** * @license Highstock JS v2.1.4 (2015-03-10) * Plugin for displaying a message when there is no data visible in chart. * * (c) 2010-2014 Highsoft AS * Author: Oystein Moseng * * License: www.highcharts.com/license */ (function (H) { var seriesTypes = H.seriesTypes, chartPrototype = H.Chart.prototype, ...
gpl-2.0
yuyang545262477/Resume
项目三jQueryMobile/bower_components/jquery-ui/build/release/release.js
16898
#!/usr/bin/env node /* global cat:true, cd:true, echo:true, exec:true, exit:true */ // Usage: // stable release: node release.js // pre-release: node release.js --pre-release {version} // test run: node release.js --remote={repo} // - repo: "/tmp/repo" (filesystem), "user/repo" (github), "http://mydomain/repo.git" (an...
mit
MichaelKubovic/Sylius
src/Sylius/Behat/Page/Admin/ExchangeRate/UpdatePageInterface.php
802
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Sylius\Behat\Page\Admin\ExchangeRate; use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface ...
mit
sho-wtag/catarse-2.0
vendor/cache/redactor-rails-e79c3b8359b4/vendor/assets/javascripts/redactor-rails/langs/el.js
2592
(function ($) { $.Redactor.opts.langs['el'] = { html: 'HTML', video: 'Εισαγωγή βίντεο...', image: 'Εισαγωγή εικόνας...', table: 'Πίνακας', link: 'Σύνδεσμος', link_insert: 'Εισαγωγή συνδέσμου...', link_edit: 'Edit link', unlink: 'Ακύρωση συνδέσμου', formatting: 'Μορφοποίηση', paragraph: 'Παράγραφος', quote: '...
mit
cjc343/ember.js
packages/ember-htmlbars/lib/keywords/with.js
1930
import Ember from 'ember-metal/core'; import { get } from 'ember-metal/property_get'; import { internal } from 'htmlbars-runtime'; import { read } from 'ember-metal/streams/utils'; export default { setupState(state, env, scope, params, hash) { var controller = hash.controller; if (controller) { if (!s...
mit
wxcandy/Mahjong
org/mockito/asm/util/CheckFieldAdapter.java
2946
/*** * ASM: a very small and fast Java bytecode manipulation framework * Copyright (c) 2000-2007 INRIA, France Telecom * 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. Redist...
mit
sekcheong/referencesource
System.Core/System/Diagnostics/Eventing/Reader/EventLogPermissionHolder.cs
983
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: EventLogPermissionHolder ** ** Purpose: ** Internal class that defines the permissions that are used ** throughout the Event Log classes of this names...
mit
Dokaponteam/ITF_Project
xampp/apache/manual/misc/index.html
470
# GENERATED FROM XML -- DO NOT EDIT URI: index.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 URI: index.html.fr Content-Language: fr Content-type: text/html; charset=ISO-8859-1 URI: index.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR URI: index.html.tr.utf8 C...
mit
plumer/codana
tomcat_files/7.0.61/Constants (2).java
945
/* * 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 ...
mit
NanYoMy/mybatis-generator
src/main/java/org/mybatis/generator/logging/AbstractLogFactory.java
836
/* * Copyright 2009 The Apache Software 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-2.0 * * Unless required by app...
mit
cmaughan/imgui
zep/m3rdparty/sdl/src/video/SDL_pixels_c.h
1650
/* Simple DirectMedia Layer Copyright (C) 1997-2017 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
Mirage20/che
dashboard/src/app/navbar/notification/navbar-notification.html
1313
<md-menu md-offset="40 25"> <div ng-click="$mdOpenMenu($event)" class="navbar-notification-container" ng-disabled="navbarNotificationController.getNotificationsCount() === 0"> <i class="fa fa-bell-o fa-2x navbar-notification-icon"></i> <div class="navbar-notification-count" ng-if="navbarNotificationController...
epl-1.0
paulalesius/kernel-3.10.20-lenovo-tablet
drivers/external_drivers/camera/pci/atomisp2/css2401a0_v21_build/css/isp/kernels/anr/anr_1.0/ia_css_anr.host.h
1276
/* * Support for Intel Camera Imaging ISP subsystem. * * Copyright (c) 2010 - 2014 Intel Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * ...
gpl-2.0
alex34567/openttd-emscripten
src/script/script_info_dummy.cpp
4715
/* $Id$ */ /* * This file is part of OpenTTD. * OpenTTD 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. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without...
gpl-2.0
mdxy2010/forlinux-ok6410
u-boot15/drivers/spi/lpc32xx_ssp.c
3430
/* * LPC32xx SSP interface (SPI mode) * * (C) Copyright 2014 DENX Software Engineering GmbH * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <linux/compat.h> #include <asm/io.h> #include <malloc.h> #include <spi.h> #include <asm/ar...
gpl-2.0
MikeMatrix/ACE3
addons/common/CfgUnitInsignia.hpp
406
class CfgUnitInsignia { class ACE_insignia_logo { displayName = "ACE3"; author = CSTRING(ACETeam); texture = PATHTOF(data\Insignia_ace3logo_ca.paa); textureVehicle = ""; }; class ACE_insignia_banana { displayName = "ABE3"; author = CSTRING(ACETeam); t...
gpl-2.0
janrinze/loox7xxport.loox2624
drivers/i2c/busses/i2c-omap.c
18070
/* * TI OMAP I2C master mode driver * * Copyright (C) 2003 MontaVista Software, Inc. * Copyright (C) 2004 Texas Instruments. * * Updated to work with multiple I2C interfaces on 24xx by * Tony Lindgren <tony@atomide.com> and Imre Deak <imre.deak@nokia.com> * Copyright (C) 2005 Nokia Corporation * * Cleaned up ...
gpl-2.0
TobiHartmann/hotspot
src/share/vm/asm/codeBuffer.hpp
23840
/* * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
chancegrissom/qmk_firmware
docs/feature_auto_shift.md
6477
# Auto Shift: Why Do We Need a Shift Key? Tap a key and you get its character. Tap a key, but hold it *slightly* longer and you get its shifted state. Voilà! No shift key needed! ## Why Auto Shift? Many people suffer from various forms of RSI. A common cause is stretching your fingers repetitively long distances. Fo...
gpl-2.0
SanDisk-Open-Source/SSD_Dashboard
uefi/gcc/gcc-4.6.3/libgo/go/patch/git.go
2816
// Copyright 2009 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. package patch import ( "bytes" "compress/zlib" "crypto/sha1" "encoding/git85" "fmt" "io" "os" ) func gitSHA1(data []byte) []byte { if len(data) == 0 ...
gpl-2.0
Procurem/Contraints
spec/models/category_user_spec.rb
3264
# encoding: utf-8 require 'spec_helper' require_dependency 'post_creator' describe CategoryUser do it 'allows batch set' do user = Fabricate(:user) category1 = Fabricate(:category) category2 = Fabricate(:category) watching = CategoryUser.where(user_id: user.id, notification_level: CategoryUser.not...
gpl-2.0
endocode/linux
drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
9245
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
TkYu/Dockerfiles
ss/README.md
2379
shadowsocks-libev ================= [shadowsocks-libev][1] is a lightweight secured socks5 proxy for embedded devices and low end boxes. It is a port of [shadowsocks][2] created by @clowwindy maintained by @madeye and @linusyang. Suppose we have a VPS running Debian or Ubuntu. To deploy the service quickly, we can u...
gpl-3.0
paulthulstrup/moose
libmesh/examples/adjoints/adjoints_ex3/run.sh
166
#!/bin/bash #set -x source $LIBMESH_DIR/examples/run_common.sh example_name=adjoints_ex3 example_dir=examples/adjoints/$example_name run_example "$example_name"
lgpl-2.1
Noctrunal/jcommune
jcommune-plugin-api/src/main/java/org/jtalks/jcommune/plugin/api/web/validation/validators/BbCodeAwareSizeValidator.java
4375
/** * Copyright (C) 2011 JTalks.org 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 the License, or (at your option) any later version. * This library ...
lgpl-2.1
jhiswin/idiil-closure-compiler
src/com/google/javascript/jscomp/ClosureOptimizePrimitives.java
3783
/* * Copyright 2011 The Closure Compiler 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...
apache-2.0
BigBoss424/portfolio
v7/development/node_modules/prismjs/components/prism-bbcode.min.js
453
Prism.languages.bbcode={tag:{pattern:/\[\/?[^\s=\]]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))?(?:\s+[^\s=\]]+\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))*\s*\]/,inside:{tag:{pattern:/^\[\/?[^\s=\]]+/,inside:{punctuation:/^\[\/?/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+)/i,inside:{punctuation:[/^=/,{patte...
apache-2.0
engtat/amphtml
extensions/amp-vk/0.1/test/test-amp-vk.js
7420
/** * Copyright 2017 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...
apache-2.0
socaa/kubernetes
pkg/proxy/userspace/proxier.go
39220
/* Copyright 2014 The Kubernetes 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 applicable law or ag...
apache-2.0
ironcladlou/origin
vendor/github.com/Azure/azure-sdk-for-go/profiles/preview/marketplaceordering/mgmt/marketplaceordering/marketplaceorderingapi/models.go
1018
// +build go1.9 // Copyright 2019 Microsoft 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 of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
apache-2.0
AsimmHirani/ISpyPi
tensorflow/contrib/tensorflow-master/tensorflow/compiler/xla/client/padding.cc
5186
/* Copyright 2017 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 applicable law or a...
apache-2.0
ZhangXFeng/hadoop
src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/CreateEditsLog.java
8019
/** * 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
mpl/camlistore
vendor/google.golang.org/api/storage/v1/storage-gen.go
338935
// Package storage provides access to the Cloud Storage JSON API. // // See https://developers.google.com/storage/docs/json_api/ // // Usage example: // // import "google.golang.org/api/storage/v1" // ... // storageService, err := storage.New(oauthHttpClient) package storage // import "google.golang.org/api/stora...
apache-2.0
mogoweb/webkit_for_android5.1
webkit/Source/WebCore/bindings/v8/V8GCController.h
2883
/* * Copyright (C) 2009 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 condit...
apache-2.0
greinerb/mongo-web-shell
frontend/spec/mws/config.spec.js
1723
/* Copyright 2013 10gen 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 ...
apache-2.0
pindexis/pintos-tn
src/tests/userprog/write-normal.c
519
/* Try writing a file in the most normal way. */ #include <syscall.h> #include "tests/userprog/sample.inc" #include "tests/lib.h" #include "tests/main.h" void test_main (void) { int handle, byte_cnt; CHECK (create ("test.txt", sizeof sample - 1), "create \"test.txt\""); CHECK ((handle = open ("test.txt")) > 1...
apache-2.0
madhawa-gunasekara/carbon-commons
components/tenant-mgt-common/org.wso2.carbon.tenant.common/src/main/java/org/wso2/carbon/stratos/common/util/CloudServicesUtil.java
9738
package org.wso2.carbon.stratos.common.util; import java.util.List; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.wso2.carbon.stratos.common.config.CloudServiceConfig; import org.wso2.carbon.stratos.common.config.CloudServicesDescConfig; import o...
apache-2.0
consulo/consulo-scala
testdata/typeConformance/existential/BadLowerUpper.scala
120
class A[+T, -U] val z: A[T, U] forSome {type T <: Int; type U >: Int} = new A[Int, Int] val o: A[Int, Float] = z //False
apache-2.0
craigyam/amalgam8
vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_resourcequota.go
4021
/* Copyright 2016 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, ...
apache-2.0
GPUOpen-Drivers/llvm
unittests/Remarks/RemarksAPITest.cpp
4154
//===- unittest/Support/RemarksAPITest.cpp - C++ API tests ----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
apache-2.0
imamura623/OpenPNE38x_PluginBundledVersion
test/unit/util/opDoctrineQueryTest.php
5917
<?php include_once dirname(__FILE__).'/../../bootstrap/unit.php'; class myQuery extends opDoctrineQuery { public static $lastQueryCacheHash = ''; public function calculateQueryCacheHash() { self::$lastQueryCacheHash = parent::calculateQueryCacheHash(); return self::$lastQueryCacheHash; } } $_app = ...
apache-2.0
gyndav/homebrew-cask
Casks/wifispoof.rb
504
cask 'wifispoof' do version '3.4.3' sha256 '31465240307e6e2f36f9345c0600489e3458d81922f3a4ded66fe9881503f606' # sweetpproductions.com/products was verified as official when first introduced to the cask url "https://sweetpproductions.com/products/wifispoof#{version.major}/WiFiSpoof#{version.major}.dmg" appcas...
bsd-2-clause
ashawnbandy-te-tfb/FrameworkBenchmarks
frameworks/Python/web2py/app/standard/modules/database.py
2330
# -*- coding: utf-8 -*- import os from operator import itemgetter from gluon.storage import Storage from gluon.dal import DAL, Field, Row DBHOST = os.environ.get('DBHOST', 'localhost') DATABASE_URI = 'mysql://benchmarkdbuser:benchmarkdbpass@%s:3306/hello_world' % DBHOST class Dal(object): def __init__(self, table...
bsd-3-clause
hgl888/web-testing-service
wts/tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists.html
2382
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following di...
bsd-3-clause
mxOBS/deb-pkg_trusty_chromium-browser
third_party/WebKit/Source/core/rendering/RenderApplet.cpp
1302
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * Copyright (C) 2003, 2006, 2009, 2012 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either ...
bsd-3-clause
crosswalk-project/web-testing-service
wts/tests/webgl/khronos/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html
5121
<!DOCTYPE html> <!-- this file is auto-generated. DO NOT EDIT. /* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction,...
bsd-3-clause
chromium/chromium
third_party/blink/web_tests/external/wpt/css/css-cascade/parsing/layer.html
905
<!doctype html> <meta charset="utf-8"> <title>@layer rule parsing / serialization</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="author" title="Mozilla" href="https://mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-cascade-5/#layering"> <script src="...
bsd-3-clause
ltilve/chromium
ui/compositor/test/test_compositor_host_ozone.cc
2222
// Copyright 2013 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 "ui/compositor/test/test_compositor_host.h" #include "base/basictypes.h" #include "base/bind.h" #include "base/compiler_specific.h" #include "ba...
bsd-3-clause
sgraham/nope
v8/src/harmony-array-includes.js
1359
// Copyright 2014 the V8 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. 'use strict'; // This file relies on the fact that the following declaration has been made // in runtime.js: // var $Array = global.Array; // --------...
bsd-3-clause
gforguru/Windows-universal-samples
FeedReader/js/pages/news/news.html
3590
<!-- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved --> <!DOCTYPE html> <html> <head> ...
mit
EssamKhaled/es-blog
web/bundles/layout/Frontend/assets/plugins/revolution_slider/index.html
30077
<!DOCTYPE html> <!-- ####################################### - THE HEAD PART - ###################################### --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-widt...
mit
weidongwanga/framework
static/bootstrap/issues/283.html
2773
<!DOCTYPE html> <html> <head> <title>Use resetView to reset the header width</title> <meta charset="utf-8"> <link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="../assets/bootstrap-table/src/bootstrap-table.css"> <link rel="stylesheet" href="../assets...
mit
tholu/cdnjs
ajax/libs/lumx/1.5.14/lumx.js
203404
/* LumX v1.5.14 (c) 2014-2017 LumApps http://ui.lumapps.com License: MIT */ (function() { 'use strict'; angular.module('lumx.utils.depth', []); angular.module('lumx.utils.event-scheduler', []); angular.module('lumx.utils.transclude-replace', []); angular.module('lumx.utils.utils', []); angu...
mit
HB-Biomedical-Technologies/hbbt-web-skeleton
www/concrete/elements/block_area_layout.php
5830
<?php defined('C5_EXECUTE') or die("Access Denied."); if (ENABLE_AREA_LAYOUTS == false) { die(t('Area layouts have been disabled.')); } global $c; $form = Loader::helper('form'); //Loader::model('layout'); if( intval($_REQUEST['lpID']) ){ $layoutPreset = LayoutPreset::getByID($_REQUEST['lpID']); if(is_objec...
mit
dedraks/cadpaz
web/css/ceacecb_part_1_bootstrap-datepicker_1.css
17157
/*! * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker) * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */ .datepicker { padding: 4px; -webkit-border-radius: 4px; -moz-...
mit
dikshay/angularjs-up-and-running
chapter14/appUnderTest/app/scripts/app.js
881
// File: chapter14/appUnderTest/app/scripts/app.js angular.module('fifaApp', ['ngRoute']) .config(function($routeProvider) { $routeProvider.when('/', { templateUrl: 'views/team_list.html', controller: 'TeamListCtrl as teamListCtrl' }) .when('/login', { templateUrl: 'views/login.html', ...
mit
Vivek-anand-jain/Implementation-of-BLUE-in-ns-3
src/traffic-control/model/traffic-control-layer.cc
10705
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2015 Natale Patriciello <natale.patriciello@gmail.com> * 2016 Stefano Avallone <stavallo@unina.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
pete318/TrinityCore
src/server/game/AI/CoreAI/GuardAI.h
1236
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
gpl-2.0
annegabrielle/secure_adhoc_network_ns-3
src/node/packet-socket-address.h
2277
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2007 INRIA * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distribu...
gpl-2.0
monishk10/moshi_cancro
drivers/staging/prima/CORE/HDD/src/wlan_hdd_softap_tx_rx.c
71439
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
HarveyHunt/linux
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.c
8776
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright(c) 1999 - 2013 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, ver...
gpl-2.0
Gurgel100/gcc
gcc/testsuite/gfortran.dg/overload_2.f90
504
! { dg-do compile } ! Test the fix for PR32157, in which overloading 'LEN', as ! in 'test' below would cause a compile error. ! ! Contributed by Michael Richmond <michael.a.richmond@nasa.gov> ! subroutine len(c) implicit none character :: c c = "X" end subroutine len subroutine test() implicit none character...
gpl-2.0
spcui/autotest
frontend/client/src/autotest/afe/CheckBoxPanel.java
1139
package autotest.afe; import java.util.ArrayList; import java.util.List; public class CheckBoxPanel { public static interface Display { public ICheckBox generateCheckBox(int index); } private List<ICheckBox> checkBoxes = new ArrayList<ICheckBox>(); private Display display; public void bi...
gpl-2.0
FireWRT/OpenWrt-Firefly-Libraries
staging_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/usr/include/asterisk-11/include/asterisk/datastore.h
2873
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 2007 - 2008, Digium, Inc. * * See http://www.asterisk.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project provides a web site, mailing lis...
gpl-2.0
nacc/autotest
frontend/client/src/autotest/tko/LabelField.java
472
package autotest.tko; import autotest.common.Utils; public abstract class LabelField extends ParameterizedField { @Override public String getSqlCondition(String value) { String condition = " IS NOT NULL"; if (value.equals(Utils.JSON_NULL)) { condition = " IS NULL"; } ...
gpl-2.0
dje42/gdb
gdb/demangle.c
7136
/* Basic C++ demangling support for GDB. Copyright (C) 1991-2013 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
gpl-2.0
mangosArchives/serverOneRel18
src/scripts/sql/updates/0.6/r2541_mangos.sql
113
DELETE FROM scripted_areatrigger WHERE entry=1966; INSERT INTO scripted_areatrigger VALUES (1966,'at_murkdeep');
gpl-2.0
DaveB95/CS3012Website
vendors/tinymce/plugins/insertdatetime/plugin.min.js
2505
tinymce.PluginManager.add("insertdatetime", function (e) { function t(t, n) { function i(e, t) { if (e = "" + e, e.length < t)for (var n = 0; n < t - e.length; n++)e = "0" + e; return e } return n = n || new Date, t = t.replace("%D", "%m/%d/%Y"), t = t.replace("%r", ...
gpl-2.0
MetSystem/fastsocket
kernel/drivers/net/bnx2x/bnx2x_cmn.h
35738
/* bnx2x_cmn.h: Broadcom Everest network driver. * * Copyright (c) 2007-2013 Broadcom Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation. * * Maintained by: Eilon Greenstein <e...
gpl-2.0
mehulsbhatt/librenms
includes/discovery/os/kyocera.inc.php
82
<?php if (!$os) { if (strstr($sysDescr, "KYOCERA ")) { $os = "kyocera"; } } ?>
gpl-3.0
drxaero/calibre
src/calibre/gui2/store/stores/archive_org_plugin.py
1689
# -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) store_version = 1 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2011, John Schember <john@nachtimwald.com>' __docformat__ = 'restructuredtext en' from calibre.gui2.store.basic_con...
gpl-3.0
kylethayer/bioladder
wiki/resources/src/mediawiki/mediawiki.debug.profile.js
15945
/*! * JavaScript for the debug toolbar profiler, enabled through $wgDebugToolbar * and StartProfiler.php. * * @author Erik Bernhardson * @since 1.23 */ ( function ( mw, $ ) { 'use strict'; /** * @singleton * @class mw.Debug.profile */ var profile = mw.Debug.profile = { /** * Object containing data...
gpl-3.0
vcazan/openFloor
openCVBlobTracking/libs/poco/include/Poco/NotificationStrategy.h
2615
// // NotificationStrategy.h // // $Id: //poco/1.3/Foundation/include/Poco/NotificationStrategy.h#2 $ // // Library: Foundation // Package: Events // Module: NotificationStrategy // // Definition of the NotificationStrategy interface. // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Cont...
gpl-3.0
europeana/broken_dont_bother_exhibitions
webtree/themes/main/javascripts/mediaelement-2.7/src/js/mep-feature-contextmenu.js
4424
/* * ContextMenu Plugin * * */ (function($) { $.extend(mejs.MepDefaults, contextMenuItems = [ // demo of a fullscreen option { render: function(player) { // check for fullscreen plugin if (typeof player.enterFullScreen == 'undefined') return null; if (player.isFul...
gpl-3.0
kvzhao/Embedded-ROS
os/ports/GCC/ARMCMx/STM32L1xx/vectors.c
9889
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT 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 Softw...
gpl-3.0
aripringle/doctrine1
tests/Ticket/1365TestCase.php
4392
<?php /* * $Id$ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR C...
lgpl-2.1
wjiangjay/origin
vendor/github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2017-07-01-preview/servicefabric/versiongroup.go
14585
package servicefabric // Copyright (c) Microsoft and contributors. 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 // ...
apache-2.0
asedunov/intellij-community
python/src/com/jetbrains/python/codeInsight/functionTypeComments/PyFunctionTypeAnnotationElementTypes.java
1200
/* * Copyright 2000-2016 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
avdi/rust
src/test/parse-fail/pat-ref-enum.rs
625
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
apache-2.0
sandhyagaddipati/PnPSamples
Components/Core.TaxonomyPicker/README.md
18512
# Taxonomy picker for sharepoint add-in # ### Summary ### This sample shows an implementation of a SharePoint Taxonomy Picker control that can be used on provider hosted SharePoint apps. ### Applies to ### - Office 365 Multi Tenant (MT) - Office 365 Dedicated (D) - SharePoint 2013 on-premises ### Prerequisites ##...
apache-2.0
zuoyebushiwo/openfire-my-study
src/java/org/jivesoftware/openfire/muc/spi/package-info.java
99
/** * Implementation of Multi-User Chat (XEP-0045). */ package org.jivesoftware.openfire.muc.spi;
apache-2.0
deciament/presto
presto-main/src/main/java/com/facebook/presto/sql/gen/PageProcessorCompiler.java
15098
/* * 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
jk1/intellij-community
python/src/com/jetbrains/python/inspections/quickfix/AddIgnoredIdentifierQuickFix.java
2763
/* * Copyright 2000-2016 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
akopich/spark
core/src/main/scala/org/apache/spark/internal/io/SparkHadoopWriter.scala
14219
/* * 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
NaNi-Z/manageiq
lib/vmdb/initializer.rb
937
module Vmdb module Initializer def self.init _log.info "- Program Name: #{$PROGRAM_NAME}, PID: #{Process.pid}, ENV['MIQ_GUID']: #{ENV['MIQ_GUID']}, ENV['EVMSERVER']: #{ENV['EVMSERVER']}" # When these classes are deserialized in ActiveRecord (e.g. EmsEvent, MiqQueue), they need to be preloaded r...
apache-2.0
oscarvarto/oscarvarto.github.io
fabfile.py
2437
from fabric.api import * import fabric.contrib.project as project import os import shutil import sys import SocketServer from pelican.server import ComplexHTTPRequestHandler # Local path configuration (can be absolute or relative to fabfile) env.deploy_path = 'output' DEPLOY_PATH = env.deploy_path # Remote server co...
apache-2.0
smmribeiro/intellij-community
java/java-analysis-api/src/com/intellij/lang/jvm/actions/CreateConstructorRequest.java
259
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.lang.jvm.actions; public interface CreateConstructorRequest extends CreateExecutableRequest { }
apache-2.0
markyao/disconf
disconf-web/src/main/java/com/baidu/disconf/web/service/user/vo/VisitorVo.java
1901
package com.baidu.disconf.web.service.user.vo; public class VisitorVo { private Long id; private String name; private String role; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getName() { return name; } ...
apache-2.0
edisonlz/fruit
web_project/base/site-packages/south/db/oracle.py
12431
import os.path import sys import re import warnings import cx_Oracle from django.db import connection, models from django.db.backends.util import truncate_name from django.core.management.color import no_style from django.db.models.fields import NOT_PROVIDED from django.db.utils import DatabaseError # I...
apache-2.0
apavlenko/opencv
samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java
6624
package org.opencv.samples.puzzle15; import org.opencv.core.Core; import org.opencv.core.CvType; import org.opencv.core.Mat; import org.opencv.core.Scalar; import org.opencv.core.Size; import org.opencv.core.Point; import org.opencv.imgproc.Imgproc; import android.util.Log; /** * This class is a controller for puz...
bsd-3-clause
Linphone-sync/webrtc
video_engine/vie_performance_monitor.h
1557
/* * Copyright (c) 2012 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
bsd-3-clause
7kbird/chrome
apps/app_lifetime_monitor_factory.cc
1638
// Copyright 2013 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 "apps/app_lifetime_monitor_factory.h" #include "apps/app_lifetime_monitor.h" #include "apps/app_window_registry.h" #include "chrome/browser/prof...
bsd-3-clause