| /plugin/syntaxhighlighter3/sxh3/demos/ |
| D | older_version.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 …pe="text/javascript" src="../scripts/xregexp.js"></script> <!-- XRegExp is bundled with the final … 7 <script type="text/javascript" src="../scripts/shCore.js"></script> 8 <script type="text/javascript" src="../scripts/shLegacy.js"></script> 9 <script type="text/javascript" src="../scripts/shBrushGroovy.js"></script> 26 <h2>No controls</h2> 29 <h2>No gutter</h2> 39 SyntaxHighlighter.config.clipboardSwf = 'Scripts/clipboard.swf';
|
| D | content_xml.php | 2 header('Content-type: application/xhtml+xml; charset=utf-8'); 3 ?><?php echo '<'.'?xml version="1.0" encoding="UTF-8"?'.'>'; ?> 4 <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 StrictEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d… 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 9 …pe="text/javascript" src="../scripts/xregexp.js"></script> <!-- XRegExp is bundled with the final … 10 <script type="text/javascript" src="../scripts/shCore.js"></script> 11 <script type="text/javascript" src="../scripts/shBrushAS3.js"></script> 22 The purpose of this demo is to show XML content compatibility. Since there's no
|
| D | haxe_test.html | 1 <!-- 15 ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 --> 22 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 25 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 27 <script type="text/javascript" src="../scripts/XRegExp.js"></script> 28 <script type="text/javascript" src="../scripts/shCore.js"></script> 29 <script type="text/javascript" src="../scripts/shBrushHaxe.js"></script>
|
| /plugin/webcomponent/action/ |
| D | js.php | 17 // For the public (no user, no admin) 30 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_header'); 33 $controller->register_hook('JS_SCRIPT_LIST', 'AFTER', $this, 'handle_js'); 44 // If there is no user 46 $scripts = &$event->data['script']; 47 foreach ($scripts as &$script) { 70 …$dokuScriptPath = DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'scripts' . DIRECTORY_SEPARA… 80 3 => $dokuScriptPath . "locktimer.js", // Use in js.php - dw_locktimer 87 foreach ($event->data as $scriptPath) { 105 $event->data = $scriptsToKeep;
|
| /plugin/icons/assets/ |
| D | LICENSE.md | 3 ## Font-Awesome 9 - The Font Awesome font is licensed under the SIL OFL 1.1: 10 - http://scripts.sil.org/OFL 11 - Font Awesome CSS, LESS, and Sass files are licensed under the MIT License: 12 - https://opensource.org/licenses/mit-license.html 13 - The Font Awesome documentation is licensed under the CC BY 3.0 License: 14 - https://creativecommons.org/licenses/by/3.0/ 15 - Attribution is no longer required as of Font Awesome 3.0, but much appreciated: 16 - `Font Awesome by Dave Gandy - http://fontawesome.io` 17 - Full details: http://fontawesome.io/license/ [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite.css | 7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html) 14 …-align:left; border:0; overflow:visible; background:transparent none repeat left top; color:#111; … 16 …extarea { background:#fff; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; border:1px out… 17 #Firebug center { text-align:center; } 18 #Firebug strong { font-weight:bold; } 19 #Firebug em { font-style:italic; } 22 …d !important; position:absolute; z-index:99999998; left:0; bottom:0; width:100%; height:295px; bac… 24 #Firebug { position:fixed !important; position:absolute; z-index:99999999; left:0; bottom:0; width:… 25 …:5px; background:transparent; *background:url(spacer.gif); cursor:n-resize; -moz-user-select:none;… 26 #Firebug .Header { height:38px; background:#ccc url(firebug.gif) 0 -85px; } [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite.css | 3 …-align:left; border:0; overflow:visible; background:transparent none repeat left top; color:#111; … 5 …extarea { background:#fff; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; border:1px out… 6 #Firebug center { text-align:center; } 7 #Firebug strong { font-weight:bold; } 8 #Firebug em { font-style:italic; } 11 …d !important; position:absolute; z-index:99999998; left:0; bottom:0; width:100%; height:295px; bac… 13 #Firebug { position:fixed !important; position:absolute; z-index:99999999; left:0; bottom:0; width:… 14 …:5px; background:transparent; *background:url(spacer.gif); cursor:n-resize; -moz-user-select:none;… 15 #Firebug .Header { height:38px; background:#ccc url(firebug.gif) 0 -85px; } 19 #Firebug .Right .Container { height:100%; border-left:1px solid #ccc; } [all …]
|
| /plugin/combo/action/ |
| H A D | js.php | 18 // For the public (no user, no admin) 31 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_header'); 34 $controller->register_hook('JS_SCRIPT_LIST', 'AFTER', $this, 'handle_js'); 45 // If there is no user 47 $scripts = &$event->data['script']; 48 foreach ($scripts as &$script) { 84 …rySeparatorInDokuwikiList . 'lib' . $directorySeparatorInDokuwikiList . 'scripts' . $directorySepa… 94 3 => $dokuScriptPath . "locktimer.js", // Use in js.php - dw_locktimer 106 foreach ($event->data as $scriptPath) { 124 $event->data = $scriptsToKeep;
|
| /plugin/lightweightscript/ |
| D | action.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author i-net /// software <tools@inetsoftware.de> 21 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output… 22 $controller->register_hook('JS_SCRIPT_LIST', 'BEFORE', $this, 'handle_js_script_list'); 23 $controller->register_hook('TOOLBAR_DEFINE', 'BEFORE', $this, 'handle_js_toolbar'); 25 // $controller->register_hook('JS_CACHE_USE', 'BEFORE', $this, 'handle_use_cache'); 42 $event->data['script'][] = array( 43 'type'=> 'text/javascript', 'charset'=> 'utf-8', '_data'=> '', 49 … _tpl_metaheaders_action( array( 'script' => array( array_shift($event->data['script']) ) ) ); 55 * because the user has no edit rights. [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/upgrade/myvendor/splitbrain/php-cli/ |
| H A D | README.md | 1 # PHP-CLI 3 PHP-CLI is a simple library that helps with creating nice looking command line scripts. 7 - **option parsing** 8 - **help page generation** 9 - **automatic width adjustment** 10 - **colored output** 11 - **optional PSR3 compatibility** 13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts … 19 ```php composer.phar require splitbrain/php-cli``` 37 $options->setHelp('A very minimal example that does nothing but print a version'); [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | CONTRIBUTING.md | 2 ------------- 7 php scripts/phpcs 9 Which should give you no output, indicating that there are no coding standard errors. And then: 13 Which should give you no failures or errors. You can ignore any skipped tests as these are for exte…
|
| /plugin/syntaxhighlighter3/action/ |
| D | action.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 30 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hooksh'); 31 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_hookjsprocessing'); 37 $event->data['link'][] = array( 'rel' => 'stylesheet', 41 $event->data['link'][] = array( 'rel' => 'stylesheet', 43 … 'href' => DOKU_BASE.'lib/plugins/syntaxhighlighter3/sxh3/pkg/styles/'.$this->getConf('theme'), 47 $event->data["script"][] = array("type" => "text/javascript", 48 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/shCore.min.js", 51 $event->data["script"][] = array("type" => "text/javascript", 52 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/shAutoloader.js", [all …]
|
| /plugin/combo/resources/snippet/js/ |
| H A D | combo-html.js | 44 // Execute the src scripts first (the inline script may depend on it) 47 // no src script, load all inline and return 58 … // When the counter is null, it will dispatch the all-module-loaded event that will trigger 60 let allModuleLoadedEventType = 'all-module-loaded'; 67 moduleToLoad--; 83 // Evaluate all inline scripts when all src script have loaded 84 // (ie the loader manager dispatch this event when all scripts have loaded)
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
| H A D | Jomolhari-OFL.txt | 7 No modification of the license is permitted, only verbatim copy is allowed. 9 http://scripts.sil.org/OFL 12 ----------------------------------------------------------- 13 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005 14 ----------------------------------------------------------- 32 - font files 33 - data files 34 - source code 35 - build scripts 36 - documentation [all …]
|
| H A D | LohitKannadaOFL.txt | 1 Copyright 2011-12 Lohit Fonts Project contributors 6 http://scripts.sil.org/OFL 9 ----------------------------------------------------------- 10 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 ----------------------------------------------------------- 32 include source files, build scripts and documentation. 41 or substituting -- in part or in whole -- any of the components of the 60 included either as stand-alone text files, human-readable headers or 61 in the appropriate machine-readable metadata fields within text or 64 3) No Modified Version of the Font Software may use the Reserved Font [all …]
|
| H A D | Lateef font OFL.txt | 1 Copyright (c) 2004-2011, SIL International (http://www.sil.org/), 6 http://scripts.sil.org/OFL 8 ----------------------------------------------------------- 9 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 ----------------------------------------------------------- 31 include source files, build scripts and documentation. 40 or substituting -- in part or in whole -- any of the components of the 59 included either as stand-alone text files, human-readable headers or 60 in the appropriate machine-readable metadata fields within text or 63 3) No Modified Version of the Font Software may use the Reserved Font [all …]
|
| H A D | DhyanaOFL.txt | 6 http://scripts.sil.org/OFL 9 ----------------------------------------------------------- 10 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 ----------------------------------------------------------- 32 include source files, build scripts and documentation. 41 or substituting -- in part or in whole -- any of the components of the 60 included either as stand-alone text files, human-readable headers or 61 in the appropriate machine-readable metadata fields within text or 64 3) No Modified Version of the Font Software may use the Reserved Font 89 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
| H A D | XW Zar Font Info.txt | 4 http://scripts.sil.org/OFL 7 ----------------------------------------------------------- 8 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 ----------------------------------------------------------- 30 include source files, build scripts and documentation. 39 or substituting -- in part or in whole -- any of the components of the 58 included either as stand-alone text files, human-readable headers or 59 in the appropriate machine-readable metadata fields within text or 62 3) No Modified Version of the Font Software may use the Reserved Font 87 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
| H A D | KhmerOFL.txt | 5 http://scripts.sil.org/OFL 8 ----------------------------------------------------------- 9 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 ----------------------------------------------------------- 31 include source files, build scripts and documentation. 40 or substituting -- in part or in whole -- any of the components of the 59 included either as stand-alone text files, human-readable headers or 60 in the appropriate machine-readable metadata fields within text or 63 3) No Modified Version of the Font Software may use the Reserved Font 88 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
| /plugin/leightweightscript/ |
| D | action.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author i-net /// software <tools@inetsoftware.de> 21 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output… 22 $controller->register_hook('JS_SCRIPT_LIST', 'BEFORE', $this, 'handle_js_script_list'); 23 $controller->register_hook('TOOLBAR_DEFINE', 'BEFORE', $this, 'handle_js_toolbar'); 25 // $controller->register_hook('JS_CACHE_USE', 'BEFORE', $this, 'handle_use_cache'); 41 $event->data['script'][] = array( 42 'type'=> 'text/javascript', 'charset'=> 'utf-8', '_data'=> '', 48 … _tpl_metaheaders_action( array( 'script' => array( array_shift($event->data['script']) ) ) ); 54 * because the user has no edit rights. [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 …**SACK**. It is only one file ''tw-sack.js''. You will have to copy this file over the original fi… 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 …s not include {{:dokuwiki:plugin:events.js}}, download it and put it into ''lib/scripts'' directory 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/revealjs/lib/font/source-sans-pro/ |
| D | LICENSE | 6 This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 8 —————————————————————————————- 9 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 —————————————————————————————- 18 …license and clearly marked as such. This may include source files, build scripts and documentation. 33 …e. These can be included either as stand-alone text files, human-readable headers or in the approp… 35 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit writt… 45 …SE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPY…
|
| /plugin/pureldap/vendor/freedsx/socket/ |
| H A D | composer.json | 20 "require-dev": { 23 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1", 27 "ext-openssl": "For SSL/TLS support.", 31 "psr-4": {"FreeDSx\\Socket\\": "src/FreeDSx/Socket"} 33 "autoload-dev": { 34 "psr-4": {"fixture\\FreeDSx\\Socket\\": "tests/fixture/FreeDSx/Socket"} 36 "scripts": { object 37 "test-coverage": [ 38 "phpspec run --no-interaction -c phpspec.cov.yml" 41 "phpspec run --no-interaction"
|
| /plugin/pureldap/vendor/freedsx/asn1/ |
| H A D | composer.json | 22 "require-dev": { 25 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0", 26 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1", 28 "slevomat/coding-standard": "~7.0" 31 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers." 34 "psr-4": {"FreeDSx\\Asn1\\": "src/FreeDSx/Asn1"} 36 "scripts": { object 37 "test-coverage": [ 38 "phpspec run --no-interaction -c phpspec.cov.yml" 41 "phpspec run --no-interaction" [all …]
|