Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 11 of 11) sorted by last modified time

/plugin/structpublish/helper/
H A Dnotify.php112 * @param string $recipient argument
131 resolveUser(& $resolved, $recipient) global() argument
[all...]
/plugin/recommend/helper/
H A Dmail.php17 public function sendMail($recipient, $sender, $replacements = [])
73 protected function resolveGroup(&$resolved, $recipient)
92 protected function resolveUser(&$resolved, $recipient)
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGmailMessageInfo.php50 public $recipient; variable in Google\\Service\\AlertCenter\\GmailMessageInfo
143 public function setRecipient($recipient)
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/infomail/
H A Daction.php237 protected function mail_archive($recipient, $subject, $mailtext, $sender)
260 protected function mail_log($recipient, $subject, $mailtext, $sender)
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php52 function _getChanMeta($recipient, $recipientid)
/plugin/onlineordering/
H A Dsend_form.php137 $recipient = '"'.$form['firstname'].' '.$form['lastname'].'" <'.$form['email'].'>'; variable