Home
last modified time | relevance | path

Searched refs:sectionLevel (Results 1 – 2 of 2) sorted by relevance

/plugin/columns/
H A Daction.php140 private $sectionLevel; variable in columns_root_block
147 $this->sectionLevel = 0;
161 public function addColumn($callIndex, $sectionLevel) { argument
169 $this->sectionLevel++;
176 if ($this->sectionLevel > 0) {
177 $this->sectionLevel--;
250 public function addColumn($callIndex, $sectionLevel) { argument
538 private $sectionLevel; variable in columns_column
547 public function __construct($open, $sectionLevel) { argument
552 $this->sectionLevel = $sectionLevel;
[all …]
/plugin/nodetailsxhtml/
H A Drenderer.php30 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++;