Lines Matching refs:Transformer
9 return new Transformer(transformer);
11 tr.Transformer = Transformer;
79 function Transformer(tr) { class
128 Transformer.prototype._hasMethod = function (method) {
131 Transformer.prototype.can = function (method) {
139 Transformer.prototype.compile = function (str, options) {
160 Transformer.prototype.compileAsync = function (str, options, cb) {
170 Transformer.prototype.compileFile = function (filename, options) {
186 Transformer.prototype.compileFileAsync = function (filename, options, cb) {
210 Transformer.prototype.compileClient = function (str, options) {
222 Transformer.prototype.compileClientAsync = function (str, options, cb) {
236 Transformer.prototype.compileFileClient = function (filename, options) {
252 Transformer.prototype.compileFileClientAsync = function (filename, options, cb) {
275 Transformer.prototype.render = function (str, options, locals) {
296 Transformer.prototype.renderAsync = function (str, options, locals, cb) {
318 Transformer.prototype.renderFile = function (filename, options, locals) {
334 Transformer.prototype.renderFileAsync = function (filename, options, locals, cb) {