Home
last modified time | relevance | path

Searched refs:recipient (Results 26 – 50 of 517) sorted by relevance

12345678910>>...21

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php455 $principalUri = $aclPlugin->getPrincipalByUri($iTipMessage->recipient);
565 [$iTipMessage->recipient],
661 if (in_array($message->recipient, $ignore)) {
667 …ENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $message->recipient)) {
677 if ($attendee->getNormalizedValue() === $message->recipient) {
852 $recipient = $dom->createElement('cal:recipient');
856 $recipient->appendChild($recipientHref);
857 $xresponse->appendChild($recipient);
/plugin/icalevents/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/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php72 public $recipient; variable in Sabre\\VObject\\ITip\\Message
/plugin/freechat/phpfreechat/src/commands/
H A Dupdatemynick.class.php12 $recipient = $p["recipient"];
H A Dversion.class.php14 $recipient = $p["recipient"];
H A Dinit.class.php12 $recipient = $p["recipient"];
H A Drehash.class.php19 $recipient = $p["recipient"];
H A Dredirect.class.php14 $recipient = $p["recipient"];
H A Dasknick.class.php12 $recipient = $p["recipient"];
H A Dhelp.class.php14 $recipient = $p["recipient"];
H A Dop.class.php14 $recipient = $p["recipient"];
H A Didentify.class.php39 $recipient = $p["recipient"];
H A Dkick.class.php15 $recipient = $p["recipient"];
H A Dquit.class.php12 $recipient = $p["recipient"];
H A Dwhois.class.php35 $recipient = $p["recipient"];
H A Dinvite.class.php46 $recipient = $p["recipient"];
H A Djoin.class.php14 $recipient = $p["recipient"];
/plugin/swiftmail/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/smtp/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/onlineordering/
H A Dsend_form.php137 $recipient = '"'.$form['firstname'].' '.$form['lastname'].'" <'.$form['email'].'>'; variable
152 $result = @mail($recipient, $subject, $mail, $header.$from);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php39 $recipient = $p["recipient"];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php83 $this->assertEquals('mailto:user2.sabredav@sabredav.org', $message->recipient);

12345678910>>...21