Home
last modified time | relevance | path

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

123

/plugin/abbrlist/
H A Dsyntax.php115 $R->table_open();
/plugin/actionrenderer/
H A Drenderer.php435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) function in renderer_plugin_actionrenderer
/plugin/adhocmathml/
H A Dmtable.php20 $renderer->table_open();
/plugin/btable2/
H A Dsyntax.php219 $renderer->table_open();
/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/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/combo/renderer/
H A Danalytics.php725 public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps function in renderer_plugin_combo_analytics
/plugin/csv/syntax/
H A Dtable.php90 $renderer->table_open($maxcol, count($data));
/plugin/davcal/syntax/
H A Dtable.php219 $R->table_open();
/plugin/dbquery/syntax/
H A Dquery.php100 $R->table_open();
143 $R->table_open();
/plugin/dir/
H A Dsyntax.php1101 $this->rdr->table_open (null, null, null, $class) ;
/plugin/displayorphans/
H A Drenderer.php19 $renderer->table_open(null, null, null, array('plugin__displayorphans_' . $type));
/plugin/dokutexit/
H A Dlatex.php689 function table_open($maxcols = NULL, $numrows = NULL) { function in Doku_Renderer_latex
/plugin/dw2markdown/
H A Drenderer.php483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { function in Renderer_Plugin_dw2markdown
/plugin/edittable/renderer/
H A Dinverse.php585 function table_open($maxcols = null, $numrows = null, $pos = null) { function in renderer_plugin_edittable_inverse
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) { function in renderer_plugin_edittable_json
/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/filelist/
H A Dsyntax.php
/plugin/gemini/
H A Drenderer.php443 public function table_open($maxcols = null, $numrows = null, $pos = null) function in renderer_plugin_gemini
/plugin/latexit/_test/
H A Drenderer.test.php755 $this->r->table_open(5);
760 $this->r->table_open(3);
/plugin/latexit/
H A Drenderer.php1211 function table_open($maxcols = null, $numrows = null, $pos = null) { function in renderer_plugin_latexit
/plugin/latexport/_test/
H A Ddecorator_mock.php146 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorMock
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);
/plugin/latexport/implementation/
H A Ddecorator.php900 function table_open($maxcols = null, $numrows = null, $pos = null) { function in decorator
902 $this->decorator->table_open($maxcols, $numrows, $pos);

123