Home
last modified time | relevance | path

Searched full:sort (Results 126 – 150 of 2280) sorted by relevance

12345678910>>...92

/plugin/issuetracker/conf/
H A Dmetadata.php43 …t','Filter Test blocking','Filter Assignee','Filter Reporter','MyIssues','Sort by')); // default =…
46 …('multichoice', '_choices' => array('SORT_DESC', 'SORT_ASC')); // global sort order of selected k…
47 …ultichoice', '_choices' => array('sortfirstasc', 'sortfirstdesc')); // default listview sort order
/plugin/semanticdata/lang/en/
H A Dlang.php9 $lang['sort'] = 'Sort by this column';
/plugin/sqlraw/
H A Daction.php5 * Provides table sort to rawdatasql plugin
33 // keyword sqlSort used to include sort javascript files
/plugin/strata/
H A Dmanual.txt102 sort {
128 **Sorting**: By adding ''sort'' you can define one or more variables to sort on. You can name one variable per line, and include a direction with ''(ascending)'' or ''(descending)'' (or their short-hands ''(asc)'' and ''(desc)'').
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
341 You can sort on one or more variables.
343 sort {
347 The sort block takes a single variable per line, with an optional direction between parenthesis. Both full (ascending and descending) and abbreviated (asc and desc) are usable.
403 sort: default
414 Using ''%%sort%%'' you can specify whether all columns are sortable (''%%default%%'') or not (''%%none%%''). Instead of the default sorting order, you can also choose ''%%left to right%%'' or ''%%right to left%%'' sorting.
425 The properties ''%%sort
[all...]
/plugin/strata/syntax/
H A Dselect.php52 'sort' => array('choices' => $sort_choices, 'minOccur' => $numFields, 'maxOccur' => $numFields, 'default' => 'yes'),
56 'sort' => array('choices' => $sort_choices),
301 // Default sort: rtl for suffix and ltr otherwise
302 for ($i = 0; $i < count($p['sort']); $i++) {
303 if ($p['sort'][$i] == 'y') {
304 $p['sort'][$i] = ($p['filter'][$i] == 'e' ? 'r' : 'l');
308 if (trim(implode($p['sort']), 'n') != '') {
309 $c[] = 'strata-ui-sort';
/dokuwiki/inc/
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...]
/plugin/rater/scripts/
H A Djquery.tablesorter.js49 * to sortable tr elements in the thead on a descending sort. Default
55 * @option String sortMultisortKey (optional) A string of the multi-column sort
627 cache.normalized.sort(sortWrapper);
735 // get current column sort order
737 // always sort on the locked order.
740 // user only whants to sort on one
743 // flush the sort list
753 // add column to sort list
772 // add column to sort list array
822 // sort the table and append it to the dom
[all …]
/plugin/structtasks/_test/json/
H A Dmissingassignees.struct.json17 "sort": 10, number
41 "sort": 30, number
H A Dmissingdate.struct.json17 "sort": 20, number
43 "sort": 30, number
/plugin/icons/exe/
H A Dlist-typicons.php266 'sort-alphabetically',
267 'sort-alphabetically-outline',
268 'sort-numerically',
269 'sort-numerically-outline',
/plugin/filelisting/
H A Dhelper.php137 $td_name = new \dokuwiki\Form\TagOpenElement('td', array('data-sort' => $file['file']));
149 $elements[] = new \dokuwiki\Form\HTMLElement('<td data-sort=""> — </td>');
150 $elements[] = new \dokuwiki\Form\HTMLElement('<td data-sort=""> — </td>');
152 $html = '<td data-sort="' . $file['size'] . '">' . filesize_h($file['size']) . '</td>';
154 $html = '<td data-sort="' . $file['mtime'] . '">' . dformat($file['mtime']) . '</td>';
/plugin/publist/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/publistf/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/publistx/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/toolbox/lang/en/
H A Dlang.php2 $lang['js']['sortasc'] = 'Sort Ascending';
3 $lang['js']['sortdesc'] = 'Sort Descending';
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS' => array('Harte…
21 "N;SORT-AS=Harten,Rene:van der Harten;Rene,J.;;Sir;R.D.O.N.",
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS' => array('Harte…
21 "N;SORT-AS=Harten,Rene:van der Harten;Rene,J.;;Sir;R.D.O.N.",
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm137 <!--- Sort directories first, name ascending --->
138 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
162 <!--- Sort directories first, name ascending --->
163 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/Resource/
H A DReports.php77 * @opt_param string sort A comma-separated list of dimensions or metrics that
78 * determine the sort order for YouTube Analytics data. By default the sort
79 * order is ascending. The '`-`' prefix causes descending sort order.", pattern:
/plugin/amazon/lang/en/
H A Dsettings.php23 $lang['sort'] = 'Sort criteria to use for displayed lists.';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/Resource/
H A DCseSiterestrict.php158 * @opt_param string sort The sort expression to apply to the results. The sort
160 * expression i.e. sort by date. [Example:
161 * sort=date](https://developers.google.com/custom-search/docs/structured_search
162 * #sort-by-attribute).
H A DCse.php157 * @opt_param string sort The sort expression to apply to the results. The sort
159 * expression i.e. sort by date. [Example:
160 * sort=date](https://developers.google.com/custom-search/docs/structured_search
161 * #sort-by-attribute).
/plugin/quickstats/scripts/
H A Dsorttable.js11 Click on the headers to sort
89 // make it clickable to sort
140 // build an array to sort. This is a Schwartzian transform thing,
141 // i.e., we "decorate" each row with the actual sort key,
142 // sort based on the sort keys, and then put the rows back in order
150 /* If you want a stable sort, uncomment the following line */
153 row_array.sort(this.sorttable_sortfunction);
256 /* sort functions
257 each sort function takes two parameters, a and b
303 // A stable sort function to allow multi-level sorting of data
/plugin/tindexmenu/
H A Dedit.js1Sort</em></strong></p>",0],["nsort","Sort also namespaces"],["tsort","By title"],["dsort","By date…
H A Dedit-full.js27 ['<p><strong><em>Sort</em></strong></p>',0],
28 ['nsort','Sort also namespaces'],
91 btn = createToolButton(theme_url+'/msort.gif','Insert the sort meta-number');

12345678910>>...92