Home
last modified time | relevance | path

Searched refs:hours (Results 201 – 225 of 249) sorted by last modified time

12345678910

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_ua.js13 …Task",type_project:"Project",type_milestone:"Milestone",minutes:"Minutes",hours:"Hours",days:"Days… property in gantt.locale.labels
/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 …]
/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_cn.js175 hours: "小时", 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
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 …e()+36e5*Math.floor(t))},function(n){return n.getHours()}),ga.hours=ga.hour.range,ga.hours.utc=ga.…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format_interval.test10 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
15 2 days 0 hours
H A Ddate_interval.test7 {{ date1|date('%d days %h hours') }}
8 {{ date1|date('%d days %h hours', timezone1) }}
18 2 days 0 hours
19 2 days 0 hours
H A Ddate_default_format.test8 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/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/timetrack/
H A Dplugin.info.txt6 desc Track hours for projects
/plugin/datedifference/
H A Dsyntax.php164 $hours = $interval->format('%h');
183 if($hours > 1)
184 $result .= "$hours hours ";
185 elseif($hours == 1)
186 $result .= "$hours hour ";
/plugin/fkstimer/
H A Dscript.js34 const hours = time.getHours();
41 if (days || hours) {
42 html += addTimeElement(hours, switchLang(hours, 'hour'));
/plugin/jenkins/
H A Dsyntax.php172 $hours = $x % 24;
180 if ($hours >= 1) {
181 $duration .= $hours.'h ';
/plugin/amcharts/assets/amcharts/
H A Damcharts.js371 …ar,c.month,c.date),e.setUTCHours(c.hours,c.minutes,c.seconds,c.milliseconds)):e=new Date(c.year,c.…

12345678910