/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | File.php | 29 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 D | File.php | 29 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 D | Node.php | 79 function getETag() { function in Sabre\\CalDAV\\Notifications\\Node 81 return $this->notification->getETag();
|
H A D | INode.php | 38 function getETag(); function
|
H A D | Plugin.php | 150 $response->setHeader('ETag', $node->getETag());
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
H A D | Node.php | 77 function getETag() { function in Sabre\\CalDAV\\Notifications\\Node 79 return $this->notification->getETag();
|
H A D | INode.php | 36 function getETag(); function
|
H A D | Plugin.php | 150 $response->setHeader('ETag', $node->getETag());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | CardTest.php | 91 $this->assertEquals('"' . md5('card') . '"' , $this->card->getETag()); 111 $this->assertEquals('"blabla"' , $card->getETag());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarObjectTest.php | 45 $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 D | SchedulingObjectTest.php | 63 $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 D | IFile.php | 72 function getETag(); function
|
H A D | File.php | 77 function getETag() { function in Sabre\\DAV\\File
|
H A D | SimpleFile.php | 103 function getETag() { function in Sabre\\DAV\\SimpleFile
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | IFile.php | 72 function getETag(); function
|
H A D | File.php | 65 function getETag() { function in Sabre\\DAV\\File
|
H A D | SimpleFile.php | 103 function getETag() { function in Sabre\\DAV\\SimpleFile
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | NotificationInterface.php | 43 function getETag(); function
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | NotificationInterface.php | 43 function getETag(); function
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | SimpleFileTest.php | 14 $this->assertEquals('"' . sha1('contents') . '"', $file->getETag());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/ |
H A D | StreamingFile.php | 73 function getETag() { function in Sabre\\DAV\\Mock\\StreamingFile
|
H A D | File.php | 113 function getETag() { function in Sabre\\DAV\\Mock\\File
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | File.php | 72 function getETag() { function in Sabre\\DAV\\FS\\File
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | File.php | 72 function getETag() { function in Sabre\\DAV\\FS\\File
|
/plugin/webdav/core/DAV/ |
H A D | AbstractFile.php | 88 public function getETag() function in dokuwiki\\plugin\\webdav\\core\\DAV\\AbstractFile
|