Home
last modified time | relevance | path

Searched refs:numbersToTwoDigits (Results 1 – 5 of 5) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1numbersToTwoDigits:function(c){if(c<10){c="0"+c}return(c)},exec:function(g){var h=oDokuWiki_FCKEdi…
H A Dplugin.js.unc20 numbersToTwoDigits : function(n)
34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
35 + this.numbersToTwoDigits(d.getDate())
36 + ' ' + this.numbersToTwoDigits(d.getHours())
37 + ':' + this.numbersToTwoDigits(d.getMinutes());
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1numbersToTwoDigits:function(c){if(c<10){c="0"+c}return(c)},exec:function(g){var h=oDokuWiki_FCKEdi…
H A Dplugin.js.unc20 numbersToTwoDigits : function(n)
34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
35 + this.numbersToTwoDigits(d.getDate())
36 + ' ' + this.numbersToTwoDigits(d.getHours())
37 + ':' + this.numbersToTwoDigits(d.getMinutes());
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js24 FCKInsertSignature.numbersToTwoDigits = function(n) { function
33 + FCKInsertSignature.numbersToTwoDigits(d.getMonth() +1) + '/'
34 + FCKInsertSignature.numbersToTwoDigits(d.getDate())
35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
36 + ':' + FCKInsertSignature.numbersToTwoDigits(d.getMinutes());