Home
last modified time | relevance | path

Searched refs:time (Results 1826 – 1835 of 1835) sorted by path

1...<<71727374

/plugin/yuriigantt/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
448 Each time you convey a covered work, the recipient automatically
566 the GNU General Public License from time to time. Such new versions will
/plugin/zenlogin/
H A Daction.php103 …setcookie($this->cookie_name, $pwhash . '.' . $row->id, time()+(60*60*24*365), $this->zp_path); //…
116 setcookie($this->cookie_name, '', time()-31536000, $this->zp_path);
/plugin/zip/pear/File/
H A DArchive.php862 * @param int $time Unix timestamp of the minimal modification time of the
866 function predMinTime($time) argument
869 return new File_Archive_Predicate_MinTime($time);
1261 $stat[9] = $stat['mtime'] = time();
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php79 $time = (isset($stat[9]) ? $stat[9] : null);
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php326 $stat[9] = $stat['mtime'] = time();
H A DZip.php383 $stat[9] = $stat['mtime'] = time();
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php85 $time = isset($stat[9]) ? $stat[9] : time();
94 $time, $uid, $gid, $mode, $currentSize);
99 $time, $uid, $gid, $mode, $size);
H A DFiles.php234 touch($this->filename, time(), $this->stat[8]);
H A DTar.php60 $time = isset($stat[9]) ? $stat[9] : time();
90 sprintf("%11s ",decoct($time))
H A DZip.php90 * @param int $time Unix timestamp of the date to convert
93 function getMTime($time) argument
95 $mtime = ($time !== null ? getdate($time) : getdate());

1...<<71727374