Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/Search/Collection/
H A DCollectionSearchTest.php56 sort($endTokens);
63 sort($startTokens);
70 sort($bothTokens);
139 sort($pages);
160 sort($pages);
170 sort($pages2);
191 sort($pages);
245 sort($syntax);
267 sort($pages);
H A DFrequencyCollectionTest.php146 sort($betaFreq);
157 sort($rev0);
161 sort($rev1);
177 sort($result);
H A DDirectCollectionTest.php133 sort($result);
/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/inc/Search/
H A DFulltextSearch.php50 * @param string|null $sort sort mode: 'hits' (default) or 'mtime'
61 ?string $sort = null, argument
65 if ($sort === null) {
66 $sort = 'hits';
70 'sort' => $sort,
H A DMetadataSearch.php195 Sort::sort($result);
217 Sort::sort($result);
/dokuwiki/inc/Ui/
H A DSearchState.php95 public function withSorting($sort) argument
98 $parsedQuery['sort'] = $sort;
/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/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php159 sort($expected);
160 sort($result);
/dokuwiki/inc/
H A Ddeprecated.php295 sort($idx);
334 * @param string|null $sort sorting order
341 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument
345 …return (new dokuwiki\Search\FulltextSearch())->pageSearch($query, $highlight, $sort, $after, $befo…
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 DAjax.php110 Sort::sort($data);
220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
224 tpl_mediaContent(true, $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.php234 foreach ($compactmodes as $sort => $modes) {
248 $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);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1222 foreach ($this->sortOptions as $sort => $order) {
1223 if (!isset($a[$sort]) || !isset($b[$sort])) {
1224 if (isset($a[$sort])) {
1227 if (isset($b[$sort])) {
1232 switch ($sort) {
1240 $a[$sort] &= 07777;
1241 $b[$sort] &= 07777;
1244 if ($a[$sort] === $b[$sort]) {
1247 return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php240 Sort::sort($random);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS17 making some sort of "cache" effect to speed things up and reduce server load.
/dokuwiki/inc/Search/Index/
H A DFileIndex.php93 sort($rids);
/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php124 sort($sorted);

12