Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php40 $this->pragmaFilters = isset($this->pragmas[Mustache_Engine::PRAGMA_FILTERS]);
312 case Mustache_Engine::PRAGMA_FILTERS:
H A DEngine.php29 const PRAGMA_FILTERS = 'FILTERS'; define in Mustache_Engine
35 self::PRAGMA_FILTERS => true,