Home
last modified time | relevance | path

Searched refs:table_open (Results 1 – 25 of 53) sorted by last modified time

123

/plugin/dbquery/syntax/
H A Dquery.php100 $R->table_open();
143 $R->table_open();
/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();
H A DAggregationTable.php59 $this->renderer->table_open();
/plugin/struct/syntax/
H A Doutput.php174 $renderer->table_open();
/plugin/yalist/
H A Dsyntax.php411 $renderer->table_open(2);
/plugin/todo/syntax/
H A Dlist.php379 $R->table_open();
/plugin/adhocmathml/
H A Dmtable.php20 $renderer->table_open();
/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/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/sql2wiki/syntax/
H A Dquery.php129 $renderer->table_open();
/plugin/btable2/
H A Dsyntax.php219 $renderer->table_open();
/plugin/odt/renderer/
H A Dpage.php755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){ function in renderer_plugin_odt_page
/plugin/prosemirror/
H A Drenderer.php191 public function table_open($maxcols = null, $numrows = null, $pos = null) function in renderer_plugin_prosemirror
/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/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/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/davcal/syntax/
H A Dtable.php219 $R->table_open();
/plugin/text/
H A Drenderer.php490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { function in renderer_plugin_text
/plugin/actionrenderer/
H A Drenderer.php435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) function in renderer_plugin_actionrenderer
/plugin/gemini/
H A Drenderer.php443 public function table_open($maxcols = null, $numrows = null, $pos = null) function in renderer_plugin_gemini
/plugin/csv/syntax/
H A Dtable.php90 $renderer->table_open($maxcol, count($data));
/plugin/strata/syntax/
H A Dentry.php259 $R->table_open();
H A Dtable.php30 $R->table_open();
62 $R->table_open();

123