Searched refs:collator (Results 1 – 9 of 9) sorted by relevance
| /plugin/lightmenu/ |
| D | lightmenu.class.php | 13 protected static $collator; variable in lightmenu 139 if (self::$collator === null) 142 return self::$collator->compare($a,$b); 210 self::$collator = new Collator($conf['lang']); 212 self::$collator = null;
|
| /plugin/findologicxmlexport/vendor/hoa/file/ |
| D | Finder.php | 533 $collator = new \Collator($locale); 535 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) use ($collator) { 536 return $collator->compare($a->getPathname(), $b->getPathname());
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | Ustring.php | 300 if (null === $collator = static::getCollator()) { 304 return $collator->compare($this->_string, $string);
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
| D | Ustring.php | 208 $collator = LUT::getCollator() 210 ->when($result = $collator->getLocale(\Locale::VALID_LOCALE))
|
| /plugin/ol3/ |
| D | script.js | 1 …collator:{doc:"Returns a `collator` for use in locale-dependent comparison operations. The `case-s… property
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | mathjax-sre.js | 393 …;this.root=this.parser.parse(a);this.collator=this.parser.getFactory().leafMap.collateMeaning();va…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 426 …collator:e,collatorIsNumeric:e.resolvedOptions().numeric}});function Xo(e,t,n){const i=e.toLowerCa…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js | 426 …collator:e,collatorIsNumeric:e.resolvedOptions().numeric}});function Xo(e,t,n){const i=e.toLowerCa…
|
| D | bundle.js.map | 1 …collator with numeric sorting enabled, and no sensitivity to case or to accents\nconst intlFileNam…
|