Home
last modified time | relevance | path

Searched refs:colspan (Results 26 – 50 of 88) sorted by relevance

1234

/plugin/aclauditor/
H A Dadmin.php219 …ptln(' <tr><td colspan="2" class="permset_final_perm">'.$this->getLang('resource_final_perm').' :<…
233 …ptln(' <tr><td colspan="2" class="permset_final_perm">'.$this->getLang('resource_final_perm').' :<…
261 …ptln(' <tr><td colspan="2" class="permset_final_perm">'.$this->getLang('bothresource_final_perm')…
305 ptln(' <td colspan="4">'.$this->getLang('invalid_rule').'</td>');
333 ptln(' <td colspan="5"><pre>');
/plugin/tindexmenu/
H A Dadmin.php86 ptln(' <tr class="default"><td class="label" colspan="2">');
102 ptln(' <tr class="default"><td colspan="2">');
115 ptln(' </td></tr><tr><td colspan="2">');
/plugin/mobiletable/
H A DREADME.md34 <th colspan="2"> Item 1 </th>
46 <th colspan="2"> Item 2 </th>
113 <th colspan="2"> Red </th>
125 <th colspan="2"> Green </th>
/plugin/quickstats/scripts/
H A Dextended_data.php114 $table .= '<tr>' . cell('&nbsp;', $type='td', $colspan='9') . '</tr>';
232 function cell($data, $type='td', $colspan="",$p_brief=false) { argument
234 if($colspan) $colspan = "colspan='$colspan'";
243 return "<$type class='$class' $colspan nowrap valign='top'>$data</$type>";
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php234 if ($cell->colspan > 1) { continue; }
282 $cell->colspan >= count($this->content[$j])) {
363 for ($cs = 0; $cs < $row->content[$i_col]->colspan; $cs++) {
760 foreach ($colspans as $colspan) {
761 $cell = $this->content[$colspan->row]->content[$colspan->column];
785 for ($i=$colspan->column; $i < $colspan->column+$colspan->size; $i++) {
817 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
900 if ($cell->colspan > 1 &&
959 return $this->content[$y]->content[$x]->colspan;
H A Dbox.table.cell.php5 var $colspan; variable in TableCellBox
19 $this->colspan = 1;
199 $box->colspan = max(1,(int)$root->get_attribute('colspan'));
/plugin/latexit/tests/my/
H A Dtest8.latex14 Row 2 Col 1 & \multicolumn{2}{|l|}{ some colspan (note the double pipe) } \\
26 \textbf{Heading 4} & no colspan this time & \\
/plugin/dwcommits/
H A Dadmin.php236 ptln('<tr><td colspan="5">' . $this->getLang('explain_git') . '</td>');
297 ptln('<tr><td colspan="2" align="right">');
301 ptln('<tr><td colspan="2">&nbsp;'); //Row spacer
304 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('repo_names') . '&nbsp;&nbsp;&nbsp;</t…
310 ptln('<tr><td colspan="2">&nbsp;'); //Row spacer
313 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('branch_names') . '&nbsp;&nbsp;&nbsp;<…
/plugin/latexport/implementation/
H A Ddecorator_persister.php980 * @param int $colspan
984 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
990 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
1003 * @param int $colspan
1007 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
1013 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
H A Ddecorator.php982 * @param int $colspan
986 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
988 $this->decorator->tableheader_open($colspan, $align, $rowspan);
1002 * @param int $colspan
1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);
/plugin/sqlraw/
H A Dtest2.php124 if (isset($cell->colspan)) {
126 for ($i=1; $i <= ($cell->colspan)-1; $i++) {
/plugin/oiddelegate/
H A Dadmin.php152 echo '<th colspan="3">'.$this->getLang('add').'</th>';
156 echo '<th colspan="5" align="center">';
/plugin/odt/renderer/
H A Dpage.php778 * @param int $colspan
782 function tableheader_open($colspan = 1, $align = "left", $rowspan = 1){ argument
783 $this->document->tableHeaderOpen($colspan, $rowspan, $align);
793 * @param int $colspan
797 function tablecell_open($colspan = 1, $align = "left", $rowspan = 1){ argument
798 $this->document->tableCellOpen($colspan, $rowspan, $align);
1864 function _odtTableHeaderOpenUseProperties ($properties = NULL, $colspan = 1, $rowspan = 1){ argument
1865 $this->document->tableHeaderOpenUseProperties($properties, $colspan = 1, $rowspan = 1);
1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
1912 function _odtTableCellOpenUseProperties ($properties, $colspan = 1, $rowspan = 1){ argument
[all …]
/plugin/xml/
H A Drenderer.php516 function tableheader_open($colspan = 1, $align = null, $rowspan = 1){ argument
518 if ($colspan>1) $this->doc .= ' colspan="' . $colspan . '"';
530 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
532 if ($colspan>1) $this->doc .= ' colspan="' . $colspan . '"';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dmethod_item.html.dist2 <td class="{{methods_level}}" colspan="4">{{name}}</td>
/plugin/latexit/
H A Drenderer.php1267 * @param int $colspan
1271 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1) { argument
1272 $this->tablecell_open($colspan, $align, $rowspan);
1286 * @param int $colspan Sets collspan of the cell.
1290 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1) { argument
1298 $this->last_colspan = $colspan;
1310 if ($colspan != 1 || $align != $this->getConf('default_table_align')) {
1311 $this->doc .= "\\multicolumn{" . $colspan . "}{|$align|}{";
/plugin/bez/tpl/
H A Dtasks.php244 <td colspan="10">
251 <?php $colspan = $tpl->user_acl_level() >= BEZ_AUTH_ADMIN ? 6 : 5 ?> variable
252 <td colspan="<?= $colspan ?>>"><?php echo $count ?></td>
253 <td colspan="2"><?php echo $total_cost ?></td>
254 <td colspan="1"><?php echo $tpl->float_to_time($total_hours) ?></td>
/plugin/edittable/renderer/
H A Dinverse.php613 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
614 $this->_cellopen('th', $colspan, $align, $rowspan);
617 function _cellopen($tag, $colspan, $align, $rowspan) { argument
646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
647 $this->_cellopen('td', $colspan, $align, $rowspan);
/plugin/odt/ODT/
H A DODTDocument.php1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){ argument
1144 …ODTTable::tableHeaderOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attrib…
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){ argument
1164 …ODTTable::tableCellOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attribut…
1231 ODTTable::tableHeaderOpenUseCSS($this->params, $colspan, $rowspan, $element, $attributes);
1240 function tableHeaderOpenUseProperties($properties, $colspan = 1, $rowspan = 1){ argument
1242 ODTTable::tableHeaderOpenUseProperties($this->params, $properties, $colspan, $rowspan);
1279 …function tableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimpor… argument
1289 ODTTable::tableCellOpenUseCSS($this->params, $element, $attributes, $colspan, $rowspan);
1298 function tableCellOpenUseProperties($properties, $colspan = 1, $rowspan = 1){ argument
[all …]
/plugin/tablelayout/script/
H A Dtablelayout_functions.js159 var colspan = $cell.attr('colspan') - 1;
161 for (var i = 0; i < colspan; i += 1) {
/plugin/latexport/examples/
H A Dsimplest.tex10 \usepackage{makecell} % To have colspan in tables.
/plugin/text/
H A Drenderer.php529 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
538 $this->nSpan = $colspan;
/plugin/odp/
H A Drenderer.php709 function tableheader_open($colspan = 1, $align = "left"){ argument
712 if ( $colspan > 1 ) {
713 $this->doc .= ' table:number-columns-spanned="'.$colspan.'"';
724 function tablecell_open($colspan = 1, $align = "left"){ argument
726 if ( $colspan > 1 ) {
727 $this->doc .= ' table:number-columns-spanned="'.$colspan.'"';
/plugin/groupmanager/
H A Dsyntax.php406 $colspan = 4 + count($this->grplst) + ($allow_delete_user?0:-1) ;
424 …$renderer->doc .= " <tr><td colspan=\"" . $colspan . "\" class=\"centeralign\" STYLE='border…
444 …$renderer->doc .= " <td colspan=\"" . $colspan . "\" class=\"centeralign\" style=\"border-bo…
549 …$renderer->doc .= " <tr><td colspan=\"" . $colspan . "\" class=\"centeralign\" STYLE='border-…
/plugin/actionrenderer/
H A Drenderer.php495 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument

1234