Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php500 * @param bool $sorted Whether to sort the results
503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) { argument
528 if ($sorted) {
539 * @param bool $sorted Whether to sort the results
542 public function all($includeDescription = false, $search = "*", $sorted = true){ argument
543 $groupsArray = $this->search(null, $includeDescription, $search, $sorted);
552 * @param bool $sorted Whether to sort the results
555 public function allSecurity($includeDescription = false, $search = "*", $sorted = true){ argument
556 $groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $sorted);
565 * @param bool $sorted Whethe
568 allDistribution($includeDescription = false, $search = '*', $sorted = true) global() argument
[all...]
H A DadLDAPContacts.php253 * @param bool $sorted Whether to sort the results
256 public function all($includeDescription = false, $search = "*", $sorted = true) { argument
275 if ($sorted) {
H A DadLDAPUsers.php549 * @param bool $sorted Sort the user accounts
552 public function all($includeDescription = false, $search = "*", $sorted = true) argument
572 if ($sorted) {
607 * @param bool $sorted Sort the user accounts
610 public function find($includeDescription = false, $searchField = false, $searchFilter = false, $sorted = true){ argument
635 if ($sorted){
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt454 By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.