Home
last modified time | relevance | path

Searched refs:getEncryption (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucket.php208 public function getEncryption() function in Google\\Service\\Storage\\Bucket
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectAttachment.php366 public function getEncryption() function in Google\\Service\\Compute\\InterconnectAttachment
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php101 public function getEncryption() function in Swift_Authenticator_PopB4Smtp_Pop3Connection
125 if ($this->getEncryption() == self::ENC_SSL) $url = "ssl://" . $url;
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php151 …if (!$port) $port = ($this->getEncryption() == self::ENC_OFF) ? self::PORT_DEFAULT : self::PORT_SE…
226 public function getEncryption() function in Swift_Connection_SMTP