Home
last modified time | relevance | path

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

/plugin/blogtng/db/
H A 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'
H A 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
H A Dupdate0001.sql8 lastmod INTEGER, field
/plugin/lastmod/
H A Dsyntax.php68 $lastmod = $tmp_info['lastmod'];
76 $lastmod = $tmp_info['lastmod'];
80 return array($lastmod);
H A Dplugin.info.txt1 base lastmod
7 url http://www.dokuwiki.org/plugin:lastmod
H A DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
H A DREADME1 Please refer to the documentation at http://www.dokuwiki.org/plugin:lastmod
/plugin/acknowledge/
H A Dhelper.php77 $sql = "INSERT OR IGNORE INTO pages (page, lastmod) VALUES (?,?)";
82 $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)
190 $sql = "REPLACE INTO pages (page, lastmod) VALUES (?,?)";
191 $this->db->exec($sql, [$page, $lastmod]);
279 $sql = "SELECT A.page, A.pageassignees, A.autoassignees, B.lastmod, C.user, C.ack FROM assignments A
283 ON A.page = C.page AND ( (C.user = ? AND C.ack > B.lastmod) )
149 storePageDate($page, $lastmod, $newContent) global() argument
[all...]
/plugin/userspagecreate/
H A Daction.php137 $date = strftime($conf['dformat'],$INFO['lastmod']);
143 print $lang['lastmod'];
/plugin/data-au/db/
H A Dupdate0005.sql1 ALTER TABLE pages ADD lastmod;
/plugin/data/db/
H A Dupdate0005.sql2 ADD lastmod;
/plugin/acknowledge/db/
H A Dupdate0001.sql4 lastmod INT NOT NULL field
/plugin/translation/
H A Dhelper.php338 if ($INFO['lastmod'] >= @filemtime($origfn)) return;
344 $difflink = $this->getOldDiffLink($orig, $INFO['lastmod']);
356 * @param int $lastmod
359 public function getOldDiffLink($id, $lastmod) argument
366 if ($rev < $lastmod) {
/plugin/data-au/
H A Dhelper.php388 '%lastmod%' => array('lastmod', 'timestamp')
/plugin/data/
H A Dhelper.php418 '%lastmod%' => ['lastmod', 'timestamp']
/plugin/publish/_test/
H A Dmail.unit.test.php113 $revision = $revision['lastmod'];
/plugin/spatialhelper/
H A Daction.php139 $lastmod = @filemtime($path);
140 $event->data ['items'] [] = new Item(ml($this->getConf('media_kml'), '', true, '&amp;', true), $lastmod);
/plugin/ajaxedit/
H A Dscript.js123 if(response.pageid === JSINFO['id']) LASTMOD = response.lastmod; //refresh LASTMOD
/plugin/autotranslation/
H A Dhelper.php456 function getOldDiffLink($id, $lastmod) { argument
462 if($rev < $lastmod) {
/plugin/elasticsearch/action/
H A Dsearch.php448 $lastmod = strtotime($doc['modified']);
449 echo ' <span class="">' . $lang['lastmod'] . ' ' . dformat($lastmod) . '</span>';
/plugin/webdavclient/
H A Dhelper.php1389 $lastmod = new \DateTime($calendarobject['getlastmodified']);
1390 …alendarobject['calendar-data'], $calendarobject['href'], $connectionId, $lastmod->getTimestamp(), …