Home
last modified time | relevance | path

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

/plugin/dokucrypt/
H A Dscript.js302 lock=getTagAttr(data.substring(0,tagend+1),"LOCK");
305 collapsed=getTagAttr(data.substring(0,tagend+1),"COLLAPSED");
316 function getTagAttr(opentag,attr) { function
338 lock=getTagAttr(data.substring(0,tagend+1),"LOCK");
341 collapsed=getTagAttr(data.substring(0,tagend+1),"COLLAPSED");
/plugin/dokucrypt2/
H A Dscript.js372 lock=getTagAttr(data.substring(0,tagend+1),"LOCK");
375 collapsed=getTagAttr(data.substring(0,tagend+1),"COLLAPSED");
385 // for getTagAttr("<FOO ATTR=val>","ATTR"), return "val"
386 function getTagAttr(opentag,attr) { function
410 lock=getTagAttr(data.substring(0,tagend+1),"LOCK");
413 collapsed=getTagAttr(data.substring(0,tagend+1),"COLLAPSED");