Home
last modified time | relevance | path

Searched refs:filemtime (Results 176 – 200 of 214) sorted by relevance

123456789

/plugin/spatialhelper/
H A Daction.php139 $lastmod = @filemtime($path);
/plugin/issuelinks/helper/
H A Ddb.php409 $rev = filemtime(wikiFN($page));
/plugin/filelist/
H A Dsyntax.php
/plugin/ckgdoku/action/
H A Dmeta.php118 $ft=filemtime($fn) ;
166 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
/plugin/ckgedit/action/
H A Dmeta.php144 $ft=filemtime($fn) ;
192 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php355 return filemtime($jobfile);
H A Dpseudo-cron-image.php398 return filemtime($jobfile);
/plugin/odt/action/
H A Dexport.php473 http_conditionalRequest(filemtime($cachefile));
/plugin/acknowledge/
H A Dhelper.php82 $lastmod = @filemtime(wikiFN($page));
/plugin/cacherevisionseraser/
H A Dadmin.php378 if (time()-@filemtime($fileglob) < $this->locktime) {
379 …ln('<strong>'.$this->lang['lockexpirein'].' '.($this->locktime-(time()-@filemtime($fileglob))).' '…
/plugin/dw2pdf/
H A Daction.php579 http_conditionalRequest(filemtime($cachefile));
721 $replace['@UPDATE@'] = dformat(filemtime(wikiFN($id, $REV)));
/plugin/data-au/syntax/
H A Dentry.php229 $revision = filemtime(wikiFN($id));
/plugin/autotranslation/
H A Dhelper.php428 if($INFO['lastmod'] >= @filemtime($origfn)) return;
/plugin/pgn4web/pgn4web/
H A Dviewer.php327 if ((time() - filemtime($tmpDir . "/" . $entryName)) > 3600) {
/plugin/cronojob/
H A Dpseudocron.php337 return filemtime($jobfile);
/plugin/backup/
H A Dadmin.php114 echo dformat(filemtime($full), '%f');
/plugin/editx/
H A Daction.php187 $old = @filemtime($file); // from page
/plugin/statdisplay/helper/
H A Dlog.php320 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/plugin/captcha/
H A Dhelper.php175 $lm = @filemtime(wikiFN($ID));
/plugin/glossary/
H A Dglossary.class.php539 (time () - filemtime ($this->sampleFile) < $this->getConf ('sampleDelai'))) {
581 (time () - filemtime ($this->listFile) < $this->getConf ('listDelai'))) {
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php263 filemtime($file)
/plugin/data/syntax/
H A Dentry.php250 $revision = filemtime(wikiFN($id));
/plugin/gallery/
H A Dsyntax.php
/plugin/issuetracker/
H A Dsyntax.php1760 … $t_check = filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec;
1786 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
1795 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php469 $ThisFileInfo['file_modified_time'] = filemtime($filename);
678 } elseif (filemtime($row['filename']) != $row['last_modified']) {
679 if (abs(filemtime($row['filename']) - $row['last_modified']) != 3600) {

123456789