Home
last modified time | relevance | path

Searched refs:getLastModified (Results 51 – 62 of 62) sorted by last modified time

123

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md31 | mtime | getLastModified | n/a |
H A DCHANGELOG-1.1.md20 * Added LazyAssetManager::getLastModified() for determining "deep" mtime
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php67 public function getLastModified() function in Assetic\\Asset\\HttpAsset
H A DAssetReference.php112 public function getLastModified() function in Assetic\\Asset\\AssetReference
H A DAssetCache.php110 public function getLastModified() function in Assetic\\Asset\\AssetCache
112 return $this->asset->getLastModified();
157 $cacheKey .= $asset->getLastModified();
H A DAssetCollection.php195 public function getLastModified() function in Assetic\\Asset\\AssetCollection
203 $assetMtime = $asset->getLastModified();
H A DAssetInterface.php144 public function getLastModified(); function
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php59 hash_update($hash, $factory->getLastModified($asset));
/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/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php110 public function getLastModified() { function in Google_Webfont

123