/plugin/struct/meta/ |
H A D | SearchConfigParameters.php | 23 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 D | Column.php | 15 * 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;
|
H A D | PublishedColumn.php | 13 * @param int $sort 17 public function __construct($sort, Decimal $type, $table) argument 20 Column::__construct($sort, $type, 0, true, $table);
|
H A D | RowColumn.php | 13 * @param int $sort 17 public function __construct($sort, Decimal $type, $table) argument 20 Column::__construct($sort, $type, 0, true, $table);
|
H A D | SummaryColumn.php | 19 * @param int $sort 23 public function __construct($sort, AutoSummary $type, $table = '') argument 26 parent::__construct($sort, $type, 0, true, $table);
|
H A D | UserColumn.php | 20 * @param int $sort 24 public function __construct($sort, User $type, $table = '') argument 27 parent::__construct($sort, $type, 0, true, $table);
|
H A D | PageColumn.php | 19 * @param int $sort 23 public function __construct($sort, Page $type, $table = '') argument 26 parent::__construct($sort, $type, 0, true, $table);
|
H A D | RevisionColumn.php | 19 * @param int $sort 23 public function __construct($sort, DateTime $type, $table = '') argument 26 parent::__construct($sort, $type, 0, true, $table);
|
H A D | SchemaBuilder.php | 175 $sort = $column->getSort(); 183 $sort = $this->data['cols'][$column->getColref()]['sort']; 206 'sort' => $sort 271 $sort = $column['sort']; 296 'sort' => $sort
|
H A D | SearchConfig.php | 62 if (!empty($config['sort'])) foreach ($config['sort'] as $sort) { 63 $this->addSort($sort[0], $sort[1]);
|
H A D | Schema.php | 107 ORDER BY SC.sort"; 127 $row['sort'], 136 if ($row['sort'] > $this->maxsort) $this->maxsort = $row['sort']; 362 * @return int the highest sort number used in this schema 388 'sort' => $column->getSort(),
|
H A D | ConfigParser.php | 29 'sort' => [], 89 case 'sort': 92 $this->config['sort'] = array_merge($this->config['sort'], $sorts);
|
/plugin/struct/ |
H A D | remote.php | 135 * @param string $sort string indicating the column to sort by 140 public function getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '') 148 $sortLine = 'sort: ' . $sort; 136 getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '') global() argument
|
/plugin/swarmwebhook/ |
H A D | swarm.struct.json | 17 "sort": 10, number 39 "sort": 20, number 61 "sort": 30, number 83 "sort": 40, number 105 "sort": 50, number 127 "sort": 60, number 149 "sort": 70, number
|
/plugin/structstatus/ |
H A D | status.struct.json | 11 "sort": 10, number 34 "sort": 20, number 58 "sort": 30, number
|
/plugin/struct/types/ |
H A D | AutoSummary.php | 27 * When sorting `%lastsummary%`, then sort the data from the `titles` table instead the `data_` table. 34 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) function in dokuwiki\\plugin\\struct\\types\\AutoSummary
|
H A D | Lookup.php | 291 * Sort by lookup table 298 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) 303 parent::sort($QB, $tablealias, $colname, $order); 316 $column->getType()->sort($QB, $rightalias, $field, $order); 300 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
|
H A D | Page.php | 136 * 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/structpublish/db/json/ |
H A D | structpublish0001.struct.json | 20 "sort": 10, number 45 "sort": 20, number 75 "sort": 30, number 103 "sort": 40, number 135 "sort": 50, number 161 "sort": 60, number
|
/plugin/structtasks/_test/json/ |
H A D | badassignees.struct.json | 17 "sort": 10, number 41 "sort": 20, number 63 "sort": 30, number
|
H A D | baddate.struct.json | 17 "sort": 10, number 39 "sort": 20, number 65 "sort": 30, number
|
H A D | multistatus.struct.json | 17 "sort": 10, number 41 "sort": 20, number 63 "sort": 30, number
|
H A D | valid2.struct.json | 17 "sort": 10, number 41 "sort": 20, number 63 "sort": 30, number
|
H A D | badstatus.struct.json | 17 "sort": 10, number 41 "sort": 20, number 63 "sort": 30, number
|
H A D | missingstatus.struct.json | 17 "sort": 10, number 41 "sort": 20, number 67 "sort": 30, number
|