Lines Matching defs:options
139 Transformer.prototype.compile = function (str, options) { argument
160 Transformer.prototype.compileAsync = function (str, options, cb) { argument
170 Transformer.prototype.compileFile = function (filename, options) { argument
186 Transformer.prototype.compileFileAsync = function (filename, options, cb) { argument
210 Transformer.prototype.compileClient = function (str, options) { argument
222 Transformer.prototype.compileClientAsync = function (str, options, cb) { argument
236 Transformer.prototype.compileFileClient = function (filename, options) { argument
252 Transformer.prototype.compileFileClientAsync = function (filename, options, cb) { argument
275 Transformer.prototype.render = function (str, options, locals) { argument
296 Transformer.prototype.renderAsync = function (str, options, locals, cb) { argument
318 Transformer.prototype.renderFile = function (filename, options, locals) { argument
334 Transformer.prototype.renderFileAsync = function (filename, options, locals, cb) { argument