Searched refs:closetag (Results 1 – 4 of 4) sorted by relevance
/plugin/dokucrypt/ |
H A D | script.js | 227 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 230 if(!(ctext=decryptBlock(x.substring(cur,closetag+tag.length+3),false))) { 234 pos=closetag+tag.length+3; 248 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 251 closetag=x.indexOf("</" + tag + ">",opentag_end); 254 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3),false))) { 259 pos=closetag+tag.length+3;
|
/plugin/dokucrypt2/ |
H A D | script.js | 297 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 300 if(!(ctext=decryptBlock(x.substring(cur,closetag+tag.length+3),false))) { 304 pos=closetag+tag.length+3; 318 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 321 closetag=x.indexOf("</" + tag + ">",opentag_end); 324 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3),false))) { 329 pos=closetag+tag.length+3;
|
/plugin/jmol2/jmol/ |
H A D | Jmol.js | 890 function _jmolGetDomElement(data, Ptr, closetag, lvel) { argument 898 if (!closetag)closetag = "" 912 var e = (tagname == closetag || tagname == "/" ? ""
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 75813 closetag: "closeTagHandler",
|