Home
last modified time | relevance | path

Searched refs:minute (Results 126 – 150 of 150) sorted by last modified time

123456

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
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
H A Ddhtmlxgantt_tooltip.js13 …dow.scopes=[]),window.scopes.push(i),r}},2:function(t,e){var o={second:1,minute:60,hour:3600,day:8… property in AnonymousFunction4ff8e3161400.o
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_drag_timeline.js.map1minute","hour","day","week","month","quarter","year","isDate","obj","getFullYear","getMonth","getD…
/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/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md133 but bear with me for a minute. Simply put, a stub is a dummy, which depending on the called
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5minute=On(function(n){return new va(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e…
/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/datepicker/
H A Dstyle.css220 .calendar td.time .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/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/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/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/pgn4web/pgn4web/
H A Dpgn-standard.txt1093 an incremental time control of 90 minutes plus one extra minute per move would
1106 minute egg timer sandclock would have a tag value of "*180".
/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/tuxquote/
H A Dquotes.txt314 …ho lends you his umbrella when the sun is shining and w ants it back the minute it rains. <BR> -- …
443 I don't suffer from insanity, I enjoy every minute of it.
1110 …now this? Because I'm psychic! I also know that your name . . . wait a minute . . . it's coming …
3442 How long a minute is depends on which side of the Toilet Door you're on. <BR> -- Ballance's Law
3444 The item you had your eye on the minute you walked in will be take by the person in front of you. <…
3468 A four hour staff meeting rarely accomplishes anything that a ten minute slap fight can't. <BR> -- …
3732 How long a minute is depends on what side of the bathroom door you're on.
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dsymbol.map98 !A2 U+2032 minute
/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/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/processing/
H A Dscript.js5071 p.minute = function minute() { function
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf4123 https?:\/\/([^\/]*\.)?last-minute-travel\.ebem\.info
/plugin/chat/
H A Dreadme.txt98 …dow is monitored. If no mouse movement occures on document window in one minute, interval is again…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1minute:1,isarray:1,cbool:1,round:1,formatcurrency:1,conversions:1,csng:1,timevalue:1,second:1,year… property in hljs.LANGUAGES.vbscript.dM.k.built_in

123456