Searched full:ksort (Results 1 – 18 of 18) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | Local.php | 33 ksort($templates); 49 ksort($plugins);
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 121 * Drop-in replacement for ksort(). 122 …* It uses a collator-based sort, or ksort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallba… 129 public static function ksort(&$array) function in dokuwiki\\Utf8\\Sort 135 return ksort($array, SORT_NATURAL | SORT_FLAG_CASE);
|
| /dokuwiki/inc/ |
| H A D | TaskRunner.php | 155 ksort($out_lines); 158 ksort($old_lines);
|
| H A D | indexer.php | 45 ksort($data);
|
| H A D | infoutils.php | 625 ksort($calls);
|
| /dokuwiki/inc/Extension/ |
| H A D | EventHandler.php | 57 ksort($this->hooks[$event . '_' . $advise]);
|
| /dokuwiki/bin/ |
| H A D | wantedpages.php | 84 Sort::ksort($this->result);
|
| /dokuwiki/lib/plugins/authplain/ |
| H A D | auth.php | 313 Sort::ksort($this->users); 350 Sort::ksort($groups);
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 292 ksort($list);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | sort_with_collator.test.php | 259 Sort::ksort($random);
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | php-brief.php | 85 …get_status', 'ob_get_contents', 'ob_implicit_flush', 'ob_list_handlers', 'ksort', 'krsort', 'natso…
|
| H A D | php.php | 428 'key_exists','krsort','ksort','lcg_value','ldap_add','ldap_bind',
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 621 Sort::ksort($acl_config); 623 Sort::ksort($acl_config[$pagename]);
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 368 Sort::ksort($namespaces);
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | auth.php | 600 Sort::ksort($groups);
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | auth.php | 760 Sort::ksort($domains);
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 295 Sort::ksort($pages);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | SimplePie.php | 968 ksort($options);
|