Home
last modified time | relevance | path

Searched refs:closetag (Results 1 – 4 of 4) sorted by relevance

/plugin/dokucrypt/
H A Dscript.js227 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 Dscript.js297 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 DJmol.js890 function _jmolGetDomElement(data, Ptr, closetag, lvel) { argument
898 if (!closetag)closetag = ""
912 var e = (tagname == closetag || tagname == "/" ? ""
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75813 closetag: "closeTagHandler",