Home
last modified time | relevance | path

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

/plugin/bureaucracyau/helper/
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-au/helper/
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/
Dactiontemplate.php207 $templatepageid = cleanID($template_page['id']);
214 …g_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . '$1', $templatepageid);
216 if ($newTargetpageid === $templatepageid) {
223 $this->addParsedTargetpage($newTargetpageid, $templatepageid);
437 * @param string $templatepageid pageid of template for this targetpage
439 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument
440 $tpl = rawWiki($templatepageid);