Searched refs:targetpageid (Results 1 – 3 of 3) sorted by relevance
/plugin/bureaucracy-au/helper/ |
H A D | actiontemplate.php | 391 * @param string $targetpageid pageid of destination 394 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument 396 'id' => $targetpageid, 411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
|
/plugin/bureaucracyau/helper/ |
H A D | actiontemplate.php | 391 * @param string $targetpageid pageid of destination 394 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument 396 'id' => $targetpageid, 411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
|
/plugin/bureaucracy/helper/ |
H A D | actiontemplate.php | 437 * @param string $targetpageid pageid of destination 440 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument 445 'id' => $targetpageid, 460 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
|