Searched refs:getRawValue (Results 1 – 14 of 14) sorted by relevance
| /plugin/structpublish/meta/ |
| H A D | Revision.php | 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());
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 64 return $value->getRawValue(); 196 … array_map(static fn($rawValue) => '@' . $rawValue, $value->getRawValue()) 199 return '@' . $value->getRawValue(); 203 return implode(',', $value->getRawValue()); 205 return $value->getRawValue();
|
| /plugin/structcombolookup/types/ |
| D | NarrowingLookup.php | 52 $options[$result[0]->getRawValue()] = $result[0]->getDisplayValue(); 69 return $result[0][0]->getRawValue(); 102 … $options[$pids[$i]] = array($result[$i][0]->getDisplayValue(), $result[$i][1]->getRawValue());
|
| /plugin/struct/meta/ |
| H A D | Value.php | 68 public function getRawValue() function in dokuwiki\\plugin\\struct\\meta\\Value 233 implode(',', (array)$this->getRawValue());
|
| H A D | CSVExporter.php | 93 $val = $value->getRawValue();
|
| H A D | AccessTable.php | 482 $data[$col->getLabel()] = $value->getRawValue();
|
| /plugin/struct/_test/types/ |
| H A D | LookupTest.php | 128 $this->assertEquals('["",1]', $data['drop1']->getRawValue()); 129 $this->assertEquals('["",1]', $data['drop2']->getRawValue());
|
| H A D | DropdownTest.php | 57 $this->assertEquals('John', $data['drop3']->getRawValue());
|
| /plugin/structupdate/helper/ |
| D | update.php | 77 $schemadata[$table][$col] = $value->getRawValue();
|
| /plugin/structstatus/ |
| D | syntax.php | 112 $rids = (array) $access->getDataColumn($col)->getRawValue();
|
| /plugin/structrowcolor/ |
| D | struct.php | 94 $this->row_colors[$searchConfig_hash][$rownum] = $value->getRawValue();
|
| /plugin/structcondstyle/ |
| D | action.php | 198 $row_val = $value->getRawValue();
|
| /plugin/ditaa/ditaa/ |
| D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |