Searched refs:tabletfoot_close (Results 1 – 7 of 7) sorted by relevance
/plugin/dig/ | ||
D | syntax.php | 111 $R->tabletfoot_close(); |
/plugin/latexport/_test/ | ||
D | decorator_mock.php | 174 function tabletfoot_close() { function in DecoratorMock |
/plugin/latexport/implementation/ | ||
D | decorator.php | 958 function tabletfoot_close() { function in decorator |
D | decorator_persister.php | 956 function tabletfoot_close() { function in DecoratorPersister |
/plugin/actionrenderer/ | ||
D | renderer.php | 477 public function tabletfoot_close() function in renderer_plugin_actionrenderer |
/plugin/aichat/ | ||
D | renderer.php | 528 public function tabletfoot_close() function in renderer_plugin_aichat |
/plugin/struct/meta/ | ||
D | AggregationTable.php | 77 … if (method_exists($this->renderer, 'tabletfoot_close')) $this->renderer->tabletfoot_close(); |