Home
last modified time | relevance | path

Searched refs:templateClassPrefix (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php44 private $templateClassPrefix = '__Mustache_'; variable in Mustache_Engine
149 $this->templateClassPrefix = $options['template_class_prefix'];
645 return $this->templateClassPrefix . md5($key);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php73 protected $templateClassPrefix = '__TwigTemplate_'; variable in Twig\\Environment
354 … return $this->templateClassPrefix.hash('sha256', $key).(null === $index ? '' : '___'.$index);
368 return $this->templateClassPrefix;