Home
last modified time | relevance | path

Searched refs:Template (Results 101 – 125 of 132) sorted by path

123456

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php22 use Twig\Template; alias
148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
149 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
150 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
211 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
212 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
213 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
341 $anyType = Template::ANY_CALL;
342 $methodType = Template::METHOD_CALL;
343 $arrayType = Template::ARRAY_CALL;
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js524 return new Template(this, pattern).evaluate(object);
539 var template = new Template(replacement);
552 var Template = Class.create({ variable
555 this.pattern = pattern || Template.Pattern;
585 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
2745 new Template(c[i]).evaluate(m));
2771 new Template(x[i]).evaluate(m));
2850 return new Template("[@#{1}]").evaluate(m);
2855 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
2861 return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m);
[all …]
/plugin/geonav/tpl/startermap/
H A Dtemplate.info.txt5 name Starter Template
/plugin/googleads/
H A DREADME.md24 **Template Authors Note**: You can insert the above code and make your template "Google AdSense Rea…
/plugin/html2pdf/snorriheim/
H A DREADME5 Dokubook Template for DokuWiki
7 All documentation for the Dokubook Template is available online at:
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/issuetracker/
H A Dprototype.js541 var template = new Template(replacement);
745 return new Template(this, pattern).evaluate(object);
782 var Template = Class.create({
785 this.pattern = pattern || Template.Pattern;
816 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
/plugin/layeranimation/
H A DREADME.md45 ## Template section
47 Template authors can trigger the activation and deactivation of the plugins functionality with a cu…
/plugin/loadskin/lang/de/
H A Dintro.txt1 ====== Template Manager ======
3 …i ist zu beachten, dass die Auswahl eines Templates über den optionalen Template-Switcher durch de…
5 …eiten innerhalb eines Namensraumes, für den ein Template ausgewählt wurde, zunächst das gleiche Te…
/plugin/loadskin/lang/en/
H A Dintro.txt1 ====== Template Manager ======
/plugin/mikioplugin/
H A DREADME.md15 **Template Style Settings** in your sites **Administration** page.
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
/plugin/npd/
H A DREADME.mdown22 Add Button to Template
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pagetemplater/
H A DREADME.md13 ## Template Prequisites
18 ## Some more Template Functionality
22 Template Page Example:
H A Dplugin.info.txt8 desc Select Template Pages for your Content.
/plugin/redproject/
H A DREADME.md9 * Compatible with [Bootstrap](http://getbootstrap.com/) (need [Bootstrap3 Template](https://github.…
/plugin/regex_template/
H A Dinfo.txt6 name Regex Template
/plugin/revealjs/css/print/
H A Dpaper.css1 /* Default Print Stylesheet Template
/plugin/s5reloaded/ui/effects_support/
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 …]
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…
/plugin/simplewikipagetree/
H A DREADME.md1 # Template
/plugin/siteexport/
H A DREADME.md84 #### Export Template

123456