Searched refs:getEscape (Results 1 – 5 of 5) sorted by relevance
528 $value = $escape ? $this->getEscape() : '$value';617 private function getEscape($value = '$value') function in Mustache_Compiler
244 public function getEscape() function in Mustache_Engine
336 public function getEscape() function in Handlebars\\Handlebars
366 $this->handlebars->getEscape(),
2619 getEscape: function(stream, s) { method2654 data[off] = this.getEscape(stream, data[off]);2657 data[off + 1] = this.getEscape(stream, data[off + 1]);