Home
last modified time | relevance | path

Searched refs:inReplyTo (Results 1 – 17 of 17) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php46 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 DInviteReply.php47 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 DComment.php118 public function setInReplyTo(CommentInReplyTo $inReplyTo) argument
120 $this->inReplyTo = $inReplyTo;
127 return $this->inReplyTo;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php228 * @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 DNotificationSupport.php55 * @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 DInviteReply.php37 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 DInviteReply.php38 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 DMockSharing.php134 * @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 DCalendarHome.php340 * @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 DSharingPlugin.php296 $message->inReplyTo,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php392 * @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 DSharingPlugin.php321 $message->inReplyTo,
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php968 public $inReplyTo; variable in Google_TimelineItem
1055 public function setInReplyTo( $inReplyTo) { argument
1056 $this->inReplyTo = $inReplyTo;
1059 return $this->inReplyTo;
H A DGoogle_BloggerService.php705 public $inReplyTo; variable in Google_Comment
737 public function setInReplyTo(Google_CommentInReplyTo $inReplyTo) { argument
738 $this->inReplyTo = $inReplyTo;
741 return $this->inReplyTo;
H A DGoogle_PlusDomainsService.php1502 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 DGoogle_PlusService.php1068 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 DGoogle_OrkutService.php1226 public $inReplyTo; variable in Google_Comment
1250 public function setInReplyTo(Google_CommentInReplyTo $inReplyTo) { argument
1251 $this->inReplyTo = $inReplyTo;
1254 return $this->inReplyTo;