Lines Matching refs:parse

1327 /* dateNF parse TODO: move to SSF */
1593 function parse(file/*:RawBytes*/, options/*:CFBReadOpts*/)/*:CFBContainer*/ { function
1692 } // parse
1913 return parse(fs.readFileSync(filename), options);
1923 …row "Must pass a base64-encoded binary string when type='file'"; */return parse(s2a(Base64_decode(…
1924 …== 'string') throw "Must pass a binary string when type='file'"; */return parse(s2a(blob), options…
1926 return parse(/*::typeof blob == 'string' ? new Buffer(blob, 'utf-8') : */blob, options);
2749 /* parse end of central directory */
2755 /* parse central directory */
3212 exports.parse = parse;
3443 if(typeof JSON != 'undefined' && !Array.isArray(o)) return JSON.parse(JSON.stringify(o));
5929 var date = (typeof time == "string") ? new Date(Date.parse(time)) : time;
6369 if(fRichSt) blob.l += 4 * cRun; //TODO: parse this
6370 if(fExtSt) blob.l += cbExtRst; //TODO: parse this
6577 var flags = blob.read_shift(2); // TODO: parse these flags
7192 var parse_XLHeaderFooter = parse_OptXLUnicodeString; // TODO: parse 2.4.136
7341 /* [MS-XLS] 2.4.181 TODO: parse all the things! */
7387 /* [MS-XLS] 2.4.329 TODO: parse properly */
7504 /* [MS-XLS] 2.4.53 TODO: parse flags */
7505 /* [MS-XLSB] 2.4.323 TODO: parse flags */
7632 /* TODO: parse rich text runs */
9254 …if(argc > out.length) { console.error("WK1 bad formula parse 0x" + cc.toString(16) + ":|" + out.jo…
9268 else console.error("WK1 bad formula parse |" + out.join("|") + "|");
12505 /* TODO: it will be useful to parse the function str */
12556 /* TODO: parse formula */
15077 /* Part 3 TODO: actually parse formulae */
15640 // TODO: parse formula
21608 /* note: browser DOM element cannot see mso- style attrs, must parse */
21632 /* TODO: parse styles etc */
21819 ….length-_R+R-1 + or_R,range)); // We can count the real number of rows to parse but we don't to im…
25045 ['bookDeps', false], /* parse calculation chains */