/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | ReturnAddressAddress.php | 38 public $recipientName; variable in Google\\Service\\ShoppingContent\\ReturnAddressAddress 93 public function setRecipientName($recipientName) argument 95 $this->recipientName = $recipientName; 102 return $this->recipientName;
|
H A D | TestOrderAddress.php | 46 public $recipientName; variable in Google\\Service\\ShoppingContent\\TestOrderAddress 129 public function setRecipientName($recipientName) argument 131 $this->recipientName = $recipientName; 138 return $this->recipientName;
|
H A D | OrderAddress.php | 46 public $recipientName; variable in Google\\Service\\ShoppingContent\\OrderAddress 129 public function setRecipientName($recipientName) argument 131 $this->recipientName = $recipientName; 138 return $this->recipientName;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | IMipPlugin.php | 114 if ($iTipMessage->recipientName) { 115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | IMipPlugin.php | 114 if ($iTipMessage->recipientName) { 115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
|
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/ |
H A D | Message.php | 80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
|
H A D | Broker.php | 514 $message->recipientName = $attendee['name']; 727 $message->recipientName = $eventInfo['organizerName']; 786 if ($message->recipientName) { 787 $organizer['CN'] = $message->recipientName;
|
/plugin/davcard/vendor/sabre/vobject/lib/ITip/ |
H A D | Message.php | 80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
|
H A D | Broker.php | 508 $message->recipientName = $attendee['name']; 720 $message->recipientName = $eventInfo['organizerName']; 779 if ($message->recipientName) { 780 $organizer['CN'] = $message->recipientName;
|
/plugin/webdav/vendor/sabre/vobject/lib/ITip/ |
H A D | Message.php | 80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
|
H A D | Broker.php | 506 $message->recipientName = $attendee['name']; 704 $message->recipientName = $eventInfo['organizerName']; 766 if ($message->recipientName) { 767 $organizer['CN'] = $message->recipientName;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/ |
H A D | Message.php | 80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
|
H A D | Broker.php | 508 $message->recipientName = $attendee['name']; 720 $message->recipientName = $eventInfo['organizerName']; 779 if ($message->recipientName) { 780 $organizer['CN'] = $message->recipientName;
|
/plugin/davcal/vendor/sabre/vobject/lib/ITip/ |
H A D | Message.php | 80 public $recipientName; variable in Sabre\\VObject\\ITip\\Message
|
H A D | Broker.php | 508 $message->recipientName = $attendee['name']; 715 $message->recipientName = $eventInfo['organizerName']; 769 if ($message->recipientName) { 770 $organizer['CN'] = $message->recipientName;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | DeliverNewEventTest.php | 84 $this->assertEquals('Roxy Kesh', $message->recipientName);
|
H A D | IMipPluginTest.php | 27 $message->recipientName = 'Recipient';
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTester.php | 66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTester.php | 68 …$message->recipientName = isset($mainComponent->ORGANIZER['CN']) ? $mainComponent->ORGANIZER['CN']…
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTester.php | 66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTester.php | 66 …$message->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:n…
|