Lines Matching refs:line

2481 				bl = write_bits_3(out, bl, +!!(boff + L == data.length)); // jshint ignore:line
2491 bl = write_bits_3(out, bl, +!!(boff + L == data.length) + 2); // jshint ignore:line
2985 - space or tab at end of line must be encoded
2989 TODO: Some files from word appear to write line extensions with bare equals:
3031 var line = data[di];
3032 …while(di <= data.length && line.charAt(line.length - 1) == "=") line = line.slice(0, line.length -…
3033 o.push(line);
3046 var line = data[di];
3047 if(!line || line.match(/^\s*$/)) break;
3048 var m = line.match(/^(.*?):\s*([^\s].*)$/);
3098 var line = data[di];
3099 if(line !== boundary && line !== boundary + "--") continue;
3795 // Added line which removes any white space characters after and before html tags
7394 var controlInfo; // eslint-disable-line no-unused-vars
7396 else controlInfo = parse_ControlInfo(blob, 6, opts); // eslint-disable-line no-unused-vars
8578 // If the line ends in \r\n
8582 // If line ends in \r OR \n
9202 "", "", "", "", "", "", "", "", // eslint-disable-line no-mixed-spaces-and-tabs
9203 "", "+", "-", "*", "/", "^", "=", "<>", // eslint-disable-line no-mixed-spaces-and-tabs
9204 "<=", ">=", "<", ">", "", "", "", "", // eslint-disable-line no-mixed-spaces-and-tabs
9205 "&", "", "", "", "", "", "", "" // eslint-disable-line no-mixed-spaces-and-tabs
13384 var w = sname; /* IE9 fails on defined names */ // eslint-disable-line no-unused-vars
18103 var cell = ({}/*:any*/), row = {};// eslint-disable-line no-unused-vars
19269 var process_cell_style = function pcs(cell, line/*:any*/, options) { argument
19270 var xfd = line.XF.data;
19272 line.s = ({}/*:any*/);
19273 line.s.patternType = xfd.patternType;
19275 if((t = rgb2Hex(get_rgb(xfd.icvFore)))) { line.s.fgColor = {rgb:t}; }
19276 if((t = rgb2Hex(get_rgb(xfd.icvBack)))) { line.s.bgColor = {rgb:t}; }
19278 var addcell = function addcell(cell/*:any*/, line/*:any*/, options/*:any*/) { argument
19281 if(options.cellStyles && line.XF && line.XF.data) process_cell_style(cell, line, options);
19282 delete line.ixfe; delete line.XF;
19290 if(options.cellFormula && line.f) {
19294 line.F = encode_range(arrayf[afi][0]);
19295 if(arrayf[afi][0].s.c != cell.c || arrayf[afi][0].s.r != cell.r) delete line.f;
19296 if(line.f) line.f = "" + stringify_formula(arrayf[afi][1], range, cell, supbooks, opts);
19303 out[cell.r][cell.c] = line;
19304 } else out[last_cell] = line;
21859 .replace(/<text:line-break\/>/g,"\n");
22442 case 'line-break': break; // 6.1.5 <text:line-break>
25837 …ndefined') return write_cfb_ctr(encrypt_agile(out, o.password), o); // eslint-disable-line no-undef