Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php41 $this->pragmaBlocks = isset($this->pragmas[Mustache_Engine::PRAGMA_BLOCKS]);
308 case Mustache_Engine::PRAGMA_BLOCKS:
H A DEngine.php30 const PRAGMA_BLOCKS = 'BLOCKS'; define in Mustache_Engine
36 self::PRAGMA_BLOCKS => true,