Home
last modified time | relevance | path

Searched refs:table_open (Results 26 – 50 of 53) sorted by path

123

/plugin/latexport/implementation/
H A Ddecorator_persister.php901 function table_open($maxcols = null, $numrows = null, $pos = null) { function in DecoratorPersister
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);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php219 $this->renderer->table_open();
/plugin/mellelexport/
H A Drenderer.php724 …function table_open($maxcols = null, $numrows = null, $pos = null){call_user_func_array(array($thi… function in renderer_plugin_mellelexport
/plugin/nroff/
H A Drenderer.php847 function table_open($maxcols = NULL, $numrows = NULL){ function in renderer_plugin_nroff
/plugin/nssize/
H A Dsyntax.php31 $renderer->table_open(2);
/plugin/odp/
H A Drenderer.php690 function table_open($maxcols = NULL, $numrows = NULL){ function in renderer_plugin_odp
/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/pubchem/
H A Dsyntax.php124 $renderer->table_open(2);
/plugin/purplenumbers/
H A Drenderer.php89 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { function in renderer_plugin_purplenumbers
/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/revealjs/
H A Drenderer.php295 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) { function in renderer_plugin_revealjs
/plugin/rplus/
H A Drenderer.php232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) function in renderer_plugin_rplus_renderer
/plugin/sql2wiki/syntax/
H A Dquery.php129 $renderer->table_open();
/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/strata/syntax/
H A Dentry.php259 $R->table_open();
H A Dtable.php30 $R->table_open();
62 $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/text/
H A Drenderer.php490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { function in renderer_plugin_text
/plugin/timetrack/
H A Dhelper.php766 $r->table_open();
H A Dsyntax.php100 $r->table_open();
/plugin/todo/syntax/
H A Dlist.php379 $R->table_open();

123