Home
last modified time | relevance | path

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

/plugin/siteexport/
H A Djquery.filedownload.js20 var htmlSpecialCharsPlaceHolders = { variable
437 return '&' + htmlSpecialCharsPlaceHolders[match];
/plugin/bookcreator/script/
Djquery.fileDownload.js20 var htmlSpecialCharsPlaceHolders = { variable
461 return '&' + htmlSpecialCharsPlaceHolders[match];
/plugin/bookcreator/
Dscript.js711 let htmlSpecialCharsPlaceHolders = { variable
721 return '&' + htmlSpecialCharsPlaceHolders[match];
/plugin/zwidoku/files/
H A Djs.js1htmlSpecialCharsPlaceHolders={'<':'lt;','>':'gt;','&':'amp;','\r':"#13;",'\n':"#10;",'"':'quot;',"…