Searched refs:remotePageExists (Results 1 – 5 of 5) sorted by relevance
/plugin/farmsync/meta/ |
H A D | EntityUpdates.php | 97 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 D | TemplateUpdates.php | 15 if (!$this->farm_util->remotePageExists($target, $template, false)) { 136 if (!$this->farm_util->remotePageExists($source, $document, false)) {
|
H A D | PageUpdates.php | 13 if (!$this->farm_util->remotePageExists($target, $page)) { 115 if (!$this->farm_util->remotePageExists($source, $document)) {
|
H A D | FarmSyncUtil.php | 241 public function remotePageExists($animal, $page, $clean = true) { function in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil
|
/plugin/farmsync/_test/mock/ |
H A D | FarmSyncUtil.php | 34 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…
|