Home
last modified time | relevance | path

Searched refs:tableheader_open (Results 1 – 25 of 43) sorted by relevance

12

/plugin/timetrack/
H A Dsyntax.php103 $r->tableheader_open();
111 $r->tableheader_open();
117 $r->tableheader_open();
127 $r->tableheader_open();
140 $r->tableheader_open();
150 $r->tableheader_open();
155 $r->tableheader_open();
160 $r->tableheader_open();
H A Dhelper.php768 $r->tableheader_open();
771 $r->tableheader_open();
796 $r->tableheader_open();
799 $r->tableheader_open();
/plugin/davcal/syntax/
H A Dtable.php221 $R->tableheader_open();
226 $R->tableheader_open();
230 $R->tableheader_open();
235 $R->tableheader_open();
241 $R->tableheader_open();
245 $R->tableheader_open();
/plugin/latexport/_test/
H A Ddecorator_tables.test.php44 $this->decoratorTables->tableheader_open(1, 1, 1);
46 $this->decoratorTables->tableheader_open(1, 1, 1);
48 $this->decoratorTables->tableheader_open(1, 1, 1);
99 $this->decoratorTables->tableheader_open(1, 1, 1);
101 $this->decoratorTables->tableheader_open(2, 1, 1);
151 $this->decoratorTables->tableheader_open(1, 1, 2);
153 $this->decoratorTables->tableheader_open(1, 1, 2);
155 $this->decoratorTables->tableheader_open(1, 1, 1);
H A Ddecorator_mock.php186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
/plugin/abbrlist/
H A Dsyntax.php117 $R->tableheader_open();
120 $R->tableheader_open();
/plugin/latexit/_test/
H A Drenderer.test.php787 $this->r->tableheader_open(1, "r", 1);
792 $this->r->tableheader_open(1, NULL, 1);
797 $this->r->tableheader_open(2, NULL, 1);
802 $this->r->tableheader_open(1, NULL, 2);
809 $this->r->tableheader_open(2, NULL, 2);
818 $this->r->tableheader_open();
824 $this->r->tableheader_open(2);
831 $this->r->tableheader_open(1, "r");
838 $this->r->tableheader_open(1, "l", 2);
845 $this->r->tableheader_open(2, "l", 2);
/plugin/latexport/implementation/
H A Ddecorator_tables.php148 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorTables
151 $this->decorator->tableheader_open(1, null, 1);
154 $this->decorator->tableheader_open($colspan, $align, $rowspan);
H A Ddecorator.php986 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in decorator
988 $this->decorator->tableheader_open($colspan, $align, $rowspan);
/plugin/nssize/
H A Dsyntax.php121 $renderer->tableheader_open();
124 $renderer->tableheader_open();
/plugin/struct/syntax/
H A Doutput.php177 $renderer->tableheader_open(2);
186 $renderer->tableheader_open();
/plugin/btable2/
H A Dsyntax.php246 $renderer->tableheader_open($colspan);
257 $renderer->tableheader_open();
263 $renderer->tableheader_open();
269 $renderer->tableheader_open();
/plugin/struct/meta/
H A DAggregationTable.php160 $this->renderer->tableheader_open();
183 $this->renderer->tableheader_open();
409 $this->renderer->tableheader_open();
415 $this->renderer->tableheader_open(1, $this->data['align'][$i]);
441 $this->renderer->tableheader_open((count($this->columns) + ($this->data['rownumbers'] ? 1 : 0)));
/plugin/dbquery/syntax/
H A Dquery.php104 $R->tableheader_open();
146 $R->tableheader_open();
/plugin/strata/syntax/
H A Dentry.php261 $R->tableheader_open(2);
310 $R->tableheader_open();
329 $R->tableheader_open(2);
H A Dtable.php68 $R->tableheader_open();
/plugin/filelist/
H A Dsyntax.php
/plugin/pubchem/
H A Dsyntax.php238 $renderer->tableheader_open();
261 $renderer->tableheader_open();
/plugin/csv/syntax/
H A Dtable.php115 $renderer->tableheader_open($span);
/plugin/displayorphans/
H A Drenderer.php53 $renderer->tableheader_open();
/plugin/dtable/
H A Dstyle.css63 .dtable textarea.tableheader_open {
/plugin/edittable/renderer/
H A Djson.php71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
/plugin/youtrack/
H A Dhelper.php252 $R->tableheader_open();
/plugin/sql2wiki/syntax/
H A Dquery.php134 $renderer->tableheader_open();
/plugin/struct/renderer/
H A Dcsv.php110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_struct_csv

12