Searched defs:pad0 (Results 1 – 3 of 3) sorted by relevance
2 …(typeof module!=="undefined"&&typeof require!=="undefined"){if(typeof cptable==="undefined")cptabl…
95 function pad0(v,d){var t=""+v; return t.length>=d?t:fill('0',d-t.length)+t;} function
289 function pad0(v/*:any*/,d/*:number*/)/*:string*/{var t=""+v; return t.length>=d?t:fill('0',d-t.leng… function