Lines Matching refs:showColumns
17 …g */ $type, array $items = null, /* bool */ $showHeader = null, array $showColumns = array(true, t… argument
24 $showColumns[0] ? $this->getLang('header_index') : null,
25 $showColumns[1] ? $this->getLang('header_id') : null,
26 $showColumns[2] ? $this->getLang('header_title') : null,
27 $showColumns[3] ? $this->getLang('header_backlinks') : null
36 { $this->_row($renderer, $id, $item, ++$rownum, $type, $showColumns); }
63 …id */ _row(Doku_Renderer $renderer, $id, $item, $rownum, $type, array $showColumns = array(true, t… argument
68 if ($showColumns[0])
76 if ($showColumns[1])
84 if ($showColumns[2])
92 if ($showColumns[3])