Home
last modified time | relevance | path

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

12

/plugin/nssize/
H A Dsyntax.php102 $renderer->tablecell_open();
105 $renderer->tablecell_open();
/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
/plugin/prosemirror/
H A Drenderer.php217 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_prosemirror
/plugin/pubchem/
H A Dsyntax.php241 $renderer->tablecell_open();
264 $renderer->tablecell_open();
/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/sql2wiki/syntax/
H A Dquery.php152 $renderer->tablecell_open();
158 $renderer->tablecell_open();
163 $renderer->tablecell_open();
/plugin/statdisplay/helper/
H A Dtable.php461 $this->R->tablecell_open($span, $align);
/plugin/strata/syntax/
H A Dentry.php315 $R->tablecell_open();
H A Dtable.php32 $R->tablecell_open();
84 $R->tablecell_open();
94 $R->tablecell_open(count($fields));
/plugin/struct/meta/
H A DAggregationTable.php359 $this->renderer->tablecell_open();
367 $this->renderer->tablecell_open(1, $align);
388 $this->renderer->tablecell_open(count($this->columns) + $this->data['rownumbers'], 'center');
/plugin/struct/renderer/
H A Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_struct_csv
104 * Alias for tablecell_open
112 $this->tablecell_open($colspan, $align, $rowspan);
/plugin/struct/syntax/
H A Doutput.php189 $renderer->tablecell_open();
/plugin/text/
H A Drenderer.php530 $this->tablecell_open();
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { function in renderer_plugin_text
/plugin/timetrack/
H A Dhelper.php783 $r->tablecell_open();
786 $r->tablecell_open();
H A Dsyntax.php132 $r->tablecell_open();
/plugin/todo/syntax/
H A Dlist.php394 $R->tablecell_open();
/plugin/xml/
H A Drenderer.php530 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_xml
/plugin/youtrack/
H A Dhelper.php265 $R->tablecell_open();

12