/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | SslCertsInsertRequest.php | 25 public $commonName; variable in Google\\Service\\SQLAdmin\\SslCertsInsertRequest 30 public function setCommonName($commonName) argument 32 $this->commonName = $commonName; 39 return $this->commonName;
|
H A D | SslCert.php | 33 public $commonName; variable in Google\\Service\\SQLAdmin\\SslCert 90 public function setCommonName($commonName) argument 92 $this->commonName = $commonName; 99 return $this->commonName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/ |
H A D | Subject.php | 25 public $commonName; variable in Google\\Service\\CertificateAuthorityService\\Subject 58 public function setCommonName($commonName) argument 60 $this->commonName = $commonName; 67 return $this->commonName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1TlsInfo.php | 89 public function setCommonName(GoogleCloudApigeeV1TlsInfoCommonName $commonName) argument 91 $this->commonName = $commonName; 98 return $this->commonName;
|
H A D | GoogleCloudApigeeV1TlsInfoConfig.php | 87 public function setCommonName(GoogleCloudApigeeV1CommonNameConfig $commonName) argument 89 $this->commonName = $commonName; 96 return $this->commonName;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | Invite.php | 77 protected $commonName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 247 if ($this->commonName) { 248 $writer->writeElement($cs . 'common-name', $this->commonName); 258 if ($this->commonName) { 259 $writer->writeElement($cs . 'organizer-cn', $this->commonName);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | Invite.php | 76 protected $commonName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 252 if ($this->commonName) { 253 $writer->writeElement($cs . 'common-name', $this->commonName); 263 if ($this->commonName) { 264 $writer->writeElement($cs . 'organizer-cn', $this->commonName);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | Share.php | 95 $commonName = '{' . Plugin::NS_CALENDARSERVER . '}common-name'; 99 'commonName' => isset($sharee[$commonName]) ? $sharee[$commonName] : null,
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | Share.php | 78 $commonName = '{' . Plugin::NS_CALENDARSERVER . '}common-name'; 81 if (isset($sharee[$commonName])) { 82 $properties['{DAV:}displayname'] = $sharee[$commonName];
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/ |
H A D | InviteTest.php | 50 'commonName' => 'John Doe', 88 'commonName' => 'John Doe',
|