Home
last modified time | relevance | path

Searched refs:templateList (Results 1 – 2 of 2) sorted by relevance

/plugin/pdftools/
Dsyntax.php35 function templateList(){ function in syntax_plugin_pdftools
108 $t=$this->templateList();
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js3389 var templateList = categories[cat];
3391 for (var i = 0; i < templateList.length; i++)
3393 var temp = templateList[i];
3422 var templateList = customCats[cat];
3424 for (var i = 0; i < templateList.length; i++)
3426 var temp = templateList[i];
3525 var templateList = customCats[cat];
3533 entry.setAttribute('title', label + ' (' + templateList.length + ')');
3571 function getEntryTitle(cat, templateList) argument
3585 return label + ' (' + templateList.length + ')';
[all …]