Home
last modified time | relevance | path

Searched refs:recipientName (Results 1 – 21 of 21) sorted by last modified time

/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php84 $this->assertEquals('Roxy Kesh', $message->recipientName);
H A DIMipPluginTest.php27 $message->recipientName = 'Recipient';
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php508 $message->recipientName = $attendee['name'];
715 $message->recipientName = $eventInfo['organizerName'];
769 if ($message->recipientName) {
770 $organizer['CN'] = $message->recipientName;
H A DMessage.php80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php114 if ($iTipMessage->recipientName) {
115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTestOrderAddress.php46 public $recipientName; variable in Google\\Service\\ShoppingContent\\TestOrderAddress
129 public function setRecipientName($recipientName) argument
131 $this->recipientName = $recipientName;
138 return $this->recipientName;
H A DOrderAddress.php46 public $recipientName; variable in Google\\Service\\ShoppingContent\\OrderAddress
129 public function setRecipientName($recipientName) argument
131 $this->recipientName = $recipientName;
138 return $this->recipientName;
H A DReturnAddressAddress.php38 public $recipientName; variable in Google\\Service\\ShoppingContent\\ReturnAddressAddress
93 public function setRecipientName($recipientName) argument
95 $this->recipientName = $recipientName;
102 return $this->recipientName;
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php506 $message->recipientName = $attendee['name'];
704 $message->recipientName = $eventInfo['organizerName'];
766 if ($message->recipientName) {
767 $organizer['CN'] = $message->recipientName;
H A DMessage.php80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php114 if ($iTipMessage->recipientName) {
115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php508 $message->recipientName = $attendee['name'];
720 $message->recipientName = $eventInfo['organizerName'];
779 if ($message->recipientName) {
780 $organizer['CN'] = $message->recipientName;
H A DMessage.php80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
H A DBroker.php508 $message->recipientName = $attendee['name'];
720 $message->recipientName = $eventInfo['organizerName'];
779 if ($message->recipientName) {
780 $organizer['CN'] = $message->recipientName;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
H A DBroker.php514 $message->recipientName = $attendee['name'];
727 $message->recipientName = $eventInfo['organizerName'];
786 if ($message->recipientName) {
787 $organizer['CN'] = $message->recipientName;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php68 …$message->recipientName = isset($mainComponent->ORGANIZER['CN']) ? $mainComponent->ORGANIZER['CN']…