Searched refs:toAscii (Results 1 – 5 of 5) sorted by relevance
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | CHANGELOG.md | 55 * Add emoji and other symbols supports to `toAscii`. (Ivan Enderlin, 2015-01-06T11:17:32+01:00) 56 * Update `toAscii` to use a transliterator. (Ivan Enderlin, 2015-01-06T10:58:07+01:00)
|
| D | README.md | 155 $emoji->toAscii(), "\n", 156 $maths->toAscii(), "\n";
|
| D | Ustring.php | 489 public function toAscii($try = false) function in Hoa\\Ustring\\Ustring
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
| D | Ustring.php | 948 $string->toAscii(); 962 ->when($result = $string->toAscii(true)) 979 ->when($result = $string->toAscii()) 1030 ->when($result = $string->toAscii())
|
| /plugin/commonmark/ |
| H A D | composer.lock | 364 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 365 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|