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) { argument254 $this->currentColumn = new columns_column($callIndex, $sectionLevel);538 private $sectionLevel; variable in columns_column547 public function __construct($open, $sectionLevel) { argument[all …]
30 public $sectionLevel = 0; variable in renderer_plugin_nodetailsxhtml180 …$this->doc = $doc . preg_replace("/(<h([1-9]))/", "<".($this->sectionLevel<1?'section':'article').…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++;