Lines Matching full:template
478 if (typeof template != "undefined") {\
521 var _tpl = _.template(tpl),\
522 _tplVerbose = _.template(tplVerbose, null, settingsObject);\
524 var lodashTpl = lodash.template(tpl),\
525 lodashTplVerbose = lodash.template(tplVerbose, null, settingsObject);\
1746 Benchmark.Suite('`_.template` (slow path)')
1748 'fn': 'lodash.template(tpl)(tplData)',
1749 'teardown': 'function template(){}'
1752 'fn': '_.template(tpl)(tplData)',
1753 'teardown': 'function template(){}'
1758 Benchmark.Suite('compiled template')
1761 'teardown': 'function template(){}'
1765 'teardown': 'function template(){}'
1770 Benchmark.Suite('compiled template without a with-statement')
1773 'teardown': 'function template(){}'
1777 'teardown': 'function template(){}'