Home
last modified time | relevance | path

Searched refs:sort (Results 101 – 125 of 635) sorted by relevance

12345678910>>...26

/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php30 sort($cmdlist);
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt66 [[data:sort:order|Order]]
71 [[data:sort:order|Order]]
/plugin/orgchart/
H A DREADME41 sort : name
47 sort : name
/plugin/farmer/
H A Dhelper.php94 sort($animals);
215 sort($plugins);
/plugin/struct/types/
H A DPage.php136 * When using titles, sort by them first
143 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
146 parent::sort($QB, $tablealias, $colname, $order);
155 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) global() function in dokuwiki\\plugin\\struct\\types\\Page
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php277 * @param SortingControl|string|SortKey $sort argument
281 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv
283 return new Vlv($this, $search, $sort, $afterCount);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php438 sort($image);
439 sort($thumbnail);
440 sort($imagename);
441 sort($thumbname);
/plugin/toolbox/
H A Dtoolbox.js73 ToolboxTextTools(edid).sort(opts['reverse']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php64 sort($parts);
/plugin/interwiki/
H A Daction.php44 sort($excludes);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1193 foreach ($this->sortOptions as $sort => $order) {
1194 if (!isset($a[$sort]) || !isset($b[$sort])) {
1195 if (isset($a[$sort])) {
1198 if (isset($b[$sort])) {
1203 switch ($sort) {
1211 $a[$sort] &= 07777;
1212 $b[$sort] &= 07777;
1215 if ($a[$sort] === $b[$sort]) {
1218 return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
/plugin/redissue/
H A Dsyntax.php114 preg_match("/sort *= *(['\"])(.*?)\\1/", $match, $sort);
115 if( count($sort) != 0 ) {
116 $data['sort'] = $sort[2];
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
/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/pagestat/
H A Dremote.php136 sort($n_arr);
161 sort($un_arr);
/plugin/oauth/
H A DOAuthManager.php260 sort($localUserInfo['grps']);
261 sort($userdata['grps']);
/plugin/farm/
H A Danimalmanager.class.php270 $sort = isset($this->manager->opt['sort']) ? $this->manager->opt['sort'] : 'name';
273 switch($sort) {
278 …: '.$grp.' [<a href="'.$this->wl(array('users' => true, 'grp' => '', 'sort' => $sort)).'">X</a>]');
281 …$sort == 'name' ? 'namedesc' : 'name')).'" title="'.$this->manager->getLang('animal_users_sortname…
/plugin/tagging/
H A Dhelper.php37 sort($ex);
385 msg('cannot sort by ' . $order_by . ' field does not exists', -1);
726 $sort = explode(',', $this->getParam('sort'));
727 $order_by = $sort[0];
729 if (isset($sort[1]) && $sort[1] === 'desc') {
740 $form->setHiddenField('[tagging]sort', $this->getParam('sort'));
779 $title = $this->getLang('admin sort ascendin
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.SortAttr.txt
/plugin/multilingual/
H A Dhelper.php27 sort($this->trans);
/plugin/html2pdf/multilingual/
H A Dhelper.php27 sort($this->trans);
/plugin/sortablejs/
H A DREADME.md8 For server-side sorting (required for DW2PDF etc.) or more robust sort facilities, use @samwilson '…
/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']);
/plugin/loadskin/
H A Dhelper.php33 sort($list);
/plugin/inseecity/
H A Dscript.js35 inseeCityName.sort ();

12345678910>>...26