repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
brunow/TTPostControllerExample
three20/src/extThree20CSSStyle/Resources/extThree20CSSStyle.bundle/stylesheets/default.css
1766
/** * Copyright 2009-2010 Facebook * * 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 t...
mit
loic425/Sylius
src/Sylius/Bundle/ApiBundle/Command/ChannelCodeAwareInterface.php
508
<?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. */ declare(strict_types=1); namespace Sylius\Bundle\ApiBundle\Command; /** @experimental */ interface C...
mit
lab11/nrf5x-base
sdk/nrf51_sdk_9.0.0/components/serialization/connectivity/codecs/s120/serializers/ble_conn.h
22979
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
mit
chinesebear/rtt-net
rtt-2.1/components/net/lwip-2.0.0/src/core/netif.c
37448
/** * @file * lwIP network interface abstraction * * @defgroup netif Network interface (NETIF) * @ingroup callbackstyle_api * * @defgroup netif_ip4 IPv4 address handling * @ingroup netif * * @defgroup netif_ip6 IPv6 address handling * @ingroup netif * * @defgroup netif_cd Client data handling * Store ...
mit
rutgers-apl/TaskProf
tprof-tbb-lib/src/test/test_concurrent_queue.cpp
59098
/* Copyright 2005-2014 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Foundat...
mit
ayeletshpigelman/azure-sdk-for-net
sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/Models/DatabaseAccountListKeysResult.cs
2628
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
mit
ignorabimus/micropython-c-api
micropython/extmod/moduhashlib.c
5524
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Paul Sokolovsky * * 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 S...
mit
zc150815/ired6-1.0.0
ired6 1.0.0/ired6/Classes/Others/Tools/XHLaunchAd/NSString+XHLaunchAd.h
537
// // NSString+XHLaunchAd.h // XHLaunchAdExample // // Created by zhuxiaohui on 2016/6/26. // Copyright © 2016年 it7090.com. All rights reserved. // 代码地址:https://github.com/CoderZhuXH/XHLaunchAd #import <Foundation/Foundation.h> @interface NSString (XHLaunchAd) @property(nonatomic,assign,readonly)BOOL xh_isURLSt...
mit
larryeee/v2ray-core
common/net/transport.go
677
package net import ( "io" ) const ( bufferSize = 4 * 1024 ) // ReaderToChan dumps all content from a given reader to a chan by constantly reading it until EOF. func ReaderToChan(stream chan<- []byte, reader io.Reader) error { for { buffer := make([]byte, bufferSize) nBytes, err := reader.Read(buffer) if nBy...
mit
xuvw/GRMustache
src/tests/Public/v7.0/Suites/spullara:mustache.java/GRMustacheJavaSuites/partialsubpartial.html
49
{{<div}} {{$div}} {{>template}} {{/div}} {{/div}}
mit
shlomiw/orleans
src/OrleansProviders/Streams/Common/PooledCache/FixedSizeObjectPool.cs
2936
 using System; using System.Collections.Generic; namespace Orleans.Providers.Streams.Common { /// <summary> /// Object pool that roughly ensures only a specified number of the objects are allowed to be allocated. /// When more objects are allocated then is specified, previously allocated objects will be ...
mit
MonoHearted/Flowerbless
node_modules/mathjs/lib/expression/transform/index.transform.js
1170
'use strict'; var BigNumber = require('../../type/BigNumber'); var Range = require('../../type/Range'); var Index = require('../../type/Index'); var isNumber = require('../../util/number').isNumber; /** * Attach a transform function to math.index * Adds a property transform containing the transform function. * * ...
mit
jackmagic313/azure-sdk-for-net
sdk/securitycenter/Microsoft.Azure.Management.SecurityCenter/src/Generated/Models/IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem.cs
2216
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
mit
yy1300326388/iBooks
src/com/greenlemonmobile/app/ebook/books/imagezoom/graphics/IBitmapDrawable.java
253
package com.greenlemonmobile.app.ebook.books.imagezoom.graphics; import android.graphics.Bitmap; /** * Base interface used in the {@link ImageViewTouchBase} view * @author alessandro * */ public interface IBitmapDrawable { Bitmap getBitmap(); }
mit
guoguogis/ng-nice
npminstall/ink-docstrap/themes/united/collector.html
55447
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>DocStrap Module: ink/collector</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel...
mit
HuTianQi/QQ
app/src/main/cpp/third_part/opencv/include/opencv2/core/utils/allocator_stats.hpp
821
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. #ifndef OPENCV_CORE_ALLOCATOR_STATS_HPP #define OPENCV_CORE_ALLOCATOR_STATS_HPP #include "../cvdef.h" namespace cv { namesp...
mit
holtkamp/cdnjs
ajax/libs/ace/1.3.2/snippets/typescript.js
431
define("ace/snippets/typescript",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="typescript"}); (function() { window.require(["ace/snippets/typescript"], function(m) { if (typeof module == "object") { ...
mit
yaqiyang/autorest
src/generator/AutoRest.Java.Azure.Tests/src/main/java/fixtures/azurespecials/implementation/AutoRestAzureSpecialParametersTestClientImpl.java
10599
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ ...
mit
shitikanth/jabref
src/jmh/java/org/jabref/benchmarks/Benchmarks.java
5418
package org.jabref.benchmarks; import java.io.IOException; import java.io.StringReader; import java.util.List; import java.util.Random; import java.util.stream.Collectors; import org.jabref.Globals; import org.jabref.logic.exporter.BibtexDatabaseWriter; import org.jabref.logic.exporter.SavePreferences; import org.jab...
mit
gonzalovilaseca/Sylius
src/Sylius/Component/Order/Model/OrderInterface.php
3770
<?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\Component\Order\Model; use Doctrine\Common\Collections\Collection; use Sylius\Compon...
mit
githubsvn/local.tyhv
vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyJs2FilterTest.php
3014
<?php /* * This file is part of the Assetic package, an OpenSky project. * * (c) 2010-2013 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Assetic\Test\Filter; use Assetic\Asset\FileAsset; use Asset...
mit
dip712204123/kidskula
vendor/paypal/sdk-core-php/lib/PayPal/Common/PPReflectionUtil.php
1972
<?php namespace PayPal\Common; class PPReflectionUtil { /** * @var array|ReflectionMethod[] */ private static $propertiesRefl = array(); /** * @var array|string[] */ private static $propertiesType = array(); /** * * @param string $class * @param string $propertyName */ public static fun...
mit
ocombe/angular
aio/content/examples/security/src/app/bypass-security.component.ts
1340
// #docplaster // #docregion import { Component } from '@angular/core'; import { DomSanitizer, SafeResourceUrl, SafeUrl } from '@angular/platform-browser'; @Component({ selector: 'app-bypass-security', templateUrl: './bypass-security.component.html', }) export class BypassSecurityComponent { dangerousUrl: string...
mit
linusyang/barrelfish
usr/skb/eclipse_kernel/lib/heaps.pl
9599
% ---------------------------------------------------------------------- % System: ECLiPSe Constraint Logic Programming System % Version: $Id: heaps.pl,v 1.1 2008/06/30 17:43:46 jschimpf Exp $ % % Copyright: This library has been adapted from code from the Edinburgh % DEC-10 Prolog Library, whose copyright notice says...
mit
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.36/node/internal/svg-icons/Star.js
738
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(r...
mit
Snickermicker/smarthome
bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItem.java
3066
/** * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 whic...
epl-1.0
jerr/jbossforge-core
text/src/test/resources/examples/bash/nested_shells.in.sh
54
blueberry=$(date -d "$(stat -c $(%z) blueberry.exe)")
epl-1.0
yeKcim/warmux
trunk/build/symbian/lib/stlport/stlport/stl/_stlport_version.h
847
/* * * Copyright (c) 2005 * Francois Dumont * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all copies...
gpl-2.0
male-puppies/opwrt12
target/linux/ar71xx/files/sound/soc/ath79/ath79-mbox.c
7215
/* * ath79-mbox.c -- ALSA MBOX DMA management functions * * Copyright (c) 2013 The Linux Foundation. All rights reserved. * * 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 notice and this permission no...
gpl-2.0
bramalingam/openmicroscopy
components/server/test/ome/server/itests/ImmutabilityTest.java
1831
/* * ome.server.itests.ImmutabilityTest * * Copyright 2006 University of Dundee. All rights reserved. * Use is subject to license terms supplied in LICENSE.txt */ package ome.server.itests; // Java imports // Third-party libraries import org.testng.annotations.Test; // Application-internal dependencies impo...
gpl-2.0
orangejulius/amarok
src/core/capabilities/ActionsCapability.cpp
1889
/**************************************************************************************** * Copyright (c) 2007 Nikolaj Hald Nielsen <nhn@kde.org> * * * * This program is free software; you can redistri...
gpl-2.0
Gurgel100/gcc
gcc/testsuite/gcc.target/i386/pr95211.c
570
/* PR target/95211 target/95256 */ /* { dg-do compile { target { ! ia32 } } } */ /* { dg-options "-O2 -ftree-slp-vectorize -march=skylake-avx512" } */ extern float f[4]; extern long long l[2]; extern long long ul[2]; void fix_128 (void) { l[0] = f[0]; l[1] = f[1]; } void fixuns_128 (void) { ul[0] = f[0]; ul[...
gpl-2.0
md-5/jdk10
test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/libSetNativeMethodPrefix002Main.cpp
1317
/* * Copyright (c) 2018, 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 Softwa...
gpl-2.0
Pingmin/linux
drivers/of/overlay.c
34958
// SPDX-License-Identifier: GPL-2.0 /* * Functions for working with device tree overlays * * Copyright (C) 2012 Pantelis Antoniou <panto@antoniou-consulting.com> * Copyright (C) 2012 Texas Instruments Inc. */ #define pr_fmt(fmt) "OF: overlay: " fmt #include <linux/kernel.h> #include <linux/module.h> #include <li...
gpl-2.0
washingtonstateuniversity/WSU-Lists
www/admin/lan/zh_CN/processbounces.php
3020
<?php $lan = array ( 'This page can only be called from the commandline' => '这个页面只能够透过指令模式启用', 'Bounce processing error' => '退信处理错误', 'Bounce Processing info' => '退信处理讯息', 'error' => '错误', 'info' => '讯息', 'system message bounced, user marked unconfirmed' => '系统退信产生,使用者标示为未确认', 'Bounced system message' => ...
gpl-2.0
maent45/PersianFeast
simpleinvoices/library/pdf/box.text.php
20574
<?php // $Header: /cvsroot/html2ps/box.text.php,v 1.56 2007/05/07 12:15:53 Konstantin Exp $ require_once(HTML2PS_DIR.'box.inline.simple.php'); // TODO: from my POV, it wll be better to pass the font- or CSS-controlling object to the constructor // instead of using globally visible functions in 'show'. define('SYMBOL...
gpl-2.0
FEDEVEL/openrex-linux-3.14
sound/soc/fsl/fsl_ssi.c
46256
/* * Freescale SSI ALSA SoC Digital Audio Interface (DAI) driver * * Author: Timur Tabi <timur@freescale.com> * * Copyright 2007-2015 Freescale Semiconductor, Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of a...
gpl-2.0
Starlink/fftw
rdft/scalar/r2cb/r2cbIII_16.c
10274
/* * Copyright (c) 2003, 2007-14 Matteo Frigo * Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology * * 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 ...
gpl-2.0
TimboDynamite/TYPO3-Testprojekt
typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php
24950
<?php namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Mapper; /** * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the fu...
gpl-2.0
visi0nary/mediatek
mt6732/mediatek/kernel/drivers/combo/drv_wlan/mt6630/wlan/Makefile
4596
# --------------------------------------------------- # Compile Options # --------------------------------------------------- include $(MTK_PATH_BUILD)/Makefile WLAN_CHIP_LIST:=-UMT6620 -UMT6628 -UMT5931 -UMT6630 ccflags-y += $(WLAN_CHIP_LIST) WLAN_CHIP_ID=MT6630 ccflags-y:=$(filter-out -U$(WLAN_CHIP_ID),$(ccflags-y...
gpl-2.0
lyapota/n7_port2edge
drivers/usb/Makefile
1783
# # Makefile for the kernel USB device drivers. # # Object files in subdirectories obj-$(CONFIG_USB) += core/ obj-$(CONFIG_USB_DWC3) += dwc3/ obj-$(CONFIG_USB_DWC2) += dwc2/ obj-$(CONFIG_USB_MON) += mon/ obj-$(CONFIG_PCI) += host/ obj-$(CONFIG_USB_EHCI_HCD) += host/ obj-$(CONFIG_USB_ISP116X_HCD) += host/ obj-...
gpl-2.0
waylon531/genode
repos/os/include/regulator/component.h
2773
/* * \brief Regulator-session component * \author Stefan Kalkowski * \date 2013-06-13 */ /* * Copyright (C) 2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ #ifndef _INCLUDE__REGULATOR__COMPONENT_...
gpl-2.0
svn2github/autowikibrowser
tags/REL_5_3_1/WikiFunctions/Article/Comparers/ArticleComparerFactory.cs
3930
/* Copyright (C) 2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that ...
gpl-2.0
volodymyrdmytriv/levin-25-2
modules/mod_tabs_gk5/admin/elements/about.php
529
<?php /** * Tabs GK5 - main PHP file * @package Joomla! * @Copyright (C) 2009-2012 Gavick.com * @ All rights reserved * @ Joomla! is Free Software * @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html * @ version $Revision: GK5 1.0 $ **/ defined('JPATH_BASE') or die; jimport('joomla.form.formfiel...
gpl-2.0
MistCore/MistCore
sql/updates/world/worldpanda_old_world_updates_2012_2013/2012/2012_01_08_world_spell_script_names_2.sql
153
INSERT INTO spell_script_names VALUES (2823, 'spell_rog_poisons'), (8679, 'spell_rog_poisons'), (5761, 'spell_rog_poisons'), (3408, 'spell_rog_poisons');
gpl-2.0
atmark-techno/atmark-dist
user/expect/expect-5.43.0/example/chesslib++.c
1443
/* testlib.c for c++ - test expectlib */ #include <stdio.h> #include "expect.h" extern "C" { extern int write(...); extern int strlen(...); } void timedout() { fprintf(stderr,"timed out\n"); exit(-1); } char move[100]; void read_first_move(int fd) { if (EXP_TIMEOUT == exp_expectl(fd,exp_glob,"first\r\n1.*\r\n...
gpl-2.0
jballanc/openmicroscopy
components/insight/SRC/org/openmicroscopy/shoola/agents/editor/uiComponents/CustomLabel.java
2450
/* * uiComponents.CustomLabel * *------------------------------------------------------------------------------ * Copyright (C) 2006-2008 University of Dundee. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lice...
gpl-2.0
soeffing/openx_test
lib/pear/PEAR/Command/Common.php
8908
<?php /** * PEAR_Command_Common base class * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 3.0 of the PHP license * that is available through the world-wide-web at the following URI: * http://www.php.net/license/3_0.txt. If you did not receive a copy of * the PHP License and are un...
gpl-2.0
rhuitl/uClinux
user/ntp/ntpd/refclock_ulink.c
17372
/* * refclock_ulink - clock driver for Ultralink WWVB receiver */ /*********************************************************************** * * * Copyright (c) David L. Mills 1992-1998 * * ...
gpl-2.0
keegan2149/magento
sites/default/app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Renderer/Interface.php
1306
<?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...
gpl-2.0
mturkia/subsurface
smtk-import/smrtk2ssrfc_window.h
809
// SPDX-License-Identifier: GPL-2.0 #ifndef SMRTK2SSRFC_WINDOW_H #define SMRTK2SSRFC_WINDOW_H #include <QMainWindow> #include <QFileDialog> #include <QFileInfo> extern "C" void smartrak_import(const char *file, struct dive_table *divetable); namespace Ui { class Smrtk2ssrfcWindow; } class Smrtk2ssrfcWindow : public...
gpl-2.0
JohnTsaiAndroid/iBeebo
app/src/main/java/org/zarroboogs/weibo/hot/bean/hotweibo/TopicStruct.java
718
package org.zarroboogs.weibo.hot.bean.hotweibo; import org.json.*; public class TopicStruct { private String topicTitle; private String topicUrl; public TopicStruct () { } public TopicStruct (JSONObject json) { this.topicTitle = json.optString("topic_title"); ...
gpl-3.0
rfare/Skyline
neo/swf/SWF_SpriteInstance.h
9360
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free so...
gpl-3.0
isawred2/RemotePotatoLiveTV
Server/RemotePotatoUI/bin/Release/static/skins/custom/rectv.css
1003
/* ============================= Remote Potato - rectv.css (C)2010 FatAttitude These styles are used on the 'Recorded TV' page. TIP: To make this page a different width from others, why not use this style sheet to override existing tags defined in the main styles.css file, e.g. body{ width: 800px; } ===============...
gpl-3.0
s20121035/rk3288_android5.1_repo
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmutils.c
77626
/* * Driver O/S-independent utility routines * * $Copyright Open Broadcom Corporation$ * $Id: bcmutils.c 496061 2014-08-11 06:14:48Z $ */ #include <bcm_cfg.h> #include <typedefs.h> #include <bcmdefs.h> #include <stdarg.h> #ifdef BCMDRIVER #include <osl.h> #include <bcmutils.h> #else /* !BCMDRIVER */ #include <...
gpl-3.0
Smiljanic/espresso
src/core/lees_edwards.hpp
1440
/* Copyright (C) 2010,2012,2016 The ESPResSo project Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group This file is part of ESPResSo. ESPResSo is free software: you can redistribute it and/or modify it under the terms of the GNU Gener...
gpl-3.0
infoburp/gzip
lzw.c
513
/* lzw.c -- compress files in LZW format. * This is a dummy version avoiding patent problems. */ #include <config.h> #include "tailor.h" #include "gzip.h" #include "lzw.h" static int msg_done = 0; /* Compress in to out with lzw method. */ int lzw(in, out) int in, out; { if (msg_done) return ERROR; msg_...
gpl-3.0
jvanz/core
qadevOOo/tests/java/mod/_streams/uno/DataInputStream.java
6006
/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following lice...
gpl-3.0
Kiddinglife/gecoengine
thirdparty/log4cxx/site/apidocs/classlog4cxx_1_1wlogstream.html
31499
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- 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 u...
gpl-3.0
hendrysuwanda/101dev
tools/mediawiki/includes/specials/SpecialProtectedpages.php
9777
<?php /** * @file * @ingroup SpecialPage */ /** * @todo document * @ingroup SpecialPage */ class ProtectedPagesForm { protected $IdLevel = 'level'; protected $IdType = 'type'; public function showList( $msg = '' ) { global $wgOut, $wgRequest; if( $msg != "" ) { $wgOut->setSubtitle( $msg ); } /...
gpl-3.0
SpectraLogic/samba
ctdb/tests/simple/53_ctdb_transaction.sh
869
#!/bin/bash test_info() { cat <<EOF Verify that the ctdb_transaction test succeeds. Prerequisites: * An active CTDB cluster with at least 2 active nodes. Steps: 1. Verify that the status on all of the ctdb nodes is 'OK'. 2. Run two copies of ctdb_transaction on each node with a 30 second timeout. 3. Ensure ...
gpl-3.0
walster001/Essentials
EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuild.java
1783
package com.earth2me.essentials.antibuild; import java.util.EnumMap; import java.util.List; import java.util.Map; import org.bukkit.plugin.Plugin; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; public class EssentialsAntiBuild extends JavaPlugin implements IAntiBuild { private fin...
gpl-3.0
Kiddinglife/gecoengine
thirdparty/log4cxx/site/apidocs/classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception-members.html
6660
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- 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 u...
gpl-3.0
eduardomrodrigues/atabey
ws-api/node_modules/restify/lib/formatters/jsonp.js
1081
// Copyright 2012 Mark Cavage, Inc. All rights reserved. 'use strict'; ///--- Exports /** * JSONP formatter. like JSON, but with a callback invocation. * * Unicode escapes line and paragraph separators. * * @public * @function formatJSONP * @param {Object} req the request object * @param {Object} res...
gpl-3.0
reinhrst/panda
usr/lib/llvm-3.0/include/llvm/Bitcode/BitCodes.h
6500
//===- BitCodes.h - Enum values for the bitcode format ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gpl-3.0
dacrybabysuck/darkstar
scripts/zones/RuAun_Gardens/Zone.lua
2491
----------------------------------- -- -- Zone: RuAun_Gardens (130) -- ----------------------------------- local ID = require("scripts/zones/RuAun_Gardens/IDs"); require("scripts/globals/missions"); require("scripts/globals/conquest"); require("scripts/globals/treasure") require("scripts/globals/status"); require("scri...
gpl-3.0
sbbic/core
shell/source/unix/exec/urltest.sh
19
#!/bin/sh echo "$1"
gpl-3.0
cmos3511/cmos_linux
python/op/op_site/op_static/npm/node_modules/ckeditor/plugins/bbcode/plugin.js
9603
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ (function(){CKEDITOR.on("dialogDefinition",function(a){var b;b=a.data.name;a=a.data.definition;"link"==b?(a.removeContents("target"),a.removeContents("upl...
gpl-3.0
tranSMART-Foundation/transmart-data
ddl/postgres/tm_cz/functions/rwg_create_analysis_entry.sql
5727
----------------------------------------------------------------------- -- DO NOT EDIT THIS FILE. IT IS AUTOGENERATED -- -- Edit the original file in the macroed_functions directory instead -- ----------------------------------------------------------------------- -- Generated by Ora2Pg, the Orac...
gpl-3.0
perryrothjohnson/artifact-database
pawtucket/assets/universalviewer/src/typings/virtex.d.ts
2184
declare module Virtex { interface IOptions { ambientLightColor: number; cameraZ: number; directionalLight1Color: number; directionalLight1Intensity: number; directionalLight2Color: number; directionalLight2Intensity: number; doubleSided: boolean; elem...
gpl-3.0
ArsenShnurkov/gitextensions
Plugins/ReleaseNotesGenerator/ReleaseNotesGeneratorPlugin.cs
718
using System.Windows.Forms; using GitUIPluginInterfaces; using ResourceManager; namespace ReleaseNotesGenerator { public class ReleaseNotesGeneratorPlugin : GitPluginBase { public ReleaseNotesGeneratorPlugin() { SetNameAndDescription("Release Notes Generator"); Translat...
gpl-3.0
Architektor/PySnip
venv/lib/python2.7/site-packages/twisted/protocols/wire.py
2659
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """Implement standard (and unused) TCP protocols. These protocols are either provided by inetd, or are not provided at all. """ from __future__ import absolute_import, division import time import struct from zope.interface import implementer ...
gpl-3.0
bbansalWolfPack/servo
components/script/dom/bindings/mozmap.rs
3635
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ //! The `MozMap` (open-ended dictionary) type. use dom::bindings::conversions::jsid_to_string; use dom::bindings:...
mpl-2.0
evilmucedin/tomita-parser
src/contrib/tools/bison/gnulib/src/bitsetv.h
2132
/* Bitset vectors. Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz). 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 Softwar...
mpl-2.0
optimumtact/-tg-station
tgui/packages/tgui/index.js
1998
/** * @file * @copyright 2020 Aleksej Komarov * @license MIT */ // Themes import './styles/main.scss'; import './styles/themes/abductor.scss'; import './styles/themes/cardtable.scss'; import './styles/themes/hackerman.scss'; import './styles/themes/malfunction.scss'; import './styles/themes/neutral.scss'; import '...
agpl-3.0
vladnicoara/superdesk-client-core
scripts/superdesk/features/features.js
355
(function() { 'use strict'; Features.$inject = ['urls']; function Features(urls) { var self = this; urls.links().then(function(links) { angular.extend(self, links); }); } /** * Provides info what features are available on server */ angular.module('superdesk.features', ['superdesk.api']) .ser...
agpl-3.0
BrewPi/firmware
platform/spark/firmware/hal/src/photon/wiced/RTOS/NuttX/ver7.8/arch/arm/src/sam34/sam4l_gpio.h
15750
/************************************************************************************ * arch/arm/src/sam34/sam4l_gpio.h * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are...
agpl-3.0
Sina30/PHP-Fusion-9.00
includes/jquery/colorbox/colorbox.css
4250
/* Colorbox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxOverlay { position: fixed; width: 100%; height: 100%;...
agpl-3.0
binarycode/shapado
app/actors/worker.rb
303
require File.dirname(__FILE__)+"/env" module Actors # /actors/worker class Worker include Magent::Actor expose :echo def echo(payload) puts payload.inspect end end Magent.register(Worker.new) end if $0 == __FILE__ Magent::Processor.new(Magent.current_actor).run! end
agpl-3.0
jbirdkerr/xibo-cms
install/database/50.sql
172
UPDATE `version` SET `app_ver` = '1.4.0', `XmdsVersion` = 3; UPDATE `setting` SET `value` = 0 WHERE `setting` = 'PHONE_HOME_DATE'; UPDATE `version` SET `DBVersion` = '50';
agpl-3.0
Boussadia/weboob
weboob/tools/browser2/cookies.py
2534
# -*- coding: utf-8 -*- # Copyright(C) 2014 Laurent Bachelier # # This file is part of weboob. # # weboob 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, either version 3 of the License, or # (at your o...
agpl-3.0
ratliff/server
alpha/apps/kaltura/modules/system/actions/executeCommandAction.class.php
1152
<?php /** * @package Core * @subpackage system * @deprecated */ require_once ( __DIR__ . "/kalturaSystemAction.class.php" ); /** * @package Core * @subpackage system * @deprecated */ class executeCommandAction extends kalturaSystemAction { // TODO - read from the entryWrapper private static $allowed_n...
agpl-3.0
harterj/moose
modules/porous_flow/include/actions/PorousFlowAddBCAction.h
743
//* 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 #pr...
lgpl-2.1
aloubyansky/wildfly-core
testsuite/manualmode/src/test/java/org/jboss/as/test/manualmode/secman/PermissionsDeploymentTestCase.java
7442
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
lgpl-2.1
lucee/unoffical-Lucee-no-jre
source/java/core/src/lucee/runtime/type/comparator/SortRegisterComparator.java
2517
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * 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) ...
lgpl-2.1
gamenet/qxmpp
src/client/QXmppVCardManager.cpp
3127
/* * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya * * Source: * https://github.com/qxmpp-project/qxmpp * * This file is a part of QXmpp library. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
lgpl-2.1
jornfilho/nopCommerce
source/Presentation/Nop.Web/Administration/Models/Common/SystemWarningModel.cs
329
using Nop.Web.Framework.Mvc; namespace Nop.Admin.Models.Common { public partial class SystemWarningModel : BaseNopModel { public SystemWarningLevel Level { get; set; } public string Text { get; set; } } public enum SystemWarningLevel { Pass, Warning, Fail ...
apache-2.0
jomarko/kie-wb-common
kie-wb-common-services/kie-wb-common-compiler/kie-wb-common-compiler-service/src/test/java/org/kie/workbench/common/services/backend/compiler/BaseCompilerTest.java
2464
/* * Copyright 2018 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 a...
apache-2.0
Subasinghe/ode
bpel-ql/src/main/java/org/apache/ode/ql/tree/nodes/Equality.java
1136
/* * 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
zhencui/azure-powershell
src/ResourceManager/ApiManagement/Commands.ApiManagement/help/AzureRM.ApiManagement.md
9865
--- Module Name: AzureRM.ApiManagement Module Guid: f875725d-8ce4-423f-a6af-ea880bc63f13 Download Help Link: None Help Version: 4.0.0.0 Locale: en-US ms.assetid: B24D0651-01BA-4DD6-9816-EC960880A605 --- # AzureRM.ApiManagement Module ## Description This topic displays help topics for the Azure API Management Cmdlets. ...
apache-2.0
romankagan/DDBWorkbench
platform/analysis-impl/src/com/intellij/packageDependencies/ForwardDependenciesBuilder.java
6335
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
ruhan1/pnc
common/src/main/java/org/jboss/pnc/common/util/ResultWrapper.java
1569
/** * 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 Lice...
apache-2.0
wmedvede/uberfire-extensions
uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/dialog/DialogClosedHandler.java
849
/* * Copyright 2015 JBoss by Red Hat. * * 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
willametteuniversity/webcirc2
static/jquerypp/test/qunit/jmvc.js
341
// Tests for the JavaScriptMVC compatibility layer. Will be removed eventually steal('funcunit/qunit', 'jquerypp/controller/view/test/qunit' , 'jquerypp/class/class_test.js' , 'jquerypp/model/test/qunit' , 'jquerypp/controller/controller_test.js' , 'jquerypp/view/test/qunit' , 'jquerypp/dom/route/route_test.js' ,...
apache-2.0
nwnpallewela/devstudio-tooling-esb
plugins/org.wso2.developerstudio.eclipse.gmf.esb.edit/src/org/wso2/developerstudio/eclipse/gmf/esb/provider/LogMediatorInputConnectorItemProvider.java
2890
/** * <copyright> * </copyright> * * $Id$ */ package org.wso2.developerstudio.eclipse.gmf.esb.provider; import java.util.Collection; import java.util.List; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.edit.provider.IEditingDomainI...
apache-2.0
Xeralux/tensorflow
tensorflow/core/platform/cloud/retrying_file_system.h
2873
/* 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 applicable law or a...
apache-2.0
steveloughran/hadoop
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/api/protocolrecords/impl/pb/GetTimelineCollectorContextRequestPBImpl.java
3988
/** * 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
kdwink/intellij-community
platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateImplUtil.java
1752
/* * Copyright 2000-2015 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
vikigroup/cbuilk
web/skin/temp12/scripts/ckfinder/lang/el.js
11785
/* * CKFinder * ======== * http://ckfinder.com * Copyright (C) 2007-2011, CKSource - Frederico Knabben. All rights reserved. * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying or distribute ...
apache-2.0
davkean/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_SelectCase.vb
22052
' 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. Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Runtime.InteropServices Imports Microso...
apache-2.0