Searched refs:Ustring (Results 1 – 12 of 12) sorted by relevance
| /plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
| D | Isotropic.php | 41 use Hoa\Ustring; alias 173 $c[Ustring::toCode( 183 return Ustring::fromCode($i); 191 Ustring::fromCode( 193 Ustring::toCode($left), 194 Ustring::toCode($right) 226 Ustring::fromCode( 242 return Ustring::fromCode( 247 return Ustring::fromCode(octdec($value)); 268 Ustring::fromCode(0x0009), [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | README.md | 19 # Hoa\Ustring 23 …documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Ustring) 29 [Learn more](https://central.hoa-project.net/Documentation/Library/Ustring). 68 The `Hoa\Ustring\Ustring` class allows to manipulate easily UTF-8 strings in a 73 $french = new Hoa\Ustring\Ustring('Je t\'aime'); 74 $arabic = new Hoa\Ustring\Ustring('أحبك'); 75 $japanese = new Hoa\Ustring\Ustring('私はあなたを愛して'); 93 `Hoa\Ustring\Ustring::getDirection` method (which call the 94 `Hoa\Ustring\Ustring::getCharDirection` static method), it returns either 95 `Hoa\Ustring\Ustring::LTR` (`0`) or `Hoa\Ustring\Ustring::RTL` (`1`): [all …]
|
| D | Exception.php | 37 namespace Hoa\Ustring;
|
| D | Ustring.php | 37 namespace Hoa\Ustring; 53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate class 1059 if (false === Ustring::checkMbString()) {
|
| D | Search.php | 37 namespace Hoa\Ustring;
|
| D | CHANGELOG.md | 36 * Rename `Hoa\String` to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T12:24:23+02:00)
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Bin/ |
| D | Fromcode.php | 37 namespace Hoa\Ustring\Bin; 40 use Hoa\Ustring; alias 95 $char = Ustring::fromCode(base_convert($code, $base, 10));
|
| D | Tocode.php | 37 namespace Hoa\Ustring\Bin; 40 use Hoa\Ustring; alias 95 $code = base_convert((string) Ustring::toCode($char), 10, $base);
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
| D | Issue.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT;
|
| D | Search.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT;
|
| D | Ustring.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT; 50 class Ustring extends Test\Unit\Suite class
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | CHANGELOG.md | 31 * Move to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T14:51:52+02:00)
|