/plugin/blogtng/db/ |
H A D | update0005.sql | 9 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 D | update0004.sql | 51 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 D | update0001.sql | 8 lastmod INTEGER, field
|
/plugin/lastmod/ |
H A D | syntax.php | 68 $lastmod = $tmp_info['lastmod']; 76 $lastmod = $tmp_info['lastmod']; 80 return array($lastmod);
|
H A D | plugin.info.txt | 1 base lastmod 7 url http://www.dokuwiki.org/plugin:lastmod
|
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
|
H A D | README | 1 Please refer to the documentation at http://www.dokuwiki.org/plugin:lastmod
|
/plugin/acknowledge/ |
H A D | helper.php | 77 $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 D | action.php | 137 $date = strftime($conf['dformat'],$INFO['lastmod']); 143 print $lang['lastmod'];
|
/plugin/data-au/db/ |
H A D | update0005.sql | 1 ALTER TABLE pages ADD lastmod;
|
/plugin/data/db/ |
H A D | update0005.sql | 2 ADD lastmod;
|
/plugin/acknowledge/db/ |
H A D | update0001.sql | 4 lastmod INT NOT NULL field
|
/plugin/translation/ |
H A D | helper.php | 338 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 D | helper.php | 388 '%lastmod%' => array('lastmod', 'timestamp')
|
/plugin/data/ |
H A D | helper.php | 418 '%lastmod%' => ['lastmod', 'timestamp']
|
/plugin/publish/_test/ |
H A D | mail.unit.test.php | 53 $oldrevision = $oldrevision['lastmod']; 59 $newrevision = $newrevision['lastmod']; 113 $revision = $revision['lastmod'];
|
/plugin/spatialhelper/ |
H A D | action.php | 139 $lastmod = @filemtime($path); 140 $event->data ['items'] [] = new Item(ml($this->getConf('media_kml'), '', true, '&', true), $lastmod);
|
/plugin/ajaxedit/ |
H A D | script.js | 123 if(response.pageid === JSINFO['id']) LASTMOD = response.lastmod; //refresh LASTMOD
|
/plugin/autotranslation/ |
H A D | helper.php | 456 function getOldDiffLink($id, $lastmod) { argument 462 if($rev < $lastmod) {
|
/plugin/elasticsearch/action/ |
H A D | search.php | 448 $lastmod = strtotime($doc['modified']); 449 echo ' <span class="">' . $lang['lastmod'] . ' ' . dformat($lastmod) . '</span>';
|
/plugin/webdavclient/ |
H A D | helper.php | 1389 $lastmod = new \DateTime($calendarobject['getlastmodified']); 1390 …alendarobject['calendar-data'], $calendarobject['href'], $connectionId, $lastmod->getTimestamp(), …
|