Lines Matching refs:find

1212 	if(fmt.length > 4) throw new Error("cannot find right format for |" + fmt.join("|") + "|");
1943 if(CFB.find(cfb, "/" + nm)) return;
2192 function find(cfb/*:CFBContainer*/, path/*:string*/)/*:?CFBEntry*/ {
2744 /* find end of central directory, start just after signature */
3087 if(!mboundary) throw new Error("MAD cannot find boundary");
3162 var file = !unsafe && CFB.find(cfb, name);
3188 var file = CFB.find(cfb, name);
3199 var file = CFB.find(cfb, old_name);
3210 exports.find = find;
3545 if(o == null) throw new Error("Cannot find file " + file + " in zip");
7702 /* TODO: find an actual specification */
8146 if(!shrbase || !shrbase[1]) throw new Error("SYLK shared formula cannot find base");
13578 case 'PtgSxName': /* [MS-XLS] 2.5.198.91 TODO -- find a test case */
17239 if(!data) throw new Error("Could not find file");
19760 var DSI = CFB.find(cfb, '/!DocumentSummaryInformation');
19767 var SI = CFB.find(cfb, '/!SummaryInformation');
19810 if(CFB.find(cfb, '/encryption')) throw new Error("File is password-protected");
19811 CompObj = CFB.find(cfb, '!CompObj');
19812 WB = CFB.find(cfb, '/Workbook') || CFB.find(cfb, '/Book');
19832 …else if((_data=CFB.find(cfb, 'PerfectOffice_MAIN')) && _data.content) WorkbookP = WK_.to_workbook(…
19834 …else if((_data=CFB.find(cfb, 'NativeContent_MAIN')) && _data.content) WorkbookP = WK_.to_workbook(…
19836 …else if((_data=CFB.find(cfb, 'MN0')) && _data.content) throw new Error("Unsupported Works 4 for Ma…
19837 else throw new Error("Cannot find Workbook stream");
19838 …if(options.bookVBA && cfb.FullPaths && CFB.find(cfb, '/_VBA_PROJECT_CUR/VBA/dir')) WorkbookP.vbara…
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>");
22017 // TODO: find a mapping for all parameters
22023 // TODO: find a mapping for all parameters
22665 // TODO: find out if anyone actually read the spec. LO has some wild errors
22788 if(!np || !np[0]) console.error("Could not find numeric part of " + nf);
23059 …se-wildcards="true" table:use-regular-expressions="false" table:automatic-find-labels="false">\n …
24204 throw new Error("Cannot find Document root");
24358 throw "Could not find message ".concat(1, " in Numbers template");
24373 var entry = CFB.find(cfb, deps[id].location);
24375 throw "Could not find ".concat(deps[id].location, " in Numbers template");
24377 var ainfo = x.find(function(packet) {
24385 var entry = CFB.find(cfb, deps[id].location);
24387 throw "Could not find ".concat(deps[id].location, " in Numbers template");
24389 var ainfo = x.find(function(packet) {
25150 var index_zip = CFB.find(zip, 'Index.zip');
25172 if(!getzipdata(zip,binname,true)) throw new Error("Could not find workbook");
25328 var f = 'Workbook', data = CFB.find(cfb, f);
25331 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25336 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25343 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25350 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25355 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25360 …data = CFB.find(cfb, f); if(!data || !data.content) throw new Error("ECMA-376 Encrypted file missi…
25674 if(CFB.find(cfb, "EncryptedPackage")) return parse_xlsxcfb(cfb, opts);
26268 /* find sheet index for given name / validate index */
26272 throw new Error("Cannot find sheet # " + sh);
26276 throw new Error("Cannot find sheet name |" + sh + "|");
26277 } else throw new Error("Cannot find sheet |" + sh + "|");