Searched refs:additional (Results 1 – 16 of 16) sorted by relevance
/dokuwiki/_test/tests/inc/ |
H A D | utf8_stripspecials.test.php | 29 * @param string $additional 33 function testGivens($string, $replacement, $additional, $expected) argument 35 …->assertEquals($expected, \dokuwiki\Utf8\Clean::stripspecials($string, $replacement, $additional));
|
/dokuwiki/inc/lang/ia/ |
H A D | adminplugins.txt | 1 ===== Plug-ins additional =====
|
/dokuwiki/inc/Utf8/ |
H A D | Clean.php | 85 * @param string $additional Additional chars to strip (used in regexp char class) 88 public static function stripspecials($string, $repl = '', $additional = '') argument 95 return preg_replace('/[' . $additional . '\x00-\x19' . $specials . ']/u', $repl, $string);
|
/dokuwiki/inc/ |
H A D | utf8.php | 199 function utf8_stripspecials($str, $repl = '', $additional = '') argument 202 return Clean::stripspecials($str, $repl, $additional);
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | README | 12 Please refer to http://www.dokuwiki.org/plugins for additional info
|
/dokuwiki/lib/plugins/styling/ |
H A D | README | 12 Please refer to http://www.dokuwiki.org/plugins for additional info
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
H A D | README.md | 13 Don't however be fooled by its simple surface. The library includes a wide variety of additional XM…
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | README.md | 67 The FileInfo class can be used to specify additional info like ownership or permissions when adding…
|
/dokuwiki/data/pages/wiki/ |
H A D | dokuwiki.txt | 14 All documentation and additional information besides the [[syntax|syntax description]] is maintaine…
|
H A D | syntax.txt | 47 …ing square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link … 50 a [[pagename]] or use an additional [[pagename|link text]]. 422 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlightin… 441 … used in DokuWiki as well. You can influence the rendering by multiple additional space separated …
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
H A D | README.md | 51 with a couple of additional methods in case they're helpful:
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | dokuwiki.txt | 14 All documentation and additional information besides the [[syntax|syntax description]] is maintaine…
|
H A D | syntax.txt | 47 …ing square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link … 50 a [[pagename]] or use an additional [[pagename|link text]]. 422 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlightin… 441 … used in DokuWiki as well. You can influence the rendering by multiple additional space separated …
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | README.md | 114 added support for arbitrary additional elements (use with caution)
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
H A D | LICENSE | 266 additional terms, to the whole of the work, and all its parts, 390 that they are valid under applicable law. If additional permissions 393 this License without regard to the additional permissions. 396 remove any additional permissions from that copy, or from any part of 399 additional permissions on material, added by you to a covered work, 429 All other non-permissive additional terms are considered "further 441 additional terms that apply to those files, or a notice indicating 625 Later license versions may give you additional or different 626 permissions. However, no additional obligations are imposed on any
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 24 - Recognize additional file extensions (RealityRipple) 67 * PowerBuilder: additional encoding constants (Doug Porter) 333 * Some additional headers for Email\mbox highlighting (BenBE) 707 - Applied fix for additional keywords for the bash language
|