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