Home
last modified time | relevance | path

Searched refs:getDocumentsFromLine (Results 1 – 4 of 4) sorted by path

/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php66 $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 DMediaUpdates.php44 $media = array_merge($media, $this->getDocumentsFromLine($this->source, $line));
66 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\MediaUpdates
H A DPageUpdates.php67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line));
89 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\PageUpdates
H A DTemplateUpdates.php41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line));
115 public function getDocumentsFromLine($source, $line) { function in dokuwiki\\plugin\\farmsync\\meta\\TemplateUpdates