repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
ztemt/Z5mini_H112_kernel
arch/arm/mach-msm/board/zte-camera.c
23184
/* Copyright (c) 2012-2013, 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
Digilent/u-boot-digilent
lib/vsprintf.c
19676
/* * linux/lib/vsprintf.c * * Copyright (C) 1991, 1992 Linus Torvalds * (C) Copyright 2000-2009 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */ /* * Wirzenius wrote this portably, Torvalds fucked it up :-) * * from hush: simple_itoa() was lift...
gpl-2.0
anatoliegolovco/grmdemo
db/migrate/20110521142405_rename_bugs_to_notes.rb
2293
require 'migrate' class RenameBugsToNotes < ActiveRecord::Migration def self.up rename_enumeration "map_bug_status_enum", "note_status_enum" rename_enumeration "map_bug_event_enum", "note_event_enum" rename_table :map_bugs, :notes rename_index :notes, "map_bugs_pkey", "notes_pkey" rename_index :...
gpl-2.0
ipwndev/DSLinux-Mirror
user/gdb/sim/igen/gen-model.h
1001
/* The IGEN simulator generator for GDB, the GNU Debugger. Copyright 2002 Free Software Foundation, Inc. Contributed by Andrew Cagney. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
gpl-2.0
Debian/openjfx
modules/web/src/main/native/Source/WebKit/ios/WebCoreSupport/WebSelectionRect.h
2391
/* * Copyright (C) 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
gpl-2.0
jcannava/bleedcrimson.net
photos/lib/adodb/perf/perf-mssql.inc.php
4822
<?php /* V4.98 13 Feb 2008 (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved. Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. ...
gpl-2.0
zhoupeng/spice4xen
linux-2.6.18-xen.hg/arch/powerpc/platforms/cell/spufs/context.c
3935
/* * SPU file system -- SPU context management * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 * * Author: Arnd Bergmann <arndb@de.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software...
gpl-2.0
Effec7/Adamantium
src/server/scripts/Commands/cs_send.cpp
10199
/* * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.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 of the License, or (at your * option) any later ve...
gpl-2.0
AlbertoPeon/invenio
modules/webaccess/lib/access_control_config.py
35364
## This file is part of Invenio. ## Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 CERN. ## ## Invenio 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 ## Lic...
gpl-2.0
morinfa/TYPO3.CMS
typo3/sysext/workspaces/Tests/Unit/Controller/Remote/RemoteServerTest.php
8153
<?php namespace TYPO3\CMS\Workspaces\Tests\Unit\Controller\Remote; /* * 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 full cop...
gpl-2.0
zkf-qwj/Relay-Wasu-NoBalance
DarwinStreamingSrvr6.0.3-Source-relay-wasu-sx/WebAdmin/WebAdminHtml/cgi-lib.pl
6514
# cgi-lib.pl # Common functions for writing http headers #---------------------------------------------------------- # # @APPLE_LICENSE_HEADER_START@ # # # Copyright (c) 1999-2008 Apple Inc. All Rights Reserved. # # This file contains Original Code and/or Modifications of Original Code # as defined in and that are sub...
gpl-2.0
samueloph/vufind
module/VuFind/src/VuFind/Record/FallbackLoader/Summon.php
3913
<?php /** * Summon record fallback loader * * PHP version 7 * * Copyright (C) Villanova University 2018. * * 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 ...
gpl-2.0
barco57/zencart
includes/templates/responsive_classic/sideboxes/tpl_order_history.php
879
<?php /** * Side Box Template * * @copyright Copyright 2003-2020 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: DrByte 2020 Jun 19 Modified in v1.5.7 $ */ $content = ""; $content .= '<div id="' ....
gpl-2.0
MaxSem/osm2pgsql
tests/test-expire-tiles.cpp
10053
#include "expire-tiles.hpp" #include "options.hpp" #include <iterator> #include <stdio.h> #include <string.h> #include <stdarg.h> #include <stdlib.h> #include <stdexcept> #include <boost/format.hpp> #include <set> #define EARTH_CIRCUMFERENCE (40075016.68) namespace { void run_test(const char* test_name, void (*test...
gpl-2.0
tripleee/glibc-en-150
sysdeps/x86_64/fpu/multiarch/e_atan2.c
689
#if defined HAVE_FMA4_SUPPORT || defined HAVE_AVX_SUPPORT # include <init-arch.h> # include <math.h> # include <math_private.h> extern double __ieee754_atan2_sse2 (double, double); extern double __ieee754_atan2_avx (double, double); # ifdef HAVE_FMA4_SUPPORT extern double __ieee754_atan2_fma4 (double, double); # else ...
gpl-2.0
jmesmon/guilt
regression/t-010.sh
378
#!/bin/bash # # Test the init code # source "$REG_DIR/scaffold" function opts { cat << DONE -a -n DONE } cmd setup_git_repo opts | while read opt ; do cmd reset_git_repo cmd guilt init $opt cmd list_files shouldfail guilt init $opt cmd list_files done cmd git branch other cmd git checkout other cmd guilt...
gpl-2.0
rasken2003/fuga-it-business
wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
14593
<?php /** * Customizer settings for this theme. * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ if ( ! class_exists( 'TwentyTwenty_Customize' ) ) { /** * CUSTOMIZER SETTINGS * * @since Twenty Twenty 1.0 */ class TwentyTwenty_Customize { /** * Register customizer o...
gpl-2.0
andyque/doxygen
src/declinfo.h
1134
/****************************************************************************** * * * * Copyright (C) 1997-2014 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representat...
gpl-2.0
paladox/mediawiki-extensions-MobileFrontend
tests/browser/features/support/pages/create_article_page.rb
179
class CreateArticlePage include PageObject page_url '<%=params[:article_name]%>' a(:doesnotexist_msg, text: 'Look for pages within Wikipedia that link to this title') end
gpl-2.0
kzlin129/tt-gpl
go9/linux-s3c24xx/drivers/media/dvb/bt8xx/dvb-bt8xx.c
23010
/* * Bt8xx based DVB adapter driver * * Copyright (C) 2002,2003 Florian Schirmer <jolt@tuxbox.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 of the License, or *...
gpl-2.0
DerThorsten/pyvlfeat
vlfeat/sift/vl_siftdescriptor.cpp
4699
/** @internal ** @file vl_siftdescriptor_python.cpp ** @author Andrea Vedaldi ** @author Mikael Rousson (Python wrapping) ** @brief SIFT descriptor - MEX **/ #include "../py_vlfeat.h" extern "C" { #include <vl/mathop.h> #include <vl/sift.h> } #include <math.h> #include <assert.h> #include <iostream>...
gpl-2.0
12sm/erinmyers
wp-content/plugins/wp-toolbar-editor/js/jquery.form.js
41603
/*! * jQuery Form Plugin * version: 3.33.0-2013.05.02 * @requires jQuery v1.5 or later * Copyright (c) 2013 M. Alsup * Examples and documentation at: http://malsup.com/jquery/form/ * Project repository: https://github.com/malsup/form * Dual licensed under the MIT and GPL licenses. * https://github.com/malsup/fo...
gpl-2.0
imshashank/The-Perfect-Self
wp-content/plugins/gd-star-rating/code/adm/save_settings.php
18252
<?php if (isset($_POST['gdsr_action']) && $_POST['gdsr_action'] == 'save') { $gdsr_options["bot_message"] = $_POST['gdsr_bot_message']; $gdsr_options["no_votes_percentage"] = $_POST['gdsr_no_votes_percentage']; $gdsr_options["cached_loading"] = isset($_POST['gdsr_cached_loading']) ? 1 : 0; $gdsr...
gpl-2.0
Barracuda09/media_build-bst
linux/drivers/media/platform/exynos4-is/fimc-lite.c
45548
/* * Samsung EXYNOS FIMC-LITE (camera host interface) driver * * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 a...
gpl-2.0
sunnyden/reactos
ntoskrnl/config/cmcheck.c
792
/* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/config/cmcheck.c * PURPOSE: Configuration Manager - Hive and Key Validation * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ /* INCLUDES **************************...
gpl-2.0
jmansar/empathy
libempathy-gtk/empathy-conf.c
7566
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio 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; either version 2 of the * L...
gpl-2.0
dataxe/proyectos
panashopping/admin/descargar_factura_externa_temporal_archivo_csv_por_dias.php
1184
<?php require_once('../conexiones/conexione.php'); mysql_select_db($base_datos, $conectar); date_default_timezone_set("America/Bogota"); include ("../registro_movimientos/registro_movimientos.php"); //$cod_factura = $_GET['cod_factura']; $fecha_ini = $_GET['fecha_ini']; $fecha_fin = $_GET['fecha_fin']; $tabla = $_G...
gpl-3.0
FabianKnapp/nexmon
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/gdb/GDB_002fMI-Ada-Tasking-Commands.html
5607
<html lang="en"> <head> <title>GDB/MI Ada Tasking Commands - 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.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="GD...
gpl-3.0
seemoo-lab/nexmon
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/libm/sin.html
2465
<html lang="en"> <head> <title>sin - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Math.html#Math" title="Math"> <link rel="prev"...
gpl-3.0
mskala/noxcf-gimp
app/core/gimp-gradients.c
5035
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995-2002 Spencer Kimball, Peter Mattis, and others * * gimp-gradients.c * Copyright (C) 2002 Michael Natterer <mitch@gimp.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
gpl-3.0
AKuHAK/xcover3ltexx_custom_kernel
drivers/media/i2c/ecs/Makefile
198
obj-$(CONFIG_ECS_DRIVER) += ecs-core.o obj-$(CONFIG_ECS_DRIVER_SUBDEV) += ecs-subdev.o ecs-helper.o obj-$(CONFIG_SOC_CAMERA_OV5640_ECS) += ov5640.o obj-$(CONFIG_SOC_CAMERA_SP0A20_ECS) += sp0a20.o
gpl-3.0
phracek/rear
usr/share/rear/lib/hp_raid-functions.sh
871
# # functions to use with HP Hardware RAID (Smart Array and compatible) # # function define_HPSSACLI() { # HP Smart Storage Administrator CLI is either hpacucli, hpssacli or ssacli if has_binary hpacucli ; then HPSSACLI=hpacucli elif has_binary hpssacli ; then HPSSACLI=hpssacli elif has...
gpl-3.0
decvalts/iris
lib/iris/tests/unit/quickplot/test_points.py
1543
# (C) British Crown Copyright 2014 - 2015, Met Office # # This file is part of Iris. # # Iris 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, or # (at your option) any l...
gpl-3.0
Murreey/CommandHelper
src/main/java/com/laytonsmith/abstraction/MCScoreboard.java
908
package com.laytonsmith.abstraction; import com.laytonsmith.abstraction.enums.MCDisplaySlot; import java.util.Set; public interface MCScoreboard { public void clearSlot(MCDisplaySlot slot); public MCObjective getObjective(MCDisplaySlot slot); public MCObjective getObjective(String name); /** * * @return Set o...
gpl-3.0
ruzzgames/BlindFate
windows/Common/StepTimer.h
5607
#pragma once #include <wrl.h> namespace DX { // Helper class for animation and simulation timing. class StepTimer { public: StepTimer() : m_elapsedTicks(0), m_totalTicks(0), m_leftOverTicks(0), m_frameCount(0), m_framesPerSecond(0), m_framesThisSecond(0), m_qpcSecondCount...
gpl-3.0
BreemsEmporiumMensToiletriesFragrances/cpp-ethereum
libsolidity/Compiler.h
6043
/* This file is part of cpp-ethereum. cpp-ethereum 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. cpp-ethereum is distributed in the...
gpl-3.0
dbohn/openlab
CTestConfig.cmake
447
SET(CTEST_PROJECT_NAME "hikob-git-${PLATFORM}") SET(CTEST_NIGHTLY_START_TIME "00:00:00 EST") IF(NOT DEFINED CTEST_DROP_METHOD) SET(CTEST_DROP_METHOD "http") ENDIF(NOT DEFINED CTEST_DROP_METHOD) IF(CTEST_DROP_METHOD STREQUAL "http") SET(CTEST_DROP_SITE "tools.vpn.hikob.com") SET(CTEST_DROP_LOCATION "/cdash/submi...
gpl-3.0
FFXIOrgins/FFXIOrgins
scripts/globals/mobskills/Decussate.lua
1029
--------------------------------------------- -- Decussate -- -- Description: Performs a cross attack on nearby targets. -- Type: Magical -- Utsusemi/Blink absorb: 2-3 shadows? -- Range: Less than or equal to 10.0 -- Notes: Only used by Gulool Ja Ja when below 35% health. ---------------------------------...
gpl-3.0
SMRUCC/GCModeller
src/runtime/sciBASIC#/Data_science/MachineLearning/MachineLearning/Darwinism/Models/FitnessPool.vb
5914
#Region "Microsoft.VisualBasic::8450d02c5fe4c4f80f81a9880e0f8dc0, Data_science\MachineLearning\MachineLearning\Darwinism\Models\FitnessPool.vb" ' Author: ' ' asuka (amethyst.asuka@gcmodeller.org) ' xie (genetics@smrucc.org) ' xieguigang (xie.guigang@live.com) ' ' Copyri...
gpl-3.0
yescallop/Nukkit
src/main/java/cn/nukkit/block/BlockNoteblock.java
3101
package cn.nukkit.block; import cn.nukkit.Player; import cn.nukkit.item.Item; import cn.nukkit.item.ItemTool; import cn.nukkit.level.Level; import cn.nukkit.level.sound.NoteBoxSound; import cn.nukkit.network.protocol.BlockEventPacket; /** * Created by Snake1999 on 2016/1/17. * Package cn.nukkit.block in project nuk...
gpl-3.0
s20121035/rk3288_android5.1_repo
cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/DnsSdResponseListenerTest.java
4616
/* * Copyright (C) 2012 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-3.0
DGA-MI-SSI/YaCo
deps/swig-3.0.7/Examples/test-suite/perl5/li_carrays_runme.pl
1879
#!/usr/bin/perl use strict; use warnings; use Test::More tests => 34; BEGIN { use_ok('li_carrays') } require_ok('li_carrays'); # array_class { my $length = 5; my $xyArray = new li_carrays::XYArray($length); for (my $i=0; $i<$length; $i++) { my $xy = $xyArray->getitem($i); $xy->{x} = $i*10; $xy->{y} =...
gpl-3.0
danielbejaranogonzalez/Mobile-Network-Designer
db/hsqldb/src/org/hsqldb/util/SqlTool.java
23912
/* Copyright (c) 2001-2008, The HSQL Development Group * 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...
gpl-3.0
mgood7123/UPM
perl-5.26.1/perl5.26.1/lib/5.26.1/App/Prove/State.pm
11689
package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (); use base 'TAP::Base'; BEGIN { __PACKAGE__->mk_methods('result_class'); } use constant IS_WIN32 => ( $^O =~ /^(M...
gpl-3.0
oeru/techblog
drupal8/core/modules/language/src/Form/NegotiationConfigureForm.php
11818
<?php namespace Drupal\language\Form; use Drupal\Core\Block\BlockManagerInterface; use Drupal\Component\Utility\Unicode; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Extension\ThemeHandlerInterface; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\F...
gpl-3.0
digyna/digyna-CMS
application/models/mypanel/Appconfig.php
1375
<?php class Appconfig extends CI_Model { public function exists($key) { $this->db->from('app_config'); $this->db->where('app_config.key', $key); return ($this->db->get()->num_rows() == 1); } public function get_all() { $this->db->from('app_config'); $this->db->order_by('key', 'asc'); return $this...
gpl-3.0
andmaj/unrank-bottleneck-bench
sdsl_linear/include/sdsl/algorithms_for_string_matching.hpp
18541
/* sdsl - succinct data structures library Copyright (C) 2010 Simon Gog 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 la...
gpl-3.0
Lee-Wills/-tv
mmd/library/src/main/java/com/google/android/exoplayer/text/tx3g/Tx3gParser.java
1720
/* * Copyright (C) 2014 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-3.0
Nestor94Gonzalez/robot_blockly
frontend/closure-library/closure/goog/editor/plugins/linkbubble_test.js
13917
// Copyright 2008 The Closure Library 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 requ...
gpl-3.0
Sithil-F/OpenRA
OpenRA.Mods.Common/Widgets/Logic/Ingame/GameTimerLogic.cs
1876
#region Copyright & License Information /* * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, * see COP...
gpl-3.0
n4hy/gnuradio
gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py
4236
# # Copyright 2006,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio 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) # any later versi...
gpl-3.0
tao-k/zomeki
app/controllers/portal_group/admin/piece/site_areas_controller.rb
93
class PortalGroup::Admin::Piece::SiteAreasController < Cms::Admin::Piece::BaseController end
gpl-3.0
dslab-epfl/accessibility-checker
question/format.php
35327
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
gpl-3.0
VNageswararao/lms28
lib/outputcomponents.php
115993
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
gpl-3.0
mgood7123/UPM
perl-5.26.1/perl5.26.1/lib/5.26.1/Locale/Currency.pod
3059
=pod =head1 NAME Locale::Currency - standard codes for currency identification =head1 SYNOPSIS use Locale::Currency; $curr = code2currency('usd'); # $curr gets 'US Dollar' $code = currency2code('Euro'); # $code gets 'eur' @codes = all_currency_codes(); @names = all_currency_names();...
gpl-3.0
rneiss/PocketTorah
ios/Pods/Flipper-Boost-iOSX/boost/qvm/vec_mat_operations2.hpp
276
/// Copyright (c) 2008-2021 Emil Dotchevski and Reverge Studios, Inc. /// 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) #include <boost/qvm/gen/vec_mat_operations2.hpp>
gpl-3.0
b03605079/darkstar
scripts/globals/mobskills/Double_Kick.lua
1008
--------------------------------------------- -- Double Kick -- -- Description: Deals damage to a single target. Additional effect: Stun -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: Stun may or may not take effect. --------------------------------------------- require("/...
gpl-3.0
msoftware/tutanota-1
web/js/generated/entity/base/PersistenceResourcePostReturn.js
3838
"use strict"; tutao.provide('tutao.entity.base.PersistenceResourcePostReturn'); /** * @constructor * @param {Object=} data The json data to store in this entity. */ tutao.entity.base.PersistenceResourcePostReturn = function(data) { if (data) { this.updateData(data); } else { this.__format = "0"; th...
gpl-3.0
Severed-Infinity/technium
build/tmp/recompileMc/sources/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.java
2229
/* * Minecraft Forge * Copyright (c) 2016. * * 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 version 2.1 * of the License. * * This library is distributed in the hope that it will...
gpl-3.0
emakis/erpnext
erpnext/accounts/doctype/asset/asset.py
10030
# -*- coding: utf-8 -*- # Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors # For license information, please see license.txt from __future__ import unicode_literals import frappe from frappe import _ from frappe.utils import flt, add_months, cint, nowdate, getdate from frappe.model.document import Do...
gpl-3.0
geminy/aidear
oss/shell/coreutils/coreutils-8.21/lib/physmem.c
7604
/* Calculate the size of physical memory. Copyright (C) 2000-2001, 2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. 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 ver...
gpl-3.0
tao-k/zomeki
app/models/laby/content/base.rb
64
# encoding: utf-8 class Laby::Content::Base < Cms::Content end
gpl-3.0
ojgarciab/JdeRobot
src/stable/tools/visualHFSM/popups/importdialog.h
1517
/* * Copyright (C) 1997-2013 JDERobot Developers Team * * 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. * *...
gpl-3.0
oliverds/openclassifieds2
oc/vendor/pusher/autoload.php
183
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; return ComposerAutoloaderInit8a8b7c48f14663b8905d3aebf4678cc4::getLoader();
gpl-3.0
indrajitr/ansible
lib/ansible/modules/fetch.py
3790
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright: (c) 2017, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # This is a virtual module that is entirely implemented as an action plugin and runs on the controller from __future__ import absolute_import, ...
gpl-3.0
geminy/aidear
oss/shell/coreutils/coreutils-8.21/lib/getlogin.c
1234
/* Provide a working getlogin for systems which lack it. Copyright (C) 2010-2013 Free Software Foundation, Inc. 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 Li...
gpl-3.0
SlateScience/MozillaJS
js/src/jit-test/tests/debug/Frame-onPop-return-throw.js
1154
// |jit-test| error: TestComplete // onPop can change a normal return into a throw. load(libdir + "asserts.js"); var g = newGlobal('new-compartment'); var dbg = new Debugger(g); function test(type, provocation) { var log; // Help people figure out which 'test' call failed. print("type: " + uneval(...
mpl-2.0
Shiroy/servo
tests/wpt/web-platform-tests/shadow-dom/untriaged/events/event-retargeting/test-001.html
3365
<!DOCTYPE html> <!-- Distributed under both the W3C Test Suite License [1] and the W3C 3-clause BSD License [2]. To contribute to a W3C Test Suite, see the policies and contribution forms [3]. [1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license [2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license [3...
mpl-2.0
danlrobertson/servo
components/profile/mem.rs
25128
/* 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 https://mozilla.org/MPL/2.0/. */ //! Memory profiling functions. use crate::time::duration_from_seconds; use ipc_channel::ipc::{self, IpcReceiver...
mpl-2.0
klahnakoski/Bugzilla-ETL
vendor/pyLibrary/env/emailer.py
4306
# encoding: utf-8 # # # 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/. # # Author: Kyle Lahnakoski (kyle@lahnakoski.com) # from __future__ import unicode_literals from _...
mpl-2.0
mastizada/kuma
vendor/packages/ipython/docs/dist/html/api/generated/IPython.external.argparse.html
40287
<!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>external.argparse &mdash; IPython v0.10 documentation<...
mpl-2.0
edx-solutions/edx-platform
openedx/core/djangoapps/catalog/migrations/0002_catalogintegration_username.py
503
# -*- coding: utf-8 -*- from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('catalog', '0001_initial'), ] operations = [ migrations.AddField( model_name='catalogintegration', name='service_username', fiel...
agpl-3.0
TALP-UPC/freeling
src/libdynet/dynet/nodes-lstm.h
2748
#ifndef DYNET_NODES_LSTM_H_ #define DYNET_NODES_LSTM_H_ #include "dynet/dynet.h" #include "dynet/nodes-def-macros.h" namespace dynet { struct VanillaLSTMGates : public Node { explicit VanillaLSTMGates(const std::vector<VariableIndex>& a, bool dropout, real weightnoise_std) : Node(a), dropout(dropout), weightnois...
agpl-3.0
gangadhar-kadam/mtn-erpnext
patches/may_2012/std_pf_readonly.py
718
from __future__ import unicode_literals def execute(): """Make standard print formats readonly for system manager""" import webnotes.model.doc new_perms = [ { 'parent': 'Print Format', 'parentfield': 'permissions', 'parenttype': 'DocType', 'role': 'System Manager', 'permlevel': 1, 'read': 1, ...
agpl-3.0
akvo/akvo-sites-zz-template
code/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Plugin_Upgrade_Notice.php
7190
<?php /** * When appropriate, displays a plugin upgrade message "inline" within the plugin * admin screen. * * This is drawn from the Upgrade Notice section of the plugin readme.txt file (ie, * the one belonging to the current stable accessible via WP SVN - at least by * default). */ class Tribe__Admin__Notice__...
agpl-3.0
wfxiang08/sql-layer-1
fdb-sql-layer-core/src/test/resources/com/foundationdb/sql/optimizer/binding/join-using-14.sql
211
-- Key assertion, -- inner select clause binds departmentid to department.departmentid select * from department JOIN employee USING(departmentid) WHERE departmentid = (SELECT z FROM t1 WHERE t1.x = departmentid)
agpl-3.0
open-health-hub/openMAXIMS
openmaxims_workspace/ValueObjects/src/ims/generalmedical/vo/EpworthSleepAssessmentVo.java
7901
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
open-health-hub/openMAXIMS
openmaxims_workspace/ValueObjects/src/ims/nursing/vo/beans/MRSATreatmentVoBean.java
4677
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
open-health-hub/openMAXIMS
openmaxims_workspace/ValueObjects/src/ims/nursing/vo/Transfers.java
7494
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
open-health-hub/openMAXIMS
openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/CatsReferralForSessionManagementVo.java
5952
// This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5007.25751) // Copyright (C) 1995-2014 IMS MAXIMS. All rights reserved. // WARNING: DO NOT MODIFY the content of this file package ims.RefMan.vo; /** * Linked to RefMan.CatsReferral business object (ID: 1004100035). ...
agpl-3.0
raymondlamwu/zurmotest
app/protected/modules/notes/rules/badges/CreateNoteGameBadgeRules.php
3520
<?php /********************************************************************************* * Zurmo is a customer relationship management program developed by * Zurmo, Inc. Copyright (C) 2015 Zurmo Inc. * * Zurmo is free software; you can redistribute it and/or modify it under * the terms of t...
agpl-3.0
medialab-ufg/wp-rhs
tests/wordpress-tests-lib/data/themedir1/internationalized-theme/functions.php
128
<?php /** * Dummy theme. */ function i18n_theme_test() { return __( 'This is a dummy theme', 'internationalized-theme' ); }
agpl-3.0
greencorecr/phone_campaigns
user_guide/libraries/unit_testing.html
7545
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unit Testing Class : CodeIgniter User Guide</...
agpl-3.0
timthelion/FreeCAD
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp
138589
// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // Lic...
lgpl-2.1
ostash/qt-creator-i18n-uk
src/libs/cplusplus/ASTPath.cpp
2743
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
lgpl-2.1
OCamlPro-Henry/js_of_ocaml
runtime/polyfill/array.js
9421
//Version-IE: < 9 if ( 'function' !== typeof Array.prototype.reduce ) { Array.prototype.reduce = function( callback /*, initialValue*/ ) { 'use strict'; if ( null === this || 'undefined' === typeof this ) { throw new TypeError( 'Array.prototype.reduce called on null or undefined' ); } i...
lgpl-2.1
tiger-young/ecallaShop
mobile/templates/user.html
679
<!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>ECShop_mobile</title> </head> <body> <p align='left'> 用户中心<br/> -----...
lgpl-2.1
vrjuggler/vrjuggler
modules/gadgeteer/gadget/Devices/Sim/SimDigital.cpp
3184
/*************** <auto-copyright.pl BEGIN do not edit this line> ************** * * VR Juggler is (C) Copyright 1998-2011 by Iowa State University * * Original Authors: * Allen Bierbaum, Christopher Just, * Patrick Hartling, Kevin Meinert, * Carolina Cruz-Neira, Albert Baker * * This library is free soft...
lgpl-2.1
gwtnb/jubatus_core
jubatus/util/data/suffix_array/rmq.h
13357
// Copyright (c)2008-2011, Preferred Infrastructure 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 // ...
lgpl-2.1
rjferrier/fluidity
tests/swe_mms_p2p1_quadratic_drag/Makefile
363
input: clean ./copy_script gmsh -2 -bin src/MMS_A.geo gmsh -2 -bin src/MMS_B.geo gmsh -2 -bin src/MMS_C.geo run: ../../bin/fluidity MMS_A.flml ../../bin/fluidity MMS_B.flml ../../bin/fluidity MMS_C.flml clean: rm -f *.vtu *.stat *.s *_A* *_B* *_C* *_D* src/*A.* src/*B.* src/*C.* src/*D.* *.log matrix* *~ *.py...
lgpl-2.1
mziegert/RIOT
cpu/stm32f4/include/periph_cpu.h
5630
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_stm32f4 * @{ * * @file * @brief CPU specific defi...
lgpl-2.1
DocCreator/DocCreator
thirdparty/leptonica/src/ptafunc1.c
75693
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source c...
lgpl-3.0
tectronics/phantomuserland
include/ia32/arch/board-ia32_default-config.h
50
// #include <ia32/arch/board-ia32_pc-config.h>
lgpl-3.0
opennetworkinglab/onos
core/store/serializers/src/main/java/org/onosproject/store/serializers/LinkKeySerializer.java
1671
/* * Copyright 2014-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
apache-2.0
popravich/typescript
tests/Fidelity/test262/suite/ch15/15.8/15.8.2/15.8.2.13/S15.8.2.13_A13.js
604
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * If x is -Infinity and y>0 and y is an odd integer, Math.pow(x,y) is -Infinity * * @path ch15/15.8/15.8.2/15.8.2.13/S15.8.2.13_A13.js * @description Checking if Math.pow(x,y) equ...
apache-2.0
mrtequino/JSW
nodejs/pos-server/node_modules/npm/test/tap/install-shrinkwrapped-git.js
4407
var fs = require('fs') var path = require('path') var resolve = path.resolve var osenv = require('osenv') var mkdirp = require('mkdirp') var rimraf = require('rimraf') var test = require('tap').test var npm = require('../../lib/npm') var common = require('../common-tap') var chain = require('slide').chain var mockPath...
apache-2.0
qwerty4030/elasticsearch
test/framework/src/main/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSuite.java
5796
/* * 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
yonglehou/spring-net
src/Spring/Spring.Messaging/Messaging/Listener/DistributedTxMessageListenerContainer.cs
8103
#region License /* * Copyright 2002-2010 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 ...
apache-2.0
SaroTasciyan/FluentAssertions
Src/Core/InternalAssertionExtensions.cs
19975
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using FluentAssertions.Collections; using FluentAssertions.Common; using FluentAssertions.Equivalency; using FluentAssertions.Numeric; using FluentAssertions.Primitives; using FluentAssertions....
apache-2.0
milleruntime/accumulo
shell/src/main/java/org/apache/accumulo/shell/commands/ConstraintCommand.java
5893
/* * 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