Searched refs:leftPad (Results 1 – 7 of 7) sorted by relevance
2072 …leftPad(Math.floor(Math.abs(this.getTimezoneOffset())/60),2,"0")+String.leftPad(Math.abs(this.getT… function
META-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
343 * Updated [`String#leftPad`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) [with pro…
1 …leftPad(value, length, char = '0') {\n while (value.length < length) {\n value = char + …