Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dsort_with_collator.test.php237 $sorted = explode(' ', $list);
241 $this->assertEquals(array_values($random), array_values($sorted));
255 $sorted = array_flip(explode(' ', $list));
260 $this->assertEquals(array_keys($random), array_keys($sorted));
274 $sorted = explode(' ', $list);
275 $keys = array_keys($sorted);
278 $random[$key] = $sorted[$key];
281 $this->assertEquals(array_values($random), array_values($sorted));
282 $this->assertEquals(array_keys($random), array_keys($sorted));
297 $sorted = explode('+', urlencode($list));
[all …]
/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPGroups.php500 * @param bool $sorted Whether to sort the results
503 …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 …Array = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $sorted);
565 * @param bool $sorted Whether to sort the results
[all …]
DadLDAPContacts.php253 * @param bool $sorted Whether to sort the results
256 public function all($includeDescription = false, $search = "*", $sorted = true) { argument
275 if ($sorted) {
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 …ion find($includeDescription = false, $searchField = false, $searchFilter = false, $sorted = true){ argument
635 if ($sorted){
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt454 By default the feed will be sorted by date, newest items first. You can sort it by oldest first usi…
/dokuwiki/data/pages/wiki/
Dsyntax.txt454 By default the feed will be sorted by date, newest items first. You can sort it by oldest first usi…