Home
last modified time | relevance | path

Searched refs:commonName (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSslCertsInsertRequest.php25 public $commonName; variable in Google\\Service\\SQLAdmin\\SslCertsInsertRequest
30 public function setCommonName($commonName) argument
32 $this->commonName = $commonName;
39 return $this->commonName;
H A DSslCert.php33 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 DSubject.php25 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 DGoogleCloudApigeeV1TlsInfo.php89 public function setCommonName(GoogleCloudApigeeV1TlsInfoCommonName $commonName) argument
91 $this->commonName = $commonName;
98 return $this->commonName;
H A DGoogleCloudApigeeV1TlsInfoConfig.php87 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 DInvite.php77 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 DInvite.php76 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 DShare.php95 $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 DShare.php78 $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 DInviteTest.php50 'commonName' => 'John Doe',
88 'commonName' => 'John Doe',