Home
last modified time | relevance | path

Searched refs:dataSchema (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2GcsSource.php26 public $dataSchema; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2GcsSource
35 public function setDataSchema($dataSchema) argument
37 $this->dataSchema = $dataSchema;
44 return $this->dataSchema;
H A DGoogleCloudRetailV2BigQuerySource.php25 public $dataSchema; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2BigQuerySource
48 public function setDataSchema($dataSchema) argument
50 $this->dataSchema = $dataSchema;
57 return $this->dataSchema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1BigQuerySource.php25 public $dataSchema; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1BigQuerySource
46 public function setDataSchema($dataSchema) argument
48 $this->dataSchema = $dataSchema;
55 return $this->dataSchema;
/plugin/edittable/lib/
H A Dhandsontable.full.js15559 if (Array.isArray(priv.settings.dataSchema)) {
15561 } else if ((0, _function.isFunction)(priv.settings.dataSchema)) {
15583 var dataSchema = datamap.getSchema();
15586 …(instance.dataType === 'object' || instance.dataType === 'function') && priv.settings.dataSchema) {
15587 row = (0, _object.deepClone)(dataSchema);
15590 row = (0, _object.deepClone)(dataSchema[0]);
19456 dataSchema: void 0,
33440 var schema = this.instance.getSettings().dataSchema;
33481 if (this.instance.getSettings().dataSchema) {
33492 row = this.instance.getSettings().dataSchema(index);