Home
last modified time | relevance | path

Searched +full:sort +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 25 of 51) sorted by relevance

123

/plugin/struct/meta/
H A DSearchConfigParameters.php23 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 DColumn.php15 * 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 DPublishedColumn.php13 * @param int $sort
17 public function __construct($sort, Decimal $type, $table) argument
20 Column::__construct($sort, $type, 0, true, $table);
H A DRowColumn.php13 * @param int $sort
17 public function __construct($sort, Decimal $type, $table) argument
20 Column::__construct($sort, $type, 0, true, $table);
H A DSummaryColumn.php19 * @param int $sort
23 public function __construct($sort, AutoSummary $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
H A DUserColumn.php20 * @param int $sort
24 public function __construct($sort, User $type, $table = '') argument
27 parent::__construct($sort, $type, 0, true, $table);
H A DPageColumn.php19 * @param int $sort
23 public function __construct($sort, Page $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
H A DRevisionColumn.php19 * @param int $sort
23 public function __construct($sort, DateTime $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
H A DSchemaBuilder.php175 $sort = $column->getSort();
183 $sort = $this->data['cols'][$column->getColref()]['sort'];
206 'sort' => $sort
271 $sort = $column['sort'];
296 'sort' => $sort
H A DSearchConfig.php62 if (!empty($config['sort'])) foreach ($config['sort'] as $sort) {
63 $this->addSort($sort[0], $sort[1]);
H A DSchema.php107 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 DConfigParser.php29 'sort' => [],
89 case 'sort':
92 $this->config['sort'] = array_merge($this->config['sort'], $sorts);
/plugin/struct/
H A Dremote.php135 * @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 Dswarm.struct.json17 "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 Dstatus.struct.json11 "sort": 10, number
34 "sort": 20, number
58 "sort": 30, number
/plugin/struct/types/
H A DAutoSummary.php27 * 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 DLookup.php291 * 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 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/structpublish/db/json/
H A Dstructpublish0001.struct.json20 "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 Dbadassignees.struct.json17 "sort": 10, number
41 "sort": 20, number
63 "sort": 30, number
H A Dbaddate.struct.json17 "sort": 10, number
39 "sort": 20, number
65 "sort": 30, number
H A Dmultistatus.struct.json17 "sort": 10, number
41 "sort": 20, number
63 "sort": 30, number
H A Dvalid2.struct.json17 "sort": 10, number
41 "sort": 20, number
63 "sort": 30, number
H A Dbadstatus.struct.json17 "sort": 10, number
41 "sort": 20, number
63 "sort": 30, number
H A Dmissingstatus.struct.json17 "sort": 10, number
41 "sort": 20, number
67 "sort": 30, number

123