Home
last modified time | relevance | path

Searched refs:getMinutes (Results 51 – 74 of 74) sorted by last modified time

123

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13getMinutes()}return u}t._lightbox_methods={},t._lightbox_template="<div class='gantt_cal_ltitle'><…
H A Ddhtmlxgantt.js.map1getMinutes","_lightbox_methods","registerProvider","lightbox","getLightbox","_center_lightbox","sh…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js145 …": return utc ? gantt.date.to_fixed(date.getUTCMinutes()) : gantt.date.to_fixed(date.getMinutes());
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js13 …:return e?gantt.date.to_fixed(a.getUTCMinutes()):gantt.date.to_fixed(a.getMinutes());case"%a":retu…
H A Ddhtmlxgantt_csp.js.map1getMinutes","getUTCSeconds","getSeconds","getUTCISOWeek","getISOWeek","str_to_date","set","temp","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6696 if (date.getMinutes())
13922 var v = d.getHours() * 60 + d.getMinutes();
14138 i = diff * 24 * 60 + settings.date.getHours() * 60 + settings.date.getMinutes();
28250 if (!(date.getHours() || date.getMinutes() || date.getSeconds() || date.getMilliseconds())) {
28300 if (!(date.getMinutes() || date.getSeconds() || date.getMilliseconds())) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …ours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){retur… method in Hn
5getMinutes()}),ga.minutes=ga.minute.range,ga.minutes.utc=ga.minute.utc.range,ga.hour=On(function(n…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js884 var mins = cal.date.getMinutes();
904 mins = this.date.getMinutes();
1673 if (isNaN(min)) min = today.getMinutes();
1748 (this.getMinutes() == date.getMinutes()));
1774 var min = this.getMinutes();
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 … "+this.numbersToTwoDigits(i.getHours())+":"+this.numbersToTwoDigits(i.getMinutes());var e='&mdash…
H A Dplugin.js.unc37 + ':' + this.numbersToTwoDigits(d.getMinutes());
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js36 + ':' + FCKInsertSignature.numbersToTwoDigits(d.getMinutes());
/plugin/fkstimer/
H A Dscript.js45 const min = time.getMinutes();
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1633 public function getMinutes() { function in Google_EventReminder
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12 …missions,k)):(y=20,x|=B(b.dosPermissions,k)),i=m.getHours(),i<<=6,i|=m.getMinutes(),i<<=5,i|=m.get…
H A Djszip.js1121 dosTime = dosTime | date.getMinutes();
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27197 pad(d.getMinutes()),
H A Dpdfmake.min.js.map1 …new Date();\n\t var time = [pad(d.getHours()),\n\t pad(d.getMinutes()),\n\t …
/plugin/amcharts/assets/amcharts/
H A Damcharts.js365 …te(a):new Date(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds()…
366 a.getMinutes(),m=a.getSeconds(),n=a.getMilliseconds(),a=a.getDay());switch(b){case "YYYY":h=Math.fl…
372 …ullYear(),h=a.getMonth(),f=a.getDate(),g=a.getDay(),k=a.getHours(),l=a.getMinutes(),m=a.getSeconds…
376 …;case "hh":a.setHours(a.getHours()+c*f);break;case "mm":a.setMinutes(a.getMinutes()+c*f);break;cas…
/plugin/clock/
H A Dscript.js29 get m() { return this.time_.getMinutes(); }
50 var Amm= cT.getMinutes();
/plugin/processing/
H A Dscript.js5072 return new Date().getMinutes();
/plugin/indexmenu2/cms/extensions/
H A Ddateextensions.js11 …"m":return String(l.getMonth()+1).padLeft(2,I);case"M":return String(l.getMinutes()).padLeft(2,I);…
/plugin/dokukiwix/
H A Dscript.js229 … (currentDateTime.getMinutes()<10) currentMinutes = "0"+currentDateTime.getMinutes() ; else curren…
/plugin/chat/
H A Dscript.js629 if ((''+time.getMinutes()).length > 1) {
630 timeF += time.getMinutes()+":";
633 timeF += "0"+time.getMinutes()+":";
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js169 case "M" : return String(self.getMinutes()).padLeft(2,spacer);

123