Lines Matching refs:RT

277 type RecordHopperCB = {(d:any, Rn:string, RT:number):?boolean;};
4156 var L = data.length, RT = 0, tgt = 0;
4158 RT = data.read_shift(1);
4159 if(RT & 0x80) RT = (RT & 0x7F) + ((data.read_shift(1) & 0x7F)<<7);
4160 var R = XLSBRecordEnum[RT] || XLSBRecordEnum[0xFFFF];
4167 if(cb(d, R, RT)) return;
8071 var RT=record[0], val;
8072 if(rstr.length > 0) switch(RT) {
8719 var RT = data.read_shift(2);
8720 var R = Enum[RT] || Enum[0xFFFF];
8725 if(cb(d, R, RT)) return;
8758 lotushopper(d, function(val, R, RT) { switch(RT) { argument
8772 …if((!o.qpro && !o.works || RT == 0x33) && val[1].v.charCodeAt(0) < 0x30) val[1].v = val[1].v.slice…
8779 if(RT == 0x0E && (val[2] & 0x70) == 0x70 && (val[2] & 0x0F) > 1 && (val[2] & 0x0F) < 15) {
8813 lotushopper(d, function(val, R, RT) { switch(RT) { argument
9640 var RT = d.read_shift(2), length = d.read_shift(2);
9643 switch(RT) {
10022 recordhopper(data, function hopper_sst(val, R, RT) { argument
10023 switch(RT) {
10038 if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
11236 recordhopper(data, function hopper_sty(val, R, RT) { argument
11237 switch(RT) {
11276 state.push(RT); pass = true; break;
11281 if(R.T > 0) state.push(RT);
11283 …e.length-1] != 0x0025 /* BrtACBegin */)) throw new Error("Unexpected record 0x" + RT.toString(16));
11837 recordhopper(data, function(val, R, RT) { argument
11838 switch (RT) {
11857 state.push(RT);
11867 throw new Error("Unexpected record 0x" + RT.toString(16));
12019 recordhopper(data, function hopper_cc(val, R, RT) { argument
12020 switch(RT) {
12026 else if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
12046 recordhopper(data, function xlink_parse(val, R, RT) { argument
12048 switch(RT) {
12079 else if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
12414 recordhopper(data, function hopper_cmnt(val, R, RT) { argument
12415 switch(RT) {
12442 else if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
16444 recordhopper(data, function ws_parse(val, RR, RT) { argument
16446 switch(RT) {
16673 state.push(RT); pass = true; break;
16679 else if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
17022 recordhopper(data, function cs_parse(val, R, RT) { argument
17023 switch(RT) {
17048 state.push(RT); break;
17053 if(R.T > 0) state.push(RT);
17055 else if(!pass || opts.WTF) throw new Error("Unexpected record 0x" + RT.toString(16));
17615 recordhopper(data, function hopper_wb(val, R, RT) { argument
17616 switch(RT) {
17637 if(!supbooks[0].length) supbooks[0] = [RT, val];
17638 else supbooks.push([RT, val]);
17685 state.push(RT); pass = true; break;
17689 state.push(RT); pass = true; break;
17697 ….length-1] != 0x0023 /* BrtFRTBegin */)) throw new Error("Unexpected record 0x" + RT.toString(16));