Searched refs:NFD (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/ |
H A D | Normalizer.php | 30 public const NFD = \Normalizer::NFD; define in Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer 44 if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) { 65 case self::NFD: $C = false; $K = false; break;
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/ |
H A D | Normalizer.php | 13 public const NFD = 4; define in Normalizer
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 40.40.js.map | 1 … 'NESTING',\n 'NEW',\n 'NEXT',\n 'NFC',\n 'NFD',\n 'NFKC',\…
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …nction(str) { return str.normalize(\"NFD\").toLowerCase() }\n noFold = function(str) { return s…
|