Searched refs:pl_si (Results 1 – 3 of 3) sorted by relevance
19 var pl_si = new plugin_tagindex_class(); variable20 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/inlineeditor/ajax.php');21 pl_si.sack.AjaxFailedAlert = '';22 pl_si.sack.encodeURIString = false;33 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'none';34 document.getElementById("quickedit_stop"+pl_si.id+pl_si.page).style.display = 'none';35 document.getElementById("quickedit_start"+pl_si.id+pl_si.page).style.display = 'block';49 document.getElementById("quickedit_textbox"+pl_si.id+pl_si.page).id = 'wiki__text';52 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'none';53 document.getElementById("quickedit_start"+pl_si.id+pl_si.page).style.display= 'none';[all …]
18 var pl_si = new plugin_tagindex_class(); variable19 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/autolink3/ajax.php');20 pl_si.sack.AjaxFailedAlert = '';21 pl_si.sack.encodeURIString = false;63 pl_si.pages = data.split("\n");64 pl_si.count = pl_si.pages.length;65 plugin_tagindex_status(pl_si.pages.length+" pages found");67 pl_si.page = pl_si.pages.shift();79 pl_si.page = pl_si.pages.shift();80 pl_si.done++;[all …]
20 var pl_si = new plugin_tagindex_class(); variable21 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/quickedit/ajax.php');22 pl_si.sack.AjaxFailedAlert = '';23 pl_si.sack.encodeURIString = false;34 document.getElementById("load"+pl_si.id).style.display = 'none';35 document.getElementById("quickedit_start"+pl_si.id).style.display = 'block';49 document.getElementById("quickedit_textbox"+pl_si.id).value = data;50 document.getElementById("quickedit_textbox"+pl_si.id).rows = nbRetourChariot; 51 document.getElementById("load"+pl_si.id).style.display = 'none';52 document.getElementById("quickedit_start"+pl_si.id).style.display= 'none';[all …]