Home
last modified time | relevance | path

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

12345678910>>...14

/dports/www/sabredav/sabre-dav-3.2.2/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);
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php49 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply
70 * @param string $inReplyTo
74 public function __construct($href, $calendarUri, $inReplyTo, $summary, $status) argument
78 $this->inReplyTo = $inReplyTo;
109 $inReplyTo = null;
129 $inReplyTo = $value;
143 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
/dports/audio/ampache/ampache-php74-5.0.0/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);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/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);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/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);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/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);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php49 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply
70 * @param string $inReplyTo
74 public function __construct($href, $calendarUri, $inReplyTo, $summary, $status) argument
78 $this->inReplyTo = $inReplyTo;
109 $inReplyTo = null;
129 $inReplyTo = $value;
143 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php49 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply
70 * @param string $inReplyTo
74 public function __construct($href, $calendarUri, $inReplyTo, $summary, $status) argument
78 $this->inReplyTo = $inReplyTo;
109 $inReplyTo = null;
129 $inReplyTo = $value;
143 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php49 public $inReplyTo; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply
70 * @param string $inReplyTo
74 public function __construct($href, $calendarUri, $inReplyTo, $summary, $status) argument
78 $this->inReplyTo = $inReplyTo;
109 $inReplyTo = null;
129 $inReplyTo = $value;
143 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/part/
H A Dinfopart.cpp27 QString inReplyTo; member in InfoPart::InfoPartPrivate
163 QString InfoPart::inReplyTo() const in inReplyTo() function in InfoPart
165 return d->inReplyTo; in inReplyTo()
168 void InfoPart::setInReplyTo(const QString &inReplyTo) in setInReplyTo() argument
170 if (d->inReplyTo == inReplyTo) { in setInReplyTo()
173 d->inReplyTo = inReplyTo; in setInReplyTo()
/dports/net/opal/opal-3.10.10/src/iax2/
H A Dprocessor.cxx378 void IAX2Processor::SendAckFrame(IAX2FullFrame *inReplyTo) in SendAckFrame() argument
381 PTRACE(5, "Processor\tIn reply to " << *inReplyTo); in SendAckFrame()
385 …X2FullFrameProtocol *f = new IAX2FullFrameProtocol(this, IAX2FullFrameProtocol::cmdAck, inReplyTo, in SendAckFrame()
390 void IAX2Processor::SendVnakFrame(IAX2FullFrame *inReplyTo) in SendVnakFrame() argument
393 PTRACE(4, "Processor\tIn reply to " << *inReplyTo); in SendVnakFrame()
397 …2FullFrameProtocol *f = new IAX2FullFrameProtocol(this, IAX2FullFrameProtocol::cmdVnak, inReplyTo, in SendVnakFrame()
403 void IAX2Processor::SendUnsupportedFrame(IAX2FullFrame *inReplyTo) in SendUnsupportedFrame() argument
406 PTRACE(4, "Processor\tIn reply to " << *inReplyTo); in SendUnsupportedFrame()
408 …FrameProtocol *f = new IAX2FullFrameProtocol(this, IAX2FullFrameProtocol::cmdUnsupport, inReplyTo, in SendUnsupportedFrame()
410 f->AppendIe(new IAX2IeIaxUnknown((BYTE)inReplyTo->GetSubClass())); in SendUnsupportedFrame()
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/Notifications/Notification/
H A DInviteReply.php37 protected $inReplyTo; variable in SabreForRainLoop\\CalDAV\\Notifications\\Notification\\InviteReply
157 $inReplyTo = $doc->createElement('cs:in-reply-to');
158 $inReplyTo->appendChild( $doc->createTextNode($this->inReplyTo) );
159 $prop->appendChild($inReplyTo);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/Notifications/Notification/
H A DInviteReply.php37 protected $inReplyTo; variable in SabreForRainLoop\\CalDAV\\Notifications\\Notification\\InviteReply
157 $inReplyTo = $doc->createElement('cs:in-reply-to');
158 $inReplyTo->appendChild( $doc->createTextNode($this->inReplyTo) );
159 $prop->appendChild($inReplyTo);
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/
H A DInviteReply.php37 protected $inReplyTo; variable in Sabre\\CalDAV\\Notifications\\Notification\\InviteReply
157 $inReplyTo = $doc->createElement('cs:in-reply-to');
158 $inReplyTo->appendChild( $doc->createTextNode($this->inReplyTo) );
159 $prop->appendChild($inReplyTo);
/dports/net/libkgapi/libkgapi-21.12.3/src/blogger/
H A Dcomment.cpp33 QString inReplyTo; member in Comment::Private
152 QString Comment::inReplyTo() const in inReplyTo() function in Comment
154 return d->inReplyTo; in inReplyTo()
157 void Comment::setInReplyTo(const QString &inReplyTo) in setInReplyTo() argument
159 d->inReplyTo = inReplyTo; in setInReplyTo()
188 … comment->d->inReplyTo = map[QStringLiteral("inReplyTo")].toMap()[QStringLiteral("id")].toString(); in fromJSON()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Blogger/
H A DComment.php83 public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) argument
85 $this->inReplyTo = $inReplyTo;
92 return $this->inReplyTo;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PlusDomains/
H A DComment.php70 public function setInReplyTo($inReplyTo) argument
72 $this->inReplyTo = $inReplyTo;
79 return $this->inReplyTo;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Blogger/
H A DComment.php83 public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) argument
85 $this->inReplyTo = $inReplyTo;
92 return $this->inReplyTo;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Plus/
H A DComment.php70 public function setInReplyTo($inReplyTo) argument
72 $this->inReplyTo = $inReplyTo;
79 return $this->inReplyTo;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PlusDomains/
H A DComment.php70 public function setInReplyTo($inReplyTo) argument
72 $this->inReplyTo = $inReplyTo;
79 return $this->inReplyTo;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Plus/
H A DComment.php70 public function setInReplyTo($inReplyTo) argument
72 $this->inReplyTo = $inReplyTo;
79 return $this->inReplyTo;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/
H A Dcmakeserverimportjob.cpp131 const auto inReplyTo = response.value(QStringLiteral("inReplyTo")); in processResponse() local
132 qCDebug(CMAKE) << "replying..." << inReplyTo; in processResponse()
133 if (inReplyTo == QLatin1String("handshake")) { in processResponse()
135 } else if (inReplyTo == QLatin1String("configure")) { in processResponse()
137 } else if (inReplyTo == QLatin1String("compute")) { in processResponse()
139 } else if(inReplyTo == QLatin1String("codemodel")) { in processResponse()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php32 public $inReplyTo; variable in Google_Service_Mirror_TimelineItem
138 public function setInReplyTo($inReplyTo) argument
140 $this->inReplyTo = $inReplyTo;
144 return $this->inReplyTo;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php32 public $inReplyTo; variable in Google_Service_Mirror_TimelineItem
138 public function setInReplyTo($inReplyTo) argument
140 $this->inReplyTo = $inReplyTo;
144 return $this->inReplyTo;

12345678910>>...14