/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 46 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 67 * @param string $inReplyTo 71 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 75 $this->inReplyTo = $inReplyTo; 108 $inReplyTo = null; 130 $inReplyTo = $value; 145 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 47 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 68 * @param string $inReplyTo 72 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 76 $this->inReplyTo = $inReplyTo; 109 $inReplyTo = null; 131 $inReplyTo = $value; 146 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
H A D | Comment.php | 118 public function setInReplyTo(CommentInReplyTo $inReplyTo) argument 120 $this->inReplyTo = $inReplyTo; 127 return $this->inReplyTo;
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SharingSupport.php | 228 * @param string $inReplyTo The unique id this message is a response to 232 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | NotificationSupport.php | 55 * @param string $inReplyTo The unique id this message is a response to 59 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 37 protected $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply 160 $writer->writeElement($cs . 'in-reply-to', $this->inReplyTo);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 38 protected $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply 161 $writer->writeElement($cs . 'in-reply-to', $this->inReplyTo);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | MockSharing.php | 134 * @param string $inReplyTo The unique id this message is a response to 138 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 340 * @param string $inReplyTo The unique id this message is a response to 344 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument 350 return $this->caldavBackend->shareReply($href, $status, $calendarUri, $inReplyTo, $summary);
|
H A D | SharingPlugin.php | 296 $message->inReplyTo,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 392 * @param string $inReplyTo The unique id this message is a response to 396 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument 402 return $this->caldavBackend->shareReply($href, $status, $calendarUri, $inReplyTo, $summary);
|
H A D | SharingPlugin.php | 321 $message->inReplyTo,
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_MirrorService.php | 968 public $inReplyTo; variable in Google_TimelineItem 1055 public function setInReplyTo( $inReplyTo) { argument 1056 $this->inReplyTo = $inReplyTo; 1059 return $this->inReplyTo;
|
H A D | Google_BloggerService.php | 705 public $inReplyTo; variable in Google_Comment 737 public function setInReplyTo(Google_CommentInReplyTo $inReplyTo) { argument 738 $this->inReplyTo = $inReplyTo; 741 return $this->inReplyTo;
|
H A D | Google_PlusDomainsService.php | 1502 public $inReplyTo; variable in Google_Comment 1532 public function setInReplyTo(/* array(Google_CommentInReplyTo) */ $inReplyTo) { argument 1533 $this->assertIsArray($inReplyTo, 'Google_CommentInReplyTo', __METHOD__); 1534 $this->inReplyTo = $inReplyTo; 1537 return $this->inReplyTo;
|
H A D | Google_PlusService.php | 1068 public $inReplyTo; variable in Google_Comment 1098 public function setInReplyTo(/* array(Google_CommentInReplyTo) */ $inReplyTo) { argument 1099 $this->assertIsArray($inReplyTo, 'Google_CommentInReplyTo', __METHOD__); 1100 $this->inReplyTo = $inReplyTo; 1103 return $this->inReplyTo;
|
H A D | Google_OrkutService.php | 1226 public $inReplyTo; variable in Google_Comment 1250 public function setInReplyTo(Google_CommentInReplyTo $inReplyTo) { argument 1251 $this->inReplyTo = $inReplyTo; 1254 return $this->inReplyTo;
|