Home
last modified time | relevance | path

Searched refs:normalizedValue (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntity.php135 … function setNormalizedValue(GoogleCloudDocumentaiV1DocumentEntityNormalizedValue $normalizedValue) argument
137 $this->normalizedValue = $normalizedValue;
144 return $this->normalizedValue;
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue $normalizedValue) argument
137 $this->normalizedValue = $normalizedValue;
144 return $this->normalizedValue;
H A DGoogleCloudDocumentaiV1beta2DocumentEntity.php135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue $normalizedValue) argument
137 $this->normalizedValue = $normalizedValue;
144 return $this->normalizedValue;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php320 $normalizedValue = $this->getUidObject()
323 if (is_object($normalizedValue)) {
324 $normalizedValue = $normalizedValue->__toString();
326 return $this->rows[$normalizedValue] ?? null;
/plugin/behave/
H A Dbehave.js208 normalizedValue, variable
222 normalizedValue = utils.editor.get();
223 len = normalizedValue.length;
235 start += normalizedValue.slice(0, start).split(newLine).length - 1;
241 end += normalizedValue.slice(0, end).split(newLine).length - 1;