Lines Matching refs:h

337 	t[18]= 'h:mm AM/PM';
338 t[19]= 'h:mm:ss AM/PM';
339 t[20]= 'h:mm';
340 t[21]= 'h:mm:ss';
341 t[22]= 'm/d/yy h:mm';
347 t[46]= '[h]:mm:ss';
370 18: 'h:mm AM/PM',
371 19: 'h:mm:ss AM/PM',
372 20: 'h:mm',
373 21: 'h:mm:ss',
374 22: 'm/d/yy h:mm',
380 46: '[h]:mm:ss',
594 case 104: /* 'h' 12-hour */
623 case '[h]': case '[hh]': out = val.D*24+val.H; break;
958 case 'm': case 'd': case 'y': case 'h': case 's': case 'e': case 'g': return true;
1012 case 'm': case 'd': case 'y': case 'h': case 's': case 'e': case 'g':
1016 if(c === 'm' && lst.toLowerCase() === 'h') c = 'M';
1017 if(c === 'h') c = hr;
1022 …erCase() === "A/P") { if(dt!=null) q.v = dt.H >= 12 ? fmt.charAt(i+2) : c; q.t = 'T'; hr='h';i+=3;}
1023 …oUpperCase() === "AM/PM") { if(dt!=null) q.v = dt.H >= 12 ? "PM" : "AM"; q.t = 'T'; i+=5; hr='h'; }
1024 …oUpperCase() === "上午/下午") { if(dt!=null) q.v = dt.H >= 12 ? "下午" : "上午"; q.t = 'T'; i+=5; hr='h'; }
1071 case 'h': case 'H': out[i].t = hr; lst='h'; if(bt < 1) bt = 1; break;
1108 …case 'd': case 'm': case 'y': case 'h': case 'H': case 'M': case 's': case 'e': case 'b': case 'Z':
1294 "32": 'h:mm:ss', "33": 'h:mm:ss', "34": 'h:mm:ss', "35": 'h:mm:ss',
1319 "76": 'h:mm',
1320 "77": 'h:mm:ss',
1321 "78": 'm/d/yy h:mm',
1323 "80": '[h]:mm:ss',
1340 case 'h': H = v; break; case 's': S = v; break;
2309 function read_bits_2(buf, bl) { var w = (bl&7), h = (bl>>>3); return ((buf[h]|(w <= 6 ? 0 : buf[h+1…
2310 function read_bits_3(buf, bl) { var w = (bl&7), h = (bl>>>3); return ((buf[h]|(w <= 5 ? 0 : buf[h+1…
2311 function read_bits_4(buf, bl) { var w = (bl&7), h = (bl>>>3); return ((buf[h]|(w <= 4 ? 0 : buf[h+1…
2312 function read_bits_5(buf, bl) { var w = (bl&7), h = (bl>>>3); return ((buf[h]|(w <= 3 ? 0 : buf[h+1…
2313 function read_bits_7(buf, bl) { var w = (bl&7), h = (bl>>>3); return ((buf[h]|(w <= 1 ? 0 : buf[h+1…
2317 var w = (bl&7), h = (bl>>>3), f = ((1<<n)-1);
2318 var v = buf[h] >>> w;
2320 v |= buf[h+1]<<(8-w);
2322 v |= buf[h+2]<<(16-w);
2324 v |= buf[h+3]<<(24-w);
2329 function write_bits_3(buf, bl, v) { var w = bl & 7, h = bl >>> 3;
2330 if(w <= 5) buf[h] |= (v & 7) << w;
2332 buf[h] |= (v << w) & 0xFF;
2333 buf[h+1] = (v&7) >> (8-w);
2339 var w = bl & 7, h = bl >>> 3;
2341 buf[h] |= v;
2345 var w = bl & 7, h = bl >>> 3;
2347 buf[h] |= v & 0xFF; v >>>= 8;
2348 buf[h+1] = v;
2352 var w = bl & 7, h = bl >>> 3;
2354 buf[h] |= v & 0xFF; v >>>= 8;
2355 buf[h+1] = v & 0xFF;
2356 buf[h+2] = v >>> 8;
2462 var h = boff + L == data.length;
2463 out.write_shift(1, +h);
3815 var h = parsexmltag(data);
3817 var matches/*:Array<string>*/ = data.match(vtregex(h.baseType))||[];
3819 if(matches.length != h.size) {
3820 if(opts.WTF) throw new Error("unexpected vector length " + matches.length + " != " + h.size);
3833 function wxt_helper(h)/*:string*/ { return keys(h).map(function(k) { return " " + k + '="' + h[k] +… argument
3834 function writextag(f/*:string*/,g/*:?string*/,h) { return '<' + f + ((h != null) ? wxt_helper(h) : … argument
4496 var z = ({ t: str, h: str }/*:any*/); property in parse_RichStr.z
5616 function cp_doit(f, g, h, o, p) { argument
5620 o[o.length] = (h ? writextag(f,g,h) : writetag(f,g));
5931 var l = t % Math.pow(2,32), h = (t - l) / Math.pow(2,32);
5932 l *= 1e7; h *= 1e7;
5934 if(w > 0) { l = l % Math.pow(2,32); h += w; }
5935 var o = new_buf(8); o.write_shift(4, l); o.write_shift(4, h); return o;
6728 var h = 0x0600, w = 16;
6731 case 'biff5': h = 0x0500; w = 8; break;
6732 case 'biff4': h = 0x0004; w = 6; break;
6733 case 'biff3': h = 0x0003; w = 6; break;
6734 case 'biff2': h = 0x0002; w = 4; break;
6739 out.write_shift(2, h);
7947 var h = ba.next(32);
7948 h.write_shift(4, 0x13021130);
7949 h.write_shift(4, data.length);
7950 h.write_shift(2, 296 + 32 * hcnt);
7951 h.write_shift(2, rlen);
7952 for(i=0; i < 4; ++i) h.write_shift(4, 0);
7954 h.write_shift(4, 0x00000000 | (cp<<8));
9954 if(html) z.h = escapehtml(z.t);
9960 if(html) z.h = rs_to_html(parse_rs(z.r));
10199 return { t:"Std", h:hdr, v:verifier };
10474 function hex2RGB(h) { argument
10475 var o = h.slice(h[0]==="#"?1:0).slice(0,6);
11658 o[o.length] = '<a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d>';
12184 if(comment.h) o.h = comment.h;
12220 var rt = !!textMatch && !!textMatch[1] && parse_si(textMatch[1]) || {r:"",t:"",h:""};
12222 if(rt.r == "<t></t>") rt.t = rt.h = "";
12224 if(opts.cellHTML) comment.h = rt.h;
12421 c.t = val.t; c.h = val.h; c.r = val.r; break;
15683 if(opts.cellHTML) p.h = sstr.h;
15689 if(opts.cellHTML) p.h = escapehtml(p.v);
15696 if(opts.cellHTML) p.h = sstr.h;
19594 if(sst[val.isst].h) temp_val.h = sst[val.isst].h;
21683 …var w = (cell && cell.v != null) && (cell.h || escapehtml(cell.w || (format_cell(cell), cell.w) ||…
21884 if(NF.match(/h/)) NF = NF.replace(/h+/, "[$&]");
21954 case "short": NF += "h"; break;
22708 case "h": case "s": has_time = true; --i; break k;
22710 l: for(var h = i+1; h < nf.length; ++h) switch(nf[h]) {
22712 case "h": case "s": has_time = true; --i; break k;
22746 case "h": case "m": case "s":
22749 …case "h": case "hh": payload += '<number:hours number:style="' + (c.length % 2 ? "short" : "long")…
22954 var h = ws["!rows"][R].hpx + "px";
22956 … o.push(' <style:table-row-properties fo:break-before="auto" style:row-height="' + h + '"/>\n');
23649 zstr.push((dmin >= 4 ? "[h]" : "h") + '"h"');
23650 dstr.push(dd + (dstyle == 2 ? " hour" + (dd == 1 ? "" : "s") : dstyle == 1 ? "h" : ""));
25036 ['cellHTML', true], /* emit html string as .h */