Home
last modified time | relevance | path

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

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php468 public function loadPartial($name) function in Handlebars\\Handlebars
H A DTemplate.php319 $partial = $this->handlebars->loadPartial($current[Tokenizer::NAME]);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php670 public function loadPartial($name) function in Mustache_Engine