Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/inc/
H A Dutf8.php108 utf8_substr_replace($string, $replacement, $start, $length = 0) global() argument
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php42 protected $replacement = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/Utf8/
H A DPhpString.php190 substr_replace($string, $replacement, $start, $length = 0) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js436 function r(name, replacement){ message = message.replace(name, replacement); } argument