Home
last modified time | relevance | path

Searched refs:getETag (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php145 function getETag() { function in Sabre\\CalDAV\\CalendarObject
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php72 function getETag() { function in Sabre\\DAV\\FS\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php29 return $this->getETag();
82 return $this->getETag();
118 function getETag() { function in Sabre\\DAV\\FSExt\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DFile.php65 function getETag() { function in Sabre\\DAV\\File
H A DIFile.php72 function getETag(); function
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'];
H A DSimpleFile.php103 function getETag() { function in Sabre\\DAV\\SimpleFile
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php45 $this->assertInternalType('string',$children[0]->getETag());
335 $this->assertEquals('bar', $obj->getETag());
350 $this->assertEquals('"' . md5('foo') . '"', $obj->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php39 $this->assertEquals('"1"', $node->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php63 $this->assertInternalType('string',$children[0]->getETag());
298 $this->assertEquals('bar', $obj->getETag());
313 $this->assertEquals('"' . md5('foo') . '"', $obj->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php19 $this->assertEquals('"1"', $notification->getETag());
H A DInviteTest.php19 $this->assertEquals('"1"', $notification->getETag());
H A DSystemStatusTest.php17 $this->assertEquals('"1"', $notification->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php91 $this->assertEquals('"' . md5('card') . '"' , $this->card->getETag());
111 $this->assertEquals('"blabla"' , $card->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php38 $this->assertNull($file->getETag());
H A DServerRangeTest.php158 'HTTP_IF_RANGE' => $node->getETag(),
193 'HTTP_IF_RANGE' => $node->getETag() . 'blabla',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php94 $file->getETag()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DFile.php113 function getETag() { function in Sabre\\DAV\\Mock\\File
H A DStreamingFile.php73 function getETag() { function in Sabre\\DAV\\Mock\\StreamingFile
/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/lib/CalDAV/Notifications/
H A DINode.php36 function getETag(); function
H A DNode.php77 function getETag() { function in Sabre\\CalDAV\\Notifications\\Node
79 return $this->notification->getETag();
H A DPlugin.php150 $response->setHeader('ETag', $node->getETag());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php301 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\Invite
H A DInviteReply.php206 function getETag() { function in Sabre\\CalDAV\\Xml\\Notification\\InviteReply

12