Home
last modified time | relevance | path

Searched refs:GetLastModified (Results 1 – 9 of 9) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php14 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
30 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php22 class GetLastModified implements Element { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php22 class GetLastModified implements Element { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php270 …'{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocatio…
H A DCorePlugin.php792 return new Xml\Property\GetLastModified($lm);
H A DServer.php826 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php273 …'{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocatio…
H A DCorePlugin.php792 return new Xml\Property\GetLastModified($lm);
H A DServer.php868 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {