Home
last modified time | relevance | path

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

/plugin/dokucrypt/
H A Dscript.js222 var tagend=0, opentag=0, blockend=0, pos=0;
243 var tagend=0, opentag=0, blockend=0, pos=0;
316 function getTagAttr(opentag,attr) { argument
318 if((loff=opentag.indexOf(attr + "=" ))!=-1) {
319 if((t=opentag.indexOf(" ",loff+attr.length+1))!=-1) {
320 return(opentag.substring(loff+attr.length+1,t));
322 return(opentag.substring(loff+attr.length+1,opentag.length-1));
/plugin/dokucrypt2/
H A Dscript.js292 var tagend=0, opentag=0, blockend=0, pos=0;
313 var tagend=0, opentag=0, blockend=0, pos=0;
386 function getTagAttr(opentag,attr) { argument
388 if((loff=opentag.indexOf(attr + "=" ))!=-1) {
389 if((t=opentag.indexOf(" ",loff+attr.length+1))!=-1) {
390 return(opentag.substring(loff+attr.length+1,t));
392 return(opentag.substring(loff+attr.length+1,opentag.length-1));
/plugin/odt/ODT/
H A DODTUtility.php60 $opentag = substr ($match, 0, $endFirst-$first);
61 $name = substr ($opentag, $lengthWithName);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75812 opentag: "openTagHandler",