Searched refs:targetpageid (Results 1 – 3 of 3) sorted by relevance
| /plugin/bureaucracyau/helper/ |
| 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-au/helper/ |
| 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/ |
| D | actiontemplate.php | 436 * @param string $targetpageid pageid of destination 439 protected function addParsedTargetpage($targetpageid, $templatepageid) { argument 444 'id' => $targetpageid, 459 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
|