Searched defs:replacement (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/Menu/Item/ | ||
H A D | AbstractItem.php | 42 protected $replacement = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem |
/dokuwiki/inc/Utf8/ | ||
H A D | PhpString.php | 190 substr_replace($string, $replacement, $start, $length = 0) global() argument |
/dokuwiki/inc/ | ||
H A D | utf8.php | 108 utf8_substr_replace($string, $replacement, $start, $length = 0) global() argument |
/dokuwiki/lib/scripts/ | ||
H A D | fileuploader.js | 436 function r(name, replacement){ message = message.replace(name, replacement); } argument |