Home
last modified time | relevance | path

Searched full:ksort (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DLocal.php33 ksort($templates);
49 ksort($plugins);
/dokuwiki/inc/Utf8/
H A DSort.php121 * 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 DTaskRunner.php155 ksort($out_lines);
158 ksort($old_lines);
H A Dindexer.php45 ksort($data);
H A Dinfoutils.php625 ksort($calls);
/dokuwiki/inc/Extension/
H A DEventHandler.php57 ksort($this->hooks[$event . '_' . $advise]);
/dokuwiki/bin/
H A Dwantedpages.php84 Sort::ksort($this->result);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php313 Sort::ksort($this->users);
350 Sort::ksort($groups);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php292 ksort($list);
/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php259 Sort::ksort($random);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php85 …get_status', 'ob_get_contents', 'ob_implicit_flush', 'ob_list_handlers', 'ksort', 'krsort', 'natso…
H A Dphp.php428 'key_exists','krsort','ksort','lcg_value','ldap_add','ldap_bind',
/dokuwiki/lib/plugins/acl/
H A Dadmin.php621 Sort::ksort($acl_config);
623 Sort::ksort($acl_config[$pagename]);
/dokuwiki/inc/Ui/
H A DSearch.php368 Sort::ksort($namespaces);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php600 Sort::ksort($groups);
/dokuwiki/lib/plugins/authad/
H A Dauth.php760 Sort::ksort($domains);
/dokuwiki/inc/Remote/
H A DApiCore.php295 Sort::ksort($pages);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php968 ksort($options);