Home
last modified time | relevance | path

Searched full:asort (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/Utf8/
H A DSort.php140 * Drop-in replacement for asort(), natsort() and natcasesort().
141 …* It uses a collator-based sort, or asort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallba…
148 public static function asort(&$array) function in dokuwiki\\Utf8\\Sort
152 return $collator->asort($array);
154 return asort($array, SORT_NATURAL | SORT_FLAG_CASE);
159 …* Drop-in replacement for asort(), natsort() and natcasesort() when the parameter is an array of f…
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php276 Sort::asort($usersArray);
H A DadLDAPUsers.php573 Sort::asort($usersArray);
636 Sort::asort($usersArray);
H A DadLDAPGroups.php529 Sort::asort($groupsArray);
/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php280 Sort::asort($random);
/dokuwiki/inc/
H A DAjax.php373 asort($pages, SORT_STRING);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php85 …flush', 'ob_list_handlers', 'ksort', 'krsort', 'natsort', 'natcasesort', 'asort', 'arsort', 'sort'…
H A Dvisualfoxpro.php68 'Asort','Assert','Asserts','Assist','Asubscript','Asynchronous',
H A Dphp.php125 'arsort','asin','asinh','asort','assert','assert_options','atan',
/dokuwiki/lib/plugins/authldap/
H A Dauth.php426 Sort::asort($users_array);
/dokuwiki/inc/Search/
H A DIndexer.php803 asort($tokenwild);