Home
last modified time | relevance | path

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

12

/plugin/webdav/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/FSExt/
H A DFile.php29 return $this->getETag();
82 return $this->getETag();
118 function getETag() { function in Sabre\\DAV\\FSExt\\File
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php79 function getETag() { function in Sabre\\CalDAV\\Notifications\\Node
81 return $this->notification->getETag();
H A DINode.php38 function getETag(); function
H A DPlugin.php150 $response->setHeader('ETag', $node->getETag());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php77 function getETag() { function in Sabre\\CalDAV\\Notifications\\Node
79 return $this->notification->getETag();
H A DINode.php36 function getETag(); function
H A DPlugin.php150 $response->setHeader('ETag', $node->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/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/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/webdav/vendor/sabre/dav/lib/DAV/
H A DIFile.php72 function getETag(); function
H A DFile.php77 function getETag() { function in Sabre\\DAV\\File
H A DSimpleFile.php103 function getETag() { function in Sabre\\DAV\\SimpleFile
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIFile.php72 function getETag(); function
H A DFile.php65 function getETag() { function in Sabre\\DAV\\File
H A DSimpleFile.php103 function getETag() { function in Sabre\\DAV\\SimpleFile
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php43 function getETag(); function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php43 function getETag(); function
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSimpleFileTest.php14 $this->assertEquals('"' . sha1('contents') . '"', $file->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php73 function getETag() { function in Sabre\\DAV\\Mock\\StreamingFile
H A DFile.php113 function getETag() { function in Sabre\\DAV\\Mock\\File
/plugin/webdav/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/FS/
H A DFile.php72 function getETag() { function in Sabre\\DAV\\FS\\File
/plugin/webdav/core/DAV/
H A DAbstractFile.php88 public function getETag() function in dokuwiki\\plugin\\webdav\\core\\DAV\\AbstractFile

12