/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | DestinationTableProperties.php | 33 public $friendlyName; variable in Google\\Service\\Bigquery\\DestinationTableProperties 70 public function setFriendlyName($friendlyName) argument 72 $this->friendlyName = $friendlyName; 79 return $this->friendlyName;
|
H A D | ProjectListProjects.php | 25 public $friendlyName; variable in Google\\Service\\Bigquery\\ProjectListProjects 44 public function setFriendlyName($friendlyName) argument 46 $this->friendlyName = $friendlyName; 53 return $this->friendlyName;
|
H A D | DatasetListDatasets.php | 27 public $friendlyName; variable in Google\\Service\\Bigquery\\DatasetListDatasets 62 public function setFriendlyName($friendlyName) argument 64 $this->friendlyName = $friendlyName; 71 return $this->friendlyName;
|
H A D | TableListTables.php | 35 public $friendlyName; variable in Google\\Service\\Bigquery\\TableListTables 106 public function setFriendlyName($friendlyName) argument 108 $this->friendlyName = $friendlyName; 115 return $this->friendlyName;
|
H A D | Dataset.php | 56 public $friendlyName; variable in Google\\Service\\Bigquery\\Dataset 225 public function setFriendlyName($friendlyName) argument 227 $this->friendlyName = $friendlyName; 234 return $this->friendlyName;
|
H A D | Model.php | 54 public $friendlyName; variable in Google\\Service\\Bigquery\\Model 201 public function setFriendlyName($friendlyName) argument 203 $this->friendlyName = $friendlyName; 210 return $this->friendlyName;
|
H A D | Table.php | 63 public $friendlyName; variable in Google\\Service\\Bigquery\\Table 292 public function setFriendlyName($friendlyName) argument 294 $this->friendlyName = $friendlyName; 301 return $this->friendlyName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/ |
H A D | Connection.php | 35 public $friendlyName; variable in Google\\Service\\BigQueryConnectionService\\Connection 94 public function setFriendlyName($friendlyName) argument 96 $this->friendlyName = $friendlyName; 103 return $this->friendlyName;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Source.php | 286 $friendlyName = ''; 294 $friendlyName .= ' '; 309 $friendlyName .= ' '; 323 $friendlyName .= $name[$i]; 326 $friendlyName = trim($friendlyName); 327 $friendlyName[0] = strtoupper($friendlyName[0]); 329 return $friendlyName;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BigqueryService.php | 506 public $friendlyName; variable in Google_Dataset 543 $this->friendlyName = $friendlyName; 546 return $this->friendlyName; 650 public $friendlyName; variable in Google_DatasetListDatasets 660 $this->friendlyName = $friendlyName; 1516 public $friendlyName; variable in Google_ProjectListProjects 1524 $this->friendlyName = $friendlyName; 1711 public $friendlyName; variable in Google_Table 1749 $this->friendlyName = $friendlyName; 1931 public $friendlyName; variable in Google_TableListTables [all …]
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Auth.php | 473 * @param string $friendlyName The requested attribute of the user. 477 public function getAttributeWithFriendlyName($friendlyName) argument 482 if (isset($this->_attributesWithFriendlyName[$friendlyName])) { 483 return $this->_attributesWithFriendlyName[$friendlyName];
|
/plugin/adfs/phpsaml/ |
H A D | README.md | 332 // friendlyName can be omitted 341 "friendlyName" => "",
|