/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | UserDefinedVariableConfiguration.php | 25 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 D | ResultMetadata.php | 25 public $dataType; variable in Google\\Service\\Connectors\\ResultMetadata 38 public function setDataType($dataType) argument 40 $this->dataType = $dataType; 47 return $this->dataType;
|
H A D | InputParameter.php | 25 public $dataType; variable in Google\\Service\\Connectors\\InputParameter 46 public function setDataType($dataType) argument 48 $this->dataType = $dataType; 55 return $this->dataType;
|
H A D | Field.php | 29 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 D | RealtimeDataColumnHeaders.php | 29 public $dataType; variable in Google\\Service\\Analytics\\RealtimeDataColumnHeaders 52 public function setDataType($dataType) argument 54 $this->dataType = $dataType; 61 return $this->dataType;
|
H A D | GaDataColumnHeaders.php | 29 public $dataType; variable in Google\\Service\\Analytics\\GaDataColumnHeaders 52 public function setDataType($dataType) argument 54 $this->dataType = $dataType; 61 return $this->dataType;
|
H A D | McfDataColumnHeaders.php | 29 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 D | ResultTableColumnHeader.php | 29 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 D | GoogleCloudResourcesettingsV1SettingMetadata.php | 25 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 D | MysqlColumn.php | 33 public $dataType; variable in Google\\Service\\Datastream\\MysqlColumn 82 public function setDataType($dataType) argument 84 $this->dataType = $dataType; 91 return $this->dataType;
|
H A D | OracleColumn.php | 29 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 D | GoogleCloudDatalabelingV1beta1InputConfig.php | 33 public $dataType; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1InputConfig 84 public function setDataType($dataType) argument 86 $this->dataType = $dataType; 93 return $this->dataType;
|
H A D | GoogleCloudDatalabelingV1beta1Instruction.php | 36 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 D | Argument.php | 54 public function setDataType(StandardSqlDataType $dataType) argument 56 $this->dataType = $dataType; 63 return $this->dataType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/ |
H A D | ColumnDescription.php | 26 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 D | Model.php | 64 $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 D | Google_YouTubeAnalyticsService.php | 121 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 D | DataSource.php | 109 public function setDataType(DataType $dataType) argument 111 $this->dataType = $dataType; 118 return $this->dataType;
|
/plugin/ajaxpeon/ |
H A D | script.js | 23 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 D | script.js | 35 dataType: 'html', 52 dataType: 'html',
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | sync.js | 32 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 D | CandlestickSeries.php | 22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickSeries
|
H A D | CandlestickDomain.php | 22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickDomain
|
H A D | WaterfallChartDomain.php | 22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\WaterfallChartDomain
|
H A D | CandlestickChartSpec.php | 23 protected $dataType = CandlestickData::class; variable in Google\\Service\\Sheets\\CandlestickChartSpec
|