Home
last modified time | relevance | path

Searched refs:dec (Results 51 – 57 of 57) sorted by relevance

123

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs706 function dec(val/*:number*/, d/*:number*/)/*:number*/ { function
750 …l) : commaify(""+(Math.floor(val) + carry(val, r[1].length))) + "." + pad0(dec(val, r[1].length),r…
792 ri = dec(val, r[1].length);
3489 if(lower.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)) {
7769 field.dec = d.read_shift(1);
7939 coldecimals[i] = cols[i].DBF.dec;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1558 comments should be directed to its author, Tim Mann (mann@src.dec.com).
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51164 var decToHex = function decToHex(dec, bytes) {
51169 hex += String.fromCharCode(dec & 0xff);
51170 dec = dec >>> 8;
/plugin/aceeditor/
H A Dbuild.js1 …tabase|databases|day_hour|day_microsecond|day_minute|day_second|deallocate|dec|declare|default|del…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …,"write_num_f2","dec1","closeparen","phone","hashq","str","cc","rnd","dd","dec","flr","write_num_f…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1dec","hasAlpha","isFullLength","multiplier","bits","bitsOffset","mask","DEC2HEX","frac2hex","lumin…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1dec = parseInt(hex, 16), length = hex.length, hasAlpha = length % 4 === 0, isFullLength = length >…

123