Home
last modified time | relevance | path

Searched defs:padLeft (Results 1 – 2 of 2) sorted by relevance

/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …0).repeat(Math.abs(i)-this.length);return(i<0)?o+l:l+o};String.prototype.padLeft=function(i,I){ret… method in String
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js106 String.prototype.padLeft = function(n, c) { method in String