Searched refs:isFresh (Results 1 – 6 of 6) sorted by relevance
/template/twigstarter/ | ||
H A D | TwigStarterLoader.php | 16 public function isFresh($name, $time) function in dokuwiki\\template\\twigstarter\\TwigStarterLoader |
/template/twigstarter/vendor/twig/twig/src/Loader/ | ||
H A D | ChainLoader.php | 101 public function isFresh($name, $time) function in Twig\\Loader\\ChainLoader |
H A D | LoaderInterface.php | 57 public function isFresh($name, $time); function |
H A D | ArrayLoader.php | 76 public function isFresh($name, $time) function in Twig\\Loader\\ArrayLoader |
H A D | FilesystemLoader.php | 172 public function isFresh($name, $time) function in Twig\\Loader\\FilesystemLoader |
/template/twigstarter/vendor/twig/twig/src/ | ||
H A D | Environment.php | 482 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time… |