Lines Matching refs:not

2262 /* node < 8.1 zlib does not expose bytesRead, so default to pure JS */
2269 else throw new Error("zlib does not expose bytesRead");
2987 - lines must not exceed 76 characters, use soft breaks =\r\n
3072 /* if root is not specified, scan for the common prefix */
3362 if(!m) throw new Error("|" + s + "| is not an ISO8601 Duration");
3532 /* OASIS does not comment on filename case sensitivity */
4545 /* Short XLSB Cell does not include column */
4645 /* TODO: error checking, NaN and Infinity values are not valid Xnum */
5522 …if(FEtag.path == '/' && FEtag.type !== CT_ODS) throw new Error("This OpenDocument is not a spreads…
7799 if(d.read_shift(1) !== 0x0D) throw new Error("DBF Terminator not found " + d.l + " " + d[d.l]);
8699 /* Excel defaults to SYLK but warns if data is not valid */
9780 /* ** not required . */
9783 /* ** not required . */
9786 /* ** not required . */
10330 /* If XorArray is set, use it; if O is not set, make changes in-place */
10611 /* note: not in spec, appears to be CT_BorderPr */
10616 /* note: not in spec, appears to be CT_BorderPr */
11501 if(!(t=data.match(m[1]))) throw new Error(m[0] + ' not found in themeElements');
11517 if(!(t=data.match(themeltregex))) throw new Error('themeElements not found in theme');
12855 case 0x00: /* SerNil -- honestly, I'm not sure how to reproduce this */
13941 throw "Formula |" + val + "| not supported for XLSB";
15530 if(cell.v.length > 32767) throw new Error("Text length must not exceed 32767 characters");
16377 o.write_shift(4, 1); // this record should not be written if no protection
17239 if(!data) throw new Error("Could not find file");
17768 console.error("Could not serialize defined name " + JSON.stringify(name));
18971 /* NOTE: Password not supported in XLML Format */
21309 …if(idx == 0 && !!o.sheet && wb.SheetNames[0] != o.sheet) throw new Error("Sheet not found: " + o.s…
21615 if(!mtch) throw new Error("Invalid HTML: could not find <table>");
21706 if(!mtch || mtch.length == 0) throw new Error("Invalid HTML: could not find <table>");
21739 /* not an HTML TABLE */
21740 throw "Unsupported origin when " + table.tagName + " is not a TABLE";
21847 // If it is not available, try to get one from the global namespace
22004 console.error("Excel does not support ODS format token " + Rn[3]);
22762 …Case() == "a/p") { payload += '<number:am-pm/>'; i += 2; break; } // Note: ODF does not support A/P
22788 if(!np || !np[0]) console.error("Could not find numeric part of " + nf);
22811 if(!payload) { console.error("Could not generate ODS number format for |" + nf + "|"); return ""; }
23535 throw new Error("data is not a valid framed stream!");
24139 throw new Error("Keynote presentations are not supported");
24189 throw new Error("Pages documents are not supported");
24358 throw "Could not find message ".concat(1, " in Numbers template");
24375 throw "Could not find ".concat(deps[id].location, " in Numbers template");
24387 throw "Could not find ".concat(deps[id].location, " in Numbers template");
25172 if(!getzipdata(zip,binname,true)) throw new Error("Could not find workbook");
25730 …ble === "undefined") console.error("Codepage tables are not loaded. Non-ASCII characters may not
25751 …if(n[1] === 0x49 && n[2] === 0x2a && n[3] === 0x00) throw new Error("TIFF Image File is not a spre…
25770 …0x50 && n[2] === 0x4E && n[3] === 0x47) throw new Error("PNG Image File is not a spreadsheet"); br…
25915 if(!wb.SheetNames[idx]) throw new Error("Sheet not found: " + o.sheet + " : " + (typeof o.sheet));
26105 /* NOTE: Excel CSV does not support array formulae */