Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 25 of 249) sorted by last modified time

12345678910

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php546 $hours = $seconds / 3600;
547 if ($hours < 24) {
548 $value = number_format($hours, $precision);
/plugin/bez/mdl/
H A DValidator.php189 $hours = $parts[1];
192 if (mktime($hours, $minutes, 0)) {
/plugin/bez/meta/
H A DTpl.php161 $hours = floor($float);
162 $minutes = ($float - $hours) * 60;
164 return sprintf('%d:%02d', $hours, $minutes);
/plugin/bez/tpl/
H A Dtasks.php174 <?php $hours = $tpl->date_diff_hours($task->start_time, $task->finish_time) ?> variable
175 <?php $total_hours += $tpl->time_to_float($hours) ?>
239 <?php echo $hours ?>
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js44445 var n = t.hours;
44446 e ? n < 12 && (t.hours += 12) : 12 === n && (t.hours = 0), delete t.afternoon;
44454 f = o.hours,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs21951 case 'hours': { // <number:hours> 16.29.20
22380 case 'hours': // 16.27.19 <number:hours>
22749 …case "h": case "hh": payload += '<number:hours number:style="' + (c.length % 2 ? "short" : "long")…
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php22 // if DST will be changed between the hours.
38 $hours = array();
40 $hours = array_merge($hours, $this->getRangeForExpression($part, 23));
44 $position = $invert ? count($hours) - 1 : 0;
45 if (count($hours) > 1) {
46 for ($i = 0; $i < count($hours) - 1; $i++) {
47 if ((!$invert && $current_hour >= $hours[$i] && $current_hour < $hours[$i + 1]) ||
48 ($invert && $current_hour > $hours[
[all...]
/plugin/statistics/inc/
H A DStatisticsQuery.class.php127 public function dashboardviews($tlimit, $hours = false) { argument
128 if($hours) {
155 public function dashboardwiki($tlimit, $hours = false) { argument
156 if($hours) {
H A DStatisticsGraph.class.php268 $hours = ($this->from == $this->to);
269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours);
279 $times[] = $time . ($hours ? 'h' : '');
301 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
318 $hours = ($this->from == $this->to);
319 $result = $this->hlp->Query()->dashboardwiki($this->tlimit, $hours);
329 $times[] = $time . ($hours ? 'h' : '');
351 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
/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/edittable/lib/
H A Dhandsontable.full.js8760 return this.hours() || 24;
8871 if (hours > 11) {
10509 this.hours(0);
10574 hours: m.hours(),
11181 data.hours = mathAbs(data.hours);
11243 data.hours = hours % 24;
11384 hours < thresholds.h && ['hh', hours] ||
11456 var minutes, hours, years;
11473 var h = hours;
11516 proto$2.hours = hours;
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt123 Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js634 return Boolean(dur.hours() || dur.minutes() || dur.seconds() || dur.milliseconds());
1459 hours: this.hours(),
1478 return this.hours(dayHours + time.hours())
1492 hours: 0,
12788 { hours: 1 },
H A Dmoment.js1650 return this.hours() || 24;
1761 if (hours > 11) {
3431 this.hours(0);
3496 hours: m.hours(),
4103 data.hours = mathAbs(data.hours);
4165 data.hours = hours % 24;
4167 days += absFloor(hours / 24);
4310 hours < thresholds.h && ['hh', hours] ||
4386 var minutes, hours, years;
4403 var h = hours;
[all …]
H A Dfullcalendar.less30 /* default look for non-business-hours areas */
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dca.js1hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] L…
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 Dgl.js1hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},ne…
H A Dit.js1hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hou…
H A Duk.js1 …()]):r.nominative}function a(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}…
H A Des-do.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
H A Des-us.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
H A Des.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\OSConfig\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php29 public $hours; variable in Google\\Service\\ShoppingContent\\DateTime
74 public function setHours($hours) argument
76 $this->hours = $hours;
83 return $this->hours;

12345678910