Lines Matching +defs:text +defs:table
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
21736 function sheet_add_dom(ws/*:Worksheet*/, table/*:HTMLElement*/, _opts/*:?any*/)/*:Worksheet*/ { argument
21823 function parse_dom_table(table/*:HTMLElement*/, _opts/*:?any*/)/*:Worksheet*/ { argument
21829 function table_to_book(table/*:HTMLElement*/, opts/*:?any*/)/*:Workbook*/ { 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