Home
last modified time | relevance | path

Searched refs:generateKey (Results 1 – 10 of 10) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DCacheInterface.php33 public function generateKey($name, $className); function
H A DFilesystemCache.php36 public function generateKey($name, $className) function in Twig\\Cache\\FilesystemCache
H A DNullCache.php23 public function generateKey($name, $className) function in Twig\\Cache\\NullCache
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php328 $key = $this->cache->generateKey($name, $this->getTemplateClass($name));
467 $key = $this->cache->generateKey($name, $mainCls);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php197 $key = $cache->generateKey('index', $twig->getTemplateClass('index'));
/plugin/letsencrypt/
H A DLescript.php161 $this->generateKey($domainPath);
323 protected function generateKey($outputDirectory) function in Analogic\\ACME\\Lescript
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/securelogin/
H A Dadmin.php58 case "newkey": $this->slhlp->generateKey($param); break;
H A Dhelper.php73 function generateKey($length) { function in helper_plugin_securelogin