Searched full:asort (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 140 * 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 D | adLDAPContacts.php | 276 Sort::asort($usersArray);
|
| H A D | adLDAPUsers.php | 573 Sort::asort($usersArray); 636 Sort::asort($usersArray);
|
| H A D | adLDAPGroups.php | 529 Sort::asort($groupsArray);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | sort_with_collator.test.php | 280 Sort::asort($random);
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 373 asort($pages, SORT_STRING);
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | php-brief.php | 85 …flush', 'ob_list_handlers', 'ksort', 'krsort', 'natsort', 'natcasesort', 'asort', 'arsort', 'sort'…
|
| H A D | visualfoxpro.php | 68 'Asort','Assert','Asserts','Assist','Asubscript','Asynchronous',
|
| H A D | php.php | 125 'arsort','asin','asinh','asort','assert','assert_options','atan',
|
| /dokuwiki/lib/plugins/authldap/ |
| H A D | auth.php | 426 Sort::asort($users_array);
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 803 asort($tokenwild);
|