Searched refs:findCommonAncestor (Results 1 – 4 of 4) sorted by relevance
/plugin/farmsync/_test/ |
H A D | findCommonAncestor.test.php | 54 …$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 D | FarmSyncUtil.php | 50 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 D | PageUpdates.php | 36 $commonroot = $this->farm_util->findCommonAncestor($page, $source, $target);
|
H A D | FarmSyncUtil.php | 259 public function findCommonAncestor($page, $source, $target) { function in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil
|