Searched refs:sortby (Results 1 – 13 of 13) sorted by relevance
| /plugin/filelist/ |
| D | Crawler.php | 11 protected $sortby = 'name'; variable in dokuwiki\\plugin\\filelist\\Crawler 34 public function setSortBy($sortby) argument 36 $this->sortby = $sortby; 133 $callback = [$this, 'compare' . ucfirst($this->sortby)];
|
| /plugin/struct/meta/ |
| H A D | Search.php | 39 protected $sortby = []; variable in dokuwiki\\plugin\\struct\\meta\\Search 137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc]; 147 $this->sortby = []; 157 return $this->sortby; 512 $sqlBuilder->addSorts($this->sortby);
|
| /plugin/struct/_test/mock/ |
| H A D | Search.php | 13 public $sortby = array(); variable in dokuwiki\\plugin\\struct\\test\\mock\\Search
|
| /plugin/cronojob/pseudo-cron/ |
| D | pseudo-cron.inc.php | 227 function multisort(&$array, $sortby, $order='asc') { argument 229 $sortarray[] = $val[$sortby];
|
| D | pseudo-cron-image.php | 270 function multisort(&$array, $sortby, $order='asc') { argument 272 $sortarray[] = $val[$sortby];
|
| /plugin/cronojob/ |
| D | pseudocron.php | 209 function multisort(&$array, $sortby, $order='asc') { argument 211 $sortarray[] = $val[$sortby];
|
| /plugin/struct/_test/ |
| H A D | SearchTest.php | 270 $this->assertCount(1, $search->sortby); 285 $this->assertCount(2, $search->sortby);
|
| /plugin/structat/meta/ |
| D | SearchConfigAt.php | 169 foreach($this->sortby as $sort) {
|
| /plugin/sphinxsearch-was/ |
| H A D | sphinxapi.php | 709 function SetSortMode($mode, $sortby = "") argument 719 assert(is_string($sortby)); 720 assert($mode == SPH_SORT_RELEVANCE || strlen($sortby) > 0); 723 $this->_sortby = $sortby;
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 743 function SetSortMode ( $mode, $sortby="" ) argument 752 assert ( is_string($sortby) ); 753 assert ( $mode==SPH_SORT_RELEVANCE || strlen($sortby)>0 ); 756 $this->_sortby = $sortby;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Apigee.php | 2518 'sortby' => [ 2917 'sortby' => [ 3207 'sortby' => [ 3593 'sortby' => [
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 60 …xquery|where|version|variable|union|typeswitch|treat|to|then|text|stable|sortby|some|self|schema|s…
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 3445 …#L9929 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.sortby "See the npm packa…
|