Home
last modified time | relevance | path

Searched refs:templatepageid (Results 1 – 3 of 3) sorted by relevance

/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php164 $templatepageid = cleanID($template_page['id']);
171 …g_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . '$1', $templatepageid);
173 if ($newTargetpageid === $templatepageid) {
180 $this->addParsedTargetpage($newTargetpageid, $templatepageid);
392 * @param string $templatepageid pageid of template for this targetpage
394 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument
397 'tpl' => rawWiki($templatepageid),
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php164 $templatepageid = cleanID($template_page['id']);
171 …g_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . '$1', $templatepageid);
173 if ($newTargetpageid === $templatepageid) {
180 $this->addParsedTargetpage($newTargetpageid, $templatepageid);
392 * @param string $templatepageid pageid of template for this targetpage
394 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument
397 'tpl' => rawWiki($templatepageid),
/plugin/bureaucracy/helper/
H A Dactiontemplate.php208 $templatepageid = cleanID($template_page['id']);
215 …g_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . '$1', $templatepageid);
217 if ($newTargetpageid === $templatepageid) {
224 $this->addParsedTargetpage($newTargetpageid, $templatepageid);
438 * @param string $templatepageid pageid of template for this targetpage
440 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument
441 $tpl = rawWiki($templatepageid);