Searched refs:templ (Results 1 – 8 of 8) sorted by relevance
215 var templ = exports.compile(str, options);216 if (options.cache) exports.cache[key] = templ;217 return templ;
180 $templ = array_keys($ini);181 foreach ($templ as $t) {
382 var templ;397 templ = new Template(template, opts);398 return templ.compile();
1 …templ;if(opts&&opts.scope){if(!scopeOptionWarned){console.warn("`scope` option is deprecated and w…
383 var templ;398 templ = new Template(template, opts);399 return templ.compile();
1 …templ-def\", variableScope: true},\n \"literal\": { },\n \"msg\": {},\n \"fallbackmsg\": …
11836 function getAtomIndex(templ) { return templ.substring(2, templ.length - 1); } argument