Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php657 return $this->loadSource($this->getLoader()->load($name));
681 return $this->loadSource($loader->load($name));
709 return $this->loadSource($source, $this->getLambdaCache());
727 private function loadSource($source, Mustache_Cache $cache = null) function in Mustache_Engine