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