Home
last modified time | relevance | path

Searched refs:getColref (Results 1 – 16 of 16) sorted by relevance

/plugin/structpublish/meta/
H A DRevision.php58 $this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
59 $this->version = $values[$this->versionCol->getColref() - 1]->getRawValue();
60 $this->user = $values[$this->userCol->getColref() - 1]->getRawValue();
61 $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 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 DSearchSQLBuilder.php102 $MN.colref = {$col->getColref()}"
145 $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
H A DRevisionColumn.php30 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DPageColumn.php29 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
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 DSearchCloud.php62 $MN.colref = {$col->getColref()}"
H A DColumn.php109 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DSchemaEditor.php63 $form->addHTML($this->adminColumn($col->getColref(), $col));
H A DSchema.php385 'colref' => $column->getColref(),
/plugin/struct/_test/
H A DSearchTest.php238 $this->assertEquals(1, $search->columns[0]->getColref());
242 $this->assertEquals(1, $search->columns[1]->getColref());
246 $this->assertEquals(3, $search->columns[2]->getColref());
250 $this->assertEquals(3, $search->columns[3]->getColref());
254 $this->assertEquals(2, $search->columns[4]->getColref());
263 $search->columns[5]->getColref();
/plugin/struct/types/
H A DTag.php97 AND M.colref = {$context->getColref()}\n";
100 $sql .= "SELECT DISTINCT col{$context->getColref()} AS value
/plugin/structat/meta/
DSearchConfigAt.php123 $MN.colref = {$col->getColref()}"
156 $MN.colref = {$col->getColref()}"
/plugin/struct/action/
H A Dmove.php151 $colref = $col->getColref();