Home
last modified time | relevance | path

Searched refs:friendlyName (Results 1 – 12 of 12) sorted by path

/plugin/adfs/phpsaml/
H A DREADME.md332 // friendlyName can be omitted
341 "friendlyName" => "",
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php473 * @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/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php506 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/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DConnection.php35 public $friendlyName; variable in Google\\Service\\BigQueryConnectionService\\Connection
94 public function setFriendlyName($friendlyName) argument
96 $this->friendlyName = $friendlyName;
103 return $this->friendlyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php56 public $friendlyName; variable in Google\\Service\\Bigquery\\Dataset
225 public function setFriendlyName($friendlyName) argument
227 $this->friendlyName = $friendlyName;
234 return $this->friendlyName;
H A DDatasetListDatasets.php27 public $friendlyName; variable in Google\\Service\\Bigquery\\DatasetListDatasets
62 public function setFriendlyName($friendlyName) argument
64 $this->friendlyName = $friendlyName;
71 return $this->friendlyName;
H A DDestinationTableProperties.php33 public $friendlyName; variable in Google\\Service\\Bigquery\\DestinationTableProperties
70 public function setFriendlyName($friendlyName) argument
72 $this->friendlyName = $friendlyName;
79 return $this->friendlyName;
H A DModel.php54 public $friendlyName; variable in Google\\Service\\Bigquery\\Model
201 public function setFriendlyName($friendlyName) argument
203 $this->friendlyName = $friendlyName;
210 return $this->friendlyName;
H A DProjectListProjects.php25 public $friendlyName; variable in Google\\Service\\Bigquery\\ProjectListProjects
44 public function setFriendlyName($friendlyName) argument
46 $this->friendlyName = $friendlyName;
53 return $this->friendlyName;
H A DTable.php63 public $friendlyName; variable in Google\\Service\\Bigquery\\Table
292 public function setFriendlyName($friendlyName) argument
294 $this->friendlyName = $friendlyName;
301 return $this->friendlyName;
H A DTableListTables.php35 public $friendlyName; variable in Google\\Service\\Bigquery\\TableListTables
106 public function setFriendlyName($friendlyName) argument
108 $this->friendlyName = $friendlyName;
115 return $this->friendlyName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php286 $friendlyName = '';
294 $friendlyName .= ' ';
309 $friendlyName .= ' ';
323 $friendlyName .= $name[$i];
326 $friendlyName = trim($friendlyName);
327 $friendlyName[0] = strtoupper($friendlyName[0]);
329 return $friendlyName;