Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 38) sorted by relevance

12

/dokuwiki/inc/Utf8/
H A DSort.php110 public static function sort(&$array) function in dokuwiki\\Utf8\\Sort
114 return $collator->sort($array);
116 return sort($array, SORT_NATURAL | SORT_FLAG_CASE);
/dokuwiki/bin/
H A Dwantedpages.php23 private $sort = 'wanted'; variable in WantedPagesCLI
77 $this->sort = $options->getOpt('sort');
90 Sort::sort($subs);
175 if ($this->sort == 'origin') {
H A Dplugin.php69 sort($list);
/dokuwiki/_test/tests/inc/
H A Dindexer_indexing.test.php71 sort($result);
76 sort($result);
H A Dsort_with_collator.test.php240 Sort::sort($random);
/dokuwiki/inc/Ui/
H A DSearchState.php93 public function withSorting($sort) argument
96 $parsedQuery['sort'] = $sort;
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php159 sort($expected);
160 sort($result);
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php194 public function sort(callable $comparator): void function in dokuwiki\\TreeBuilder\\Node\\AbstractNode
198 $child->sort($comparator);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php29 sort($list);
/dokuwiki/inc/
H A Dsearch.php26 * @param mixed $sort 'natural' to use natural order sorting (default);
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') argument
54 if (!empty($sort)) {
55 if ($sort == 'date') {
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
H A Dpluginutils.php36 sort($plugins, SORT_NATURAL | SORT_FLAG_CASE);
H A Dfulltext.php31 * @param string $sort
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument
40 if ($sort === null) {
41 $sort = 'hits';
45 'sort' => $sort,
203 Sort::sort($result);
237 Sort::sort($result);
H A DAjax.php110 Sort::sort($data);
220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
224 tpl_mediaContent(true, $sort);
H A Dindexer.php317 sort($idx);
H A Dmedia.php707 * @param bool|string $sort sorting order, false skips sorting
709 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) argument
738 $sort
1405 * @param string $sort
1407 function media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural') argument
1437 $sort
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php191 public function sort(callable $comparator): void function in dokuwiki\\TreeBuilder\\AbstractBuilder
194 $this->top->sort($comparator);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php257 foreach ($compactmodes as $sort => $modes) {
271 $doc .= $sort;
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php24 sort($input);
/dokuwiki/_test/tests/Remote/
H A DApiTest.php67 sort($actual);
77 sort($expect);
H A DApiCoreTest.php64 sort($actual);
65 sort($expected);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1215 foreach ($this->sortOptions as $sort => $order) {
1216 if (!isset($a[$sort]) || !isset($b[$sort])) {
1217 if (isset($a[$sort])) {
1220 if (isset($b[$sort])) {
1225 switch ($sort) {
1233 $a[$sort] &= 07777;
1234 $b[$sort] &= 07777;
1237 if ($a[$sort] === $b[$sort]) {
1240 return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
/dokuwiki/vendor/geshi/geshi/
H A DBUGS17 making some sort of "cache" effect to speed things up and reduce server load.
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php439 sort($revs1);
562 sort($revs);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php601 Sort::sort($this->specials);
620 Sort::sort($usersgroups);
/dokuwiki/
H A Dinstall.php676 sort($langs);

12