Home
last modified time | relevance | path

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

/plugin/latexport/implementation/
H A Ddecorator_tables.php203 $this->decorator->table_cline($starts, $column);
211 $this->decorator->table_cline($starts, $column);
H A Ddecorator.php133 function table_cline($start, $end) { function in decorator
135 $this->decorator->table_cline($start, $end);
H A Ddecorator_persister.php1034 function table_cline($start, $end) { function in DecoratorPersister
/plugin/latexport/_test/
H A Ddecorator_mock.php202 function table_cline($start, $end) { function in DecoratorMock