Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 12 of 12) sorted by path

/dokuwiki/inc/
H A Dinfoutils.php132 $ts = prev($committerData);
133 if ($ts && $date = date('Y-m-d', $ts)) {
/dokuwiki/inc/lang/lv/
H A Dpreview.txt
H A Dregistermail.txt
H A Duploadmail.txt
/dokuwiki/lib/plugins/acl/lang/hu/
H A Dhelp.txt
/dokuwiki/lib/plugins/acl/lang/lv/
H A Dhelp.txt
/dokuwiki/lib/plugins/config/lang/hu/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/de-informal/
H A Dsubmitted.txt
/dokuwiki/lib/plugins/popularity/lang/de/
H A Dintro.txt
H A Dsubmitted.txt
/dokuwiki/lib/plugins/revert/lang/hu/
H A Dintro.txt
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php899 * @param int $ts unix timestamp
907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) argument
911 $dtime = dechex($this->makeDosTime($ts));
946 * @param int $ts unix timestamp
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) argument
958 $dtime = dechex($this->makeDosTime($ts));