Home
last modified time | relevance | path

Searched refs:dataText (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1Content.php29 public $dataText; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Content
76 public function setDataText($dataText) argument
78 $this->dataText = $dataText;
85 return $this->dataText;
/plugin/tagfilter/script/select2/
Dselect2.js484 dataText,
503dataText = dataItem.text; // we need to store this in a separate variable because in the next step…
504 text = function (item) { return item[dataText]; };