repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
DouglasAllen/site-camping
vendor/gems/ruby/2.2.0/gems/mab-0.0.3/test/rails/test/helper.rb
193
# Configure Rails Envinronment ENV["RAILS_ENV"] = "test" require File.expand_path("../../config/environment.rb", __FILE__) require "rails/test_help" Rails.backtrace_cleaner.remove_silencers!
mit
JanEicken/MA
libs/GeographicLib-1.43/dotnet/examples/ManagedCPP/example-Gnomonic.cpp
986
using namespace System; using namespace NETGeographicLib; int main(array<System::String ^> ^/*args*/) { try { Geodesic^ geod = gcnew Geodesic(); // WGS84 const double lat0 = 48 + 50/60.0, lon0 = 2 + 20/60.0; // Paris Gnomonic^ proj = gcnew Gnomonic(geod); { // Sample for...
mit
abryukhov/Umbraco-CMS
src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
13245
(function () { 'use strict'; function ContentEditController($rootScope, $scope, $routeParams, $q, $timeout, $window, $location, appState, contentResource, entityResource, navigationService, notificationsService, angularHelper, serverValidationManager, contentEditingHelper, treeService, fileManager, formHelper, umb...
mit
clejer/concrete_
concrete/controllers/profile/messages.php
5679
<?php defined('C5_EXECUTE') or die("Access Denied."); Loader::controller('/profile/edit'); Loader::model('user_private_message'); class ProfileMessagesController extends ProfileEditController { public function __construct() { parent::__construct(); } public function on_start() { parent::on_start(); $this...
mit
datafiniti/Diamond
src/collectors/filestat/test/testfilestat.py
1903
#!/usr/bin/python # coding=utf-8 ################################################################################ from test import CollectorTestCase from test import get_collector_config from test import unittest from mock import Mock from mock import patch try: from cStringIO import StringIO StringIO # work...
mit
jonobr1/cdnjs
ajax/libs/tiny-slider/2.7.3/tiny-slider.js
89288
var tns = (function (){ // keys if (!Object.keys) { Object.keys = function (object) { var keys = []; for (var name in object) { if (Object.prototype.hasOwnProperty.call(object, name)) { keys.push(name); } } return keys; }; } // ChildNode.r...
mit
minhnguyen-balance/oro_platform
vendor/composer/composer/src/Composer/Package/Archiver/BaseExcludeFilter.php
3939
<?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Package\Archiver; use Symfony\C...
mit
ccschneidr/babel
packages/babel-plugin-transform-decorators/test/fixtures/object-methods/mutate-descriptor/exec.js
2375
function dec(target, name, descriptor) { assert(target); assert.equal(typeof name, "string"); assert.equal(typeof descriptor, "object"); target.decoratedProps = (target.decoratedProps || []).concat([name]); let value = descriptor.value; Object.assign(descriptor, { enumerable: name.indexOf("enum") !== ...
mit
okuta/chainer
chainer/functions/math/sign.py
893
import chainer from chainer import backend from chainer import utils def sign(x): """Elementwise sign function. For a given input :math:`x`, this function returns :math:`sgn(x)` defined as .. math:: sgn(x) = \\left \\{ \\begin{array}{cc} -1 & {\\rm if~x < 0} \\\\ 0 & {\\rm i...
mit
kerrizor/calagator
config/initializers/load_tag_model_extensions.rb
138
require "acts-as-taggable-on" require "calagator/tag_model_extensions" ActsAsTaggableOn::Tag.send :include, Calagator::TagModelExtensions
mit
ealbertos/dotfiles
vscode.symlink/extensions/bierner.markdown-preview-github-styles-0.2.0/node_modules/highlight.js/lib/languages/lisp.js
2398
/* Language: Lisp Description: Generic lisp syntax Author: Vasily Polovnyov <vast@whiteants.net> Category: lisp */ function lisp(hljs) { var LISP_IDENT_RE = '[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*'; var MEC_RE = '\\|[^]*?\\|'; var LISP_SIMPLE_NUMBER_RE = '(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|...
mit
john-mcnamara-intel/dpdk
drivers/common/dpaax/caamflib/rta/store_cmd.h
5412
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) * * Copyright 2008-2016 Freescale Semiconductor Inc. * Copyright 2016,2019 NXP */ #ifndef __RTA_STORE_CMD_H__ #define __RTA_STORE_CMD_H__ extern enum rta_sec_era rta_sec_era; static const uint32_t store_src_table[][2] = { /*1*/ { KEY1SZ, LDST_CLASS_1_CC...
mit
joeyparrish/cdnjs
ajax/libs/oojs-ui/0.27.2/oojs-ui-toolbars-wikimediaui.css
19286
/*! * OOUI v0.27.2 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2018 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2018-06-06T16:16:14Z */ /** * WikimediaUI Base v0.10.0 * Wikimedia Foundation user interface base variables */ .oo-ui-to...
mit
cdnjs/cdnjs
ajax/libs/dojo/1.17.1/cldr/nls/sv/dangi.js
7152
define( //begin v1.x content { "field-quarter-short-relative+0": "detta kv.", "field-quarter-short-relative+1": "nästa kv.", "field-tue-relative+-1": "tisdag förra veckan", "field-year": "år", "field-wed-relative+0": "onsdag denna vecka", "field-wed-relative+1": "onsdag nästa vecka", "field-minute": "minut", "f...
mit
afuechsel/openhab2
addons/binding/org.openhab.binding.dsmr/src/main/java/org/openhab/binding/dsmr/internal/device/DSMRSerialAutoDevice.java
9975
/** * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
johannrichard/openhab2-addons
addons/binding/org.openhab.binding.yamahareceiver/src/main/java/org/openhab/binding/yamahareceiver/internal/state/ZoneControlState.java
1158
/** * Copyright (c) 2010-2018 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
epl-1.0
aogorek/openhab2-addons
addons/binding/org.openhab.binding.nikohomecontrol/src/main/java/org/openhab/binding/nikohomecontrol/internal/protocol/NhcMessageBase.java
1148
/** * Copyright (c) 2010-2018 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
epl-1.0
holyangel/LGE_G3
arch/alpha/kernel/irq_i8259.c
3962
/* */ #include <linux/init.h> #include <linux/cache.h> #include <linux/sched.h> #include <lin...
gpl-2.0
curbthepain/revkernel_us990
arch/powerpc/sysdev/axonram.c
9433
/* * (C) Copyright IBM Deutschland Entwicklung GmbH 2006 * * Author: Maxim Shchetynin <maxim@de.ibm.com> * * Axon DDR2 device driver. * It registers one block device per Axon's DDR2 memory bank found on a system. * Block devices are called axonram?, their major and minor numbers are * available in /proc/devices...
gpl-2.0
DeActiveDev/Core
src/server/scripts/Pandaria/HeartOfFear/boss_unsok.cpp
1576
/* * Copyright (C) 2012-2013 JadeCore <http://www.pandashan.com/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the ...
gpl-2.0
TwitchPlaysPokemon/dolphinWatch
Source/Core/Core/HW/SI/SI_DeviceKeyboard.cpp
13504
// Copyright 2015 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "Core/HW/SI/SI_DeviceKeyboard.h" #include <cstring> #include "Common/ChunkFile.h" #include "Common/CommonTypes.h" #include "Common/Logging/Log.h" #include "Common/Swap.h" #include "Core/HW/GCKeyboa...
gpl-2.0
val2k/linux
fs/ext4/namei.c
104545
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/ext4/namei.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * from * * linux/fs/minix/namei.c * * Copyright (C) 1991, 1992 Linus Torvald...
gpl-2.0
tahitinuiarena/site
wp-content/plugins/simple-facebook-connect/sfc-register.php
3192
<?php if (!get_option('users_can_register')) return; add_action('login_enqueue_scripts','sfc_register_enqueue_scripts'); function sfc_register_enqueue_scripts() { wp_enqueue_script('jquery'); } add_action('sfc_login_new_fb_user', 'sfc_register_redirect'); function sfc_register_redirect() { wp_redirect(s...
gpl-2.0
SalocinDotTEN/FindRecycler-AHKL15
vendor/laravel/framework/src/Illuminate/Queue/Console/SubscribeCommand.php
3476
<?php namespace Illuminate\Queue\Console; use Exception; use RuntimeException; use Illuminate\Queue\IronQueue; use Illuminate\Console\Command; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputArgument; /** * @deprecated since version 5.1 */ class SubscribeCommand extends Co...
gpl-2.0
muehlburger/gnucash
gnucash/gnome-utils/gnc-tree-view-account.h
20464
/**********************************************************************\ * gnc-tree-view-account.h -- GtkTreeView implementation to display * * accounts in a GtkTreeView. * * Copyright (C) 2003,2005,2006 David Hampton <hampton@employees.org> * * ...
gpl-2.0
marcialsoto/cienciactiva
media/com_acymailing/css/module_default_radial_blue.css
2751
/** * @package AcyMailing for Joomla! * @version 4.8.1 * @author acyba.com * @copyright (C) 2009-2014 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ @import url("module_default_radial_black.css"); .acymailing_module .inputbox:hover{ border:...
gpl-2.0
radekp/qtmoko
doc/html/draganddrop-draggableicons.html
6846
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: Draggable Icons Example</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </h...
gpl-2.0
TTsWeb/U-232-V4
lang/2/lang_viewnfo.php
237
<?php $lang = array( #Texts 'text_puke' => "Puke", 'text_nfofor' => "NFO for ", 'text_forbest' => "For best visual result, install the ", 'text_linedraw' => "MS Linedraw", 'text_font' => " font", 'text_stdhead' => "View Nfo" ); ?>
gpl-2.0
YouDiSN/OpenJDK-Research
jdk9/hotspot/src/share/vm/adlc/main.cpp
21875
/* * Copyright (c) 1997, 2015, 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
YouDiSN/OpenJDK-Research
jdk9/jdk/test/sun/tools/jhsdb/HeapDumpTest.java
4479
/* * Copyright (c) 2016, 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
garlick/gpib-utils
liblsd/hash.h
7009
/***************************************************************************** * $Id: hash.h 2950 2005-01-18 20:09:32Z dun $ ***************************************************************************** * Copyright (C) 2003-2005 The Regents of the University of California. * Produced at Lawrence Livermore Nation...
gpl-2.0
golismero/golismero
golismero/managers/rpcmanager.py
10792
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Manager of RPC calls from plugins. """ from golismero.api.config import Config __license__ = """ GoLismero 2.0 - The web knife - Copyright (C) 2011-2014 Golismero project site: https://github.com/golismero Golismero project mail: contact@golismero-project.com This p...
gpl-2.0
holyangel/LGE_G3
drivers/staging/comedi/drivers/ni_labpc.c
62708
/* comedi/drivers/ni_labpc.c Driver for National Instruments Lab-PC series boards and compatibles Copyright (C) 2001, 2002, 2003 Frank Mori Hess <fmhess@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License a...
gpl-2.0
librelab/qtmoko-test
doc/html/demos-mainwindow.html
2720
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: Main Window</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> ...
gpl-2.0
jackuoll/Pre-AOS-RunUO
Scripts/Items/Special/Broken Furniture Collection/BrokenArmoire.cs
1896
using System; namespace Server.Items { [Flipable( 0xC12, 0xC13 )] public class BrokenArmoireComponent : AddonComponent { public override int LabelNumber { get { return 1076262; } } // Broken Armoire public BrokenArmoireComponent() : base( 0xC12 ) { } public BrokenArmoireComponent( Serial serial ) : base...
gpl-2.0
oneminot/audacity
src/widgets/ExpandingToolBar.cpp
33841
/********************************************************************** Audacity: A Digital Audio Editor ExpandingToolBar.cpp Dominic Mazzoni *******************************************************************//** \class ExpandingToolBar \brief A smart ToolBar class that has a "MainPanel" which is always d...
gpl-2.0
qasourceinc/TestLink_1.9.5_QASourceContribution
lib/requirements/reqExport.php
4583
<?php /** * TestLink Open Source Project - http://testlink.sourceforge.net/ * This script is distributed under the GNU General Public License 2 or later. * * Filename $RCSfile: reqExport.php,v $ * * @version $Revision: 1.10 $ * @modified $Date: 2010/03/21 19:28:34 $ by $Author: franciscom $ * * Allows users to...
gpl-2.0
nguyentu1602/gcc
gcc/ipa-devirt.c
126410
/* Basic IPA utilities for type inheritance graph construction and devirtualization. Copyright (C) 2013-2015 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as ...
gpl-2.0
erpcya/adempierePOS
base/src/org/compiere/model/MInOutLineMA.java
4940
/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it ...
gpl-2.0
jcarlson23/lammps
src/KSPACE/pair_lj_charmm_coul_msm.h
2192
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
gpl-2.0
arne182/chdk-eyefi
platform/a700/sub/100b/movie_rec.c
37022
#include "conf.h" int *video_quality = &conf.video_quality; int *video_mode = &conf.video_mode; long def_table1[9]={0x2000,0x38D,0x788,0x5800,0x9C5,0x14B8,0x10000,0x1C6A,0x3C45}; long def_table2[9]={0x1CCD,-0x2E1,-0x579,0x4F33,-0x7EB,-0xF0C,0xE666,-0x170A,-0x2BC6}; long table1[9], table2[9]; void change_video_ta...
gpl-2.0
petersondrs/interage-consultoria
wp-content/plugins/polylang/frontend/choose-lang.php
10845
<?php /** * base class to choose the language * * @since 1.2 */ abstract class PLL_Choose_Lang { public $links_model, $model, $options; public $curlang; /** * constructor * * @since 1.2 * * @param object $polylang */ public function __construct( &$polylang ) { $this->links_model = &$polylang->li...
gpl-2.0
mickael-guene/gcc
libstdc++-v3/testsuite/util/native_type/native_tree_tag.hpp
1637
// -*- C++ -*- // Copyright (C) 2005-2017 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms // of the GNU General Public License as published by the Free Software // Foundation; either version 3...
gpl-2.0
heftig/NetworkManager
src/firewall-manager/nm-firewall-manager.h
3094
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager -- Network link manager * * 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 th...
gpl-2.0
jnouyang/kitten
kernel/linux_syscalls/getgroups.c
79
#include <lwk/types.h> long sys_getgroups(int n, gid_t gids[]) { return 0; }
gpl-2.0
GiuseppeGorgoglione/mame
src/mame/video/dassault.cpp
5152
// license:BSD-3-Clause // copyright-holders:Bryan McPhail /*************************************************************************** Desert Assault Video emulation - Bryan McPhail, mish@tendril.co.uk I'm not sure if one of the alpha blending effects is correct (mode 0x8000, the usual mode 0x4000 should be c...
gpl-2.0
mickael-guene/gcc
libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc
1437
// { dg-do run { target c++11 } } // 2007-10-12 Paolo Carlini <pcarlini@suse.de> // // Copyright (C) 2007-2017 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public Li...
gpl-2.0
a4tunado/dvbsnoop
src/sections/sdt.h
239
/* $Id: sdt.h,v 1.5 2006/01/02 18:24:24 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2006 Rainer.Scherg@gmx.de (rasc) */ void section_SDT (u_char *b, int len);
gpl-2.0
kszaq/linux-amlogic
drivers/amlogic/gpu/ump/linux/ump_ukk_wrappers.c
7996
/* * Copyright (C) 2010-2015 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * A ...
gpl-2.0
shyamalschandra/rtt
rtt/extras/TimerThread.cpp
7933
/*************************************************************************** tag: Peter Soetens Wed Apr 17 16:01:31 CEST 2002 TimerThread.cpp TimerThread.cpp - description ------------------- begin : Wed April 17 2002 copyright : (C) ...
gpl-2.0
androidrbox/android_kernel_amazon_bueller
drivers/media/video/msm/csi/msm_ispif.c
25457
/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
dgault/bioformats
components/bio-formats-plugins/src/loci/plugins/util/WindowTools.java
6353
/* * #%L * Bio-Formats Plugins for ImageJ: a collection of ImageJ plugins including the * Bio-Formats Importer, Bio-Formats Exporter, Bio-Formats Macro Extensions, * Data Browser and Stack Slicer. * %% * Copyright (C) 2006 - 2015 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-...
gpl-2.0
rimistri/mediatek
mt6732/mediatek/platform/mt6752/lk/include/platform/mtk_wdt.h
5400
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
gpl-2.0
liuyanghejerry/qtextended
src/plugins/drmagent/bscidrmagent/bscidrmcontentplugin.h
4944
/**************************************************************************** ** ** This file is part of the Qt Extended Opensource Package. ** ** Copyright (C) 2009 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public License ...
gpl-2.0
TurboVNC/turbovnc
unix/Xvnc/extras/Mesa/src/glx/indirect_vertex_array_priv.h
9350
/* * (C) Copyright IBM Corporation 2004, 2005 * 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 without limitation * the rights t...
gpl-2.0
monilitocastro/test2
deletethis.md
14
# test2 test2
gpl-2.0
ottok/mariadb-galera-10.0
storage/heap/_check.c
5942
/* Copyright (C) 2000-2006 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHO...
gpl-2.0
zero-24/joomla-cms
administrator/templates/hathor/html/com_cache/cache/default.php
3019
<?php /** * @package Joomla.Administrator * @subpackage Template.hathor * * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $listOrder = $this->escape($this->state->get('list....
gpl-2.0
fefifofum/android_kernel_bq_maxwell2plus_3.0.8
drivers/media/dvb/rkdtv/DIBCom1009XH/Bridge/Common/Dragonfly/DibBridgeDragonfly.c
39664
/**************************************************************************** * * Copyright (c) DiBcom SA. All rights reserved. * * 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 ...
gpl-2.0
nikakoss/arsenal-media.net
wp-content/plugins/google-maps-ready/js/common.js
12013
jQuery.fn.nextInArray = function(element) { var nextId = 0; for(var i = 0; i < this.length; i++) { if(this[i] == element) { nextId = i + 1; break; } } if(nextId > this.length-1) nextId = 0; return this[nextId]; }; jQuery.fn.clearForm = function() { re...
gpl-2.0
ipwndev/DSLinux-Mirror
linux-2.6.x/drivers/media/video/mxb.c
30749
/* mxb - v4l2 driver for the Multimedia eXtension Board Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de> Visit http://www.mihu.de/linux/saa7146/mxb/ for further details about this card. This program is free software; you can redistribute it and/or modify it under the terms of ...
gpl-2.0
dbethala/longwood-volunteers
modules/yamlform/src/Tests/YamlFormBlockTest.php
1363
<?php namespace Drupal\yamlform\Tests; /** * Tests for form block. * * @group YamlForm */ class YamlFormBlockTest extends YamlFormTestBase { /** * Tests form block. */ public function testBlock() { // Place block. $block = $this->drupalPlaceBlock('yamlform_block'); // Check contact form. ...
gpl-2.0
jonathonfigueroa/calendarinfusion_3.0b1
public/scripts/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css
1040
/* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * Fil...
gpl-2.0
tobiasbuhrer/tobiasb
web/core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php
2447
<?php namespace Drupal\KernelTests\Core\Test; use Drupal\FunctionalTests\BrowserMissingDependentModuleMethodTest; use Drupal\FunctionalTests\BrowserMissingDependentModuleTest; use Drupal\KernelTests\KernelTestBase; use PHPUnit\Framework\SkippedTestError; /** * @group Test * @group FunctionalTests * * @coversDefa...
gpl-2.0
zero-24/joomla-cms
libraries/src/Http/TransportInterface.php
1521
<?php /** * Joomla! Content Management System * * @copyright (C) 2011 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Http; defined('JPATH_PLATFORM') or die; use Joomla\Registry\Registry; use Joomla\CMS\Uri\...
gpl-2.0
npe9/binutils-gdb
gdb/linux-tdep.h
1705
/* Target-dependent code for GNU/Linux, architecture independent. Copyright (C) 2009-2015 Free Software Foundation, Inc. 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 the Free Software...
gpl-2.0
jnouyang/kitten
net/pbuf.c
39009
/** * @file * Packet buffer management * * Packets are built from the pbuf data structure. It supports dynamic * memory allocation for packet contents or can reference externally * managed packet contents both in RAM and ROM. Quick allocation for * incoming packets is provided through pools with fixed sized pbuf...
gpl-2.0
holyangel/LGE_G3
include/acpi/acoutput.h
11379
/* */ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in source and binar...
gpl-2.0
ruriwo/ErgoThumb072_firmware
tmk_core/protocol/lufa/LUFA-git/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
19637
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
gpl-2.0
aicjofs/android_kernel_lge_v500_stock
drivers/dma/shdma.c
39306
/* * Renesas SuperH DMA Engine support * * base is drivers/dma/flsdma.c * * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. * * This is free software; y...
gpl-2.0
holyangel/LGE_G3
drivers/sh/maple/maple.c
21950
/* * Core maple bus functionality * * Copyright (C) 2007 - 2009 Adrian McMenamin * Copyright (C) 2001 - 2008 Paul Mundt * Copyright (C) 2000 - 2001 YAEGASHI Takeshi * Copyright (C) 2001 M. R. Brown * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPY...
gpl-2.0
bsmitty83/kernel_omap
drivers/thermal/omap5-bg-sen-data.c
13846
/* * OMAP5 thermal driver. * * Copyright (C) 2011-2012 Texas Instruments Inc. * Contact: * Eduardo Valentin <eduardo.valentin@ti.com> * * 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 ...
gpl-2.0
xinchoubiology/gcc
libstdc++-v3/testsuite/performance/28_regex/range.cc
1349
// Copyright (C) 2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option)...
gpl-2.0
jcadduono/android_kernel_lge_msm8996
drivers/media/platform/msm/camera_v2/sensor/iris/msm_iris.h
1746
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
davidmueller13/AK-Flo
fs/ext4/xattr.c
43253
/* * linux/fs/ext4/xattr.c * * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> * * Fix by Harrison Xing <harrison@mountainviewdata.com>. * Ext4 code with a lot of help from Eric Jarman <ejarman@acm.org>. * Extended attributes for symlinks and special files added per * suggestion of Luka Renko <lu...
gpl-2.0
SSLab-NTHU/qemu-guest-armvisor
hw/sh_intc.c
12189
/* * SuperH interrupt controller module * * Copyright (c) 2007 Magnus Damm * Based on sh_timer.c and arm_timer.c by Paul Brook * Copyright (c) 2005-2006 CodeSourcery. * * This code is licensed under the GPL. */ #include "sh_intc.h" #include "hw.h" #include "sh.h" //#define DEBUG_INTC //#define DEBUG_INTC_SOUR...
gpl-2.0
Asido/AwesomeWM
common/array.h
8691
/* * array.h - useful array handling header * * Copyright © 2009 Julien Danjou <julien@danjou.info> * Copyright © 2008 Pierre Habouzit <madcoder@debian.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 ...
gpl-2.0
Haynie-Research-and-Development/jarvis
web/webapi/sms/vendor/twilio/sdk/Twilio/Rest/Preview/HostedNumbers.php
2570
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Preview; use Twilio\Domain; use Twilio\Exceptions\TwilioException; use Twilio\Rest\Preview\HostedNumbers\HostedNumberOrderList; use Twilio\Version; /** * @property \Twilio\Rest\P...
gpl-2.0
ghostego/viscom-new
wp-content/plugins/backupbuddy/pluginbuddy/classes/ui.php
24642
<?php /* pluginbuddy_ui class * * Handles typical user interface items used in WordPress development. * * @author Dustin Bolton * @version 1.0.0 */ class pb_backupbuddy_ui { private $_tab_interface_tag = ''; /* pluginbuddy_ui->start_metabox() * * Starts a metabox. Use with end_metabox(). * @see...
gpl-2.0
holyangel/LGE_G3
arch/blackfin/mach-bf561/include/mach/gpio.h
1299
/* * Copyright (C) 2008 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #ifndef _MACH_GPIO_H_ #define _MACH_GPIO_H_ #define MAX_BLACKFIN_GPIOS 48 #define GPIO_PF0 0 #define GPIO_PF1 1 #define GPIO_PF2 2 #define GPIO_PF3 3 #define GPIO_PF4 4 #define GPIO_PF5 5 #define GPIO_PF6 6 #define GPIO_PF7 7 #de...
gpl-2.0
SmarTS-Lab/iTesla_RaPId
Examples/line_equivalent/FMU/~FMUOutput/sources/dsdefs.h
991
/* dsdefs.h * * This is a "dummy" version of stdio.h etc. for systems which lack one. * Rename it is stdio.h if needed. * * Functions printf() and sprintf() are defined here, but neither * of them do anything useful. * * Version 1.2 Dag Bruck * 1.3 Dag Bruck Updated for DYMOLA_DSPACE. * * Copyrigh...
gpl-3.0
remybaranx/qtaste
tools/jython/lib/Lib/encodings/aliases.py
2790
""" Encoding Aliases Support This module is used by the encodings package search function to map encodings names to module names. Note that the search function converts the encoding names to lower case and replaces hyphens with underscores *before* performing the lookup. """ aliases = { # La...
gpl-3.0
mynameisdongyoung/Face-to-Face2.0
sitenotice_form.php
1228
<?php require_once "$CFG->dirroot/lib/formslib.php"; require_once "$CFG->dirroot/mod/facetoface/lib.php"; class mod_facetoface_sitenotice_form extends moodleform { function definition() { $mform =& $this->_form; $mform->addElement('header', 'general', get_string('general', 'form')); ...
gpl-3.0
wtsi-swat/eq_exporter
epplus_90cfd9a3a979/EPPlus/ConditionalFormatting/Rules/ExcelConditionalFormattingTop.cs
4023
/******************************************************************************* * You may amend and distribute as you like, but don't remove this header! * * EPPlus provides server-side generation of Excel 2007/2010 spreadsheets. * See http://www.codeplex.com/EPPlus for details. * * Copyright (C) 2011 Jan Käll...
gpl-3.0
mfandrade/siac
vendors/tcpdf/examples/example_052.php
3586
<?php //============================================================+ // File name : example_052.php // Begin : 2009-05-07 // Last Update : 2009-09-30 // // Description : Example 052 for TCPDF class // Certification Signature (experimental) // // Author: Nicola Asuni // // (c) Copyright: // ...
gpl-3.0
sabel83/metashell
3rd/templight/clang/test/SemaCXX/wchar_t.cpp
1004
// RUN: %clang_cc1 -fsyntax-only -verify %s // RUN: %clang_cc1 -fsyntax-only -Wno-signed-unsigned-wchar -verify=allow-signed -DSKIP_ERROR_TESTS %s // allow-signed-no-diagnostics wchar_t x; void f(wchar_t p) { wchar_t x; unsigned wchar_t y; // expected-error {{'wchar_t' cannot be signed or unsigned}} signed wchar...
gpl-3.0
TextusData/Mover
thirdparty/unixODBC-2.3.1/doc/index.html
8359
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML XMLNS="http://www.w3.org/1999/xhtml"> <HEAD > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <TITLE>unixODBC</TITLE> <META NAME="generator" CONTENT="SlickEdit"> <!...
gpl-3.0
gerrytucker78/emse_capstone_project
services/node_modules/nodeunit/node_modules/tap/node_modules/trivial-deferred/test.js
181
var Deferred = require('./') var assert = require('assert') var d = new Deferred() var t = require('tap') t.match(d, { resolve: Function, reject: Function, promise: Object })
gpl-3.0
Ninos/woocommerce
templates/content-widget-reviews.php
1305
<?php /** * The template for displaying product widget entries. * * This template can be overridden by copying it to yourtheme/woocommerce/content-widget-reviews.php * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your them...
gpl-3.0
HossainKhademian/Studio3
plugins/com.aptana.core/src/com/aptana/core/internal/resources/Messages.java
969
/** * Aptana Studio * Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions). * Please see the license.html included with this distribution for details. * Any modifications to this file must keep this entire header intact. ...
gpl-3.0
Maijin/radare2
libr/util/idpool.c
4681
/* radare2 - LGPL - Copyright 2017 - condret */ #include <r_util.h> #include <r_types.h> ut32 get_msb(ut32 v) { int i; for (i = 31; i > (-1); i--) { if (v & (0x1 << i)) { return (v & (0x1 << i)); } } return 0; } R_API RIDPool* r_id_pool_new(ut32 start_id, ut32 last_id) { RIDPool* pool = NULL; if (start_...
gpl-3.0
sanskritiitd/sanskrit
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/upamiti-3_ext.txt.out.dict_16534_inr.html
3697
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=tathaastu;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content...
gpl-3.0
Lobz/reforged-pixel-dungeon
src/com/shatteredpixel/shatteredpixeldungeon/scenes/InterlevelScene.java
7657
/* * Pixel Dungeon * Copyright (C) 2012-2014 Oleg Dolya * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
gpl-3.0
Postgres-XL/Postgres-XL
contrib/test_decoding/sql/rewrite.sql
1989
-- predictability SET synchronous_commit = on; DROP TABLE IF EXISTS replication_example; SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); CREATE TABLE replication_example(id SERIAL PRIMARY KEY, somedata int, text varchar(120)); INSERT INTO replication_example(somedata) VALUES...
mpl-2.0
ddrmanxbxfr/servo
python/servo/bootstrap_commands.py
14058
# Copyright 2013 The Servo Project Developers. See the COPYRIGHT # file at the top-level directory of this distribution. # # 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 http://opensource.org/licenses/MIT>, at your #...
mpl-2.0
tkandala/TimelineJS3
source/js/dom/TL.Point.js
1360
/* TL.Point Inspired by Leaflet TL.Point represents a point with x and y coordinates. ================================================== */ TL.Point = function (/*Number*/ x, /*Number*/ y, /*Boolean*/ round) { this.x = (round ? Math.round(x) : x); this.y = (round ? Math.round(y) : y); }; TL.Point.prototype = { a...
mpl-2.0
jazkarta/edx-platform-for-isc
common/test/db_cache/bok_choy_schema.sql
138342
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SE...
agpl-3.0
gabriel-samfira/juju
cmd/juju/model/fakeenv_test.go
4463
// Copyright 2014 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package model_test import ( "errors" gc "gopkg.in/check.v1" "gopkg.in/juju/names.v2" "github.com/juju/juju/api" jujucloud "github.com/juju/juju/cloud" "github.com/juju/juju/environs/config" "github.com/juju/juju/test...
agpl-3.0
md11235/fengoffice
plugins/workspaces/language/ja_jp/lang.php
468
<?php return array( 'field workspace description' => '説明', 'workspace description' => 'ワークスペースの説明', 'add new workspace' => '新しいワークスペースを追加', 'add your first workspace' => '最初のワークスペースを追加', 'you have no workspaces yet' => 'まだワークスペースがありません', 'filter by workspaces' => 'ワークスペースで絞り込み', 'filter by tags' => 'タグで絞り込み', );...
agpl-3.0
UCL-INGI/Informatique-1
old_pythia/88_java/run.sh
959
#!/bin/sh # Copyright (c) 2015, 2016 Sébastien Combéfis, Virginie Van den Schrieck # This program 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...
agpl-3.0