/plugin/mediasyntax/ |
H A D | README | 20 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 D | WarehouseCutoffTime.php | 25 public $hour; variable in Google\\Service\\ShoppingContent\\WarehouseCutoffTime 34 public function setHour($hour) argument 36 $this->hour = $hour; 43 return $this->hour;
|
H A D | CutoffTime.php | 25 public $hour; variable in Google\\Service\\ShoppingContent\\CutoffTime 38 public function setHour($hour) argument 40 $this->hour = $hour; 47 return $this->hour;
|
H A D | DatafeedFetchSchedule.php | 33 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 D | HourlyMetrics.php | 25 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 D | MaintenanceWindow.php | 29 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 D | README | 22 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 D | log.php | 107 $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 D | IJR_Date.php | 12 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 D | HoursField.php | 21 // 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 D | Tpl.php | 153 list($hour, $minute) = explode(':', $time); 154 $hour = (float) $hour; 157 return $hour + $minute/60;
|
/plugin/calendoku/ |
H A D | helper.php | 73 $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 D | README.md | 11 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 D | InlineTest.php | 537 …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 D | Elements.class.php | 296 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 D | cli.php | 111 $hour = '0'; $min = '01'; $second = '0'; 112 return mktime($hour, $min, $second,$month,$day,$year);
|
/plugin/clearhistory/ |
H A D | plugin.info.txt | 6 … This plugin deletes consecutive history entrys that were made by the same user user within 1 hour
|
/plugin/odp/ |
H A D | ZipLib.class.php | 222 $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 D | intro.txt | 3 It deletes all page revisions that have been made by the same user within a one-hour timeframe.
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.check.php | 80 @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 D | date_immutable.test | 11 {{ date1|date_modify('+1 hour')|date('d/m/Y H:i:s') }}
|
/plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
H A D | date.rst | 41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
|
/plugin/davcal/ |
H A D | script.js | 505 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 D | intro.txt | 8 …le is named //dw-backup-YearMonthDay-HourMinuteSecond.tar.bz2//, and time is in **24 hour format**.
|
/plugin/judge/helper/ |
H A D | jdatetime.class.php | 338 …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…
|