Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/inc/
Dutf8_stripspecials.test.php33 function testGivens($string, $replacement, $additional, $expected)
/dokuwiki/inc/Menu/Item/
DAbstractItem.php42 protected $replacement = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/Utf8/
DPhpString.php181 public static function substr_replace($string, $replacement, $start, $length = 0)
/dokuwiki/inc/
Dutf8.php109 function utf8_substr_replace($string, $replacement, $start, $length = 0)
/dokuwiki/lib/scripts/
Dfileuploader.js436 function r(name, replacement){ message = message.replace(name, replacement); } argument