Searched refs:getDocumentsFromLine (Results 1 – 4 of 4) sorted by relevance
/plugin/farmsync/_test/ |
H A D | getPagesFromLine.test.php | 66 $actual_result = $pageUpdater->getDocumentsFromLine($sourceanimal, $pattern); 145 $actual_result = $templateUpdater->getDocumentsFromLine($sourceanimal, $pattern); 200 $actual_result = $mediaUpdater->getDocumentsFromLine($sourceanimal, $pattern);
|
/plugin/farmsync/meta/ |
H A D | MediaUpdates.php | 44 $media = array_merge($media, $this->getDocumentsFromLine($this->source, $line)); 66 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\MediaUpdates
|
H A D | TemplateUpdates.php | 41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line)); 115 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\TemplateUpdates
|
H A D | PageUpdates.php | 67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line)); 89 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\PageUpdates
|