Home
last modified time | relevance | path

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

123456789

/plugin/snap/
H A Dsyntax.php.ori172 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
/plugin/snippets/
H A Daction.php224 $snip_time= filemtime(wikiFN($snipid));
233 $page_time= filemtime(wikiFN($pid));
H A Dhelper.php135 $page_t = filemtime(wikiFN($page_id));
140 $snip_t = filemtime($snip_file);
/plugin/solr/
H A Dhelper.php174 $last = @filemtime($idxtag);
175 if($last > @filemtime(wikiFN($id))){
199 if(time()-@filemtime($lock) > 60*5){
/plugin/source/
H A Daction.php90 $mtime = @filemtime($file);
/plugin/spatialhelper/
H A Daction.php139 $lastmod = @filemtime($path);
/plugin/src/
H A Daction.php92 $mtime = @filemtime($file);
/plugin/statdisplay/helper/
H A Dlog.php320 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/plugin/statistics/inc/
H A DBrowscap.php267 $interval = time() - filemtime($ini_file);
287 // Adjust the filemtime to the $errorInterval
794 $local_tmstp = filemtime($path);
869 return filemtime($this->localFile);
/plugin/struct/action/
H A Dbureaucracy.php166 $time = filemtime(wikiFN($id));
/plugin/struct/
H A Dhelper.php157 return filemtime($file);
/plugin/structtasks/
H A Dcli.php133 $rev = @filemtime($filename);
/plugin/svgimg2/
H A Daction.php50 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/svgpureinsert/
H A Dhelper.php24 $cachedate = @filemtime($cachefile);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …tents file_put_contents ' +\n 'fileatime filectime filegroup fileinode filemtime fileowner filepe…
/plugin/tagadd/_test/
H A Dajax.test.php41 'lastmod' => @filemtime(wikiFN('test:plugin_tagadd')),
57 'lastmod' => @filemtime(wikiFN('test:plugin_tagadd')),
/plugin/tiledblog/
H A Dsyntax.php78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
/plugin/tindexmenu/
H A Daction.php118 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'].'/purgefile')) {
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2536 $p_header['mtime'] = filemtime($p_filename);
3675 else if (filemtime($p_entry['filename']) > $p_entry['mtime'])
H A Drepo.class.php22 $lm=@filemtime($zipfile);
/plugin/todo/
H A Daction.php116 $locktime = filemtime(wikiLockFN($ID));
162 'date' => @filemtime(wikiFN($ID)),
178 'date' => @filemtime(wikiFN($ID)),
/plugin/todo/syntax/
H A Dtodo.php272 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
/plugin/tos/
H A Daction.php140 return (int)@filemtime($tosfile);
/plugin/translation/
H A Dadmin.php81 if ($page['mtime'] > filemtime($translfn)) {
H A Dhelper.php338 if ($INFO['lastmod'] >= @filemtime($origfn)) return;

123456789