Home
last modified time | relevance | path

Searched refs:minute (Results 1 – 25 of 165) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DWarehouseCutoffTime.php29 public $minute; variable in Google\\Service\\ShoppingContent\\WarehouseCutoffTime
48 public function setMinute($minute) argument
50 $this->minute = $minute;
57 return $this->minute;
DCutoffTime.php29 public $minute; variable in Google\\Service\\ShoppingContent\\CutoffTime
52 public function setMinute($minute) argument
54 $this->minute = $minute;
61 return $this->minute;
/plugin/jsonrpc/
DIJR_Date.php13 var $minute; variable in IJR_Date
28 $this->minute = gmdate('i', $timestamp);
36 $this->minute = substr($iso, 14, 2);
40 …return $this->year.'-'.$this->month.'-'.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->se…
46 … return gmmktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
/plugin/news/scripts/
Dnewsfeed.php45 $minute = 60; variable
46 $default_ttl = 720*$minute;
68 if($ttl) $ttl *= $minute;
91 new externalNewsFeed($xml_file,$ttl/$minute,$title);
/plugin/bez/meta/
H A DTpl.php153 list($hour, $minute) = explode(':', $time);
155 $minute = (float) $minute;
157 return $hour + $minute/60;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DInlineTest.php537 …ion testParseTimestampAsUnixTimestampByDefault($yaml, $year, $month, $day, $hour, $minute, $second) argument
539 … $this->assertSame(gmmktime($hour, $minute, $second, $month, $day, $year), Inline::parse($yaml));
545 …public function testParseTimestampAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $se… argument
550 $expected->setTime($hour, $minute, $second, 1000000 * ($second - (int) $second));
570 …n testParseNestedTimestampListAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $second) argument
575 $expected->setTime($hour, $minute, $second, 1000000 * ($second - (int) $second));
/plugin/serverinfos/serverinfos/lib/
DElements.class.php296 public function getUptime($uptime, $day, $hour, $minute) argument
309 $ITIL = $minutes." ".($minute).$sm;
322 $ITIL = $heures." ".$hour.$sh." ".$minutes." ".$minute.$sm;
352 $ITIL = $days.$day.$sd." ".$heures." ".$display_hours.$sh." ".$minutes." ".$minute.$sm;
/plugin/odp/
DZipLib.class.php222 $hour=($header['mtime']&0xF800)>>11;$minute=($header['mtime']&0x07E0)>>5;
225 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
252 $minute = ($header['mtime'] & 0x07E0) >> 5;
257 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/calendoku/
Dhelper.php74 $minute = substr($datetime[1], 2, 2);
78 $minute = 0;
84 $date->setTime(intval($hour), intval($minute), intval($second));
/plugin/davcal/
H A Dscript.js506 calEvent.start.minute(0);
508 calEvent.end.minute(0);
524 calEvent.start.minute(0);
526 calEvent.end.minute(0);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Ddate.rst41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
/plugin/judge/helper/
Djdatetime.class.php338 …public static function mktime($hour, $minute, $second, $month, $day, $year, $jalali = null, $timez… argument
351 …$date = $year.'-'.sprintf('%02d', $month).'-'.sprintf('%02d', $day).' '.$hour.':'.$minute.':'.$sec…
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
H A DZip.php884 $minute = ($mtime & 0x07E0) >> 5;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/calendar/
H A DREADME.md126 - **`classes/EventCache.php`** - Caching layer with 5-minute TTL for improved performance
H A Dcalendar-main.js2621 for (let minute = 0; minute < 60; minute += 15) {
2622 const value = String(hour).padStart(2, '0') + ':' + String(minute).padStart(2, '0');
2625 const display = displayHour + ':' + String(minute).padStart(2, '0') + ' ' + ampm;
2626 const minutes = hour * 60 + minute;
2640 const [hour, minute] = value.split(':').map(Number);
2643 return displayHour + ':' + String(minute).padStart(2, '0') + ' ' + ampm;
3317 const [hour24, minute] = timeStr.split(':').map(Number);
3320 return hour12 + ':' + String(minute).padStart(2, '0') + ' ' + ampm;
H A Dsyntax.php682 $minute = isset($parts[1]) ? $parts[1] : '00';
685 return $hour12 . ':' . $minute . ' ' . $ampm;
1918 $minute = $timeParts[1];
1921 $displayTime = $hour . ':' . $minute . ' ' . $ampm;
3757 list($hour, $minute) = explode(':', $startTime);
3763 $display = $displayHour . ':' . $minute . ' ' . $ampm;
H A Dadmin.php5150 private function parseCronExpression($minute, $hour, $day, $month, $weekday) { argument
5152 if ($minute === '*') {
5154 } elseif (strpos($minute, '*/') === 0) {
5155 $interval = substr($minute, 2);
5174 if ($hour === '*' && $minute !== '*') {
5176 } elseif (strpos($hour, '*/') === 0 && $minute !== '*') {
5186 if ($day === '*' && $hour !== '*' && $minute !== '*') {
/plugin/adfs/phpsaml/lib/Saml2/
DUtils.php789 $minute = (int)$matches[5];
795 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
/plugin/saml/phpsaml/lib/Saml2/
DUtils.php789 $minute = (int)$matches[5];
795 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
/plugin/datepicker/
Dstyle.css220 .calendar td.time .minute,
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
Dsymbol.map98 !A2 U+2032 minute
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
DEdit.svelte259 minute, up to 10 records.</span>
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js13 …call(t,e)},n.p="/codebase/",n(n.s=214)}({2:function(t,e){var n={second:1,minute:60,hour:3600,day:8… property
/plugin/chat/
Dreadme.txt98 …dow is monitored. If no mouse movement occures on document window in one minute, interval is again…
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt443 minute=minute

1234567