Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 25 of 133) sorted by relevance

123456

/plugin/mediasyntax/
H A DREADME20 2015-07-26: 1 hour: added tool to update mediasyntax on www.staerk.de
21 2015-07-25: 1 hour: allow [[File: instead of [[Image:
22 2015-06-27: 1 hour: enable linking to PDF
23 2013-08-04: 1 hour: do not show "you will be redirected"... inside an <ol>
24 2013-08-04: 1 hour: keep "__". It is not a markup for <u>
25 2013-08-03: 1 hour: keep the stars. "**" does not mean "bold"
28 2012-09-19: 1 hour: converter: do not have empty columns right of your table
29 2012-07-25: 1 hour: issue #9: converter: treat ordered lists right
30 2012-07-24: 1 hour: issue #9: converter: treat headings right
32 2012-07-23: 1 hour
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DWarehouseCutoffTime.php25 public $hour; variable in Google\\Service\\ShoppingContent\\WarehouseCutoffTime
34 public function setHour($hour) argument
36 $this->hour = $hour;
43 return $this->hour;
H A DCutoffTime.php25 public $hour; variable in Google\\Service\\ShoppingContent\\CutoffTime
38 public function setHour($hour) argument
40 $this->hour = $hour;
47 return $this->hour;
H A DDatafeedFetchSchedule.php33 public $hour; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
90 public function setHour($hour) argument
92 $this->hour = $hour;
99 return $this->hour;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/
H A DHourlyMetrics.php25 public $hour; variable in Google\\Service\\MyBusinessBusinessCalls\\HourlyMetrics
34 public function setHour($hour) argument
36 $this->hour = $hour;
43 return $this->hour;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DMaintenanceWindow.php29 public $hour; variable in Google\\Service\\SQLAdmin\\MaintenanceWindow
56 public function setHour($hour) argument
58 $this->hour = $hour;
65 return $this->hour;
/plugin/acronym/
H A DREADME22 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic
26 2010-10-28: 1 hour: allow a codeblock directly under a listitem
27 2010-10-26: 1 hour: allow a listitem directly under a codeblock
28 2010-10-19: 1 hour: cleanup code, remove misleading configuration setting
29 2010-10-17: 2 hour: italic font and plugin info text, removing getInfo()
32 2010-08-21: 1 hour: redirect made faster
33 2010-08-20: 1 hour: preblock and codeblock should start on the same column
39 2010-04-16: 1 hour: testcase for external link
41 2010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is …
43 2010-04-08: 1 hour: version updated
[all …]
/plugin/statdisplay/helper/
H A Dlog.php107 $hour = date('G', $date);
149 $this->logdata[$month][$type]['hour'][$hour]['count'] =
150 isset($this->logdata[$month][$type]['hour'][$hour]['count']) ?
162 $this->logdata[$month][$type]['hour'][$hour]['bytes'] =
183 $this->logdata[$month][$type]['hour'][$hour]['visitor'] =
241 $this->logdata[$month]['hits']['hour'][$hour]['count'] =
242 isset($this->logdata[$month]['hits']['hour'][$hour]['count']) ?
243 $this->logdata[$month]['hits']['hour'][$hour]['count'] + 1 :
255 $this->logdata[$month]['status']['hour'][$hour][$status] =
256 isset($this->logdata[$month]['status']['hour'][$hour][$status]) ?
[all …]
/plugin/jsonrpc/
H A DIJR_Date.php12 var $hour; variable in IJR_Date
27 $this->hour = gmdate('H', $timestamp);
35 $this->hour = substr($iso, 11, 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/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php21 // allow us to go back or forwards and hour even
27 $date->modify('-1 hour');
29 $date->modify('+1 hour');
55 $hour = $hours[$position];
56 if ((!$invert && $date->format('H') >= $hour) || ($invert && $date->format('H') <= $hour)) {
61 $date->setTime($hour, $invert ? 59 : 0);
/plugin/bez/meta/
H A DTpl.php153 list($hour, $minute) = explode(':', $time);
154 $hour = (float) $hour;
157 return $hour + $minute/60;
/plugin/calendoku/
H A Dhelper.php73 $hour = substr($datetime[1], 0, 2);
77 $hour = 0;
84 $date->setTime(intval($hour), intval($minute), intval($second));
412 $hour = '0';
417 $hour = $match[1];
422 $hour = $match[1];
427 $hour = $match[1];
434 $date->setTime(intval($hour), intval($mins), intval($secs));
/plugin/userhomepage/
H A DREADME.md11 The content is resetted every hour and any Github update is applied with a maximum delay of one hou…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php537 …public function testParseTimestampAsUnixTimestampByDefault($yaml, $year, $month, $day, $hour, $min… 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 …public function testParseNestedTimestampListAsDateTimeObject($yaml, $year, $month, $day, $hour, $m… 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
322 $ITIL = $heures." ".$hour.$sh." ".$minutes." ".$minute.$sm;
345 $display_hours = $hour;
348 if ($heures >0) {$display_hours = $hour;} else {$display_hours = "";}
/plugin/metadisplay/
H A Dcli.php111 $hour = '0'; $min = '01'; $second = '0';
112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/clearhistory/
H A Dplugin.info.txt6 … This plugin deletes consecutive history entrys that were made by the same user user within 1 hour
/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);
251 $hour = ($header['mtime'] & 0xF800) >> 11;
257 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/clearhistory/lang/en/
H A Dintro.txt3 It deletes all page revisions that have been made by the same user within a one-hour timeframe.
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php80 @list($year, $month, $day, $hour, $min) = @$matches[3];
89 $versions['hour'][$key] = $hour;
91 $versions['date'][$key] = @mktime($hour, $min, 0, $month, $day, $year);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_immutable.test11 {{ date1|date_modify('+1 hour')|date('d/m/Y H:i:s') }}
/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.js505 calEvent.start.hour(12);
507 calEvent.end.hour(13);
523 calEvent.start.hour(12);
525 calEvent.end.hour(13);
/plugin/backup/lang/en/
H A Dintro.txt8 …le is named //dw-backup-YearMonthDay-HourMinuteSecond.tar.bz2//, and time is in **24 hour format**.
/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…

123456