Home
last modified time | relevance | path

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

/plugin/structcombolookup/types/
H A DNarrowingLookup.php52 $options[$result[0]->getRawValue()] = $result[0]->getDisplayValue();
102 … $options[$pids[$i]] = array($result[$i][0]->getDisplayValue(), $result[$i][1]->getRawValue());
/plugin/structcombolookup/
H A Daction.php76 $parentValue = $result[0][0]->getDisplayValue();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A 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/
H A DStructTemplateSyntax.php193 $interpolated .= $row[$column_indices[$column_request]]->getDisplayValue();
/plugin/struct/meta/
H A DAggregationCloud.php57 $tagValue = $value->getDisplayValue();
H A DValue.php78 public function getDisplayValue() function in dokuwiki\\plugin\\struct\\meta\\Value
H A DAccessTable.php429 $value = $value->getDisplayValue();
/plugin/struct/action/
H A Dbureaucracy.php123 $new_value[] = $result[$i][0]->getDisplayValue();
/plugin/structcondstyle/
H A Daction.php195 $row_val = $value->getDisplayValue();
/plugin/structnotification/action/
H A Dnotification.php233 $replacements[] = $value->getDisplayValue();
/plugin/struct/types/
H A DAbstractBaseType.php452 $display = $value->getDisplayValue();
H A DLookup.php135 $options[$val] = $result[$i][0]->getDisplayValue();
/plugin/structodt/
H A Dhelper.php280 $dvalue = $value->getDisplayValue();
345 $possibleValueTypes = array('getValue', 'getCompareValue', 'getDisplayValue', 'getRawValue');
348 $valueType = 'getDisplayValue';