Lines Matching full:sect

239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a…  argument
240 $key = ($sect) ? $page . '#' . $sect : $page;
277 … $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages);
295 …function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = arra… argument
299 if(!empty($sect)) {
300 $this->_get_section($ins, $sect); // section required
327 if($sect && !$sect_title) {
426 $this->_permalink($ins[$idx], $page, $sect, $flags);
465 …$this->_editbtn($ins, $page, $sect, $sect_title, ($flags['redirect'] ? $root_id : false), $include…
470 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id);
509 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { argument
512 …$footer[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id, $footer_lv…
521 function _editbtn(&$ins, $page, $sect, $sect_title, $root_id, $hid = '') { argument
522 $title = ($sect) ? $sect_title : $page;
534 function _permalink(&$ins, $page, $sect, $flags) { argument
536 …$ins[1] = array('include_header', array($ins[1][0], $ins[1][1], $ins[1][2], $page, $sect, $flags));
620 function _get_section(&$ins, $sect) { argument
633 if (sectionID($ins[$i][1][0], $check) == $sect) {
694 function _get_included_pages($mode, $page, $sect, $parent_id, $flags) { argument
719 $sect = '';
816 $sect = $instruction['sect'];
819 … $pages = array_merge($pages, $this->_get_included_pages($mode, $page, $sect, $parent_id, $flags));