Home
last modified time | relevance | path

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

/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php63 ->setTo('Them', 'them@nowhere.no')
81 ->setTo('Them', 'them@nowhere.no')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php174 public function setTo($to) function in Google\\Service\\Gmail\\FilterCriteria
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php104 public function setTo($name, $email){ function in Tx\\Mailer
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php120 public function setTo($name, $email){ function in Tx\\Mailer\\Message
/plugin/swiftmail/
H A DSwift.php417 if (!($has_to = $message->getTo()) && !empty($to)) $message->setTo($to);
466 if (!$has_to) $message->setTo("");
/plugin/swiftmail/Swift/
H A DMessage.php78 $this->setTo("");
235 public function setTo($to) function in Swift_Message
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37100 Decipher.prototype.setAutoPadding = function (setTo) {
37101 this._autopadding = !!setTo;
37248 Cipher.prototype.setAutoPadding = function (setTo) {
37249 this._autopadding = !!setTo;