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