Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1DocumentEntity.php135 … function setNormalizedValue(GoogleCloudDocumentaiV1DocumentEntityNormalizedValue $normalizedValue) argument
137 $this->normalizedValue = $normalizedValue;
144 return $this->normalizedValue;
DGoogleCloudDocumentaiV1beta2DocumentEntity.php135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue $normalizedValue) argument
137 $this->normalizedValue = $normalizedValue;
144 return $this->normalizedValue;
DGoogleCloudDocumentaiV1beta1DocumentEntity.php135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue $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/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js206 var normalizedValue = normalizeValue(value);
209 accumulator = override(accumulator, defaults(level, normalizedValue));
211 accumulator[name] = normalizedValue;
/plugin/behave/
Dbehave.js208 normalizedValue,
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;