Home
last modified time | relevance | path

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

/template/twigstarter/
H A 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/
H A DChainLoader.php101 public function isFresh($name, $time) function in Twig\\Loader\\ChainLoader
110 return $loader->isFresh($name, $time);
H A DLoaderInterface.php57 public function isFresh($name, $time); function
H A DArrayLoader.php76 public function isFresh($name, $time) function in Twig\\Loader\\ArrayLoader
H A DFilesystemLoader.php172 public function isFresh($name, $time) function in Twig\\Loader\\FilesystemLoader
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php482 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time…