Home
last modified time | relevance | path

Searched refs:filemtime (Results 201 – 214 of 214) sorted by path

123456789

/plugin/translation3/
H A Dhelper.php397 if($INFO['lastmod'] >= @filemtime($origfn) ) return;
/plugin/translationbuddy/
H A Dsyntax.php124 $date = @filemtime($fn);
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php61 $timestamp_old = @filemtime($this->info['path']);
91 $timestamp_new = @filemtime($this->info['path']);
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php41 'mtime' => filemtime($file_path),
/plugin/webdav/core/
H A DUtils.php160 $item['mtime'] = filemtime("$base/$file");
168 $item['mtime'] = filemtime($item['path']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php77 filemtime($this->path)
H A DNode.php76 return filemtime($this->path);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php52 filemtime($newPath)
H A DFile.php123 filemtime($this->path)
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php273 …AV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocation)),
/plugin/wysiwyg/
H A Dajax.php106 if($DATE != 0 && @filemtime(wikiFN($ID)) > $DATE )
/plugin/xslfo/
H A Daction.php238 http_conditionalRequest(filemtime($file));
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php35 $update_message_cache_date = @filemtime($update_message_cache_filename);
40 $xymon_status_cache_file_date = @filemtime($xymon_status_cache_file);
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php198 $mtime = filemtime($dataFilename);

123456789