Home
last modified time | relevance | path

Searched refs:remotePageExists (Results 1 – 5 of 5) sorted by path

/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php34 public function remotePageExists($animal, $page, $clean = true) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil
35 …['exists']) ? $this->remoteData[$animal][$page]['exists'] : parent::remotePageExists($animal, $pag…
/plugin/farmsync/meta/
H A DEntityUpdates.php97 if ($this->farm_util->remotePageExists($source, $page . $conf['start'])) {
100 } elseif ($this->farm_util->remotePageExists($source, $page . noNS(cleanID($page)))) {
103 } elseif ($this->farm_util->remotePageExists($source, $page)) {
H A DFarmSyncUtil.php241 public function remotePageExists($animal, $page, $clean = true) { function in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil
H A DPageUpdates.php13 if (!$this->farm_util->remotePageExists($target, $page)) {
115 if (!$this->farm_util->remotePageExists($source, $document)) {
H A DTemplateUpdates.php15 if (!$this->farm_util->remotePageExists($target, $template, false)) {
136 if (!$this->farm_util->remotePageExists($source, $document, false)) {