/plugin/fckg/ |
H A D | renderer.php | 113 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 D | renderer.php | 113 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 D | renderer.php | 113 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 D | mtable.php | 20 $renderer->table_open();
|
/plugin/strata/syntax/ |
H A D | table.php | 30 $R->table_open(); 62 $R->table_open();
|
/plugin/latexport/_test/ |
H A D | decorator_tables.test.php | 28 $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 D | decorator_mock.php | 146 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorMock
|
/plugin/dbquery/syntax/ |
H A D | query.php | 100 $R->table_open(); 143 $R->table_open();
|
/plugin/latexport/implementation/ |
H A D | decorator_tables.php | 112 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorTables 114 $this->decorator->table_open($maxcols, $numrows, $pos);
|
H A D | decorator.php | 900 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 D | AggregationEditorTable.php | 68 // ->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 D | TableTag.php | 56 * 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 D | table.php | 149 $this->R->table_open(); 201 $this->R->table_open(); 290 $this->R->table_open(); 370 $this->R->table_open();
|
/plugin/abbrlist/ |
H A D | syntax.php | 115 $R->table_open();
|
/plugin/csv/syntax/ |
H A D | table.php | 90 $renderer->table_open($maxcol, count($data));
|
/plugin/displayorphans/ |
H A D | renderer.php | 19 $renderer->table_open(null, null, null, array('plugin__displayorphans_' . $type));
|
/plugin/edittable/renderer/ |
H A D | json.php | 52 function table_open($maxcols = null, $numrows = null, $pos = null) { function in renderer_plugin_edittable_json
|
/plugin/youtrack/ |
H A D | helper.php | 248 $R->table_open(count($cols));
|
/plugin/nssize/ |
H A D | syntax.php | 31 $renderer->table_open(2);
|
/plugin/struct/syntax/ |
H A D | output.php | 174 $renderer->table_open();
|
/plugin/sql2wiki/syntax/ |
H A D | query.php | 129 $renderer->table_open();
|
/plugin/rplus/ |
H A D | renderer.php | 232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) function in renderer_plugin_rplus_renderer
|
/plugin/qc/ |
H A D | renderer.php | 256 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 D | syntax.php | 100 $r->table_open();
|
/plugin/davcal/syntax/ |
H A D | table.php | 219 $R->table_open();
|