Lines Matching refs:hashq
695 function hashq(str/*:string*/)/*:string*/ { function
736 return o.length > fmt.length ? o : hashq(fmt.substr(0,fmt.length-o.length)) + o;
741 …/^([^\.]+)$/,"$1."+hashq(r[1])).replace(/\.$/,"."+hashq(r[1])).replace(/\.(\d*)$/,function($$, $1)…
771 if(oa.length < r[4].length) oa = hashq(r[4].substr(r[4].length-oa.length)) + oa;
783 return hashq(fmt.substr(0,fmt.length-o.length)) + o;
789 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
852 return o.length > fmt.length ? o : hashq(fmt.substr(0,fmt.length-o.length)) + o;
858 o = (""+val).replace(/^([^\.]+)$/,"$1."+hashq(r[1])).replace(/\.$/,"."+hashq(r[1]));
861 return "." + $1 + fill("0", hashq(r[1]).length-$1.length); });
891 if(oa.length < r[4].length) oa = hashq(r[4].substr(r[4].length-oa.length)) + oa;
903 return hashq(fmt.substr(0,fmt.length-o.length)) + o;
909 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
919 …$/)) return write_num_int(type, fmt.slice(0,fmt.lastIndexOf(".")), val) + hashq(fmt.slice(fmt.last…