Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dutf8_stripspecials.test.php28 * @param string $replacement
33 function testGivens($string, $replacement, $additional, $expected) argument
35 …$this->assertEquals($expected, \dokuwiki\Utf8\Clean::stripspecials($string, $replacement, $additio…
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php196 $replacement = $windows_1252_specials[$codepoint];
198 $replacement = SimplePie_Misc::codepoint_to_utf8($codepoint);
206 …$this->data = substr_replace($this->data, $replacement, $this->position - $consumed_length, $consu…
207 $this->position += strlen($replacement) - $consumed_length;
/dokuwiki/inc/Menu/Item/
H A DImgBackto.php22 $this->replacement = $ID;
H A DAbstractItem.php42 protected $replacement = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
88 $label = sprintf($label, $this->replacement);
261 'replacement' => $this->replacement
/dokuwiki/inc/Utf8/
H A DPhpString.php171 * @param string $replacement the replacement
181 public static function substr_replace($string, $replacement, $start, $length = 0) argument
185 $ret .= $replacement;
/dokuwiki/inc/
H A Dutf8.php109 function utf8_substr_replace($string, $replacement, $start, $length = 0) argument
112 return PhpString::substr_replace($string, $replacement, $start, $length);
H A Dtemplate.php615 $caption = sprintf($caption, $replacement);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS18 - The result is built by string replacement instead of by building another string based
H A DCHANGELOG696 - Fixed tab replacement code not generating the correct number of spaces in
/dokuwiki/lib/scripts/
H A Dfileuploader.js436 function r(name, replacement){ message = message.replace(name, replacement); } argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md80 - New class `SimplePie\SimplePie` as a replacement for class `SimplePie`
81 - New method `SimplePie\Misc::get_default_useragent()` as a replacement for constant `SIMPLEPIE_USE…