Home
last modified time | relevance | path

Searched refs:minute (Results 126 – 150 of 150) sorted by path

123456

/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/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/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt9796 minute
H A Dwords.txt2278 minute
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js13552 var minute = parseInt(matches[5], 10);
13553 minute = minute >= 0 && minute <= 59 ? minute : 0;
13564 minute += offsetMinute;
13567 minute -= offsetMinute;
13570 return new Date(Date.UTC(year, month, day, hour, minute, second));
H A Dpdf.js.map1minute","universalTimeRelation","offsetHour","offsetMinute","addNativeFontFace","insertRule","styl…
H A Dpdf.worker.js.map1minute', 'lessequal',\n 'fraction', 'infinity', 'florin', 'club', 'diamond', 'heart', 'spade',\n …
/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/processing/
H A Dscript.js5071 p.minute = function minute() { function
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … intersect into is isolation key last level load local max min ' +\n 'minute modify move name n…
/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/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php884 $minute = ($mtime & 0x07E0) >> 5;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs607 default: throw 'bad minute format: ' + fmt;
1086 /* time rounding depends on presence of minute / second / usec fields */
23662 dstr.push(dd + (dstyle == 2 ? " minute" + (dd == 1 ? "" : "s") : dstyle == 1 ? "m" : ""));
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13minute:60,hour:3600,day:86400,week:604800,month:2592e3,quarter:7776e3,year:31536e3};function n(t){… property in AnonymousFunction949e2c6c1300.i
H A Ddhtmlxgantt.js.map1minute","hour","day","week","month","quarter","year","getFullYear","getMonth","getDate","arrayFilt…
/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_click_drag.js.map1minute","hour","day","week","month","quarter","year","isDate","obj","getFullYear","getMonth","getD…
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…
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_tooltip.js.map1minute","hour","day","week","month","quarter","year","getFullYear","getMonth","getDate","arrayFilt…

123456