Home
last modified time | relevance | path

Searched refs:tablecell_open (Results 26 – 45 of 45) sorted by relevance

12

/plugin/dokutexit/
H A Dlatex.php721 function tablecell_open($colspan = 1, $align = NULL) { function in Doku_Renderer_latex
921 $this->tablecell_open($colspan, $align);
1020 $this->tablecell_open($colspan, $align);
1124 $this->tablecell_open($colspan, $align);
/plugin/actionrenderer/
H A Drenderer.php507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) function in renderer_plugin_actionrenderer
/plugin/revealjs/
H A Drenderer.php388 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) { function in renderer_plugin_revealjs
/plugin/semanticdata/syntax/
H A Dtable.php267 $R->tablecell_open(count($clist), 'center');
/plugin/timetrack/
H A Dhelper.php783 $r->tablecell_open();
786 $r->tablecell_open();
/plugin/strata/syntax/
H A Dentry.php315 $R->tablecell_open();
/plugin/todo/syntax/
H A Dlist.php394 $R->tablecell_open();
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php242 $this->renderer->tablecell_open(1, $align);
/plugin/latexit/
H A Drenderer.php1272 $this->tablecell_open($colspan, $align, $rowspan);
1290 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1) { function in renderer_plugin_latexit
/plugin/latexport/implementation/
H A Ddecorator_persister.php1007 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorPersister
/plugin/statdisplay/helper/
H A Dtable.php461 $this->R->tablecell_open($span, $align);
/plugin/prosemirror/
H A Drenderer.php217 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_prosemirror
/plugin/data-au/syntax/
H A Dtable.php475 $R->tablecell_open(count($clist), 'center');
/plugin/data/syntax/
H A Dtable.php488 $R->tablecell_open(count($clist), 'center');
/plugin/mellelexport/
H A Drenderer.php736 …function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1){call_user_func_array(array($thi… function in renderer_plugin_mellelexport
/plugin/xml/
H A Drenderer.php530 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_xml
/plugin/edittable/renderer/
H A Dinverse.php646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_inverse
/plugin/nroff/
H A Drenderer.php886 function tablecell_open($colspan = 1, $align = NULL){ function in renderer_plugin_nroff
/plugin/odp/
H A Drenderer.php724 function tablecell_open($colspan = 1, $align = "left"){ function in renderer_plugin_odp
/plugin/odt/renderer/
H A Dpage.php797 function tablecell_open($colspan = 1, $align = "left", $rowspan = 1){ function in renderer_plugin_odt_page

12