Searched refs:lastMod (Results 1 – 10 of 10) sorted by relevance
36 $lastMod = @filemtime($fileLastMod); // from page variable49 echo "Submit article: " . $ID . " NS:" . $NS ." (not implemented) " . $lastMod;
43 $lastMod = @filemtime($fileLastMod); // from page variable
106 $lastMod = @filemtime($fileLastMod); // from page variable
133 $lastMod = $obj->getLastModified();134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod));
1298 $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) {
1222 $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) {
73 $lastMod = $file->getLastModified();74 $compareTime = ($lastMod + 1)-time();
134 $lastMod = $obj->getLastModified();135 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod));
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a'));