repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
ILOVEPIE/Cxbx-Reloaded
src/CxbxDebugger/Form1.cs
39647
// Written by x1nixmzeng for the Cxbx-Reloaded project // using System; using System.Windows.Forms; using System.Threading; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using cs_x86; namespace CxbxDebugger { public partial class Form1 : Form { Thread Debugg...
gpl-2.0
hatharry/Emby
MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs
1267
using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Providers; using MediaBrowser.Model.Library; using MediaBrowser.Model.LiveTv; using System; using System.Threading; using System.Threading.Tasks; namespace MediaBrowser.Controller.LiveTv { public interface...
gpl-2.0
dkjha52/testlinkdev
lib/functions/tlAttachment.class.php
9647
<?php /** * TestLink Open Source Project - http://testlink.sourceforge.net/ * This script is distributed under the GNU General Public License 2 or later. * * @package TestLink * @author Francisco Mancardi * @copyright 2007-2009, TestLink community * @version CVS: $Id: tlAttachment.class.php,v 1.2 2009...
gpl-2.0
dalinhuang/cameras
vincent_zc_install/includes/templates/template_default/templates/system_setup_default.php
4212
<?php /** * @package Installer * @access private * @copyright Copyright 2003-2007 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: system_setup_default.php 7180 2007-10-05 12:24:30Z drbyte $ ...
gpl-2.0
Masterjun3/dolphin
Source/Core/DolphinQt2/Config/PropertiesDialog.cpp
1390
// Copyright 2016 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include <QDialogButtonBox> #include <QTabWidget> #include <QVBoxLayout> #include "DolphinQt2/Config/FilesystemWidget.h" #include "DolphinQt2/Config/GeckoCodeWidget.h" #include "DolphinQt2/Config/InfoWidget....
gpl-2.0
levski87/midwoodcandle
wp-content/themes/flatsome/woocommerce/content-single-product-lightbox.php
2963
<?php global $post, $product, $woocommerce; $attachment_ids = $product->get_gallery_attachment_ids(); // run quick view hooks do_action('wc_quick_view_before_single_product'); ?> <div class="row collapse"> <div class="large-7 columns"> <div class="product-image images"> <div...
gpl-2.0
RJRetro/mame
src/mame/drivers/tispellb.cpp
16116
// license:BSD-3-Clause // copyright-holders:hap, Sean Riddle /*************************************************************************** ** subclass of hh_tms1k_state (includes/hh_tms1k.h, drivers/hh_tms1k.cpp) ** Texas Instruments Spelling B hardware The Spelling B was introduced together with the Speak & S...
gpl-2.0
xmbcrios/xmbcrios.repository
plugin.video.pulsar/navigation.py
154
import sys, os sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'resources', 'site-packages')) from pulsar import navigation navigation.run()
gpl-2.0
vufind-org/vufind
module/VuFind/src/VuFind/Recommend/SummonResultsDeferred.php
3056
<?php /** * SummonResultsDeferred Recommendations Module * * PHP version 7 * * Copyright (C) Villanova University 2010. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. * ...
gpl-2.0
nekrozar/ygopro-scripts
c91862578.lua
483
--激昂のムカムカ function c91862578.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetRange(LOCATION_MZONE) e1:SetValue(c91862578.val) c:RegisterEffect(e1) --defup local e2=e1:Clone() e2:SetCode(EF...
gpl-2.0
YPaquis/RHumeurs.net
wp-content/plugins/contact-form-7/includes/shortcodes.php
4588
<?php class WPCF7_ShortcodeManager { var $shortcode_tags = array(); // Taggs scanned at the last time of do_shortcode() var $scanned_tags = null; // Executing shortcodes (true) or just scanning (false) var $exec = true; function add_shortcode( $tag, $func, $has_name = false ) { if ( is_callable( $func ) ) ...
gpl-2.0
jluissandovalm/lammps_smd
src/verlet.cpp
10274
/* ---------------------------------------------------------------------- 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
bogzybodo/FrozenCore-3.3.5
src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.cpp
6126
/* * 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 GNU General Public License as published by the * Free Software ...
gpl-2.0
xstory61/server
scripts/reactor/9102005.js
1123
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Genera...
gpl-2.0
ChuguluGames/mediawiki
includes/Block.php
25265
<?php /** * @file * Blocks and bans object */ /** * The block class * All the functions in this class assume the object is either explicitly * loaded or filled. It is not load-on-demand. There are no accessors. * * Globals used: $wgAutoblockExpiry, $wgAntiLockFlags * * @todo This could be used everywhere, bu...
gpl-2.0
csaldana/Proyecto-final
ZombieSystem1.2.0/Proyecto V 1.1.1/Zombie System V1.2/Proyecto/Cliente.Designer.cs
15151
/* * Created by SharpDevelop. * User: jonathan * Date: 05/12/2013 * Time: 11:53 p. m. * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ namespace Proyecto { partial class Cliente { /// <summary> /// Designer variable used to keep track of non-visual components. /// </...
gpl-2.0
thomasmckay/katello
app/lib/actions/pulp/repository/remove_docker_image.rb
232
module Actions module Pulp module Repository class RemoveDockerImage < Pulp::Repository::AbstractRemoveContent def content_extension pulp_extensions.docker_image end end end end end
gpl-2.0
Jun-Yuan/percona-server
storage/rocksdb/rdb_sst_info.cc
12234
/* Copyright (c) 2016, Facebook, 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; version 2 of the License. This program is distributed in the hope that it will be useful, but ...
gpl-2.0
cjw-network/cjwpublish1411
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/Persistence/Elasticsearch/Content/Search/Location/CriterionVisitor/Location/PriorityIn.php
2053
<?php /** * File containing the range PriorityIn Priority criterion visitor class * * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. * @version 2014.11.1 */ namespace eZ\Publish\Core\Persisten...
gpl-2.0
leybal/HomeWork5
wp-content/plugins/cp-multi-view-calendar/DC_MultiViewCal/language/multiview_lang_ru_RU.js
9603
var i18n = jQuery.extend({}, i18n || {}, { dcmvcal: { dateformat: { "fulldaykey": "MMddyyyy", "fulldayshow": "d L yyyy", "fulldayvalue": "d/M/yyyy", "Md": "W d/M", "nDaysView": "d/M", "listViewDate": "d L yyyy", "Md3": "d L...
gpl-2.0
vanfanel/scummvm
engines/myst3/detection.cpp
10095
/* ResidualVM - A 3D game interpreter * * ResidualVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the AUTHORS * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of...
gpl-2.0
JanetteA/dsmsales
sites/all/libraries/modernizr/feature-detects/websockets.js
789
/*! { "name": "WebSockets Support", "property": "websockets", "authors": ["Phread [fearphage]", "Mike Sherov [mikesherov]", "Burak Yigit Kaya [BYK]"], "caniuse": "websockets", "tags": ["html5"], "warnings": [ "This test will reject any old version of WebSockets even if it is not prefixed such as in Safa...
gpl-2.0
Pengostores/magento1_training
app/code/core/Mage/Paygate/sql/paygate_setup/install-1.6.0.0.php
1036
<?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-3.0
mm3/shattered-pixel-dungeon
src/com/shatteredpixel/shatteredpixeldungeon/windows/WndClass.java
6032
/* * 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
job/librenms
includes/discovery/processors/junos.inc.php
2575
<?php // JUNOS Processors if ($device['os'] == "junos") { echo("JUNOS : "); $processors_array = snmpwalk_cache_multi_oid($device, "jnxOperatingCPU", $processors_array, "JUNIPER-MIB" , '+'.$config['install_dir']."/mibs/junos"); $processors_array = snmpwalk_cache_multi_oid($device, "jnxOperatingDRAMSize", $process...
gpl-3.0
qPCR4vir/orange
source/include/common.cpp
766
#ifdef _MSC_VER #include <limits> using namespace std; #ifdef _STLP_LIMITS #define _STLP_FLOAT_INF_REP { 0, 0x7f80 } #define _STLP_FLOAT_QNAN_REP { 0, 0xffc0 } #define _STLP_FLOAT_SNAN_REP { 0x5555, 0x7f85 } #define _STLP_DOUBLE_INF_REP { 0, 0, 0, 0x7ff0 } #define _STLP_DOUBLE_QNAN_REP { 0, 0, 0, 0xfff8 }...
gpl-3.0
fabada/pootle
pootle/apps/pootle_app/management/commands/list_languages.py
1705
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) Pootle contributors. # # This file is a part of the Pootle project. It is distributed under the GPL3 # or later license. See the LICENSE file for a copy of the license and the # AUTHORS file for copyright and authorship information. import os os.environ['...
gpl-3.0
ChMat/CoreBundle
Form/AdminAnalyticsTopType.php
2981
<?php /* * This file is part of the Claroline Connect package. * * (c) Claroline Consortium <consortium@claroline.net> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Claroline\CoreBundle\Form; use Symfony\Component\Fo...
gpl-3.0
will4wachter/Project1
scripts/globals/abilities/invincible.lua
440
----------------------------------- -- Ability: Invincible ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- OnUseAbility ----------------------------------- function OnAbilityCheck(player,target,ability) re...
gpl-3.0
revi/mh-puppet
modules/stdlib/lib/puppet/parser/functions/member.rb
2095
# TODO(Krzysztof Wilczynski): We need to add support for regular expression ... # TODO(Krzysztof Wilczynski): Support for strings and hashes too ... # # member.rb # module Puppet::Parser::Functions newfunction(:member, :type => :rvalue, :doc => <<-DOC This function determines if a variable is a member of an array...
gpl-3.0
abioyeayo/proj-ardu-pilot
ardupilot/libraries/AP_HAL_VRBRAIN/Storage.cpp
8741
#include <AP_HAL/AP_HAL.h> #if CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN #include <assert.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> #include <stdio.h> #include <ctype.h> #include "Storage.h" using namespace VRBRAIN; /* This stores eeprom d...
gpl-3.0
thica/ORCA-Remote
custombuildscripts/debian/patch_kivy.1.11/pyinstaller_hooks/pyi_rth_kivy.py
634
import os import sys root = os.path.join(sys._MEIPASS, 'kivy_install') os.environ['KIVY_DATA_DIR'] = os.path.join(root, 'data') os.environ['KIVY_MODULES_DIR'] = os.path.join(root, 'modules') os.environ['GST_PLUGIN_PATH'] = '{}{}{}'.format( sys._MEIPASS, os.pathsep, os.path.join(sys._MEIPASS, 'gst-plugins')) os.en...
gpl-3.0
163gal/Time-Line
libs64/wxPython/lib/popupctl.py
446
## This file imports items from the wx package into the wxPython package for ## backwards compatibility. Some names will also have a 'wx' added on if ## that is how they used to be named in the old wxPython package. import wx.lib.popupctl __doc__ = wx.lib.popupctl.__doc__ PopButton = wx.lib.popupctl.PopButton wxPo...
gpl-3.0
ustegrew/ustegrew.github.io
courses/it001/lib/dojo/gridx/modules/NestedSort.js
7480
define([ "dojo/_base/declare", "dojo/_base/array", "dojo/_base/lang", "dojo/_base/event", "dojo/query", "dojo/string", "dojo/dom-class", "dojo/dom-construct", "dojo/keys", "../core/_Module", "../core/model/extensions/Sort", "./HeaderRegions" ], function(declare, array, lang, event, query, string, domClass, ...
gpl-3.0
zhuango/Cpp
cppPrimerPlus6/plus_code/Chapter 18/lambda0.cpp
2076
// lambda0.cpp -- using lambda expressions #include <iostream> #include <vector> #include <algorithm> #include <cmath> #include <ctime> const long Size1 = 39L; const long Size2 = 100*Size1; const long Size3 = 100*Size2; bool f3(int x) {return x % 3 == 0;} bool f13(int x) {return x % 13 == 0;} int main() ...
gpl-3.0
phip1611/hueman
parts/single-heading.php
117
<h1 class="post-title entry-title"><?php the_title(); ?></h1> <?php get_template_part('parts/single-author-date'); ?>
gpl-3.0
wiki2014/Learning-Summary
alps/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_long/d/T_not_long_1.java
751
/* * Copyright (C) 2008 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
phiratio/Pluralsight-materials
Paths/HTML5/09.HTML5-Advanced-Topics/materials/04. Web workers/OfflineDemo/debug-manifest.aspx.cs
87
 namespace OfflineDemo { public partial class debug_manifest : NoCachePage { } }
gpl-3.0
nicolas17/boinc
lib/md5_file.cpp
3807
// This file is part of BOINC. // http://boinc.berkeley.edu // Copyright (C) 2008 University of California // // BOINC 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 Licens...
gpl-3.0
EliasFarhan/gsn
gsn-tiny/src/tinygsn/model/wrappers/utils/MICSensor.java
11824
/** * Global Sensor Networks (GSN) Source Code * Copyright (c) 2006-2014, Ecole Polytechnique Federale de Lausanne (EPFL) * * This file is part of GSN. * * GSN 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, e...
gpl-3.0
crosslink/huai
components/com_kunena/lib/kunena.file.class.1.6.php
4109
<?php /** * @version $Id$ * Kunena Component * @package Kunena * @Copyright (C) 2011 Kunena All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined( '_JEXEC' ) or die(); jimport('joomla.filesystem.path'); jimport('joomla.filesystem.folder'); jimpo...
gpl-3.0
huncrys/mtasa-blue
Server/mods/deathmatch/logic/lua/CLuaModule.cpp
12401
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: mods/deathmatch/logic/lua/CLuaModule.cpp * PURPOSE: Lua module extension class * * Multi Theft Auto is available from...
gpl-3.0
marcusmueller/gnuradio
gr-digital/python/digital/qa_crc32.py
1711
#!/usr/bin/env python # # Copyright 2011 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) ...
gpl-3.0
mcomella/FirefoxAccounts-android
thirdparty/src/main/java/ch/boye/httpclientandroidlib/impl/pool/BasicConnFactory.java
6759
/* * ==================================================================== * 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 ...
mpl-2.0
rven/odoo
addons/web/static/src/js/fields/special_fields.js
9393
odoo.define('web.special_fields', function (require) { "use strict"; var core = require('web.core'); var field_utils = require('web.field_utils'); var relational_fields = require('web.relational_fields'); var AbstractField = require('web.AbstractField'); var FieldSelection = relational_fields.FieldSelection; var _t =...
agpl-3.0
IMS-MAXIMS/openMAXIMS
Source Library/openmaxims_workspace-archive/ValueObjects/src/ims/RefMan/vo/onExaminationVo.java
8283
// 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.OnExamination business object (ID: 1096100003). ...
agpl-3.0
oopcell/openApotti
Source Library/openmaxims_workspace/RefMan/src/ims/RefMan/forms/onexaminationpreview/AccessLogic.java
650
// This code was generated by Catalin Tomozei using IMS Development Environment (version 1.71 build 3607.26880) // Copyright (C) 1995-2009 IMS MAXIMS. All rights reserved. package ims.RefMan.forms.onexaminationpreview; import java.io.Serializable; public final class AccessLogic extends BaseAccessLogic implements Ser...
agpl-3.0
wfxiang08/sql-layer-1
fdb-sql-layer-core/src/main/java/com/foundationdb/qp/operator/LeafCursor.java
2456
/** * Copyright (C) 2009-2013 FoundationDB, LLC * * 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 option) any later version. * * Thi...
agpl-3.0
Carrotlord/Mint-Programming-Language
MintLangSaffronStable [Oldest]/builtin/file/CanReadAndWrite.java
510
package builtin.file; import builtin.BuiltinSub; import mint.FileIO; import mint.Heap; import mint.MintException; import mint.Pointer; import mint.PointerTools; import mint.SmartList; /** * * @author Oliver Chu */ public class CanReadAndWrite extends BuiltinSub { @Override public Pointer apply(SmartList<P...
agpl-3.0
maryamn/gnusocial-clone
plugins/EmailReminder/EmailReminderPlugin.php
6205
<?php /** * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2011, StatusNet, Inc. * * Plugin for sending email reminders about various things * * PHP version 5 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Publ...
agpl-3.0
oopcell/openApotti
Source Library/openmaxims_workspace/ValueObjects/src/ims/ocrr/vo/lookups/NormalcyStatus.java
8572
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
PeaceWorksTechnologySolutions/atom
apps/qubit/modules/physicalobject/actions/browseAction.class.php
2216
<?php /* * This file is part of the Access to Memory (AtoM) software. * * Access to Memory (AtoM) 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 op...
agpl-3.0
artsmorgan/crmtecnosagot
app/protected/core/data/DemoDataHelper.php
4646
<?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
liuqr/edx-xiaodun
common/lib/xmodule/xmodule/tests/test_video.py
24020
# -*- coding: utf-8 -*- #pylint: disable=W0212 """Test for Video Xmodule functional logic. These test data read from xml, not from mongo. We have a ModuleStoreTestCase class defined in common/lib/xmodule/xmodule/modulestore/tests/django_utils.py. You can search for usages of this in the cms and lms tests for examples....
agpl-3.0
chbfiv/fabric-engine-old
Web/ThirdParty/jQuery/ui/minified/jquery.effects.core.min.js
10578
/* * jQuery UI Effects 1.8.4 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/ */ jQuery.effects||function(f,j){function l(c){var a;if(c&&c.constructor==Array&&c.length=...
agpl-3.0
oopcell/openApotti
Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/EmergencyAttendanceInvestigationCodingVoAssembler.java
19790
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
FreudianNM/openMAXIMS
Source Library/openmaxims_workspace-archive/DomainObjects/src/ims/core/clinical/domain/objects/MedicationRoute.java
12335
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # ...
agpl-3.0
oopcell/openApotti
Source Library/openmaxims_workspace/RefMan/src/ims/RefMan/domain/base/impl/BaseReferralDetailsComponentImpl.java
2744
// 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.domain.base.impl; import ims.domain.impl.DomainImpl; public abstract class ...
agpl-3.0
hdweiss/qt-creator-visualizer
src/plugins/texteditor/generichighlighter/manager.cpp
18950
/************************************************************************** ** ** 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
ikcalB/linuxcnc-mirror
src/hal/user_comps/xhc-hb04.cc
30639
/* XHC-HB04 Wireless MPG pendant LinuxCNC HAL module for LinuxCNC Copyright (C) 2013 Frederic Rible (frible@teaser.fr) Copyright (C) 2013 Rene Hopf (renehopf@mac.com) Copyright (C) 2014 Marius Alksnys (marius.alksnys@gmail.com) This program is free software; you can redistribute it and/or modify it ...
lgpl-2.1
mbenz89/soot
src/soot/coffi/Instruction_Getstatic.java
2491
/* Soot - a J*va Optimization Framework * Copyright (C) 1997 Clark Verbrugge * * 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 optio...
lgpl-2.1
olvidalo/exist
exist-testkit/src/main/java/org/exist/test/runner/ExtTestIgnoredFunction.java
2047
/* * eXist Open Source Native XML Database * Copyright (C) 2001-2018 The eXist Project * http://exist-db.org * * This program 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 * o...
lgpl-2.1
wolfgangmm/exist
extensions/modules/cqlparser/src/main/java/org/exist/xquery/modules/cqlparser/CQLParserModule.java
2193
/* * eXist-db Open Source Native XML Database * Copyright (C) 2001 The eXist-db Authors * * info@exist-db.org * http://www.exist-db.org * * 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 Foun...
lgpl-2.1
fatihzkaratana/jofc2
src/jofc2/model/Text.java
1979
/* This file is part of JOFC2. JOFC2 is free software: you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. JOFC2 is distributed in the hope that i...
lgpl-3.0
billhj/Etoile
extern/rbdl/addons/benchmark/model_generator.cc
1543
#include "model_generator.h" #include "rbdl/rbdl.h" using namespace RigidBodyDynamics; using namespace RigidBodyDynamics::Math; void generate_planar_tree_recursive (Model *model, unsigned int parent_body_id, int depth, double length) { if (depth == 0) return; // create left child Joint joint_rot_z (Joint...
lgpl-3.0
fathi-hindi/oneplace
dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/CurlClient.php
682
<?php /** * Copyright © 2013-2017 Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\TestFramework\Authentication\Rest; use OAuth\Common\Http\Uri\UriInterface; /** * Custom Client implementation for cURL */ class CurlClient extends \OAuth\Common\Http\Client\CurlClient ...
unlicense
Vexatos/EnderIO
src/api/java/appeng/api/features/IMatterCannonAmmoRegistry.java
1688
/* * The MIT License (MIT) * * Copyright (c) 2013 AlgorithmX2 * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use...
unlicense
danr/kakoune
src/shared_string.hh
1842
#ifndef shared_string_hh_INCLUDED #define shared_string_hh_INCLUDED #include "string.hh" #include "ref_ptr.hh" #include "utils.hh" #include "hash_map.hh" #include <numeric> namespace Kakoune { struct StringData : UseMemoryDomain<MemoryDomain::SharedString> { uint32_t refcount; const int length; [[gnu::...
unlicense
KaranToor/MA450
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/command_lib/service_management/completion_callbacks.py
2027
# Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
apache-2.0
porcelli-forks/kie-wb-common
kie-wb-common-widgets/kie-wb-metadata-widget/src/test/java/org/kie/workbench/common/widgets/metadata/client/widget/ExternalLinkPresenterTest.java
2951
/* * Copyright 2017 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
wiltonlazary/arangodb
3rdParty/velocypack/src/Utf8Helper.cpp
2610
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
apache-2.0
atomicjets/summingbird
summingbird-batch-hadoop/src/main/scala/com/twitter/summingbird/batch/state/FileVersionTracking.scala
2421
/* Copyright 2013 Twitter, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
apache-2.0
DeezCashews/spring-boot
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnJndiTests.java
5541
/* * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
apache-2.0
bf8086/alluxio
core/server/common/src/main/java/alluxio/master/journal/StateChangeJournalContext.java
1996
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
apache-2.0
matzew/keycloak
integration/adapter-core/src/main/java/org/keycloak/adapters/AdapterUtils.java
4336
package org.keycloak.adapters; import org.jboss.logging.Logger; import org.keycloak.KeycloakPrincipal; import org.keycloak.KeycloakSecurityContext; import org.keycloak.representations.AccessToken; import org.keycloak.util.UriUtils; import java.util.Collections; import java.util.Set; /** * @author <a href="mailto:mp...
apache-2.0
walteryang47/ovirt-engine
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/UserProfileDaoImpl.java
3428
package org.ovirt.engine.core.dao; import java.sql.ResultSet; import java.sql.SQLException; import java.util.List; import javax.inject.Named; import javax.inject.Singleton; import org.ovirt.engine.core.common.businessentities.UserProfile; import org.ovirt.engine.core.compat.Guid; import org.springframework.jdbc.core...
apache-2.0
bright-sparks/enyo
source/ajax/Ajax.js
9555
(function (enyo, scope) { /** * A cache of response properties set on the {@link enyo.Ajax} instance once it has completed * its request. * * @typedef {Object} enyo.Ajax~xhrResponse * @property {Number} status - The response status. * @property {Object} headers - The headers used for the request. * @property ...
apache-2.0
akoeplinger/roslyn
src/InteractiveWindow/Editor/Output/SortedSpans.cs
2861
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Microsoft.VisualStudio.Text; using Roslyn.Utilities; namespace Microsoft...
apache-2.0
selrahal/jbpm
jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/commands/GetTaskByWorkItemIdCommand.java
1701
/* * Copyright 2015 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, soft...
apache-2.0
Xpray/flink
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/parameter/Parameter.java
1631
/* * 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
develar/netty
transport/src/main/java/io/netty/channel/ChannelConfig.java
8740
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
apache-2.0
jeorme/OG-Platform
projects/OG-Analytics/src/main/java/com/opengamma/analytics/financial/provider/description/interestrate/HullWhiteOneFactorProviderDiscount.java
6763
/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.provider.description.interestrate; import com.opengamma.analytics.financial.instrument.index.IborIndex; import com.opengamma.analytics.fina...
apache-2.0
jpkrohling/hawkular-btm
client/api/src/main/java/org/hawkular/apm/client/api/rest/AbstractRESTClient.java
11104
/* * Copyright 2015-2017 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://w...
apache-2.0
jeorme/OG-Platform
projects/OG-Analytics/src/main/java/com/opengamma/analytics/financial/provider/calculator/blackforex/ForwardVegaForexBlackSmileCalculator.java
1741
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.provider.calculator.blackforex; import com.opengamma.analytics.financial.forex.derivative.ForexOptionVanilla; import com.opengamma.analytic...
apache-2.0
lordjone/libgdx
tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/FragmentTestStarter.java
4359
package com.badlogic.gdx.tests.android; import java.util.List; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.ActivityInfo; import android.content.res.Configuration; import android.os.Bundle; import androi...
apache-2.0
igarashitm/camel
camel-core/src/main/java/org/apache/camel/model/dataformat/StringDataFormat.java
1748
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
apache-2.0
jamescdavis/ember-osf
tests/dummy/app/routes/collections/detail.js
2923
import Ember from 'ember'; import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin'; export default Ember.Route.extend(AuthenticatedRouteMixin, { model(params) { return this.store.findRecord('collection', params.collection_id); }, actions: { /** * Add...
apache-2.0
Metaswitch/calico-nova
nova/tests/unit/api/openstack/compute/contrib/test_flavor_swap.py
3627
# Copyright 2012 Nebula, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
apache-2.0
jkandasa/hawkular-inventory
hawkular-inventory-rest-api/src/main/java/org/hawkular/inventory/rest/exception/mappers/NotAcceptableExceptionMapper.java
1477
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://www.ap...
apache-2.0
kebenxiaoming/owncloudRedis
apps/firstrunwizard/l10n/ro.php
964
<?php $TRANSLATIONS = array( "Your personal web services. All your files, contacts, calendar and more, in one place." => "Serviciile tale web personale. Toate fișierele, contactele, calendarele și multe altele într-un singur loc.", "Get the apps to sync your files" => "Obține aplicația pentru sincronizarea fișierelor",...
apache-2.0
newbeginningxzm/WeChatChoosen
ptrlibrary/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java
5223
/******************************************************************************* * Copyright 2011, 2012 Chris Banes. * * 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.apac...
apache-2.0
wuzhaozhongguo/simpleimage
simpleimage.core/src/test/java/com/alibaba/simpleimage/view/ImagePanel.java
1590
/* * Copyright 1999-2004 Alibaba.com All right reserved. This software is the * confidential and proprietary information of Alibaba.com ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * in...
apache-2.0
nkinkade/operator
tools/fetch.py
9355
#!/usr/bin/env python import csv import sys import os import vxargs #from monitor import parser as parsermodule #from monitor import common #from automate import * import csv from glob import glob import os import time def usage(): return """ fetch.py -- run a short bash script across many machines. Th...
apache-2.0
vincent99/ui
lib/shared/app/mixins/promise-to-cb.js
55
export { default } from 'shared/mixins/promise-to-cb';
apache-2.0
jml/flocker
flocker/node/_loop.py
15861
# Copyright Hybrid Logic Ltd. See LICENSE file for details. """ Convergence loop for a node-specific dataset agent. In practice most of the code is generic, but a few bits assume this agent is node-specific. The convergence agent runs a loop that attempts to converge the local state with the desired configuration a...
apache-2.0
msbeta/apollo
modules/prediction/scenario/scenario_features/scenario_features.cc
1118
/****************************************************************************** * Copyright 2018 The Apollo 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 ...
apache-2.0
wwjiang007/hadoop
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/audit/package-info.java
1133
/* * 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
felipeg48/isf-book
ch06/src/main/java/com/apress/isf/spring/service/SearchEngineService.java
1632
/** * */ package com.apress.isf.spring.service; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.apress.isf.java.model.Document; import com.apress.isf.java.model.Type; import com.apress.isf.java.service.SearchEngine; im...
apache-2.0
jeorme/OG-Platform
projects/OG-FinancialTypes/src/main/java/com/opengamma/financial/security/option/SwaptionSecurityFudgeBuilder.java
4690
/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.security.option; import org.fudgemsg.FudgeMsg; import org.fudgemsg.MutableFudgeMsg; import org.fudgemsg.mapping.FudgeBuilder; import org.fudgemsg.map...
apache-2.0
roberth/pitest
pitest/src/test/java/org/pitest/execute/ResultClassifierTest.java
2189
/** * */ package org.pitest.execute; import static org.junit.Assert.assertEquals; import org.junit.Before; import org.junit.Test; import org.pitest.DescriptionMother; import org.pitest.testapi.Description; import org.pitest.testapi.TestResult; import org.pitest.testapi.TestUnitState; /** * @author henry * */ ...
apache-2.0