Lines Matching refs:heading
153 // third column: cache the display name; taken from metadata => 1st heading
687 * group a multi-dimensional array by each level heading
697 * array(0, '...') => 0 = normal row item (not heading)
760 // only show namespaces that are different from the previous heading
767 // allow the first heading to be used instead of page id/name
842 $heading = '';
845 $heading = $name;
860 // Begin new column if: 1) we are at the start, 2) last item was not a heading or 3) if there is no grouping
865 $jump_tip = sprintf($this->lang['jump_section'], $heading);
871 . $heading . '...</h' . $cont_level . '>' : '';
882 // finally display the appropriate heading or page link(s)
889 $heading = $display;
892 $heading = $this->proper($heading);
895 $heading = $this->htmlWikilink($id, $heading, '', $opt, false, true);
898 <h' . $level . ' style="' . $indent_style . '">' . $heading
939 // ratio of different heading heights (%), to ensure more even use of columns (h1 -> h6)
1106 $heading = ($is_heading) ? $name : '';
1115 // finally display the appropriate heading...
1122 $heading = $display;
1125 $heading = $this->proper($heading);
1128 $heading = $this->htmlWikilink($id, $heading, '', $opt, false, true);
1130 $pagequery .= '<h' . $level . ' style="' . $indent_style . '">' . $heading