Searched refs:tabletfoot_open (Results 1 – 7 of 7) sorted by relevance
/plugin/dig/ | ||
D | syntax.php | 105 $R->tabletfoot_open(); |
/plugin/latexport/_test/ | ||
D | decorator_mock.php | 170 function tabletfoot_open() { function in DecoratorMock |
/plugin/latexport/implementation/ | ||
D | decorator.php | 950 function tabletfoot_open() { function in decorator |
D | decorator_persister.php | 949 function tabletfoot_open() { function in DecoratorPersister |
/plugin/actionrenderer/ | ||
D | renderer.php | 471 public function tabletfoot_open() function in renderer_plugin_actionrenderer |
/plugin/aichat/ | ||
D | renderer.php | 523 public function tabletfoot_open() function in renderer_plugin_aichat |
/plugin/struct/meta/ | ||
D | AggregationTable.php | 74 … if (method_exists($this->renderer, 'tabletfoot_open')) $this->renderer->tabletfoot_open(); |