Searched refs:opentag (Results 1 – 5 of 5) sorted by relevance
| /plugin/dokucrypt3/ |
| H A D | crypto_high-level.js | 23 var tagend=0, opentag=0, blockend=0, pos=0; 54 var tagend=0, opentag=0, blockend=0, pos=0; 104 function getTagAttr(opentag,attr) { argument 106 if((loff=opentag.indexOf(attr + "=" ))!=-1) { 107 if((t=opentag.indexOf(" ",loff+attr.length+1))!=-1) { 108 return(opentag.substring(loff+attr.length+1,t)); 110 return(opentag.substring(loff+attr.length+1,opentag.length-1));
|
| /plugin/dokucrypt/ |
| D | script.js | 222 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/ |
| D | script.js | 292 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/ |
| D | ODTUtility.php | 60 $opentag = substr ($match, 0, $endFirst-$first); 61 $name = substr ($opentag, $lengthWithName);
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 75812 opentag: "openTagHandler",
|