| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | CollectionSearchTest.php | 56 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 D | FrequencyCollectionTest.php | 146 sort($betaFreq); 157 sort($rev0); 161 sort($rev1); 177 sort($result);
|
| H A D | DirectCollectionTest.php | 133 sort($result);
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 110 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 D | wantedpages.php | 23 private $sort = 'wanted'; variable in WantedPagesCLI 77 $this->sort = $options->getOpt('sort'); 90 Sort::sort($subs); 175 if ($this->sort == 'origin') {
|
| H A D | plugin.php | 69 sort($list);
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 50 * @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 D | MetadataSearch.php | 195 Sort::sort($result); 217 Sort::sort($result);
|
| /dokuwiki/inc/Ui/ |
| H A D | SearchState.php | 95 public function withSorting($sort) argument 98 $parsedQuery['sort'] = $sort;
|
| /dokuwiki/inc/TreeBuilder/Node/ |
| H A D | AbstractNode.php | 194 public function sort(callable $comparator): void function in dokuwiki\\TreeBuilder\\Node\\AbstractNode 198 $child->sort($comparator);
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingDirchoice.php | 29 sort($list);
|
| /dokuwiki/_test/tests/TreeBuilder/ |
| H A D | PageTreeBuilderTest.php | 159 sort($expected); 160 sort($result);
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 295 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 D | search.php | 26 * @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 D | pluginutils.php | 36 sort($plugins, SORT_NATURAL | SORT_FLAG_CASE);
|
| H A D | Ajax.php | 110 Sort::sort($data); 220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural'; 224 tpl_mediaContent(true, $sort);
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 191 public function sort(callable $comparator): void function in dokuwiki\\TreeBuilder\\AbstractBuilder 194 $this->top->sort($comparator);
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 234 foreach ($compactmodes as $sort => $modes) { 248 $doc .= $sort;
|
| /dokuwiki/lib/tpl/dokuwiki/images/ |
| H A D | pagetools-build.php | 24 sort($input);
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiTest.php | 67 sort($actual); 77 sort($expect);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1222 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 D | sort_with_collator.test.php | 240 Sort::sort($random);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 17 making some sort of "cache" effect to speed things up and reduce server load.
|
| /dokuwiki/inc/Search/Index/ |
| H A D | FileIndex.php | 93 sort($rids);
|
| /dokuwiki/_test/tests/Parsing/ |
| H A D | ModeRegistryTest.php | 124 sort($sorted);
|