Home
last modified time | relevance | path

Searched refs:getColref (Results 1 – 16 of 16) sorted by last modified time

/plugin/structpublish/meta/
H A DAccessTableStructpublish.php
H A DRevision.php59 $this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
60 $this->version = $values[$this->versionCol->getColref() - 1]->getRawValue();
61 $this->user = $values[$this->userCol->getColref() - 1]->getRawValue();
62 $this->datetime = $values[$this->datetimeCol->getColref() - 1]->getRawValue();
288 $latestPublished[$this->revisionCol->getColref() - 1]->getRawValue()
291 $published->setStatus($latestPublished[$this->statusCol->getColref() - 1]->getRawValue());
292 $published->setUser($latestPublished[$this->userCol->getColref() - 1]->getRawValue());
293 $published->setDatetime($latestPublished[$this->datetimeCol->getColref() - 1]->getRawValue());
294 $published->setVersion($latestPublished[$this->versionCol->getColref() - 1]->getRawValue());
/plugin/struct/meta/
H A DAccessTable.php139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
464 $val = (string) $DBdata[0]['out' . $col->getColref()];
508 $colref = $col->getColref();
H A DColumn.php109 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DPageColumn.php29 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
H A DRevisionColumn.php30 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DSchema.php385 'colref' => $column->getColref(),
H A DSchemaBuilder.php176 if (isset($this->data['cols'][$column->getColref()])) {
179 $newEntry['config'] = $this->data['cols'][$column->getColref()]['config'];
180 $newEntry['label'] = $this->data['cols'][$column->getColref()]['label'];
181 $newEntry['ismulti'] = $this->data['cols'][$column->getColref()]['ismulti'] ?? 0;
182 $newEntry['class'] = $this->data['cols'][$column->getColref()]['class'];
183 $sort = $this->data['cols'][$column->getColref()]['sort'];
184 $enabled = (bool)($this->data['cols'][$column->getColref()]['isenabled'] ?? 0);
193 $this->migrateSingleToMulti($this->oldschema->getTable(), $column->getColref());
203 'colref' => $column->getColref(),
H A DSchemaEditor.php63 $form->addHTML($this->adminColumn($col->getColref(), $col));
H A DSearch.php
H A DSearchCloud.php70 $MN.colref = {$col->getColref()}"
H A DSummaryColumn.php30 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
H A DUserColumn.php31 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
/plugin/struct/types/
H A DTag.php95 AND M.colref = {$context->getColref()}\n";
98 $sql .= "SELECT DISTINCT col{$context->getColref()} AS value
/plugin/struct/action/
H A Dmove.php151 $colref = $col->getColref();
/plugin/structat/meta/
H A DSearchConfigAt.php123 $MN.colref = {$col->getColref()}"
156 $MN.colref = {$col->getColref()}"