Home
last modified time | relevance | path

Searched full:sort (Results 1 – 25 of 2280) sorted by path

12345678910>>...92

/dokuwiki/bin/
H A Dplugin.php69 sort($list);
H A Dwantedpages.php4 use dokuwiki\Utf8\Sort; alias
23 private $sort = 'wanted'; variable in WantedPagesCLI
46 'sort',
47 'Sort by wanted or origin page',
77 $this->sort = $options->getOpt('sort');
84 Sort::ksort($this->result);
90 Sort::sort($subs);
175 if ($this->sort
[all...]
/dokuwiki/conf/
H A Dmysql.conf.php.example109 * case dependent by the plugin. At the end a sort expression will be added.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt449 | nosort | do not sort the items in the feed |
454 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''.
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/
H A DAjax.php9 use dokuwiki\Utf8\Sort;
110 Sort::sort($data);
220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
224 tpl_mediaContent(true, $sort);
416 // fixme sort results in a useful way ?
6 use dokuwiki\Utf8\Sort; global() alias
H A DTaskRunner.php153 // sort the final result, it shouldn't be necessary,
H A Dfulltext.php15 use dokuwiki\Utf8\Sort;
31 * @param string $sort
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null)
40 if ($sort === null) {
41 $sort = 'hits';
45 'sort' => $sort,
166 if ($data['sort'] === 'mtime') {
169 // sort docs by count
203 Sort
12 use dokuwiki\Utf8\Sort; global() alias
34 ft_pageSearch($query, & $highlight, $sort = null, $after = null, $before = null) global() argument
[all...]
H A Dindexer.php317 sort($idx);
H A Dmedia.php24 use dokuwiki\Utf8\Sort;
707 * @param bool|string $sort sorting order, false skips sorting
709 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false)
738 $sort
859 'sort' => ['sortBy', ['name', 'date']]
892 * @return string - sort type
896 return _media_get_display_param('sort', ['default' => 'name', 'date']);
1405 * @param string $sort
1407 function media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural')
1437 $sort
19 use dokuwiki\Utf8\Sort; global() alias
686 media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) global() argument
1340 media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural') global() argument
[all...]
H A Dparserutils.php551 * @return array[] with for each plugin the array('sort' => sortnumber, 'mode' => mode string, 'obj' => plugin object)
583 'sort' => $obj->getSort(),
604 $modes[] = ['sort' => $obj->getSort(), 'mode' => $m, 'obj' => $obj];
614 'sort' => $obj->getSort(),
622 $modes[] = ['sort' => $obj->getSort(), 'mode' => 'smiley', 'obj' => $obj];
624 $modes[] = ['sort' => $obj->getSort(), 'mode' => 'acronym', 'obj' => $obj];
626 $modes[] = ['sort' => $obj->getSort(), 'mode' => 'entity', 'obj' => $obj];
631 $modes[] = ['sort' => $obj->getSort(), 'mode' => 'camelcaselink', 'obj' => $obj];
634 //sort modes
651 return $a['sort'] <
[all...]
H A Dpluginutils.php36 sort($plugins, SORT_NATURAL | SORT_FLAG_CASE);
H A Dsearch.php12 use dokuwiki\Utf8\Sort;
26 * @param mixed $sort 'natural' to use natural order sorting (default);
27 * 'date' to sort by filemtime; leave empty to skip sorting. argument
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
54 if (!empty($sort)) {
55 if ($sort == 'date') {
58 Sort::asortFN($files);
60 Sort::asortFN($dirs);
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
420 * fulltext sort
9 use dokuwiki\Utf8\Sort; global() alias
[all...]
H A Dtemplate.php1408 * @param string $sort
1412 function tpl_mediaContent($fromajax = false, $sort = 'natural')
1444 media_filelist($NS, $AUTH, $JUMPTO, false, $sort);
1337 tpl_mediaContent($fromajax = false, $sort = 'natural') global() argument
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php439 sort($revs1);
562 sort($revs);
/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php49 * sort callback to order by string length descending
H A DFormatting.php17 'sort' => 70
23 'sort' => 80,
28 'sort' => 90
33 'sort' => 100
38 'sort' => 110
43 'sort' => 120
48 'sort' => 130
108 return $this->formatting[$this->type]['sort'];
/dokuwiki/inc/Remote/
H A DApiCore.php16 use dokuwiki\Utf8\Sort;
294 Sort::ksort($pages);
9 use dokuwiki\Utf8\Sort; global() alias
/dokuwiki/inc/Search/
H A DIndexer.php809 if ($tokenwild !== []) sort($indexes_known);
/dokuwiki/inc/Ui/
H A DAdmin.php7 use dokuwiki\Utf8\Sort;
152 'sort' => $obj->getMenuSort()
156 // sort by name, then sort
167 * We sort alphabetically first, then by sort value
175 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
177 return $a['sort'] <=> $b['sort'];
5 use dokuwiki\Utf8\Sort; global() alias
H A DRecent.php152 * To keep sort order in the recent list, we ignore externally modification.
H A DSearch.php8 use dokuwiki\Utf8\Sort; alias
105 'sort' => '',
109 'sort' => 'mtime',
137 $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']);
368 Sort::ksort($namespaces);
H A DSearchState.php28 if (!isset($parsedQuery['sort'])) {
29 $this->parsedQuery['sort'] = $INPUT->str('srt');
87 * Get a search state for the current search with adjusted sort preference
89 * @param $sort
93 public function withSorting($sort) argument
96 $parsedQuery['sort'] = $sort;
134 if ($parsedQuery['sort']) {
135 $hrefAttributes['srt'] = $parsedQuery['sort'];
/dokuwiki/inc/Utf8/
H A DSort.php8 * DokuWiki sort functions
22 class Sort class
102 * Drop-in replacement for sort().
103 * It uses a collator-based sort, or sort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallback.
110 public static function sort(&$array)
114 return $collator->sort($array);
116 return sort($array, SORT_NATURAL | SORT_FLAG_CASE);
122 * It uses a collator-based sort, or ksort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallback.
141 * It uses a collator-based sort, o
108 public static function sort(&$array) global() function in dokuwiki\\Utf8\\Sort
[all...]
/dokuwiki/inc/lang/en/
H A Dlang.php86 $lang['search_sort_by_hits'] = 'Sort by hits';
87 $lang['search_sort_by_mtime'] = 'Sort by last modified';

12345678910>>...92