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): bool function in dokuwiki\\template\\twigstarter\\TwigStarterLoader
18 $fresh = parent::isFresh($name, $time);
/template/twigstarter/vendor/twig/twig/src/Loader/
DChainLoader.php114 public function isFresh(string $name, int $time): bool function in Twig\\Loader\\ChainLoader
124 return $loader->isFresh($name, $time);
DLoaderInterface.php43 public function isFresh(string $name, int $time): bool; function
DArrayLoader.php67 public function isFresh(string $name, int $time): bool function in Twig\\Loader\\ArrayLoader
DFilesystemLoader.php163 public function isFresh(string $name, int $time): bool function in Twig\\Loader\\FilesystemLoader
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php478 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time…