Home
last modified time | relevance | path

Searched refs:getLastModified (Results 1 – 25 of 62) sorted by relevance

123

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php110 public function getLastModified() function in Assetic\\Asset\\AssetCache
112 return $this->asset->getLastModified();
157 $cacheKey .= $asset->getLastModified();
H A DGlobAsset.php70 public function getLastModified() function in Assetic\\Asset\\GlobAsset
76 return parent::getLastModified();
H A DAssetInterface.php144 public function getLastModified(); function
H A DStringAsset.php51 public function getLastModified() function in Assetic\\Asset\\StringAsset
H A DAssetCollection.php195 public function getLastModified() function in Assetic\\Asset\\AssetCollection
203 $assetMtime = $asset->getLastModified();
H A DFileAsset.php68 public function getLastModified() function in Assetic\\Asset\\FileAsset
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DINode.php44 function getLastModified(); function
H A DNode.php23 function getLastModified() { function in Sabre\\DAV\\Node
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DINode.php43 function getLastModified(); function
H A DNode.php23 function getLastModified() { function in Sabre\\DAV\\Node
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php206 public function getLastModified(AssetInterface $asset) function in Assetic\\Factory\\LazyAssetManager
208 return $this->factory->getLastModified($asset);
H A DAssetFactory.php251 public function getLastModified(AssetInterface $asset) function in Assetic\\Factory\\AssetFactory
255 $mtime = max($mtime, $leaf->getLastModified());
278 $mtime = max($mtime, $this->getLastModified($child));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DDeveloperComment.php39 public function getLastModified() function in Google\\Service\\AndroidPublisher\\DeveloperComment
/plugin/rrdgraph/
H A Dhelper.php153 public function getLastModified() { function in cache_rrdgraphimage
219 public function getLastModified() { function in rrdgraph_image_info
376 …rdgraph_image_info($cache->getCacheFileName(), $cache->getValidUntil(), $cache->getLastModified());
600 … header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $cacheInfo->getLastModified()) . ' GMT');
/plugin/webdav/core/DAV/
H A DAbstractFile.php98 public function getLastModified() function in dokuwiki\\plugin\\webdav\\core\\DAV\\AbstractFile
H A DAbstractDirectory.php50 public function getLastModified() function in dokuwiki\\plugin\\webdav\\core\\DAV\\AbstractDirectory
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php74 function getLastModified() { function in Sabre\\DAV\\FS\\Node
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php74 function getLastModified() { function in Sabre\\DAV\\FS\\Node
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php66 function getLastModified() { function in Sabre\\CalDAV\\Principal\\ProxyRead
H A DProxyWrite.php66 function getLastModified() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php66 function getLastModified() { function in Sabre\\CalDAV\\Principal\\ProxyRead
H A DProxyWrite.php66 function getLastModified() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php59 hash_update($hash, $factory->getLastModified($asset));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php114 function getLastModified() { function in Sabre\\DAV\\PartialUpdate\\FileMock
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/
H A DWebfont.php122 public function getLastModified() function in Google\\Service\\Webfonts\\Webfont

123