Home
last modified time | relevance | path

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

/plugin/latexport/implementation/
H A Ddecorator_tables.php149 $numberOfPlaceholders = $this->computePlaceholders($colspan, $rowspan);
165 $numberOfPlaceholders = $this->computePlaceholders($colspan, $rowspan);
173 function computePlaceholders($colspan, $rowspan) { function in DecoratorTables