Home
last modified time | relevance | path

Searched refs:table_open (Results 1 – 25 of 53) sorted by relevance

123

/plugin/fckg/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null){ function in renderer_plugin_fckg
115 parent::table_open($maxcols = null, $numrows = null, $pos = null);
/plugin/ckgdoku/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ function in renderer_plugin_ckgdoku
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/ckgedit/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ function in renderer_plugin_ckgedit
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/adhocmathml/
H A Dmtable.php20 $renderer->table_open();
/plugin/strata/syntax/
H A Dtable.php30 $R->table_open();
62 $R->table_open();
/plugin/latexport/_test/
H A Ddecorator_tables.test.php28 $this->decoratorTables->table_open(3, 0, 0);
41 $this->decoratorTables->table_open(3, 0, 0);
96 $this->decoratorTables->table_open(3, 0, 0);
148 $this->decoratorTables->table_open(3, 0, 0);
H A Ddecorator_mock.php146 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorMock
/plugin/dbquery/syntax/
H A Dquery.php100 $R->table_open();
143 $R->table_open();
/plugin/latexport/implementation/
H A Ddecorator_tables.php112 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorTables
114 $this->decorator->table_open($maxcols, $numrows, $pos);
H A Ddecorator.php900 function table_open($maxcols = null, $numrows = null, $pos = null) { function in decorator
902 $this->decorator->table_open($maxcols, $numrows, $pos);
/plugin/struct/meta/
H A DAggregationEditorTable.php68 // ->table_open() first, since it leaves some internal variables unset.
69 // Therefore, call ->table_open() and throw away the generated HTML.
70 $this->renderer->table_open();
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php56 * We call table_open, to init the {@link \Doku_Renderer_xhtml::$_counter} number that is private otherwise, there
60 $renderer->table_open(null, null, $position);
/plugin/statdisplay/helper/
H A Dtable.php149 $this->R->table_open();
201 $this->R->table_open();
290 $this->R->table_open();
370 $this->R->table_open();
/plugin/abbrlist/
H A Dsyntax.php115 $R->table_open();
/plugin/csv/syntax/
H A Dtable.php90 $renderer->table_open($maxcol, count($data));
/plugin/displayorphans/
H A Drenderer.php19 $renderer->table_open(null, null, null, array('plugin__displayorphans_' . $type));
/plugin/edittable/renderer/
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) { function in renderer_plugin_edittable_json
/plugin/youtrack/
H A Dhelper.php248 $R->table_open(count($cols));
/plugin/nssize/
H A Dsyntax.php31 $renderer->table_open(2);
/plugin/struct/syntax/
H A Doutput.php174 $renderer->table_open();
/plugin/sql2wiki/syntax/
H A Dquery.php129 $renderer->table_open();
/plugin/rplus/
H A Drenderer.php232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) function in renderer_plugin_rplus_renderer
/plugin/qc/
H A Drenderer.php256 public function table_open($maxcols = null, $numrows = null, $pos = null)
246 public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps global() function in renderer_plugin_qc
/plugin/timetrack/
H A Dsyntax.php100 $r->table_open();
/plugin/davcal/syntax/
H A Dtable.php219 $R->table_open();

123