Lines Matching defs:name
117 loader.on('update', function (name, fullname) { argument
121 loader.on('load', function (name, source) { argument
132 _proto.addExtension = function addExtension(name, extension) { argument
138 _proto.removeExtension = function removeExtension(name) { argument
146 _proto.getExtension = function getExtension(name) { argument
149 _proto.hasExtension = function hasExtension(name) { argument
152 _proto.addGlobal = function addGlobal(name, value) { argument
156 _proto.getGlobal = function getGlobal(name) { argument
162 _proto.addFilter = function addFilter(name, func, async) { argument
170 _proto.getFilter = function getFilter(name) { argument
176 _proto.addTest = function addTest(name, func) { argument
180 _proto.getTest = function getTest(name) { argument
190 _proto.getTemplate = function getTemplate(name, eagerCompile, parentName, ignoreMissing, cb) { argument
284 _proto.render = function render(name, ctx, cb) { argument
335 lib.keys(blocks).forEach(function (name) { argument
339 _proto2.lookup = function lookup(name) { argument
348 _proto2.setVariable = function setVariable(name, val) { argument
354 _proto2.addBlock = function addBlock(name, block) { argument
359 _proto2.getBlock = function getBlock(name) { argument
365 _proto2.getSuper = function getSuper(env, name, block, frame, runtime, cb) { argument
374 _proto2.addExport = function addExport(name) { argument
380 this.exported.forEach(function (name) { argument