Lines Matching defs:options
43 function applyPlugins(value, options, plugins, name) { argument
81 function compileBody(str, options){ argument
89 lex: function (str, options) { argument
102 parse: function (tokens, options) { argument
209 function handleTemplateCache (options, str) { argument
237 exports.compile = function(str, options){ argument
286 exports.compileClientWithDependenciesTracked = function(str, options){ argument
335 exports.compileClient = function (str, options) { argument
353 exports.compileFile = function (path, options) { argument
374 exports.render = function(str, options, fn){ argument
409 exports.renderFile = function(path, options, fn){ argument
440 exports.compileFileClient = function(path, options){ argument
460 exports.__express = function(path, options, fn) { argument