Lines Matching +defs:text +defs:offset
3661 function raw_unescapexml(text/*:string*/)/*:string*/ { argument
3667 return function unescapexml(text/*:string*/, xlsx/*:boolean*/) { argument
3674 function escapexml(text/*:string*/)/*:string*/{ argument
3678 function escapexmltag(text/*:string*/)/*:string*/{ return escapexml(text).replace(/ /g,"_x0020_"); } argument
3681 function escapehtml(text/*:string*/)/*:string*/{ argument
3686 function escapexlml(text/*:string*/)/*:string*/{ argument
21852 function parse_text_p(text/*:string*//*::, tag*/)/*:Array<any>*/ { argument
22829 var write_text_p = function(text/*:string*/)/*:string*/ { argument
23171 function readDecimal128LE(buf, offset) { argument
23178 function writeDecimal128LE(buf, offset, value) { argument
26340 function cell_add_comment(cell/*:Cell*/, text/*:string*/, author/*:?string*/) { argument