Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DWarehouseCutoffTime.php29 public $minute; variable in Google\\Service\\ShoppingContent\\WarehouseCutoffTime
48 public function setMinute($minute) argument
50 $this->minute = $minute;
57 return $this->minute;
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dhelper.php74 $minute = substr($datetime[1], 2, 2);
78 $minute = 0;
84 $date->setTime(intval($hour), intval($minute), intval($second));
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
/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/judge/helper/
H A 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/vendor/splitbrain/php-archive/src/
H A DZip.php884 $minute = ($mtime & 0x07E0) >> 5;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php789 $minute = (int)$matches[5];
795 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
/plugin/datepicker/
H A Dstyle.css220 .calendar td.time .minute,
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dsymbol.map98 !A2 U+2032 minute
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte259 minute, up to 10 records.</span>
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A 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 in AnonymousFunctiond1a47c7f0400.n
H A Ddhtmlxgantt_click_drag.js13 …call(t,e)},n.p="/codebase/",n(n.s=217)}({2:function(t,e){var n={second:1,minute:60,hour:3600,day:8… property in AnonymousFunctionfc12088e0400.n
/plugin/chat/
H A Dreadme.txt98 …dow is monitored. If no mouse movement occures on document window in one minute, interval is again…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt443 minute=minute
H A Ddia_ru.txt443 minute=минуту
H A Ddia_bg.txt443 minute=минута
/plugin/database2/
H A Ddatabase2.php4729 list( $hour, $minute, $second ) = explode( ':', trim( $time ) );
4731 if ( ( intval( $hour ) == 0 ) && ( intval( $minute ) == 0 ) &&
4739 $minute = $second = 0;
4742 return mktime( intval( $hour ), intval( $minute ), intval( $second ),
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2534 …config._a = map([i.year, i.month, i.day || i.date, i.hour, i.minute, i.second, i.millisecond], fun…
2739 minutes = normalizedInput.minute || 0,
3487 return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];
3904 proto.minute = proto.minutes = getSetMinute;

123456