Home
last modified time | relevance | path

Searched refs:isFresh (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/
DTwigStarterLoader.php16 public function isFresh($name, $time) function in dokuwiki\\template\\twigstarter\\TwigStarterLoader
18 $fresh = parent::isFresh($name, $time);
/template/twigstarter/vendor/twig/twig/src/Loader/
DChainLoader.php101 public function isFresh($name, $time) function in Twig\\Loader\\ChainLoader
110 return $loader->isFresh($name, $time);
DLoaderInterface.php57 public function isFresh($name, $time); function
DArrayLoader.php76 public function isFresh($name, $time) function in Twig\\Loader\\ArrayLoader
DFilesystemLoader.php172 public function isFresh($name, $time) function in Twig\\Loader\\FilesystemLoader
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php482 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time…