Home
last modified time | relevance | path

Searched refs:Template (Results 126 – 132 of 132) sorted by last modified time

123456

/plugin/html2pdf/snorriheim/
H A Ddesign.css2 * Design elements for default Template
H A Ddokubook_design.css2 * Design elements for DokuBook Template
H A Ddokubook_print.css2 * Print - additional CSS for the DokuBook Template
/plugin/geonav/tpl/startermap/
H A Dtemplate.info.txt5 name Starter Template
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js14 …new Template('<embed style="height:0" id="sound_#{track}_#{id}" src="#{url}" loop="false" autostar…
52 …Sound.template = new Template('<object id="sound_#{track}_#{id}" width="0" height="0" type="audio/…
54 …Sound.template = new Template('<object id="sound_#{track}_#{id}" type="application/x-mplayer2" dat…
56 …Sound.template = new Template('<embed type="audio/x-pn-realaudio-plugin" style="height:0" id="soun…
H A Dprototype.js424 var template = new Template(replacement);
626 return new Template(this, pattern).evaluate(object);
664 var Template = Class.create({
667 this.pattern = pattern || Template.Pattern;
697 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
3249 new Template(c[name]).evaluate(m));
3276 new Template(x[name]).evaluate(m));
3384 return new Template("[@#{1}]").evaluate(m);
3389 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
3395 return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m);
[all …]
/plugin/regex_template/
H A Dinfo.txt6 name Regex Template

123456