Home
last modified time | relevance | path

Searched refs:hours (Results 101 – 125 of 249) sorted by relevance

12345678910

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_tr.js13 …rev",type_project:"Proje",type_milestone:"Kilometretaşı",minutes:"Dakika",hours:"Saat",days:"Gün",… property in gantt.locale.labels
H A Dlocale_ua.js13 …Task",type_project:"Project",type_milestone:"Milestone",minutes:"Minutes",hours:"Hours",days:"Days… property in gantt.locale.labels
H A Dlocale_cn.js13 … (结束)",type_task:"任务",type_project:"项目",type_milestone:"里程碑",minutes:"分钟",hours:"小时",days:"天",week… property in gantt.locale.labels
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale.js156 hours: "Hours", property in gantt.locale.labels
H A Dlocale_ar.js161 hours: "Hours", property in gantt.locale.labels
H A Dlocale_be.js162 hours: "Гадзiна", property in gantt.locale.labels
H A Dlocale_fa.js191 hours: "ساعات", property in gantt.locale.labels
H A Dlocale_fi.js162 hours: "Hours", property in gantt.locale.labels
H A Dlocale_fr.js161 hours: "Heures", property in gantt.locale.labels
H A Dlocale_kr.js153 hours: "시간", property in gantt.locale.labels
H A Dlocale_pl.js162 hours: "Godziny", property in gantt.locale.labels
H A Dlocale_si.js162 hours: "Hours", property in gantt.locale.labels
H A Dlocale_sv.js165 hours: "Timmar", property in gantt.locale.labels
H A Dlocale_tr.js166 hours: "Saat", property in gantt.locale.labels
H A Dlocale_cn.js175 hours: "小时", property in gantt.locale.labels
/plugin/cronojob/
H A Dpseudocron.php246 …om %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
286 …sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Del.js1 …"}},sameElse:"L"},calendar:function(e,n){var o=this._calendarEl[e],r=n&&n.hours();return t(o)&&(o=…
H A Duk.js1 …()]):r.nominative}function a(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml124 who skied for 3 hours on a broken shin bone (just below the kneecap);
135 "the German guy who skied for 3 hours on a broken shin ".
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64hours-from-time|fn:hours-from-duration|fn:hours-from-dateTime|fn:floor|fn:false|fn:expanded-QName|…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt352 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
354 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. […
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1098 hours: string; property
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt463 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
465 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt305 8.1. The time control is specified as 40 moves in two hours and then one hour to
311 this was redundant as the clocks were set as normal to show that two hours
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12847 var hours = 0;
13904 var hours = 0;
27792 hours: [8, 17], property in CalendarManager.defaults.global.worktime
27799 hours: [0, 24], property in CalendarManager.defaults.fulltime.worktime
27895 if (hour >= hours[i] && hour < hours[i + 1])
27981 res += ((hours[i + 1] - hours[i]) || 0);
28096 return hours;
28103 var hours = settings.hours !== undefined ? settings.hours : true;
28108 this._getCalendar().hours = hours;
28312 if (hours) {
[all …]

12345678910