Searched refs:change_encoding (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 282 public static function change_encoding($data, $input, $output) function in SimplePie\\Misc 1985 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 1995 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 2005 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U… 2015 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U…
|