Home
last modified time | relevance | path

Searched refs:hasRevision (Results 1 – 4 of 4) sorted by relevance

/plugin/renderrevisions/helper/
H A Dstorage.php50 if(!$this->hasRevision($id, $rev)) return false;
62 public function hasRevision($id, $rev) function in helper_plugin_renderrevisions_storage
/plugin/renderrevisions/action/
H A Drevisions.php55 if (!$storage->hasRevision($id, $rev)) continue;
95 if (!$storage->hasRevision($INFO['id'], (int)$REV)) {
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php63 if ($contextPath->hasRevision()) {
H A DWikiPath.php1230 public function hasRevision(): bool function in ComboStrap\\WikiPath