Lines Matching refs:lvl
239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… argument
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
371 $ins[$i][1][1][4] += $lvl;
393 $diff = $lvl - $lvl_max + 1;
474 if ($lvl > 0 && $section_close_at !== 0 && $flags['indent'] && !$flags['inline']) {
477 array_unshift($ins, array('section_open', array($lvl)));
484 array_unshift($ins, array('section_open', array($lvl)));
498 if($lvl != 0 && $this->sec_close && !$flags['inline']) {
500 $ins[] = array('section_open', array($lvl));
623 $lvl = false;
635 $lvl = $ins[$i][1][1];
636 } elseif ($offset && $lvl && ($ins[$i][1][1] <= $lvl)) {