Lines Matching +defs:text +defs:line
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
19269 var process_cell_style = function pcs(cell, line/*:any*/, options) { argument
19278 var addcell = function addcell(cell/*:any*/, line/*:any*/, options/*:any*/) { argument
21852 function parse_text_p(text/*:string*//*::, tag*/)/*:Array<any>*/ { argument
22829 var write_text_p = function(text/*:string*/)/*:string*/ { argument
26340 function cell_add_comment(cell/*:Cell*/, text/*:string*/, author/*:?string*/) { argument