Home
last modified time | relevance | path

Searched full:sort (Results 26 – 50 of 2024) sorted by relevance

12345678910>>...81

/plugin/blog/
H A Dhelper.php9 var $sort = ''; // sort key variable in helper_plugin_blog
15 // load sort key from settings
16 $this->sort = $this->getConf('sortkey');
81 if ($this->sort != 'mdate') {
94 // determine the sort key
95 if ($this->sort == 'id') $key = $id;
96 elseif ($this->sort == 'pagename') $key = noNS($id);
97 elseif ($this->sort == 'title') $key = $title;
115 // finally sort b
[all...]
/plugin/data-au/syntax/
H A Dtable.php46 * Where to sort in?
156 case 'sort':
158 $sort = $column['key'];
160 $dataau['sort'] = array(substr($sort, 1), 'DESC');
162 $dataau['sort'] = array($sort, 'ASC');
412 // add sort arrow
413 if(isset($dataau['sort']) && $ckey == $dataau['sort'][0]) {
414 if($dataau['sort'][1] == 'ASC') {
612 if(isset($dataau['sort'])) {
613 $col = $dataau['sort'][0];
[all …]
/plugin/icons/exe/
H A Dlist-glyphicon.php215 'sort',
216 'sort-by-alphabet',
217 'sort-by-alphabet-alt',
218 'sort-by-attributes',
219 'sort-by-attributes-alt',
220 'sort-by-order',
221 'sort-by-order-alt',
H A Dlist-font-awesome.php613 'sort',
614 'sort-alpha-asc',
615 'sort-alpha-desc',
616 'sort-amount-asc',
617 'sort-amount-desc',
618 'sort-asc',
619 'sort-desc',
620 'sort-down',
621 'sort-numeric-asc',
622 'sort-numeric-desc',
[all …]
/plugin/abbrlist/
H A Dsyntax.php33 * Where to sort in?
55 'sort' => false,
67 case 'sort':
68 $data['sort'] = true;
95 // Sort the array, if requested
96 if($data['sort'] === true)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSort.php5 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Sort::class, SortProcessor::class);
8 * Elastica Sort Processor.
12 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/sort-processor.html
15 class Sort extends SortProcessor class
/plugin/filelisting/
H A Dscript.js231 //global: current sort header
235 //create sort links (for styling purposes)
252 //toggle sort ordering
269 //don't sort where sortHeader not defined
271 //by default sort starts from the base namespace
291 var dataA = $(a).find('td').eq(index).data('sort'),
292 dataB = $(b).find('td').eq(index).data('sort');
302 //sort dirs
303 $dirs.sort(sortCallback);
304 //sort file
[all...]
/plugin/struct/meta/
H A DSearchConfigParameters.php23 protected $sort; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfigParameters
42 [$colname, $sort] = $confHlp->parseSort($INPUT->str(self::$PARAM_SORT));
43 $this->setSort($colname, $sort);
84 $this->sort = [$column, $asc];
92 $this->sort = null;
179 if ($this->sort) {
180 [$column, $asc] = $this->sort;
205 if ($this->sort) {
206 $this->searchConfig->clearSort(); // remove any existing sort
207 $this->searchConfig->addSort($this->sort[
[all...]
H A DColumn.php15 * configuration) with where to find that content and adds some basic meta data (like sort or enabled)
22 protected $sort; variable in dokuwiki\\plugin\\struct\\meta\\Column
34 * @param int $sort
40 public function __construct($sort, AbstractBaseType $type, $colref = 0, $enabled = true, $table = '') argument
42 $this->sort = (int)$sort;
54 return $this->sort;
/plugin/sortablejs/
H A Dscript.js93 colid = mi[0].replace( 'sort', '' );
129 // i.e., we "decorate" each row with the actual sort key,
130 // sort based on the sort keys, and then put the rows back in order
141 row_array.sort( thiscell.sorttable_sortfunction );
209 // make it clickable to sort
260 // sort based on the sort keys, and then put the rows back in order
363 // i.e., we "decorate" each row with the actual sort key,
364 // sort based on the sort keys, and then put the rows back in order
375 row_array.sort( sorttable.sort_alpha );
384 /* sort functions
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeDataQuery.php22 protected $collection_key = 'sort';
49 public $sort; variable in Google\\Service\\Analytics\\RealtimeDataQuery
124 public function setSort($sort) argument
126 $this->sort = $sort;
133 return $this->sort;
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json20 "sort": 10, number
45 "sort": 20, number
75 "sort": 30, number
103 "sort": 40, number
135 "sort": 50, number
161 "sort": 60, number
/plugin/dirpictures/
H A DsortPages.php11 // Very basic sort functions
14 static function sort(&$files, $type, $order) { function in sortPages
21 // Sort by Date Asc
27 // Sort by Date Desc
/plugin/dataloop/syntax/
H A Dloop.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');
398 $data['sort'] = array($_GET['datasrt'],'ASC');
420 if($data['sort'][0]){
421 $col = $data['sort'][0];
424 $order = 'ORDER BY pages.page '.$data['sort'][1];
[all …]
/plugin/nsindex/
H A Dsyntax.php26 * @return int Sort order - Low numbers go before high numbers
156 // filter and sort the list
157 $sort = array();
199 // build array for later sort
201 $sort[$i] = $sortkey;
209 // sort the indexed pages
210 asort($sort);
215 foreach ($sort as $i=>$sortkey) {
/plugin/glossary/lang/en/
H A Dlang.php57 $lang['tipWord'] = 'Sort by "Word';
58 $lang['tipTranslate'] = 'Sort by "Translate"';
59 $lang['tipDate'] = 'Sort by creation';
60 $lang['tipView'] = 'Sort by view';
61 $lang['tipScore'] = 'Sort by score';
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php12 use FINDOLOGIC\Export\Data\Sort; alias
76 $sort = new Sort();
77 $sort->setValue(2);
78 $item->setSort($sort);
H A DDataElementsTest.php15 use FINDOLOGIC\Export\Data\Sort; alias
90 'Sort with empty value' => ['', Sort::class, EmptyValueNotAllowedException::class],
91 'Sort with value' => [1337, Sort::class, null],
92 … 'Sort with non-numeric value' => ['test', Sort::class, ValueIsNotNumericException::class],
/plugin/dlcounter/
H A DREADME.md25 …identifies the column you wish to sort on. Since the default sort order is natural, you'll probabl…
27 {{dlcounter>count?sort}}
34 sort => orders the data in ascending order
/plugin/nspages/printers/
H A DprinterTree.php28 * lost the order for namespaces, we hence need to sort again each node
31 // We only need to sort "children". We don't need to sort "pages" because with the current
34 // An optimization could be to disable the preliminary sort and to instead sort pages here.
35 // That could save some CPU cycles because instead of sorting a big list we would sort
38 // have a custom sort (eg: "-h1") to ensure we don't have the correct order just because
41 // would make several small sort more costly than a single one bigger)
42 $this->_sorter->sort($tree->children);
230 * implementations and that those implementation are performing sorts based on $item["sort"]
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php39 * Where to sort in?
151 //Main sort method
155 $sort = 't';
157 $sort = 'd';
159 $sort = 0;
161 //sort directories in the same way as files
163 //sort headpages up
165 //Metadata sort method
171 //reverse sort
174 if ($sort)
21 var $sort = false; global() variable in syntax_plugin_indexmenu_indexmenu
[all...]
/plugin/composer/
H A Dsyntax.php43 * Where to sort in?
177 * Sort by levels, then first sort the directories,
643 * User defined sort function to sort by level, than by directory,
646 * @param $a Array left side sort argument
647 * @param $b Array right side sort argument
654 // Sort by level
666 // Level is the same. Sort by directories
678 // Both are directories. Sort by id
684 // Both are files. Sort by start.txt
700 // No page is a start page or both, sort by id
/plugin/gallery/lang/en/
H A Dlang.php32 $lang['js']['label_sort_file'] = 'Sort the images by filename';
33 $lang['js']['label_sort_random'] = 'Sort images randomly. You might want to disable the cache as well';
34 $lang['js']['label_sort_mod'] = 'Sort images by file modification date';
35 $lang['js']['label_sort_exif_date'] = 'Sort images by EXIF date';
36 $lang['js']['label_sort_exif_title'] = 'Sort images by EXIF title';
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst1 ``sort``
4 The ``sort`` filter sorts an array:
8 {% for user in users|sort %}
/plugin/redissue/
H A DREADME.md83 You can also sort the issues according to your interests.
85 * sort: choose how issues will be displayed. by default they are displayed by **id** number, from t…
87 You can choose to sort by : id, subject, project, tracker, ...
92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
93 <redissue project="myproject" tracker="1" sort="id" />
94 // Sort issue by "subject" for project "myproject" and all trackers
95 <redissue project="myproject" tracker="" sort="subject"/>

12345678910>>...81