Home
last modified time | relevance | path

Searched full:sort (Results 1 – 25 of 1896) sorted by relevance

12345678910>>...76

/plugin/strata/
H A Dstyle.css78 /* Sort style */
79 .strata-ui-sort-direction,
80 .strata-ui-eos ~ li .strata-ui-sort-direction,
85 .strata-ui-sort-direction[data-strata-sort-direction="asc"],
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
91 .strata-ui-sort-direction[data-strata-sort-direction="desc"],
92 .strata-container-table .sorting[data-strata-sort
[all...]
H A Dscript.js9 * Exactly the same behaviour as [1,2,3].sort(comparator)
15 * resulting sort to occur on a parent or another
26 var sort = [].sort;
44 "You can't sort elements if any one is a descendant of another."
53 return sort.call(this, comparator).each(function(i) {
209 values.sort(cmp);
313 isAscending.push(jQuery('.strata-ui-sort-direction', items[i]).attr('data-strata-sort-direction') == 'asc');
314 sortType.push(jQuery(items[i]).data('strata-sort
[all...]
/plugin/dlcounter/
H A Dsyntax.php29 * Where to sort in?
57 'sort' => 'none',
70 if( $item == 'sort' ) $data['sort'] = $item;
71 else if( $item == 'rsort' ) $data['sort'] = $item;
118 $sort = $data['sort'] == '' ? 'sort' : $data['sort'];
123 if( $sort == 'sort' ) ksort($json);
124 else if( $sort == 'rsort' ) krsort($json);
129 if( $sort == 'sort' ) asort( $json );
130 else if( $sort == 'rsort' ) arsort( $json );
/plugin/latexit/syntax/
H A Dbase.php22 protected $sort; variable in syntax_plugin_latexit_base
32 * @return int Sort order - Low numbers go before high numbers
35 if (!isset($this->sort)) {
38 return $this->sort;
54 * (so it can change its sort, when latex will be rendered)
146 * Set sort order of the syntax component
147 * @param int $sort Sort order.
149 public function _setSort($sort) { argument
150 $this->sort = $sort;
H A Dmathjax.php21 protected $sort; variable in syntax_plugin_latexit_mathjax
57 * @return int Sort order - Low numbers go before high numbers
60 if (!isset($this->sort)) {
63 return $this->sort;
68 * Set sort order of the syntax component
69 * @param int $sort Sort order.
71 public function _setSort($sort) { argument
72 $this->sort = $sort;
102 * (so it can change its sort, when latex will be rendered)
/plugin/dirpictures/
H A Dsyntax.php9 * ~~DIRPICTURES~~ : sort by name
10 * ~~DIRPICTURES sortByDate~~ : sort by date
11 * ~~DIRPICTURES sortByDate sortDesc~~ : sort by date (descendant)
54 //TODO : add arguments (namespace, depth, sort type, sort order, ...)
65 $data['sort'] = "name";
72 $data['sort'] = "date";
100 // needed to sort by date
121 // Sort files with arguments
122 sortPages::sort($new_files, $data['sort'], $data['order']);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php36 /** @var Sort */
37 protected $sort; variable in FINDOLOGIC\\Export\\Data\\Item
64 $this->sort = new Sort();
195 return $this->sort;
198 public function setSort(Sort $sort) argument
200 $this->sort = $sort;
203 public function addSort($sort, $usergroup = '') argument
205 $this->sort->setValue($sort, $usergroup);
/plugin/photogallery/lang/en/
H A Dsettings.php23 $lang['sort'] = 'How to sort the gallery images';
24 $lang['sort_o_file'] = 'Sort by filename';
25 $lang['sort_o_mod'] = 'Sort by file date';
26 $lang['sort_o_date'] = 'Sort by EXIF date';
27 $lang['sort_o_title'] = 'Sort by EXIF title';
28 $lang['sort_o_random'] = 'Sort randomly';
33 $lang['options_o_reverse'] = 'Invert sort order';
/plugin/tindexmenu/syntax/
H A Dindexmenu.php35 var $sort=false; variable in syntax_plugin_indexmenu_indexmenu
134 $sort='t';
136 $sort='d';
144 //reverse sort
165 if ($sort) $jsajax .= "&sort=".$sort;
176 $sort,
662 //Sort dirs
698 return strnatcasecmp($b['sort'], $a['sort']);
700 return strnatcasecmp($a['sort'], $b['sort']);
719 if (!$sort && $this->sort) {
[all …]
/plugin/semanticdata/syntax/
H A Dtable.php39 * Where to sort in?
116 case 'sort':
118 $sort = $column['key'];
120 $data['sort'] = array(substr($sort,1),'DESC');
122 $data['sort'] = array($sort,'ASC');
204 sort($values);
239 // add sort arrow
240 if(isset($data['sort']) && $ckey == $data['sort'][0]){
363 if(isset($data['sort'])){
364 $col = $data['sort'][0];
[all …]
/plugin/gallery/lang/en/
H A Dsettings.php15 $lang['sort'] = 'How to sort the gallery images';
16 $lang['sort_o_file'] = 'sort by filename';
17 $lang['sort_o_mod'] = 'sort by file date';
18 $lang['sort_o_date'] = 'sort by EXIF date';
19 $lang['sort_o_title'] = 'sort by EXIF title';
/plugin/farm/
H A Doverview.class.php46 // Gather animals / sort
48 $sort = '';
49 if(isset($this->manager->opt['sort'])) {
50 $sort = $this->manager->opt['sort'];
51 if(preg_match('/^size(desc)?$/', $sort)) {
54 if($sort == 'size') {
60 if(preg_match('/^name(desc)?$/', $sort)) {
63 if($sort == 'name') {
109 …'current' : '').'page" href="'.$this->manager->wl('overview', array('sort' => $sort, 'page' => $p)…
130 …ptln(' <a href="'.$this->manager->wl('overview', array('sort' => $sort, 'details' => $a->getName…
[all …]
/plugin/swarmwebhook/
H A Dswarm.struct.json17 "sort": 10, number
39 "sort": 20, number
61 "sort": 30, number
83 "sort": 40, number
105 "sort": 50, number
127 "sort": 60, number
149 "sort": 70, number
/plugin/pagequery/
H A Dreadme.md9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
46 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;proper}}
49 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;proper;snippet=5;border=inside;nostart;case;natsort}}
56 {{pagequery>@namespace;fulltext;sort=a,name;group}} [fulltext version]
58 {{pagequery>@namespace *;sort=a,name;group;proper;cols=2}} [pagename version: allows regex's]
60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
64 {{pagequery>@namespace *;sort
[all...]
/plugin/nspages/printers/
H A Dsorters.php17 function sort(&$array){ function in nspages_sorter
37 return strcasecmp($item1['sort'], $item2['sort']);
47 return strnatcasecmp($item1['sort'], $item2['sort']);
67 return strcoll($item1['sort'], $item2['sort']);
/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/inc/Ui/
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'];
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
/plugin/filterrss/
H A Dsyntax.php48 $sort = trim($query[1]);
50 $sort = str_ireplace('asc', '', $sort);
53 if(stripos($sort, 'desc') !== false)
55 $sort = str_ireplace('desc', '', $sort);
63 if(preg_match($limit_reg, $sort, $matches) )
66 $sort = preg_replace($limit_reg, '', $sort);
69 $order_by = trim($sort);
/plugin/toolbox/
H A DToolboxTextTools.js13 * Sort the current selection
15 * @param {boolean} reverse sort backwards?
18 function sort(reverse) { function
27 text.sort(alphanumCase);
101 sort: sort,
/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...]
/plugin/dataloop/syntax/
H A Droll.php52 * Where to sort in?
133 case 'sort':
135 if(substr($sort,0,1) == '^'){
136 $data['sort'] = array(substr($sort,1),'DESC');
138 $data['sort'] = array($sort,'ASC');
282 $data['sort'] = array($_GET['datasrt'],'ASC');
304 if($data['sort'][0]){
305 $col = $data['sort'][0];
308 $order = 'ORDER BY pages.page '.$data['sort'][1];
310 $order = 'ORDER BY pages.title '.$data['sort'][1];
[all …]
H A Dtextloop.php55 * Where to sort in?
142 case 'sort':
143 list($sort) = $this->dthlp->_column($line[1]);
144 if(substr($sort,0,1) == '^'){
145 $data['sort'] = array(substr($sort,1),'DESC');
147 $data['sort'] = array($sort,'ASC');
322 $data['sort'] = array($_GET['datasrt'],'ASC');
344 if($data['sort'][0]){
345 $col = $data['sort'][0];
348 $order = 'ORDER BY pages.page '.$data['sort'][1];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dsort.test2 "sort" filter
4 {{ array1|sort|join }}
5 {{ array2|sort|join }}
6 {{ traversable|sort|join }}
/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...]

12345678910>>...76