Searched refs:replacement (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_stripspecials.test.php | 28 * @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 D | Entities.php | 196 $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 D | ImgBackto.php | 22 $this->replacement = $ID;
|
| H A D | AbstractItem.php | 42 protected $replacement = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem 88 $label = sprintf($label, $this->replacement); 261 'replacement' => $this->replacement
|
| /dokuwiki/inc/Utf8/ |
| H A D | PhpString.php | 171 * @param string $replacement the replacement 181 public static function substr_replace($string, $replacement, $start, $length = 0) argument 185 $ret .= $replacement;
|
| /dokuwiki/inc/ |
| H A D | utf8.php | 109 function utf8_substr_replace($string, $replacement, $start, $length = 0) argument 112 return PhpString::substr_replace($string, $replacement, $start, $length);
|
| H A D | template.php | 615 $caption = sprintf($caption, $replacement);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 18 - The result is built by string replacement instead of by building another string based
|
| H A D | CHANGELOG | 696 - Fixed tab replacement code not generating the correct number of spaces in
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploader.js | 436 function r(name, replacement){ message = message.replace(name, replacement); } argument
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 80 - 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…
|