Home
last modified time | relevance | path

Searched refs:getETag (Results 26 – 48 of 48) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php17 $this->assertEquals('"1"', $notification->getETag());
H A DInviteReplyTest.php19 $this->assertEquals('"1"', $notification->getETag());
H A DInviteTest.php19 $this->assertEquals('"1"', $notification->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php90 function getETag() { function in Sabre\\DAV\\PartialUpdate\\FileMock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php39 $this->assertEquals('"1"', $node->getETag());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php176 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
H A DInviteReply.php207 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
H A DInvite.php296 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\Invite
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php94 $file->getETag()
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php206 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
H A DSystemStatus.php176 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
H A DInvite.php301 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\Invite
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php158 'HTTP_IF_RANGE' => $node->getETag(),
193 'HTTP_IF_RANGE' => $node->getETag() . 'blabla',
H A DBasicNodeTest.php38 $this->assertNull($file->getETag());
H A DServerPreconditionTest.php327 function getETag() { function in Sabre\\DAV\\ServerPreconditionsNode
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php131 function getETag() { function in Sabre\\CardDAV\\Card
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php147 function getETag() { function in Sabre\\CalDAV\\CalendarObject
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php129 function getETag() { function in Sabre\\CardDAV\\Card
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php145 function getETag() { function in Sabre\\CalDAV\\CalendarObject
/plugin/authfacebook/lib/
H A DFacebookResponse.php170 public function getETag() function in Facebook\\FacebookResponse
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1324 $etag = $node instanceof IFile ? $node->getETag() : null;
1364 $etag = $node instanceof IFile ? $node->getETag() : null;
1484 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1248 $etag = $node instanceof IFile ? $node->getETag() : null;
1288 $etag = $node instanceof IFile ? $node->getETag() : null;
1408 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1772 * Changed: All getETag methods MUST now surround the etag with double-quotes.

12