/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | ArrayTest.php | 97 $this->assertTrue($loader->isFresh('foo', time())); 107 $loader->isFresh('foo', time()); 117 $loader->isFresh($name, time());
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/ |
H A D | ClassHierarchyMetadata.php | 34 public function isFresh(int $timestamp): bool function in Metadata\\ClassHierarchyMetadata 37 if (!$metadata->isFresh($timestamp)) {
|
H A D | ClassMetadata.php | 58 public function isFresh(?int $timestamp = null): bool function in Metadata\\ClassMetadata
|
H A D | MetadataFactory.php | 96 if ($this->debug && !$classMetadata->isFresh()) {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | TwigResource.php | 43 public function isFresh($timestamp) function in Assetic\\Extension\\Twig\\TwigResource 46 return $this->loader->isFresh($this->name, $timestamp);
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | ClassMetadataTest.php | 34 $this->assertTrue($metadata->isFresh()); 39 $this->assertFalse($metadata->isFresh());
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ |
H A D | CoalescingDirectoryResource.php | 37 public function isFresh($timestamp) function in Assetic\\Factory\\Resource\\CoalescingDirectoryResource 40 if (!$file->isFresh($timestamp)) {
|
H A D | DirectoryResource.php | 40 public function isFresh($timestamp) function in Assetic\\Factory\\Resource\\DirectoryResource 47 if (!$resource->isFresh($timestamp)) {
|
H A D | ResourceInterface.php | 28 public function isFresh($timestamp); function
|
H A D | FileResource.php | 33 public function isFresh($timestamp) function in Assetic\\Factory\\Resource\\FileResource
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A D | ChainLoader.php | 145 public function isFresh($name, $time) function in Twig\\Loader\\ChainLoader 154 return $loader->isFresh($name, $time);
|
H A D | LoaderInterface.php | 58 public function isFresh($name, $time); function
|
H A D | ArrayLoader.php | 91 public function isFresh($name, $time) function in Twig\\Loader\\ArrayLoader
|
H A D | FilesystemLoader.php | 181 public function isFresh($name, $time) function in Twig\\Loader\\FilesystemLoader
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/ |
H A D | String.php | 59 public function isFresh($name, $time) function in Twig_Loader_String
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/ |
H A D | CachedFormulaLoader.php | 58 …if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getT…
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | api.rst | 310 function isFresh($name, $time); 313 The ``isFresh()`` method must return ``true`` if the current cached template
|
H A D | recipes.rst | 459 public function isFresh($name, $time)
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Environment.php | 589 return $this->lastModifiedExtension <= $time && $this->getLoader()->isFresh($name, $time);
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 685 …* added an Exception to Twig_Loader_Array::isFresh() method when the template does not exist to be…
|