Lines Matching refs:Handlebars
1 // This file provides a YUI-specific implementation of Handlebars' lib/utils.js
2 // file. Handlebars unfortunately creates enclosed references to its utils, so
8 Handlebars.Exception = function (message) {
21 Handlebars.Exception.prototype = new Error();
23 Handlebars.SafeString = function (string) {
27 Handlebars.SafeString.prototype.toString = function () {
31 Handlebars.Utils = {
40 if (string instanceof Handlebars.SafeString) {
46 // Unlike Handlebars' escaping implementation, Y.Escape.html() will
49 // a lack of double-escaping would make it impossible to use Handlebars