Home
last modified time | relevance | path

Searched refs:lastmod (Results 1 – 23 of 23) sorted by relevance

/plugin/blogtng/db/
Dupdate0005.sql9 lastmod INTEGER, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
27 lastmod INTEGER, field
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
Dupdate0004.sql51 lastmod INTEGER, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
69 lastmod INTEGER, field
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
Dupdate0001.sql8 lastmod INTEGER, field
/plugin/smartcache/
Daction.php36 $JSINFO['lastmod'] = (string) 'X';
38 $JSINFO['lastmod'] = (string) date("m/d/Y H:i:s",filemtime(($conf['datadir'].'/'.(str_replace(':','…
41 $JSINFO['lastmod'] = (string) 'X';
/plugin/lastmod/
Dsyntax.php68 $lastmod = $tmp_info['lastmod'];
76 $lastmod = $tmp_info['lastmod'];
80 return array($lastmod);
Dplugin.info.txt1 base lastmod
7 url http://www.dokuwiki.org/plugin:lastmod
DREADME1 Please refer to the documentation at http://www.dokuwiki.org/plugin:lastmod
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
/plugin/acknowledge/
Dhelper.php82 $lastmod = @filemtime(wikiFN($page));
83 if ($lastmod) {
85 $this->db->exec($sql, [$page, $lastmod]);
178 * @param int $lastmod timestamp of last non-minor change
180 public function storePageDate($page, $lastmod, $newContent) argument
193 $this->db->exec($sql, [$page, $lastmod]);
/plugin/userspagecreate/
Daction.php137 $date = strftime($conf['dformat'],$INFO['lastmod']);
143 print $lang['lastmod'];
/plugin/data/db/
Dupdate0005.sql2 ADD lastmod;
/plugin/data-au/db/
Dupdate0005.sql1 ALTER TABLE pages ADD lastmod;
/plugin/acknowledge/db/
Dupdate0001.sql4 lastmod INT NOT NULL field
/plugin/translation/
Dhelper.php356 * @param int $lastmod
359 public function getOldDiffLink($id, $lastmod) argument
366 if ($rev < $lastmod) {
/plugin/data/
Dhelper.php418 '%lastmod%' => ['lastmod', 'timestamp']
/plugin/data-au/
Dhelper.php388 '%lastmod%' => array('lastmod', 'timestamp')
/plugin/spatialhelper/
Daction.php139 $lastmod = @filemtime($path);
140 …->data ['items'] [] = new Item(ml($this->getConf('media_kml'), '', true, '&amp;', true), $lastmod);
/plugin/publish/_test/
H A Dmail.unit.test.php113 $revision = $revision['lastmod'];
/plugin/ajaxedit/
Dscript.js123 if(response.pageid === JSINFO['id']) LASTMOD = response.lastmod; //refresh LASTMOD
/plugin/autotranslation/
Dhelper.php456 function getOldDiffLink($id, $lastmod) { argument
462 if($rev < $lastmod) {
/plugin/elasticsearch/action/
Dsearch.php477 $lastmod = strtotime($doc['modified']);
478 echo ' <span class="">' . $lang['lastmod'] . ' ' . dformat($lastmod) . '</span>';
/plugin/json/script/
Djson.js172lastmod: JSINFO.json_lastmod,//dokuwiki timestamp of the last modification to the current page property
/plugin/webdavclient/
Dhelper.php1389 $lastmod = new \DateTime($calendarobject['getlastmodified']);
1390 …alendarobject['calendar-data'], $calendarobject['href'], $connectionId, $lastmod->getTimestamp(), …