Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 25 of 260) sorted by relevance

1234567891011

/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/Connectors/
H A DResultMetadata.php25 public $dataType; variable in Google\\Service\\Connectors\\ResultMetadata
38 public function setDataType($dataType) argument
40 $this->dataType = $dataType;
47 return $this->dataType;
H A DInputParameter.php25 public $dataType; variable in Google\\Service\\Connectors\\InputParameter
46 public function setDataType($dataType) argument
48 $this->dataType = $dataType;
55 return $this->dataType;
H A DField.php29 public $dataType; variable in Google\\Service\\Connectors\\Field
72 public function setDataType($dataType) argument
74 $this->dataType = $dataType;
81 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeDataColumnHeaders.php29 public $dataType; variable in Google\\Service\\Analytics\\RealtimeDataColumnHeaders
52 public function setDataType($dataType) argument
54 $this->dataType = $dataType;
61 return $this->dataType;
H A DGaDataColumnHeaders.php29 public $dataType; variable in Google\\Service\\Analytics\\GaDataColumnHeaders
52 public function setDataType($dataType) argument
54 $this->dataType = $dataType;
61 return $this->dataType;
H A DMcfDataColumnHeaders.php29 public $dataType; variable in Google\\Service\\Analytics\\McfDataColumnHeaders
52 public function setDataType($dataType) argument
54 $this->dataType = $dataType;
61 return $this->dataType;
/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-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/Datastream/
H A DMysqlColumn.php33 public $dataType; variable in Google\\Service\\Datastream\\MysqlColumn
82 public function setDataType($dataType) argument
84 $this->dataType = $dataType;
91 return $this->dataType;
H A DOracleColumn.php29 public $dataType; variable in Google\\Service\\Datastream\\OracleColumn
76 public function setDataType($dataType) argument
78 $this->dataType = $dataType;
85 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1InputConfig.php33 public $dataType; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1InputConfig
84 public function setDataType($dataType) argument
86 $this->dataType = $dataType;
93 return $this->dataType;
H A DGoogleCloudDatalabelingV1beta1Instruction.php36 public $dataType; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1Instruction
101 public function setDataType($dataType) argument
103 $this->dataType = $dataType;
110 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DArgument.php54 public function setDataType(StandardSqlDataType $dataType) argument
56 $this->dataType = $dataType;
63 return $this->dataType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DColumnDescription.php26 public $dataType; variable in Google\\Service\\Area120Tables\\ColumnDescription
55 public function setDataType($dataType) argument
57 $this->dataType = $dataType;
64 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/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php121 public $dataType; variable in Google_ResultTableColumnHeaders
129 public function setDataType( $dataType) { argument
130 $this->dataType = $dataType;
133 return $this->dataType;
/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/ajaxpeon/
H A Dscript.js23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
/plugin/numbering/
H A Dscript.js35 dataType: 'html',
52 dataType: 'html',
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js32 assert.equal(this.ajaxSettings.dataType, 'json');
48 assert.equal(this.ajaxSettings.dataType, 'json');
60 assert.equal(this.ajaxSettings.dataType, 'json');
76 assert.equal(this.ajaxSettings.dataType, 'json');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCandlestickSeries.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickSeries
H A DCandlestickDomain.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickDomain
H A DWaterfallChartDomain.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\WaterfallChartDomain
H A DCandlestickChartSpec.php23 protected $dataType = CandlestickData::class; variable in Google\\Service\\Sheets\\CandlestickChartSpec

1234567891011