Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLambdaHelper.php49 ->loadLambda((string) $string, $this->delims)
H A DTemplate.php174 ->loadLambda((string) call_user_func($value))
H A DEngine.php703 public function loadLambda($source, $delims = null) function in Mustache_Engine