Home
last modified time | relevance | path

Searched refs:toPaddedString (Results 1 – 3 of 3) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js357 (this.getUTCMonth() + 1).toPaddedString(2) + '-' +
358 this.getUTCDate().toPaddedString(2) + 'T' +
359 this.getUTCHours().toPaddedString(2) + ':' +
360 this.getUTCMinutes().toPaddedString(2) + ':' +
361 this.getUTCSeconds().toPaddedString(2) + 'Z"';
575 return '\\u00' + character.charCodeAt().toPaddedString(2, 16);
1227 return this.toPaddedString(2, 16);
1239 function toPaddedString(length, radix) { function
1268 toPaddedString: toPaddedString,
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js255 (this.getUTCMonth() + 1).toPaddedString(2) + '-' +
256 this.getUTCDate().toPaddedString(2) + 'T' +
257 this.getUTCHours().toPaddedString(2) + ':' +
258 this.getUTCMinutes().toPaddedString(2) + ':' +
259 this.getUTCSeconds().toPaddedString(2) + 'Z"';
473 return character ? character : '\\u00' + match[0].charCodeAt().toPaddedString(2, 16);
959 return this.toPaddedString(2, 16);
971 toPaddedString: function(length, radix) {
/plugin/issuetracker/
H A Dprototype.js461 (this.getUTCMonth() + 1).toPaddedString(2) + '-' +
462 this.getUTCDate().toPaddedString(2) + 'T' +
463 this.getUTCHours().toPaddedString(2) + ':' +
464 this.getUTCMinutes().toPaddedString(2) + ':' +
465 this.getUTCSeconds().toPaddedString(2) + 'Z';
685 return '\\u00' + character.charCodeAt().toPaddedString(2, 16);
1344 return this.toPaddedString(2, 16);
1356 function toPaddedString(length, radix) { function
1381 toPaddedString: toPaddedString,