Home
last modified time | relevance | path

Searched full:sort (Results 226 – 250 of 2280) sorted by relevance

12345678910>>...92

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php45 sort($expected);
46 sort($actual);
/plugin/data-au/_test/
H A Dsyntax_plugin_data_table.test.php21 . "sort : ^volume\n"
109 'sort' => array(
/plugin/issuetracker/lang/pt-br/
H A Dsettings.php45 $lang['global_sort'] = 'issues global sort order';
46 $lang['listview_sort'] = 'default list view sort order by ID';
/plugin/bibtex4dw/lang/en/
H A Dsettings.php14 $lang['sort'] = 'Whether to sort the references in the bibliography in alphabetic order.<br /> This setting does not affect the "numeric" citation style.';
/plugin/tagging/lang/ru/
H A Dlang.php26 $lang['admin sort ascending'] = 'Сортировать по возрастанию';
27 $lang['admin sort descending'] = 'Сортировать по убыванию';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
H A DSearchQueriesPreviousPage.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
H A DSearchQueriesRequest.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
/plugin/pagequery/
H A Dsyntax.php44 * {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;spelldate;proper}}
69 $opt['group'] = false; // group the results based on sort headings
81 $opt['sort'] = []; // sort by various headings
106 case 'sort':
/plugin/autolink3/
H A Dadmin.php150 …lugins/autolink3/ressources/arrow_".($tab[0] ? "up" : "down").".gif' alt='sort' name='arrow' value…
151 …lugins/autolink3/ressources/arrow_".($tab[1] ? "up" : "down").".gif' alt='sort' name='arrow' value…
152 …lugins/autolink3/ressources/arrow_".($tab[2] ? "up" : "down").".gif' alt='sort' name='arrow' value…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php124 * - The sort is in descending order of the encoded value (in opposition to X.690 11.6), though in ascending
148 # Sort the encoded types by length first to determine the padding needed.
160 # Sort by padding the items and comparing them.
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php32 * @opt_param string sort Enables sorting of the list
74 ….webfonts.list", "path": "webfonts", "httpMethod": "GET", "parameters": {"sort": {"type": "string"…
/plugin/tagging/lang/fr/
H A Dlang.php29 $lang['admin sort ascending'] = 'Tri croissant';
30 $lang['admin sort descending'] = 'Tri décroissant';
/plugin/tagging/lang/de/
H A Dlang.php29 $lang['admin sort ascending'] = 'Aufsteigend sortieren';
30 $lang['admin sort descending'] = 'Absteigend sortieren';
/plugin/database2/
H A Ddatabase2.php1714 $state['sort'] = $this->options['sort'];
1720 'sort' => trim( $state['sort'] ),
1758 if ( $sort )
1763 : $sort;
1982 $sort = substr( $sort, 1 );
1984 $sort = trim( strtok( $sort, ',' ) );
2003 else if ( $sort == $column )
2634 $sort = preg_split( '/[,\s]+/', trim( $state['sort'] ) );
2636 foreach ( $sort as $key => $desc )
2656 unset( $sort[$key] );
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js761 // its models in sort order, as they're added and removed.
864 var sort = false;
883 if (sortable && !sort) sort = existing.hasChanged(sortAttr);
923 if (sortable) sort = true;
928 // Silently sort the collection if appropriate.
929 if (sort) this.sort({silent: true});
938 if (sort || orderChanged) this.trigger('sort', this, options);
1031 sort: function(options) {
1039 // Run sort based on type of `comparator`.
1043 this.models.sort(comparator);
[all …]
/plugin/pagelist/
H A Dhelper.php4 use dokuwiki\Utf8\Sort;
53 public $sort = false;
55 * @var bool Reverses the sort
107 $this->sort = $this->getConf('sort'); //on-off
111 $this->sort = true;
244 * for sorting: 'sort', 'rsort', 'nosort', 'sortby=<columnname>'
279 case 'sort':
280 $this->sort = true; //sort b
46 public $sort = false; global() variable in helper_plugin_pagelist
[all...]
/plugin/indexmenu/
H A Daction.php145 * Display the indexmenu sort number.
287 $sort = [
288 'sort' => $INPUT->str('sort'),
297 $search = new Search($sort);
305 // $fancytreeData['sort'] = $sort;
310 // $fancytreeData[0]['sort'] = $sort;
345 sort(
[all...]
/plugin/combo/syntax/
H A Dminimap.php153 $pagesOfNamespace = $this->getNamespaceChildren($nameSpacePath, $sort = 'natural', $listdirs = $includeDirectory);
334 * @param string $sort 'natural' to use natural order sorting (default); 'date' to sort by filemtime
338 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false) argument
359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/plugin/struct/meta/
H A DConfigParser.php29 'sort' => [],
89 case 'sort':
92 $this->config['sort'] = array_merge($this->config['sort'], $sorts);
/plugin/tagadd/
H A Daction.php91 sort($chked_tags);
165 sort($siteTags);
166 sort($nsTags);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php23 public const SORT = 'sort';
190 self::SORT => null,
20 public const SORT = 'sort'; global() define in Elastica\\Reindex
/plugin/publish/
H A Dsyntax.php103 sort($keys);
135 * Custom sort callback
143 // Same number of elements, can just string sort
/plugin/prolog/
H A Dsyntax.php86 * Returns sort number
87 * @return integer sort number
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dfont_test.html81 keys = Object.keys(font_obj.glyphs).sort();
118 keys = Object.keys(font_obj.glyphs).sort();

12345678910>>...92