Searched refs:fromCode (Results 1 – 9 of 9) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
H A D | Isotropic.php | 183 return Ustring::fromCode($i); 191 Ustring::fromCode( 226 Ustring::fromCode( 242 return Ustring::fromCode( 268 Ustring::fromCode(0x0009), 269 Ustring::fromCode(0x0020), 270 Ustring::fromCode(0x00a0) 277 Ustring::fromCode(0x000a), 278 Ustring::fromCode(0x000b), 279 Ustring::fromCode(0x000c), [all …]
|
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
H A D | Ustring.php | 793 ->when($result = LUT::getCharWidth(LUT::fromCode($code))) 804 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x7f))) 809 ->when($result = LUT::isCharPrintable(LUT::fromCode(0xa0))) 814 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x1100))) 824 ->when($result = LUT::fromCode(0x7e)) 830 ->when($result = LUT::fromCode(0xa7)) 836 ->when($result = LUT::fromCode(0x1207)) 842 ->when($result = LUT::fromCode(0x1f4a9))
|
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/ |
H A D | Fromcode.php | 95 $char = Ustring::fromCode(base_convert($code, $base, 10));
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | README.md | 137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on 142 Hoa\Ustring\Ustring::fromCode(0x1a9), // string(2) "Ʃ"
|
H A D | Ustring.php | 939 public static function fromCode($code) function in Hoa\\Ustring\\Ustring
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …fromCode = from.charCodeAt(fromStart + i);\n if (fromCode !== to.charCodeAt(toStart + i…
|
H A D | json.worker.js.map | 1 …fromCode = from.charCodeAt(fromStart + i);\n if (fromCode !== to.charCodeAt(toStart + i…
|
H A D | bundle.js.map | 1 …fromCode = from.charCodeAt(fromStart + i);\n if (fromCode !== to.charCodeAt(toStart + i…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|