Lines Matching refs:_

413 	5:  '"$"#,##0_);\\("$"#,##0\\)',
414 63: '"$"#,##0_);\\("$"#,##0\\)',
417 6: '"$"#,##0_);[Red]\\("$"#,##0\\)',
418 64: '"$"#,##0_);[Red]\\("$"#,##0\\)',
421 7: '"$"#,##0.00_);\\("$"#,##0.00\\)',
422 65: '"$"#,##0.00_);\\("$"#,##0.00\\)',
425 8: '"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',
426 66: '"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',
429 41: '_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',
432 42: '_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',
435 43: '_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',
438 44: '_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)'
932 case 95: case 42: case 92: /* '_' '*' '\\' */
951 case '_': i+=2; break;
1000 case '_': out[out.length] = {t:'t', v:" "}; i+=2; break;
1288 "5": '"$"#,##0_);\\("$"#,##0\\)',
1289 "6": '"$"#,##0_);[Red]\\("$"#,##0\\)',
1290 "7": '"$"#,##0.00_);\\("$"#,##0.00\\)',
1291 "8": '"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',
1296 "41": '_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)',
1297 "42": '_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_)',
1298 "43": '_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)',
1299 "44": '_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)',
1306 "63": '"$"#,##0_);\\("$"#,##0\\)',
1307 "64": '"$"#,##0_);[Red]\\("$"#,##0\\)',
1308 "65": '"$"#,##0.00_);\\("$"#,##0.00\\)',
1309 "66": '"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',
3127 return "_x" + c.charCodeAt(0).toString(16) + "_";
3129 return "_u" + u.charCodeAt(0).toString(16) + "_";
3613 var tagregex1=/<[\/\?]?[a-zA-Z0-9:_-]+(?:\s+[^"\s?>\/]+\s*=\s*(?:"[^"]*"|'[^']*'|[^'">\s=]+))*\s*[\…
3632 if(q.indexOf("_") > 0) q = q.slice(0, q.indexOf("_")); // from ods
3660 var encregex = /&(?:quot|apos|gt|lt|amp|#x?([\da-fA-F]+));/ig, coderegex = /_x([\da-fA-F]{4})_/ig;
3676 …place(charegex,function(s) { return "_x" + ("000"+s.charCodeAt(0).toString(16)).slice(-4) + "_";});
4090 /* replace null bytes with _ when relevant */
4097 val = val.replace(/[^\x00-\x7F]/g, "_");
7904 if(headers.indexOf(headers[i] + "_" + j) == -1) { headers[i] += "_" + j; break; }
8046 …var sylk_char_fn = function(_, $1){ var o = sylk_escapes[$1]; return typeof o == "number" ? _getan… argument
12507 var rcregex = /(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g;
12530 …0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g;
18088 "Currency": '"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',
18881 case "_": continue;
21873 switch((Rn[3]=Rn[3].replace(/_.*$/,""))) {
22119 while((Rn = xlmlregex.exec(str))) switch((Rn[3]=Rn[3].replace(/_.*$/,""))) {
24147 book_append_sheet(out, sheet, idx == 0 ? root2.name : root2.name + "_" + idx, true);
24409 numbers_iwa_doit(cfb, deps, newsheetref, function(_, x) { argument
24459 numbers_iwa_doit(cfb, deps, tiaref, function(_, x) { argument
24485 numbers_iwa_doit(cfb, deps, tmaref, function(_, x) { argument
26073 do { vv = v + "_" + (counter++); } while(header_cnt[vv]); header_cnt[v] = counter;
26508 do { vv = v + "_" + (counter++); } while(header_cnt[vv]); header_cnt[v] = counter;