Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php608 const CUSTOM_ESCAPE = 'call_user_func($this->mustache->getEscape(), %s)'; define in Mustache_Compiler
620 return sprintf(self::CUSTOM_ESCAPE, $value);