Home
last modified time | relevance | path

Searched refs:lastMod (Results 1 – 10 of 10) sorted by relevance

/plugin/zwidoku/
H A DencycSubmit.php36 $lastMod = @filemtime($fileLastMod); // from page variable
49 echo "Submit article: " . $ID . " NS:" . $NS ." (not implemented) " . $lastMod;
H A DencycOpen.php43 $lastMod = @filemtime($fileLastMod); // from page variable
H A DgetEncyc.php106 $lastMod = @filemtime($fileLastMod); // from page variable
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php133 $lastMod = $obj->getLastModified();
134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php1298 $lastMod = null;
1404 $lastMod = $node->getLastModified();
1405 if ($lastMod) {
1406 $lastMod = new \DateTime('@' . $lastMod);
1407 if ($lastMod <= $date) {
1409 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
1427 $lastMod = $node->getLastModified();
1428 if ($lastMod) {
1429 $lastMod = new \DateTime('@' . $lastMod);
1430 if ($lastMod > $date) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1222 $lastMod = null;
1328 $lastMod = $node->getLastModified();
1329 if ($lastMod) {
1330 $lastMod = new \DateTime('@' . $lastMod);
1331 if ($lastMod <= $date) {
1333 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
1351 $lastMod = $node->getLastModified();
1352 if ($lastMod) {
1353 $lastMod = new \DateTime('@' . $lastMod);
1354 if ($lastMod > $date) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php73 $lastMod = $file->getLastModified();
74 $compareTime = ($lastMod + 1)-time();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php134 $lastMod = $obj->getLastModified();
135 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DPlugin.php313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a'));