| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/ |
| D | Jplayer.as | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 20 * mxmlc Jplayer.as -static-link-runtime-shared-libraries=true 24 import flash.system.Security; 28 import flash.events.TimerEvent; 33 import flash.events.KeyboardEvent; 40 import flash.events.Event; 42 import flash.events.StatusEvent; 44 import flash.events.MouseEvent; 48 import flash.events.ContextMenuEvent; 81 flash.system.Security.allowDomain("*"); [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck_ie.js | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 10 * - GNU General Public License Version 2 or later (the "GPL") 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 36 // The behaviors should be pointed using the FullBasePath to avoid security 76 return ( FCK.Status == FCK_STATUS_COMPLETE && FCK.Events.FireEvent( "OnPaste" ) ) ; 97 FCK.Events.FireEvent( "OnSelectionChange" ) ; 117 FCK.Events.FireEvent( "OnSelectionChange" ) ; [all …]
|
| D | fck_gecko.js | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 10 * - GNU General Public License Version 2 or later (the "GPL") 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 38 FCK.Events.FireEvent( "OnSelectionChange" ) ; 112 …g.OpenDialog( 'FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Security' ) ; } 129 this.Events.AttachEvent( 'OnSelectionChange', functionPointer ) ;
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | Settings.php | 25 * use-cases. In particular, it covers birthdates for virtually everyone 28 static $minDate = '1900-01-01'; 37 static $maxDate = '2100-01-01'; 42 * This setting limits the maximum of recurring events that this library 45 * This is a security measure. Without this, it would be possible to craft 46 * specific events that recur many, many times, potentially DDOSing the 52 * Set this value to -1 to disable this control altogether.
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Settings.php | 25 * use-cases. In particular, it covers birthdates for virtually everyone 28 public static $minDate = '1900-01-01'; 37 public static $maxDate = '2100-01-01'; 42 * This setting limits the maximum of recurring events that this library 45 * This is a security measure. Without this, it would be possible to craft 46 * specific events that recur many, many times, potentially DDOSing the 52 * Set this value to -1 to disable this control altogether.
|
| /plugin/deletepageguard/ |
| H A D | README.md | 18 * **Pattern validation**: Real-time validation with detailed error messages for administrators. 20 * **Security features**: Built-in ReDoS protection and input sanitization. 36 |---|---| 46 * **Real-time validation**: Invalid patterns are automatically detected when pages are saved 49 * **Security protection**: Built-in protection against ReDoS (Regular Expression Denial of Service)… 60 … groups, the plugin prevents the deletion by calling `$event->preventDefault()` and `$event->stopP… 62 ## Security Features 85 The test suite covers pattern validation, matching logic, security features, and edge cases without… 90 - Version management and semantic versioning 91 - Automated testing and validation [all …]
|
| /plugin/gcalendar/inc/ |
| D | conf.php | 3 * gCalendar configuration-file 6 * @author Frank Hinkel <frank@hi-sys.de> 13 # match unordered lists as events. The first subpattern must contain the result 14 $conf['gCal_match_event'][] = '#^\s*\*{2}([0-9]{1,2}\..*)\*{2}\s*$#s'; // " ** abc **" gets "abc" 18 # match dates in american-style, i.e. 12/31/2006 19 $conf['gCal_date_mdy'] = '([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{4}|[0-9]{2}|)'; 22 $conf['gCal_date_dmy'] = '([0-9]{1,2})\.([0-9]{1,2})\.([0-9]{4}|[0-9]{2}|)'; 24 # match isodates. i.e. 2006-12-31 or 06-12-31 25 $conf['gCal_date_ymd'] = '([0-9]{2}|[0-9]{4}|)\-([0-9]{1,2})\-([0-9]{1,2})'; 28 # security-option. only this tags are allowed in calendar-entries [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck_ie.js | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 10 * - GNU General Public License Version 2 or later (the "GPL") 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 36 // The behaviors should be pointed using the FullBasePath to avoid security 95 FCK.Events.FireEvent( "OnSelectionChange" ) ; 115 FCKDialog, ['FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Security'] ) ; 176 this.Events.FireEvent( "OnSelectionChange" ) ; [all …]
|
| D | fck_gecko.js | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 10 * - GNU General Public License Version 2 or later (the "GPL") 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 38 FCK.Events.FireEvent( "OnSelectionChange" ) ; 61 …log.OpenDialog( 'FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Security' ) ; 114 // - if the DFS has scanned all nodes under my parent, then go the next step. 115 // - if there is a text node after me but still under my parent, then do nothing and return. [all …]
|
| /plugin/flowplayer/player/ |
| D | README.txt | 4 ------ 5 - #614 when the clip ends if the next clip in the provider has a different provider close the provi… 6 - #627 only detach / attach the display on start events which causes issues in buffering events aft… 7 - #627 re-enable stagevideo state change listeners if stagevideo is available or detach the fullscr… 8 - #9 when replaying from stopping, connection does not receive callbacks anymore. 9 - #15 fixes for #627, handle the display init on startup. 12 ------ 13 - Updated to automatically load the latest controls and audio plugins 14 - #612 add some logging for the stagevideo render state to determine what mode the hardware acceler… 15 - #628 opera browsers do not return filesize correctly for latest flash players so require to use l… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | ConnectManager.as | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 20 1. Wired up errors to dispatch events to Jplayer events to allow them to bubble up to JS 29 import flash.events.*; 110 /* Revisit this chunk - not needed at the moment as NC is handed off and this 147 if ((m_connListCounter < m_connList.length - 1)) 168 // Need to enable and pass to Jplayer event system- revisit 186 // Need to enable and pass to Jplayer event system- revisit 238 if (event.info.description.indexOf("_checkbw") != -1) { 262 …trace("Connect ID: "+connID+" - PORT: "+_actualPort+" - PROTOCOL: "+_actualProtocol+" - FMS Versio… 273 /** Catches any netconnection net security errors [all …]
|
| /plugin/openlayersmap/.github/workflows/ |
| D | codeql-analysis.yml | 24 runs-on: ubuntu-latest 28 security-events: write 31 fail-fast: false 35 # Learn more about CodeQL language support at https://git.io/codeql-language-support 38 - name: Checkout repository 42 - name: Initialize CodeQL 43 uses: github/codeql-action/init@v4 49 # queries: ./path/to/local/query, your-org/your-repo/queries@main 53 - name: Autobuild 54 uses: github/codeql-action/autobuild@v4 [all …]
|
| /plugin/chat/ |
| D | readme.txt | 1 ====== DokuWiki Chat AJAX-driven plugin ====== 14 In the info-bar you can see the AJAX engine progress. 29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d… 30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\ 45 I provide in the installation zip updated version of **SACK**. It is only one file ''tw-sack.js''. … 46 Original ''tw-sack.js'' 1.6 version comes from [[http://www.twilightuniverse.com/resources/code/sac… 54 You will have to setup user-rights (ACL) for ''chat'' namespace. 75 …* If your installation does not include {{:dokuwiki:plugin:events.js}}, download it and put it int… 76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code… 95 - First, new messages are polled each 5 seconds. [all …]
|
| /plugin/fckg/fckeditor/editor/ |
| D | fckeditor.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <!-- 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 4 * Copyright (C) 2003-2009 Frederico Caldeira Knabben 11 * - GNU General Public License Version 2 or later (the "GPL") 14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 17 * - Mozilla Public License Version 1.1 or later (the "MPL") 18 * http://www.mozilla.org/MPL/MPL-1.1.html 23 --> 28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> [all …]
|
| /plugin/explorertree/ |
| D | action.php | 13 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call'); 18 * Register the events 24 if ($event->data !== 'plugin_explorertree') { 28 $event->stopPropagation(); 29 $event->preventDefault(); 31 global $INPUT; //available since release 2012-10-13 "Adora Belle" 33 $data = array('error'=>true,'msg'=>'invalid security token!'); 35 switch($INPUT->str('operation')){ 41 if (!($route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader')))){ 42 $data = array('error'=>true,'msg'=>"Can't load route '".$INPUT->str('route')."'!"); [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_ReportsService.php | 7 * http://www.apache.org/licenses/LICENSE-2.0 22 * $activities = $adminService->activities; 31 * @param string $applicationName Application name for which the events are to be retrieved. 35 * @opt_param string endTime Return events which occured at or before this time. 40 * @opt_param string startTime Return events which occured at or after this time. 46 $data = $this->__call('list', array($params)); 47 if ($this->useObjects()) { 60 * $customerUsageReports = $adminService->customerUsageReports; 69 …* @param string $date Represents the date in yyyy-mm-dd format for which the data is to be fetched. 79 $data = $this->__call('get', array($params)); [all …]
|
| /plugin/settingstree/ |
| D | action.php | 13 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call'); 18 * Register the events 24 if ($event->data !== 'plugin_settingstree') { 28 $event->stopPropagation(); 29 $event->preventDefault(); 31 global $INPUT; //available since release 2012-10-13 "Adora Belle" 33 $data = array('error'=>true,'msg'=>'invalid security token!'); 35 switch($INPUT->str('operation')){ 41 switch ($INPUT->str('showtype','normal')){ 44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN… [all …]
|
| /plugin/icalevents/ |
| D | syntax-impl.php | 5 * Copyright (C) 2010-2012, 2015-2016 6 * Tim Ruffing, Robert Rackl, Elan Ruusamäe, Jannes Drost-Tenfelde 22 * not, see <http://www.gnu.org/licenses/gpl-2.0.html>. 24 * @license https://www.gnu.org/licenses/gpl-2.0.html GPL2 28 * @author Jannes Drost-Tenfelde <info@drost-tenfelde.de> 47 $this->nonce = mt_rand(); 48 $this->localTimezone = new DateTimeZone(date_default_timezone_get()); 57 $match = substr($match, strpos($match, '>') + 1, -2); 61 // parse_str urldecodes valid percent-encoded byte, e.g., %dd. 89 $template = $this->getConf('template:' . $showAs); [all …]
|
| /plugin/wysiwyg/fckeditor/editor/dialog/ |
| D | fck_paste.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <!-- 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 11 * - GNU General Public License Version 2 or later (the "GPL") 14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 17 * - Mozilla Public License Version 1.1 or later (the "MPL") 18 * http://www.mozilla.org/MPL/MPL-1.1.html 22 * This dialog is shown when, for some reason (usually security settings), 25 --> [all …]
|
| /plugin/fckg/fckeditor/editor/dialog/ |
| D | fck_paste.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <!-- 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 4 * Copyright (C) 2003-2009 Frederico Caldeira Knabben 11 * - GNU General Public License Version 2 or later (the "GPL") 14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 17 * - Mozilla Public License Version 1.1 or later (the "MPL") 18 * http://www.mozilla.org/MPL/MPL-1.1.html 22 * This dialog is shown when, for some reason (usually security settings), 25 --> [all …]
|
| /plugin/combo/resources/dictionary/ |
| H A D | carbon-icons.json | 2 "3d-cursor": "3D-Cursor", 3 "3d-cursor-alt": "3D-cursor--alt", 4 "3d-curve-auto-colon": "3D-curve--auto-colon", 5 "3d-curve-auto-vessels": "3D-curve--auto-vessels", 6 "3d-curve-manual": "3D-curve--manual", 7 "3d-ica": "3D-iCa", 8 "3d-mpr-toggle": "3D-MPR-Toggle", 9 "3d-print-mesh": "3D-print-mesh", 10 "3d-software": "3D-software", 11 "3rd-party-connected": "3rd-party-connected", [all …]
|
| /plugin/tile/ |
| D | LICENSE | 2 CeCILL-B FREE SOFTWARE LICENSE AGREEMENT 19 The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) 22 Commissariat à l'Energie Atomique - CEA, a public scientific, technical 26 Centre National de la Recherche Scientifique - CNRS, a public scientific 28 at 3 rue Michel-Ange, 75794 Paris cedex 16, France. 30 Institut National de Recherche en Informatique et en Automatique - 56 developers and experienced professionals having in-depth computer 59 enabling the security of their systems and/or data to be ensured and, 61 security. This Agreement may be freely reproduced and published, 69 Article 1 - DEFINITIONS [all …]
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.js | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 10 * - GNU General Public License Version 2 or later (the "GPL") 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 43 // Events 145 …it. Much probably we are inside a FRAME where the "top" is in another domain (security error). */ } 193 if ( /*@cc_on!@*/false && sAgent.indexOf("mac") == -1 ) 208 if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | sql.min.js | 1 …--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter cre…
|
| /plugin/codemirror/dist/modes/ |
| D | sql.min.js | 1 …-%<>!=&|~^\/]/,l=c.support||{},m=c.hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c… 2 …security segment select sequence serializable session session_user set setof sets share show simil…
|