Home
last modified time | relevance | path

Searched full:ksort (Results 1 – 25 of 178) sorted by path

12345678

/dokuwiki/bin/
H A Dwantedpages.php84 Sort::ksort($this->result);
/dokuwiki/inc/Extension/
H A DEventHandler.php57 ksort($this->hooks[$event . '_' . $advise]);
/dokuwiki/inc/Remote/
H A DApiCore.php294 Sort::ksort($pages);
/dokuwiki/inc/
H A DTaskRunner.php155 ksort($out_lines);
158 ksort($old_lines);
H A Dindexer.php45 ksort($data);
H A Dinfoutils.php568 ksort($calls);
/dokuwiki/inc/Ui/
H A DSearch.php368 Sort::ksort($namespaces);
/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 fallback.
129 public static function ksort(&$array)
135 return ksort($array, SORT_NATURAL | SORT_FLAG_CASE);
127 public static function ksort(&$array) global() function in dokuwiki\\Utf8\\Sort
/dokuwiki/lib/plugins/acl/
H A Dadmin.php621 Sort::ksort($acl_config);
623 Sort::ksort($acl_config[$pagename]);
/dokuwiki/lib/plugins/authad/
H A Dauth.php760 Sort::ksort($domains);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php597 Sort::ksort($groups);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php310 Sort::ksort($this->users);
347 Sort::ksort($groups);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php292 ksort($list);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php85 'touch', 'clearstatcache', 'mail', 'ob_start', 'ob_flush', 'ob_clean', 'ob_end_flush', 'ob_end_clean', 'ob_get_flush', 'ob_get_clean', 'ob_get_length', 'ob_get_level', 'ob_get_status', 'ob_get_contents', 'ob_implicit_flush', 'ob_list_handlers', 'ksort', 'krsort', 'natsort', 'natcasesort', 'asort', 'arsort', 'sort', 'rsort', 'usort', 'uasort', 'uksort', 'shuffle', 'array_walk', 'count', 'end', 'prev', 'next', 'reset', 'current', 'key', 'min', 'max', 'in_array', 'array_search', 'extract', 'compact', 'array_fill', 'range', 'array_multisort', 'array_push', 'array_pop', 'array_shift', 'array_unshift', 'array_splice', 'array_slice', 'array_merge', 'array_merge_recursive', 'array_keys', 'array_values', 'array_count_values', 'array_reverse', 'array_reduce', 'array_pad', 'array_flip', 'array_change_key_case', 'array_rand', 'array_unique', 'array_intersect', 'array_intersect_assoc', 'array_diff', 'array_diff_assoc', 'array_sum', 'array_filter', 'array_map', 'array_chunk', 'array_key_exists', 'pos', 'sizeof', 'key_exists', 'assert', 'assert_options', 'version_compare', 'ftok', 'str_rot13', 'aggregate',
H A Dphp.php428 'key_exists','krsort','ksort','lcg_value','ldap_add','ldap_bind',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php970 ksort($options);
/plugin/abbrlist/
H A Dsyntax.php98 ksort($data['acronyms']);
/plugin/aceeditor/
H A Dbuild.js1 …get_principals|kadm5_init_with_password|kadm5_modify_principal|key|krsort|ksort|lcfirst|lcg_value|…
/plugin/acknowledge/
H A Dhelper.php578 ksort($combined);
/plugin/alphaindex/
H A Dsyntax.php271 ksort($alpha_data);
/plugin/alphalist/
H A Dsyntax.php134 ksort($data, SORT_LOCALE_STRING);
/plugin/amazon/
H A Dsyntax.php249 ksort($params);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php95 ksort($newParams);
/plugin/authgooglesheets/
H A Dhelper.php110 ksort($this->users);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php110 ksort($res);

12345678