Home
last modified time | relevance | path

Searched full:sort (Results 76 – 100 of 2280) sorted by last modified time

12345678910>>...92

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php80 * return sort order for position in admin menu
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvim.php351 'simplify', 'sin', 'sort', 'soundfold', 'spellbadword',
H A Docaml.php70 'Random', 'Scanf', 'Set', 'Sort', 'Stack', 'StdLabels', 'Str',
H A Doctave.php180 'sinh', 'size', 'size_equal', 'sizemax', 'sizeof', 'sleep', 'sort',
H A Dphix.php287 'sort',
H A Dphp-brief.php85 'touch', 'clearstatcache', 'mail', 'ob_start', 'ob_flush', 'ob_clean', 'ob_end_flush', 'ob_end_clean', 'ob_get_flush', 'ob_get_clean', 'ob_get_length', 'ob_get_level', 'ob_get_status', 'ob_get_contents', 'ob_implicit_flush', 'ob_list_handlers', 'ksort', 'krsort', 'natsort', 'natcasesort', 'asort', 'arsort', 'sort', 'rsort', 'usort', 'uasort', 'uksort', 'shuffle', 'array_walk', 'count', 'end', 'prev', 'next', 'reset', 'current', 'key', 'min', 'max', 'in_array', 'array_search', 'extract', 'compact', 'array_fill', 'range', 'array_multisort', 'array_push', 'array_pop', 'array_shift', 'array_unshift', 'array_splice', 'array_slice', 'array_merge', 'array_merge_recursive', 'array_keys', 'array_values', 'array_count_values', 'array_reverse', 'array_reduce', 'array_pad', 'array_flip', 'array_change_key_case', 'array_rand', 'array_unique', 'array_intersect', 'array_intersect_assoc', 'array_diff', 'array_diff_assoc', 'array_sum', 'array_filter', 'array_map', 'array_chunk', 'array_key_exists', 'pos', 'sizeof', 'key_exists', 'assert', 'assert_options', 'version_compare', 'ftok', 'str_rot13', 'aggregate',
H A Dpowerbuilder.php303 'sort!', 'sourcepblerror!', 'spacing1!', 'spacing15!',
H A Dpowershell.php79 'Set-PSDebug', 'Set-Service', 'Set-TraceSource', 'Set-Variable', 'Sort-Object', 'Split-Path',
91 'rvpa', 'sal', 'sasv', 'sc', 'select', 'si', 'sl', 'sleep', 'sort', 'sp', 'spps', 'spsv', 'sv',
H A Dprogress.php20 * * Sort Keyword lists by Control Structures, Predefined functions and other important keywords
135 'CLEAR-LOG','CLEAR-SELECTION','CLEAR-SORT-ARROWS','CLONE-NODE',
195 'SET-SERIALIZED','SET-SOCKET-OPTION','SET-SORT-ARROW','SET-WAIT-STATE',
377 'SOAP-FAULT-DETAIL','SOAP-FAULT-STRING','SORT','SORT-ASCENDING',
378 'SORT-NUMBER','SSL-SERVER-NAME','STANDALONE','STARTUP-PARAMETERS',
H A Dprovidex.php80 'settrace', 'short_form', 'show', 'sort', 'start', 'static',
H A Dracket.php550 'set!-values', 'sort', 'srcloc', 'struct', 'struct-copy',
H A Dgo.php228 'script.SetupError', 'signal.Signal', 'signal.UnixSignal', 'sort.Interface',
H A Dlogtalk.php23 * - Added syntax coloring of ground/1, numbervars/3, keysort/2, and sort/2
175 'keysort', 'sort'
H A Dlotusformulas.php210 '@StatusBar', '@Sqrt', '@Soundex', '@Sort', '@Sin', '@Sign',
/dokuwiki/inc/Parsing/ParserMode/
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/vendor/simplepie/simplepie/src/
H A DSimplePie.php980 * @param bool $enable Sort as reverse chronological order.
3124 // Sort items without dates to the top.
3138 * for the items or else SimplePie will refuse to sort them.
/dokuwiki/inc/Remote/
H A DApiCore.php16 use dokuwiki\Utf8\Sort;
294 Sort::ksort($pages);
9 use dokuwiki\Utf8\Sort; global() alias
/dokuwiki/bin/
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/Ui/
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/
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

12345678910>>...92