Home
last modified time | relevance | path

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

/plugin/farmsync/_test/
H A DfindCommonAncestor.test.php54 …$actual_common_ancestor = $mock_farm_util->findCommonAncestor($testpage, $sourceanimal, $testanima…
73 …$actual_common_ancestor = $mock_farm_util->findCommonAncestor($testpage, $sourceanimal, $testanima…
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php50 public function findCommonAncestor($page, $source, $target) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil
51 …s->remoteData[$source][$target][$page]['commonAncestor'] : parent::findCommonAncestor($page, $sour…
/plugin/farmsync/meta/
H A DPageUpdates.php36 $commonroot = $this->farm_util->findCommonAncestor($page, $source, $target);
H A DFarmSyncUtil.php259 public function findCommonAncestor($page, $source, $target) { function in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil