Lines Matching refs:FullPaths

1678 …*/ = {}, Paths/*:Array<string>*/ = [], FileIndex/*:CFBFileIndex*/ = [], FullPaths/*:Array<string>*…
1681 build_full_paths(FileIndex, FullPaths, Paths);
1686 FullPaths: FullPaths property in CFB.parse.o
1931 if(!cfb.FullPaths) cfb.FullPaths = [];
1933 if(cfb.FullPaths.length !== cfb.FileIndex.length) throw new Error("inconsistent CFB structure");
1934 if(cfb.FullPaths.length === 0) {
1935 cfb.FullPaths[0] = root + "/";
1946 cfb.FullPaths.push(cfb.FullPaths[0] + nm);
1952 for(var i = cfb.FullPaths.length - 1; i >= 0; --i) {
1957 else { cfb.FileIndex.pop(); cfb.FullPaths.pop(); }
1973 for(i = 0; i < cfb.FullPaths.length; ++i) {
1974 fullPaths[cfb.FullPaths[i]] = true;
1976 data.push([cfb.FullPaths[i], cfb.FileIndex[i]]);
2001 cfb.FullPaths = []; cfb.FileIndex = [];
2002 for(i = 0; i < data.length; ++i) { cfb.FullPaths[i] = data[i][0]; cfb.FileIndex[i] = data[i][1]; }
2005 var nm = cfb.FullPaths[i];
2017 for(j=i+1;j < data.length; ++j) if(dirname(cfb.FullPaths[j])==nm) break;
2019 for(j=i+1;j < data.length; ++j) if(dirname(cfb.FullPaths[j])==dirname(nm)) break;
2023 if(dirname(cfb.FullPaths[i+1]||"") == dirname(nm)) elt.R = i + 1;
2050 var dir_cnt = (cfb.FullPaths.length +3) >> 2;
2124 var nm = cfb.FullPaths[i];
2193 var UCFullPaths/*:Array<string>*/ = cfb.FullPaths.map(function(x) { return x.toUpperCase(); });
2737 var FileIndex/*:CFBFileIndex*/ = [], FullPaths/*:Array<string>*/ = [];
2740 FullPaths: FullPaths
2852 var root = cfb.FullPaths[0], fp = root, fi = cfb.FileIndex[0];
2856 for(i = 1; i < cfb.FullPaths.length; ++i) {
2857 fp = cfb.FullPaths[i].slice(root.length); fi = cfb.FileIndex[i];
3090 var FileIndex/*:CFBFileIndex*/ = [], FullPaths/*:Array<string>*/ = [];
3093 FullPaths: FullPaths
3119 var root = cfb.FullPaths[0], fp = root, fi = cfb.FileIndex[0];
3120 for(var i = 1; i < cfb.FullPaths.length; ++i) {
3121 fp = cfb.FullPaths[i].slice(root.length);
3164 var fpath/*:string*/ = cfb.FullPaths[0];
3172 cfb.FullPaths.push(fpath);
3191 cfb.FullPaths.splice(j, 1);
3202 cfb.FullPaths[j] = new_name;
3534 var k = zip.FullPaths || keys(zip.files);
3568 var k = zip.FullPaths || keys(zip.files), o = [];
3574 if(zip.FullPaths) {
12482 cfb.FullPaths.forEach(function(p, i) {
12491 vba.FullPaths.forEach(function(p, i) {
19809 if(cfb.FullPaths) {
19838 …if(options.bookVBA && cfb.FullPaths && CFB.find(cfb, '/_VBA_PROJECT_CUR/VBA/dir')) WorkbookP.vbara…
19842 if(cfb.FullPaths) parse_xls_props(/*::((*/cfb/*:: :any):CFBContainer)*/, props, options);
24160 cfb.FullPaths.forEach(function(p) {
24312 return [fi, cfb.FullPaths[idx]];
25309 zip.FullPaths.forEach(function(p, idx) {
25829 …var out = z.FullPaths ? CFB.write(z, {fileType:"zip", type: /*::(*/{"nodebuffer": "buffer", "strin…