Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dlatex.php64 var $_current_table_args = array(); variable in Doku_Renderer_latex
732 $this->_current_table_args = array($maxcols, $numrows);
782 list($maxcols, $numrows) = $this->_current_table_args;
800 list($maxcols, $numrows) = $this->_current_table_args;
843 $this->_current_table_args = array();