Home
last modified time | relevance | path

Searched refs:getDisplayValue (Results 1 – 20 of 20) sorted by relevance

/plugin/struct/meta/
H A DAggregationFilter.php77 if (empty($value->getDisplayValue())) continue;
92 (array)$value->getDisplayValue()
H A DNestedValue.php185 $val = implode(', ', (array)$this->value->getDisplayValue());
197 $val = implode(', ', (array)$value->getDisplayValue());
H A DAggregationCloud.php57 $tagValue = $value->getDisplayValue();
H A DValue.php78 public function getDisplayValue() function in dokuwiki\\plugin\\struct\\meta\\Value
H A DNestedResult.php165 $compare = $value->getDisplayValue();
H A DAccessTable.php429 $value = $value->getDisplayValue();
/plugin/struct/_test/types/
H A DLookupTest.php131 $this->assertEquals('This is a title', $data['drop1']->getDisplayValue());
132 $this->assertEquals('title1', $data['drop2']->getDisplayValue());
H A DDropdownTest.php58 $this->assertEquals('John', $data['drop3']->getDisplayValue());
H A DPageTest.php124 $result[0][3]->getDisplayValue()
/plugin/structcombolookup/types/
DNarrowingLookup.php52 $options[$result[0]->getRawValue()] = $result[0]->getDisplayValue();
102 … $options[$pids[$i]] = array($result[$i][0]->getDisplayValue(), $result[$i][1]->getRawValue());
/plugin/structcombolookup/
Daction.php76 $parentValue = $result[0][0]->getDisplayValue();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
DLighthouseAuditResultV5.php106 public function getDisplayValue() function in Google\\Service\\PagespeedInsights\\LighthouseAuditResultV5
/plugin/struct/
H A Dremote.php161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
/plugin/structtemplate/meta/
DStructTemplateSyntax.php193 $interpolated .= $row[$column_indices[$column_request]]->getDisplayValue();
/plugin/struct/action/
H A Dbureaucracy.php123 $new_value[] = $result[$i][0]->getDisplayValue();
/plugin/structcondstyle/
Daction.php195 $row_val = $value->getDisplayValue();
/plugin/structnotification/action/
H A Dnotification.php267 $replacements[] = $value->getDisplayValue();
/plugin/struct/types/
H A DAbstractBaseType.php452 $display = $value->getDisplayValue();
H A DLookup.php139 $options[$val] = $result[$i][0]->getDisplayValue();
/plugin/structodt/
Dhelper.php280 $dvalue = $value->getDisplayValue();