Home
last modified time | relevance | path

Searched refs:dataType (Results 176 – 200 of 260) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourceUpdateWarnings.php27 protected $dataType = ResourceUpdateWarningsData::class; variable in Google\\Service\\DeploymentManager\\ResourceUpdateWarnings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DUserDefinedVariableConfiguration.php25 public $dataType; variable in Google\\Service\\Dfareporting\\UserDefinedVariableConfiguration
38 public function setDataType($dataType) argument
40 $this->dataType = $dataType;
47 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php30 protected $dataType = GoogleFirebaseFcmDataV1beta1Data::class; variable in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataSource.php109 public function setDataType(DataType $dataType) argument
111 $this->dataType = $dataType;
118 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DUsageReportsWarnings.php27 protected $dataType = UsageReportsWarningsData::class; variable in Google\\Service\\Reports\\UsageReportsWarnings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/
H A DGoogleCloudResourcesettingsV1SettingMetadata.php25 public $dataType; variable in Google\\Service\\ResourceSettings\\GoogleCloudResourcesettingsV1SettingMetadata
44 public function setDataType($dataType) argument
46 $this->dataType = $dataType;
53 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateValuesByDataFilterRequest.php23 protected $dataType = DataFilterValueRange::class; variable in Google\\Service\\Sheets\\BatchUpdateValuesByDataFilterRequest
H A DBatchUpdateValuesRequest.php23 protected $dataType = ValueRange::class; variable in Google\\Service\\Sheets\\BatchUpdateValuesRequest
H A DCandlestickChartSpec.php23 protected $dataType = CandlestickData::class; variable in Google\\Service\\Sheets\\CandlestickChartSpec
H A DCandlestickDomain.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickDomain
H A DCandlestickSeries.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickSeries
H A DHistogramSeries.php26 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\HistogramSeries
H A DSheet.php33 protected $dataType = GridData::class; variable in Google\\Service\\Sheets\\Sheet
H A DWaterfallChartDomain.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\WaterfallChartDomain
H A DWaterfallChartSeries.php25 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\WaterfallChartSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DScanData.php22 protected $dataType = VisualizationData::class; variable in Google\\Service\\Spanner\\ScanData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DResultTableColumnHeader.php29 public $dataType; variable in Google\\Service\\YouTubeAnalytics\\ResultTableColumnHeader
52 public function setDataType($dataType) argument
54 $this->dataType = $dataType;
61 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php64 $keyDataType = $this->dataType($key);
107 $dataType = $this->dataType($key);
108 if ($dataType == 'array' || $dataType == 'map') {
301 protected function dataType($key) function in Google\\Model
303 $dataType = $key . "DataType";
305 if (property_exists($this, $dataType)) {
306 return $this->$dataType;
/plugin/block/
H A Dscript.js100 dataType: 'json',
/plugin/bpmnioeditor/
H A Dscript.js135 dataType:'text',
180 dataType:'text',
234 dataType: 'json',
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1 ….ajax(d.doku_url+"lib/exe/ajax.php",{data:{call:"geshi_sel"},type:"GET",dataType:"html",success:fu…
H A Dconfig.js.unc306 dataType: "html",
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1dataType:"json"}).done(function(W){retv=W;ckgdokuIwikiData=retv}).fail(function(W,Y,X){alert(Y);al…
H A Dlink.js.unc70 dataType: "json",
148 dataType: "html",
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …E+"lib/exe/ajax.php",{data:{call:"tagapi_list"},type:"POST",async:false,dataType:"json",success:fu…

1234567891011