Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 13 of 13) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php282 * @param int $atime Access time. If equals to -1, $time should be
286 public function touch($time = -1, $atime = -1) argument
292 if ($atime == -1) {
293 $atime = $time;
296 return touch($this->getStreamName(), $time, $atime);
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php83 * @param int $atime Access time. If equals to -1, $time should be
87 public function touch($time = -1, $atime = -1); argument
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php110 $atime = $this->sample($timestamp),
117 'atime' => $atime,
125 ->isEqualTo($atime)
/plugin/cleanup/
H A Dhelper.php131 $atime = @fileatime($testfile);
134 return ($mtime != $atime);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php178 public function _case_metadata_touch_with_xxx_arguments($arguments, $path, $time, $atime) argument
182 … $this->function->touch = function ($path, $time, $atime) use (&$_path, &$_time, &$_atime) {
185 $_atime = $atime;
200 ->isEqualTo($atime);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php451 $atime = isset($var[1]) ? $var[1] : null;
452 return $this->sftp->touch($path, $time, $atime);
/plugin/latex/
H A Dadmin.php84 case 'atime':
/plugin/latex-was/
H A Dadmin.php84 case 'atime':
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1532 * @param int $atime
1537 public function touch($filename, $time = null, $atime = null) argument
1551 if (!isset($atime)) {
1552 $atime = $time;
1556 pack('N3', NET_SFTP_ATTR_ACCESSTIME, $atime, $time) :
1557 … Strings::packSSH2('NQ2', NET_SFTP_ATTR_ACCESSTIME | NET_SFTP_ATTR_MODIFYTIME, $atime, $time);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timest… argument
H A Dvorbis.js2atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timest… argument
H A Dopus.js2atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timest… argument
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1572 if(flags & 2) p.atime = blob.read_shift(4);