Searched refs:_current_table_mode (Results 1 – 1 of 1) sorted by relevance
63 var $_current_table_mode = NULL; variable in Doku_Renderer_latex389 if ($this->_current_table_mode == 'table_analyse') { //try think something better690 $this->_current_table_mode = 'table_analyse';691 $table_mode = $this->_current_table_mode . '_open';696 $table_mode = $this->_current_table_mode . '_close';701 $table_mode = $this->_current_table_mode . 'row_open';707 $table_mode = $this->_current_table_mode . 'row_close';712 $table_mode = $this->_current_table_mode . 'header_open';717 $table_mode = $this->_current_table_mode . 'header_close';722 $table_mode = $this->_current_table_mode . 'cell_open';[all …]