Searched refs:sectionLevel (Results 1 – 2 of 2) sorted by relevance
140 private $sectionLevel; variable in columns_root_block147 $this->sectionLevel = 0;161 public function addColumn($callIndex, $sectionLevel) { argument169 $this->sectionLevel++;176 if ($this->sectionLevel > 0) {177 $this->sectionLevel--;250 public function addColumn($callIndex, $sectionLevel) { argument538 private $sectionLevel; variable in columns_column547 public function __construct($open, $sectionLevel) { argument552 $this->sectionLevel = $sectionLevel;[all …]
30 public $sectionLevel = 0; variable in renderer_plugin_nodetailsxhtml 180 $this->doc = $doc . preg_replace("/(<h([1-9]))/", "<".($this->sectionLevel<1?'section':'article')." class=\"level\\2{$class}\">\\1", $this->doc);194 $this->doc .= '<'.($this->sectionLevel<1?'section':'article').' class="'.$name.'">';222 $this->sectionLevel--;225 $this->doc .= '</'.($this->sectionLevel<1?'section':'article').'>'.DOKU_LF;230 $this->sectionLevel++;