Searched refs:getColref (Results 1 – 16 of 16) sorted by relevance
58 $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());
176 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(),
102 $MN.colref = {$col->getColref()}"145 $MN.colref = {$col->getColref()}"
30 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
31 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
30 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
29 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
139 $this->labels[$col->getColref()] = $col->getType()->getLabel();464 $val = (string) $DBdata[0]['out' . $col->getColref()];508 $colref = $col->getColref();
62 $MN.colref = {$col->getColref()}"
109 public function getColref() function in dokuwiki\\plugin\\struct\\meta\\Column
63 $form->addHTML($this->adminColumn($col->getColref(), $col));
385 'colref' => $column->getColref(),
238 $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();
97 AND M.colref = {$context->getColref()}\n";100 $sql .= "SELECT DISTINCT col{$context->getColref()} AS value
123 $MN.colref = {$col->getColref()}"156 $MN.colref = {$col->getColref()}"
151 $colref = $col->getColref();