Lines Matching defs:parent_id
695 function _get_included_pages($mode, $page, $sect, $parent_id, $flags) {
727 $page = $this->_apply_macro($page, $parent_id);
728 resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
787 $result[] = array('id' => $page, 'exists' => $exists, 'parent_id' => $parent_id);
817 $parent_id = $instruction['parent_id'];
819 $pages = array_merge($pages, $this->_get_included_pages($mode, $page, $sect, $parent_id, $flags));
828 function _get_language_of_wiki($id, $parent_id) {
845 $testpage = $this->_apply_macro(str_replace('@BROWSER_LANG@', $lang, $id), $parent_id);
846 resolve_pageid(getNS($parent_id), $testpage, $exists);
860 function _apply_macro($id, $parent_id) {
924 '@BROWSER_LANG@' => $this->_get_language_of_wiki($id, $parent_id),