Searched full:detectexternaledit (Results 1 – 3 of 3) sorted by relevance
150 $this->detectExternalEdit();226 public function detectExternalEdit() function in dokuwiki\\File\\PageFile240 $msg = "PageFile($this->id)::detectExternalEdit(): timestamp successfully modified";245 … $msg = "PageFile($this->id)::detectExternalEdit(): page file should be newer than last revision "
1246 function detectExternalEdit($id) function1248 dbg_deprecated(PageFile::class . '::detectExternalEdit()');1249 (new PageFile($id))->detectExternalEdit();
40 …$this->assertLessThanOrEqual($expectedRevs, $files, 'detectExternalEdit() should not add too often…