Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/lang/ia/
H A Dadminplugins.txt1 ===== Plug-ins additional ====
/dokuwiki/inc/Utf8/
H A DClean.php85 * @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 Dutf8.php199 function utf8_stripspecials($str, $repl = '', $additional = '')
202 return Clean::stripspecials($str, $repl, $additional);
198 utf8_stripspecials($str, $repl = '', $additional = '') global() argument
/dokuwiki/lib/plugins/authpdo/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/lib/plugins/styling/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
422 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md51 with a couple of additional methods in case they're helpful:
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md114 added support for arbitrary additional elements (use with caution)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG22 - Recognize additional file extensions (RealityRipple)
65 * PowerBuilder: additional encoding constants (Doug Porter)
331 * Some additional headers for Email\mbox highlighting (BenBE)
705 - Applied fix for additional keywords for the bash language