repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
ndykman/CodeContracts
Microsoft.Research/Contracts/System.Web/Sources/System.Web.UI.WebControls.WebParts.TransformerTypeCollection.cs
3050
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
mit
lars-erik/Umbraco-CMS
src/Umbraco.Core/Xml/XPath/INavigableContentType.cs
637
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Umbraco.Core.Xml.XPath { /// <summary> /// Represents the type of a content that can be navigated via XPath. /// </summary> interface INavigableContentType { /// <summary> /// Gets the n...
mit
carsonreinke/mozu-java-sdk
src/main/java/com/mozu/api/utils/Endpoints.java
1200
package com.mozu.api.utils; public class Endpoints { public static final String AUTH_URL = "api/platform/applications/authtickets"; public static final String AUTH_REFRESH_URL = "api/platform/applications/authtickets/refresh-ticket/%s"; public static final String TENANT_END_POINT = "api/platform/tenants"; ...
mit
nginnever/zogminer
tests/deps/boost/fusion/tuple/detail/make_tuple.hpp
3058
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
mit
CarsonF/bolt
src/Helpers/Str.php
2298
<?php namespace Bolt\Helpers; use Cocur\Slugify\Slugify; class Str { /** * Returns a "safe" version of the given string - basically only US-ASCII and * numbers. Needed because filenames and titles and such, can't use all characters. * * @param string $str * @param boolean $strict *...
mit
duggiefresh/ember.js
packages/ember-extension-support/lib/container_debug_adapter.js
2656
import Ember from 'ember-metal'; // Ember as namespace import { A as emberA, typeOf, String as StringUtils, Namespace, Object as EmberObject } from 'ember-runtime'; /** @module ember @submodule ember-extension-support */ /** The `ContainerDebugAdapter` helps the container and resolver interface with too...
mit
PeterDaveHello/jsdelivr
files/docsify/1.5.2/themes/pure.css
8937
* { box-sizing: border-box; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; -webkit-touch-callout: none; -webkit-font-smoothing: antialiased; } .progress { background-color: #000; height: 2px; left: 0px; position: ...
mit
wedigitalApps/foundation
themes/wedigital/backend/user/_form.php
555
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model common\models\User */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="user-form"> <?php $form = ActiveForm::begin(); ?> <?= $form->field($model, 'status')->textInput() ?> <div class="form-group"...
mit
smpetrey/leahconstantine.com
web/app/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php
18076
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals\Options */ /** * Option: wpseo_taxonomy_meta. */ class WPSEO_Taxonomy_Meta extends WPSEO_Option { /** * @var string Option name. */ public $option_name = 'wpseo_taxonomy_meta'; /** * @var bool Whether to include the option in the return f...
mit
evgenikozlov/test-task
vendor/sonata-project/admin-bundle/Tests/Fixtures/Admin/PostAdmin.php
607
<?php namespace Sonata\AdminBundle\Tests\Fixtures\Admin; use Sonata\AdminBundle\Admin\Admin; class PostAdmin extends Admin { protected $metadataClass = null; public function setParentAssociationMapping($associationMapping) { $this->parentAssociationMapping = $associationMapping; } publi...
mit
ndykman/CodeContracts
Microsoft.Research/Contracts/MsCorlib/System.Collections.Generic.IList.cs
5963
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
mit
MindfireTechnology/Merchello
src/Merchello.Web/Models/ContentEditing/LineItemDisplayBase.cs
1952
namespace Merchello.Web.Models.ContentEditing { using System; using System.Collections.Generic; using Merchello.Core; using Merchello.Core.Models.TypeFields; using Newtonsoft.Json; using Newtonsoft.Json.Converters; /// <summary> /// The line item display base. /// </summary> ...
mit
extend1994/cdnjs
ajax/libs/Trumbowyg/2.16.2/plugins/fontfamily/trumbowyg.fontfamily.js
3157
(function ($) { 'use strict'; $.extend(true, $.trumbowyg, { langs: { // jshint camelcase:false en: { fontFamily: 'Font' }, es: { fontFamily: 'Fuente' }, da: { fontFamily: 'Skrifttype'...
mit
cdnjs/cdnjs
ajax/libs/ckeditor/4.17.2/plugins/uicolor/lang/ro.min.js
294
CKEDITOR.plugins.setLang("uicolor","ro",{title:"Interfața cu utilizatorul a Selectorului de culoare",options:"Opțiuni culoare",highlight:"Evidențiere",selected:"Culoare selectată",predefined:"Seturi de culoare predefinite",config:"Copiază această expresie în fișierul tău config.js"});
mit
firthh/thoughtmule
resources/templates/index.html
355
<html> <head> <meta charset="utf-8"> <meta name=viewport content="width=device-width, initial-scale=1"> {% if dev %} {% style "css/site.css" %} {% else %} {% style "css/site.min.css" %} {% endif %} </head> <body> <div id="app"></div> <script src="js/app.js" type="text/javas...
epl-1.0
comc49/a2f_bridge_theme
wp-content/themes_bak/bridge/templates/blog_large_image_simple-loop.php
7098
<?php global $qode_options_proya; $blog_hide_comments = ""; if (isset($qode_options_proya['blog_hide_comments'])) { $blog_hide_comments = $qode_options_proya['blog_hide_comments']; } $blog_hide_author = ""; if (isset($qode_options_proya['blog_hide_author'])) { $blog_hide_author = $qode_options_proya['blog_hide_a...
gpl-2.0
TigerKid001/git
builtin/tag.c
13238
/* * Builtin "git tag" * * Copyright (c) 2007 Kristian Høgsberg <krh@redhat.com>, * Carlos Rica <jasampler@gmail.com> * Based on git-tag.sh and mktag.c by Linus Torvalds. */ #include "cache.h" #include "builtin.h" #include "refs.h" #include "tag.h" #include "run-command.h" #include "parse-opti...
gpl-2.0
koct9i/linux
net/core/filter.c
234767
// SPDX-License-Identifier: GPL-2.0-or-later /* * Linux Socket Filter - Kernel level socket filtering * * Based on the design of the Berkeley Packet Filter. The new * internal format has been designed by PLUMgrid: * * Copyright (c) 2011 - 2014 PLUMgrid, http://plumgrid.com * * Authors: * * Jay Schulist <jschl...
gpl-2.0
maskedjellybean/tee-prop
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaResourceTestBase.php
701
<?php namespace Drupal\Tests\rest\Functional\EntityResource\Media; @trigger_error('The ' . __NAMESPACE__ . '\MediaResourceTestBase is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Instead, use Drupal\Tests\media\Functional\Rest\MediaResourceTestBase. See https://www.drupal.org/node/2971931.', E_...
gpl-2.0
kv193/buildroot
linux/linux-kernel/drivers/gpu/drm/savage/savage_bci.c
31167
/* savage_bci.c -- BCI support for Savage * * Copyright 2004 Felix Kuehling * All Rights Reserved. * * 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 wit...
gpl-2.0
npf-ati/linux-2.6-imx
drivers/mmc/card/block.c
67016
/* * Block driver for media (i.e., flash cards) * * Copyright 2002 Hewlett-Packard Company * Copyright 2005-2008 Pierre Ossman * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety in all copies and derived works. * * HEWLETT-PACKARD COMPANY MAK...
gpl-2.0
bq/aquaris-E4
sound/soc/mediatek/mt_soc_audio_v3/AudDrv_Clk.c
28643
/* * Copyright (C) 2007 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...
gpl-2.0
Exxenoz/mangos-wotlk
src/scriptdev2/scripts/northrend/gundrak/boss_moorabi.cpp
5803
/* This file is part of the ScriptDev2 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 opti...
gpl-2.0
mlachwani/Android-4.4.2-Manta-Kernel
arch/arm/include/asm/cacheflush.h
11383
/* * arch/arm/include/asm/cacheflush.h * * Copyright (C) 1999-2002 Russell King * * 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. */ #ifndef _ASMARM_CACHEFLUSH_H #define _ASM...
gpl-2.0
HelllGuest/boom_kernel_sprout_kk
drivers/gpu/ion/ion.c
48833
/* * drivers/gpu/ion/ion.c * * Copyright (C) 2011 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hop...
gpl-2.0
BenzoPlayer/kernel_asus_fugu
drivers/staging/imgtec/intel/video/common/psb_mmu.c
29451
/************************************************************************** * Copyright (c) 2007, 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, * version 2, as published by the Free Software Foundat...
gpl-2.0
vredniiy/sprout
drivers/misc/mediatek/accdet/accdet_drv.c
4055
/* * Copyright (C) 2011-2014 MediaTek Inc. * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU General Public License version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRAN...
gpl-2.0
Elite-Kernels/Elite_angler
kernel/seccomp.c
22899
/* * linux/kernel/seccomp.c * * Copyright 2004-2005 Andrea Arcangeli <andrea@cpushare.com> * * Copyright (C) 2012 Google, Inc. * Will Drewry <wad@chromium.org> * * This defines a simple but solid secure-computing facility. * * Mode 1 uses a fixed list of allowed system calls. * Mode 2 allows user-defined sy...
gpl-2.0
MicroTrustRepos/microkernel
src/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/m_syswrap/syswrap-ppc64-aix5.c
30484
/*--------------------------------------------------------------------*/ /*--- Platform-specific syscalls stuff. syswrap-ppc64-aix5.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of Valgrind, a dynamic binary instrumentation framework. Copyright (...
gpl-2.0
jamidwyer/flickr
style/css/flickrstyle_rounded.css
521
/** * The CSS values that are wrapped in '/*variable' comments are intended for use * by https://www.drupal.org/project/style_settings. Enable that module to * have those CSS variables exposed in the settings UI. */ .flickr-photo-img, img.flickr-photoset-img, .flickr-wrap, span.flickr-credit { -webkit-border-rad...
gpl-2.0
tgrimault/manorhouseporto.wp
wp-content/plugins/ultimate-tinymce/addons/codemagic/editor_plugin.js
752
(function(){tinymce.PluginManager.requireLangPack('codemagic');tinymce.create('tinymce.plugins.CodeMagic',{init:function(ed,url){ed.addCommand('mceCodeMagic',function(){ed.windowManager.open({file:url+'/codemagic.php',width:1200,height:600,inline:1,maximizable:true},{plugin_url:url})});ed.addButton('codemagic',{title:'...
gpl-2.0
Exxenoz/mangos-wotlk
src/scriptdev2/scripts/northrend/violet_hold/boss_erekem.cpp
8075
/* This file is part of the ScriptDev2 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 opti...
gpl-2.0
pakohan/syso-kernel
webmin-1.660/inittab/help/process.ru_SU.html
182
<header>ðÒÏÃÅÓÓ</header> ÷ ÜÔÏÍ ÐÏÌÅ ÎÁÈÏÄÉÔÓÑ ËÏÍÁÄÎÁÑ ÓÔÒÏËÁ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ×ÙÚ×ÁÎÁ ÄÁÎÎÙÍ ÐÒÏÃÅÓÓÏÍ ÉÎÉÃÉÁÌÉÚÁÃÉÉ (ÎÁÐÒÉÍÅÒ: /etc/init.d/rc, /sbin/getty ...).<p> <hr>
gpl-2.0
rsalveti/xbmc-eden
xbmc/guilib/GUILabel.h
8056
/*! \file GUILabel.h \brief */ #pragma once /* * Copyright (C) 2005-2010 Team XBMC * http://www.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, ...
gpl-2.0
localshred/dtraders
wp-commentsrss2.php
625
<?php /** * Outputs the RSS2 XML format comment feed using the feed-rss2.php file in * wp-includes folder. This file only sets the feed format and includes the * feed-rss2-comments.php. * * This file is no longer used in WordPress and while it is not deprecated now. * This file will most likely be deprecated or r...
gpl-2.0
flovntp/BikeTutorialWebsite
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/Persistence/Legacy/Tests/Content/StorageRegistryTest.php
2076
<?php /** * File contains: eZ\Publish\Core\Persistence\Legacy\Tests\Content\StorageRegistryTest class. * * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. * * @version //autogentag// */ namesp...
gpl-2.0
TheThumbsupguy/Ross-Upholstery-Inc
wp-admin/credits.php
4135
<?php /** * Credits administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require_once __DIR__ . '/includes/credits.php'; $title = __( 'Credits' ); list( $display_version ) = explode( '-', get_bloginfo( 'versio...
gpl-2.0
chase2534/gtab47.freekern
arch/arm/mach-mmp/brownstone.c
7186
/* * linux/arch/arm/mach-mmp/brownstone.c * * Support for the Marvell Brownstone Development Platform. * * Copyright (C) 2009-2010 Marvell International Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publ...
gpl-2.0
GameTheory-/android_kernel_g4stylusn2
net/ipv4/tcp_input.c
170266
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol(TCP). * * Authors: Ross Biro * Fred N. van Kempen, <wa...
gpl-2.0
Dima73/enigma2
lib/python/Components/Sources/StreamService.py
2074
from Source import Source from Components.Element import cached from Components.SystemInfo import SystemInfo from enigma import eServiceReference StreamServiceList = [] class StreamService(Source): def __init__(self, navcore): Source.__init__(self) self.ref = None self.__service = None self.navcore = navcore...
gpl-2.0
as1anhawk/ICT2_Team3
wp-content/themes/clickboutique/page-templates/page-wide.php
1843
<?php /** * Template Name: Wide Page Template * * Description: A page template that provides a key component of WordPress as a CMS * by meeting the need for a carefully crafted introductory page. The front page template * in Twenty Twelve consists of a page content area for adding text, images, video -- * anythi...
gpl-2.0
byeonggonlee/lynx-ns-gb
toolchain/share/doc/arm-arm-none-eabi/html/gdb/Context-management.html
5980
<html lang="en"> <head> <title>Context management - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="GDB_002fMI-...
gpl-2.0
brmqk3/uncrustify
tests/output/cpp/34171-i1181.cpp
81
int main() { if(true) {return 1;} else if(true) {return 1;} else {return 1;} }
gpl-2.0
hryamzik/ansible
lib/ansible/modules/network/aci/aci_tenant_span_dst_group.py
6414
#!/usr/bin/python # -*- coding: utf-8 -*- # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], ...
gpl-3.0
pasoev/innfin
src/oldcot/zip.h
3130
/* * libtcod 1.5.1 * Copyright (c) 2008,2009,2010,2012 Jice & Mingos * 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 * ...
gpl-3.0
davidbuzatto/CryProteinModelsComparisonLab
web/j2s/JSV/common/Spectrum.js
18056
Clazz.declarePackage ("JSV.common"); Clazz.load (["java.lang.Enum", "JSV.source.JDXDataObject", "JU.Lst"], "JSV.common.Spectrum", ["java.lang.Boolean", "$.Double", "java.util.Hashtable", "JU.PT", "JSV.common.Coordinate", "$.Parameters", "$.PeakInfo", "JSV.source.JDXSourceStreamTokenizer", "JU.Logger"], function () { ...
gpl-3.0
pumpkin83/OpenUH-OpenACC
osprey/kgccfe/gnu/config/stormy16/stormy16.md
30393
;; XSTORMY16 Machine description template ;; Copyright (C) 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. ;; Contributed by Red Hat, Inc. ;; This file is part of GNU CC. ;; GNU CC is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published ...
gpl-3.0
carthy/beard.gmp
mpq/div.c
2833
/* mpq_div -- divide two rational numbers. Copyright 1991, 1994, 1995, 1996, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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 Fr...
gpl-3.0
GreenFireDragon/GreenFireDragon-s-TPTMod
src/simulation/Sample.h
650
#ifndef The_Powder_Toy_Sample_h #define The_Powder_Toy_Sample_h #include "Particle.h" class SimulationSample { public: Particle particle; int ParticleID; int PositionX, PositionY; float AirPressure; float AirTemperature; float AirVelocityX; float AirVelocityY; int WallType; float Gravity; float GravityVe...
gpl-3.0
wvdd007/robomongo
src/third-party/mongodb/jstests/sharding/diffservers1.js
726
s = new ShardingTest( "diffservers1" , 2 ); assert.eq( 2 , s.config.shards.count() , "server count wrong" ); assert.eq( 2 , s._connections[0].getDB( "config" ).shards.count() , "where are servers!" ); assert.eq( 0 , s._connections[1].getDB( "config" ).shards.count() , "shouldn't be here" ); test1 = s.getDB( "test1"...
gpl-3.0
nafiux/portableR
site-library/Rcpp/include/Rcpp/hash/IndexHash.h
6906
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*- // // IndexHash.h: Rcpp R/C++ interface class library -- hashing utility, inspired // from Simon's fastmatch package // // Copyright (C) 2010, 2011 Simon Urbanek // Copyright (C) 2012 Dirk Eddelbuettel and Romain Francois // Copyright (C) 2014 ...
agpl-3.0
uberbrady/snipe-it
resources/lang/ta/admin/groups/message.php
1553
<?php return array( 'group_exists' => 'குழு ஏற்கனவே உள்ளது!', 'group_not_found' => 'குழு [: id] இல்லை.', 'group_name_required' => 'பெயர் புலம் தேவை', 'success' => array( 'create' => 'குழு வெற்றிகரமாக உருவாக்கப்பட்டது.', 'update' => 'குழு வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', ...
agpl-3.0
Aravinthu/odoo
addons/google_drive/models/res_config_settings.py
1634
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models class ResConfigSettings(models.TransientModel): _inherit = "res.config.settings" google_drive_authorization_code = fields.Char(string='Authorization Code') google_drive...
agpl-3.0
indictranstech/osmosis-erpnext
erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md
998
#Track Items Using Barcode A barcode is a value decoded into vertical spaced lines. Barcode scanners are the input medium, like Keyboard. When it scans a barcode, the data appears in the computer screens at the point of a cursor. To enable barcode feature in ERPNext go to: `Setup > Customize > Features Setup` Check...
agpl-3.0
rbetancor/orthanc-webviewer
Orthanc/Uuid.cpp
3863
/** * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * 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...
agpl-3.0
camptocamp/augeas-debian
src/ref.c
1339
/* * ref.c: reference counting * * Copyright (C) 2009-2011 David Lutterkort * * 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 opti...
lgpl-2.1
dawehner/root
gui/ged/inc/TAxisEditor.h
4432
// @(#)root/ged:$Id$ // Author: Ilka Antcheva 11/05/04 /************************************************************************* * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
lgpl-2.1
pedrosan7os/fenixedu-academic
src/main/java/org/fenixedu/academic/ui/faces/components/util/CalendarLink.java
5981
/** * Copyright © 2002 Instituto Superior Técnico * * This file is part of FenixEdu Academic. * * FenixEdu Academic 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 3 of the License...
lgpl-3.0
freidt/eudaq
nreader/detdescription/EUTelTLUDetector.cc
1905
// personal includes ".h" #include "EUTELESCOPE.h" #include "EUTelBaseDetector.h" #include "EUTelTLUDetector.h" // system includes <> #include <iostream> #include <iomanip> #include <vector> #include <string> using namespace std; using namespace eutelescope; EUTelTLUDetector::EUTelTLUDetector() : EUTelBaseDetector(...
lgpl-3.0
StuartGuo/Bluetooth-LE-Library---Android
library/src/main/java/uk/co/alt236/bluetoothlelib/device/beacon/ibeacon/IBeaconConstants.java
198
package uk.co.alt236.bluetoothlelib.device.beacon.ibeacon; /** * */ public class IBeaconConstants { public static final byte[] MANUFACTURER_DATA_IBEACON_PREFIX = {0x4C, 0x00, 0x02, 0x15}; }
apache-2.0
plxaye/chromium
src/chrome/browser/autocomplete/autocomplete_match_unittest.cc
4260
// 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. #include "chrome/browser/autocomplete/autocomplete_match.h" #include "base/basictypes.h" #include "testing/gtest/include/gtest/gtest.h" TEST(Autocom...
apache-2.0
smmribeiro/intellij-community
plugins/sh/gen/com/intellij/sh/psi/impl/ShUnaryExpressionImpl.java
1138
// This is a generated file. Not intended for manual editing. package com.intellij.sh.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import st...
apache-2.0
wso2/product-das
modules/integration/tests-common/integration-test-utils/src/main/java/org/wso2/das/analytics/rest/beans/DrillDownPathBean.java
2162
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/li...
apache-2.0
gh351135612/presto
presto-main/src/test/java/com/facebook/presto/sql/planner/assertions/LimitMatcher.java
1577
/* * 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
TomasHofman/undertow
core/src/main/java/io/undertow/util/Methods.java
6437
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual 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 Licen...
apache-2.0
Icenium/cordova-docs
www/docs/en/2.3.0/cordova/globalization/globalization.getPreferredLanguage.md
2849
--- license: > 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 ...
apache-2.0
siosio/intellij-community
platform/lang-api/src/com/intellij/execution/configurations/VirtualConfigurationType.java
210
package com.intellij.execution.configurations; /** * Configuration of such type can't be manually added or removed by the user; the template entry is hidden. */ public interface VirtualConfigurationType { }
apache-2.0
psoreide/bnd
bndtools.core/src/bndtools/editor/model/package-info.java
115
@org.osgi.annotation.bundle.Export @org.osgi.annotation.versioning.Version("2.0.0") package bndtools.editor.model;
apache-2.0
otsimo/analytics
vendor/src/google.golang.org/grpc/clientconn_test.go
7643
/* * * Copyright 2014, 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 condi...
apache-2.0
siosio/intellij-community
plugins/InspectionGadgets/src/com/siyeh/ig/abstraction/MagicNumberInspection.java
7475
/* * Copyright 2003-2013 Dave Griffith, Bas Leijdekkers * * 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 applicab...
apache-2.0
pweil-/origin
vendor/github.com/karrick/godirwalk/examples/clean-empties/main.go
1592
package main import ( "fmt" "os" "path/filepath" "github.com/karrick/godirwalk" "github.com/pkg/errors" ) func main() { if len(os.Args) < 2 { fmt.Fprintf(os.Stderr, "usage: %s dir1 [dir2 [dir3...]]\n", filepath.Base(os.Args[0])) os.Exit(2) } scratchBuffer := make([]byte, 64*1024) // allocate once and re...
apache-2.0
packet-tracker/onos
providers/pcep/tunnel/src/test/java/org/onosproject/provider/pcep/tunnel/impl/PcepControllerAdapter.java
2267
/* * Copyright 2014 Open Networking Laboratory * * 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...
apache-2.0
jsdosa/TizenRT
apps/system/i2c/Makefile
4624
########################################################################### # # Copyright 2016 Samsung Electronics 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 # # htt...
apache-2.0
smmribeiro/intellij-community
java/java-tests/testData/inspection/streamApiCallChains/beforeUnmodifiableListJava16.java
251
// "Replace 'collect(toUnmodifiableList())' with 'toList()'" "true" import java.util.List; import java.util.stream.*; class X { void test(Stream<String> stream) { List<String> list = stream.collect<caret>(Collectors.toUnmodifiableList()); } }
apache-2.0
likaiwalkman/spring-ldap
core/src/main/java/org/springframework/ldap/core/support/ContextMapperWithControls.java
1490
/* * Copyright 2005-2013 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
caio2k/RIDE
src/robotide/lib/robot/output/librarylogger.py
2175
# Copyright 2008-2015 Nokia Solutions and Networks # # 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
AndreasAbdi/jackrabbit-oak
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/EffectiveType.java
11952
/* * 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
adfernandes/mbed
targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/STM32H7xx_HAL_Driver/stm32h7xx_hal_sram.c
33824
/** ****************************************************************************** * @file stm32h7xx_hal_sram.c * @author MCD Application Team * @brief SRAM HAL module driver. * This file provides a generic firmware to drive SRAM memories * mounted as external device. * @verbatim...
apache-2.0
siosio/intellij-community
plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/lang/psi/impl/synthetic/GrTraitField.java
2141
// Copyright 2000-2020 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 org.jetbrains.plugins.groovy.lang.psi.impl.synthetic; import com.intellij.openapi.diagnostic.Logger; import com.intellij.psi.*; import org.jetbrains.annotations.NotNull; ...
apache-2.0
seanbamsft/azure-powershell
src/ResourceManager/Insights/Commands.Insights/Diagnostics/GetAzureRmDiagnosticSettingCommand.cs
2092
// ---------------------------------------------------------------------------------- // // Copyright 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.apa...
apache-2.0
jawnsy/cri-o
vendor/k8s.io/kubernetes/cluster/gce/debian/master-helper.sh
4297
#!/bin/bash # Copyright 2015 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 ...
apache-2.0
dmiszkiewicz/elasticsearch
src/main/java/org/elasticsearch/action/search/type/TransportSearchCountAction.java
3920
/* * 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
gisfromscratch/datavisualizer
lib/vtk/include/Filters/General/vtkDataSetTriangleFilter.h
2876
/*========================================================================= Program: Visualization Toolkit Module: vtkDataSetTriangleFilter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This so...
apache-2.0
pkdevbox/stratos
components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/topology/ClusterBean.java
3225
/** * 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
romartin/kie-wb-common
kie-wb-common-screens/kie-wb-common-datasource-mgmt/kie-wb-common-datasource-mgmt-client/src/main/java/org/kie/workbench/common/screens/datasource/management/client/dbexplorer/schemas/DatabaseSchemaExplorerView.java
1272
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * 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
russbishop/swift
lib/SILOptimizer/UtilityPasses/BasicInstructionPropertyDumper.cpp
1568
//===--- BasicInstructionPropertyDumper.cpp -------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
apache-2.0
Chilledheart/chromium
chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc
15174
// Copyright 2015 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 "chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.h" #include "apps/ui/views/app_window_frame_view.h" #include "ash/ash_constant...
bsd-3-clause
rcuvgd/Webmin22.01.2016
postfix/help/opt_mailbox_command.pl.UTF-8.html
1401
<header>Program zewnętrzny używany zamiast doręczania do skrzynki pocztowej</header> <center><tt>mailbox_command</tt></center> <hr> Ten parametr określa fakultatywne zewnętrzne polecenie wykorzystywane zamiast doręczania do skrzynki pocztowej. Polecenie będzie uruchamiane z&nbsp;prawami odbiorcy i&nbsp;z&nbsp;prawidł...
bsd-3-clause
CTSRD-SOAAP/chromium-42.0.2311.135
remoting/client/jni/chromoting_jni_runtime.h
5739
// 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. #ifndef REMOTING_CLIENT_JNI_CHROMOTING_JNI_RUNTIME_H_ #define REMOTING_CLIENT_JNI_CHROMOTING_JNI_RUNTIME_H_ #include <jni.h> #include <string> #include ...
bsd-3-clause
Chilledheart/chromium
components/autofill/core/browser/autofill_data_model.h
2641
// 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. #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DATA_MODEL_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DATA_MODEL_H_ #include <string> #inclu...
bsd-3-clause
towerjoo/mindsbook
django/contrib/auth/tests/auth_backends.py
9952
import warnings from django.conf import settings from django.contrib.auth.models import User, Group, Permission, AnonymousUser from django.contrib.contenttypes.models import ContentType from django.test import TestCase class BackendTest(TestCase): backend = 'django.contrib.auth.backends.ModelBackend' def s...
bsd-3-clause
HermanSchoenfeld/fluent-nhibernate
src/Examples.FirstAutomappedProject/CascadeConvention.cs
923
using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Instances; namespace Examples.FirstAutomappedProject { /// <summary> /// This is a convention that will be applied to all entities in your application. What this particular /// convention does is to specify that many-to-one, one...
bsd-3-clause
beni55/SimpleCV
SimpleCV/MachineLearning/TestTemporalColorTracker.py
1136
from SimpleCV import Camera, Image, Color, TemporalColorTracker, ROI, Display import matplotlib.pyplot as plt cam = Camera(1) tct = TemporalColorTracker() img = cam.getImage() roi = ROI(img.width*0.45,img.height*0.45,img.width*0.1,img.height*0.1,img) tct.train(cam,roi=roi,maxFrames=250,pkWndw=20) # Matplot Lib exampl...
bsd-3-clause
sumeetchhetri/FrameworkBenchmarks
frameworks/Go/echo/README.md
495
# [Echo](https://github.com/labstack/echo) (Go) Benchmarking Test This is the go portion of a [benchmarking test suite](https://www.techempower.com/benchmarks/) comparing a variety of web development platforms. > High performance, extensible, minimalist Go web framework ## Test URLs - http://localhost:8080/json - h...
bsd-3-clause
SaschaMester/delicium
chrome/browser/ui/blocked_content/blocked_window_params.h
1733
// 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. #ifndef CHROME_BROWSER_UI_BLOCKED_CONTENT_BLOCKED_WINDOW_PARAMS_H_ #define CHROME_BROWSER_UI_BLOCKED_CONTENT_BLOCKED_WINDOW_PARAMS_H_ #include "chrome/br...
bsd-3-clause
janisto/yii2
docs/guide-ru/db-dao.md
35417
Объекты доступа к данным (DAO) ============================== Построенные поверх [PDO](http://php.net/manual/ru/book.pdo.php), Yii DAO (объекты доступа к данным) обеспечивают объектно-ориентированный API для доступа к реляционным базам данных. Это основа для других, более продвинутых, методов доступа к базам данных, в...
bsd-3-clause
sgraham/nope
v8/test/unittests/compiler/machine-operator-reducer-unittest.cc
59530
// 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. #include "src/base/bits.h" #include "src/base/division-by-constant.h" #include "src/compiler/js-graph.h" #include "src/compiler/machine-operator-reducer...
bsd-3-clause
youtube/cobalt
third_party/skia_next/third_party/skia/src/gpu/GrResourceHandle.h
1131
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrResourceHandle_DEFINED #define GrResourceHandle_DEFINED #include "include/core/SkTypes.h" // Opaque handle to a resource. Users should always use the macro below to...
bsd-3-clause
yob/debian-rubinius
lib/rubygems/remote_fetcher.rb
14114
require 'rubygems' require 'rubygems/user_interaction' require 'uri' ## # RemoteFetcher handles the details of fetching gems and gem information from # a remote source. class Gem::RemoteFetcher BuiltinSSLCerts = File.expand_path("./ssl_certs/*.pem", File.dirname(__FILE__)) include Gem::UserInteraction ## #...
bsd-3-clause
endlessm/chromium-browser
third_party/llvm/clang/test/CodeCompletion/templates.cpp
1042
namespace std { template<typename T> class allocator { public: void in_base(); }; template<typename T, typename Alloc = std::allocator<T> > class vector : Alloc { public: void foo(); void stop(); }; template<typename Alloc> class vector<bool, Alloc>; } void f() { std::vector<int> v;...
bsd-3-clause