Lines Matching refs:File

1607 /* [MS-CFB] 2.2 Compound File Header */
1677 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
1694 /* [MS-CFB] 2.2 Compound File Header -- read up to major version */
1855 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
2214 /* 2.1 Compound File Sector Numbers and Types */
2216 /* 2.2 Compound File Header */
2221 /* 2.1 Compund File Sector Numbers and Types */
2227 /* 2.2 Compound File Header */
2233 /* 2.6.1 Compound File Directory Entry */
3245 /*global IE_SaveFile, Blob, navigator, saveAs, document, File, chrome */
3284 …if(typeof $ !== 'undefined' && typeof File !== 'undefined' && typeof Folder !== 'undefined') try {…
3286 var out = File(fname); out.open("w"); out.encoding = "binary";
3298 …if(typeof $ !== 'undefined' && typeof File !== 'undefined' && typeof Folder !== 'undefined') try {…
3300 var infile = File(path); infile.open("r"); infile.encoding = "binary";
5125 /* File Properties */
5512 /* Part 3 Section 4 Manifest File */
5542 /* Part 3 Section 6 Metadata Manifest File */
5651 /* 15.2.12.3 Extended File Properties Part */
5766 /* 15.2.12.2 Custom File Properties Part */
10202 function parse_EncInfoExt(/*::blob, vers*/) { throw new Error("File is password-protected: ECMA-376…
19378 if(!options.password) throw new Error("File is password-protected");
19810 if(CFB.find(cfb, '/encryption')) throw new Error("File is password-protected");
23101 /* Part 3 Section 6 Metadata Manifest File */
23106 /* Part 3 Section 4 Manifest File */
24187 throw new Error("File has no messages");
25368 throw new Error("File is password-protected");
25751 …if(n[1] === 0x49 && n[2] === 0x2a && n[3] === 0x00) throw new Error("TIFF Image File is not a spre…
25770 …case 0x89: if(n[1] === 0x50 && n[2] === 0x4E && n[3] === 0x47) throw new Error("PNG Image File is …