Home
last modified time | relevance | path

Searched refs:Cell (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc5Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete C…
H A Dlang_array.txt575 "menu": "Cell",
576 "insertBefore": "Insert Cell Before",
577 "insertAfter": "Insert Cell After",
582 "splitHorizontal": "Split Cell Horizontally",
583 "splitVertical": "Split Cell Vertically",
584 "title": "Cell Properties",
585 "cellType": "Cell Type",
598 "invalidWidth": "Cell width must be a number.",
599 "invalidHeight": "Cell height must be a number.",
604 "cellPad": "Cell padding",
[all …]
/plugin/cellbg/
H A Dplugin.info.txt5 name Cell Background
/plugin/cellbg2/
H A Dplugin.info.txt5 name Cell Background
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md6 Content Cell | Content Cell
7 Content Cell | Content Cell
11 | Content Cell | Content Cell |
12 | Content Cell | Content Cell |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md6 Content Cell | Content Cell
7 Content Cell | Content Cell
11 | Content Cell | Content Cell |
12 | Content Cell | Content Cell |
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2131 function Cell($w,$h=0,$txt='',$border=0,$ln=0,$align='',$fill=0,$link='') function in FPDF
2265 $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
2295 $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
2304 $this->Cell($w,$h,substr($s,$j,$sep-$j),$b,2,$align,$fill);
2326 $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
2347 $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
2380 $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
2382 $this->Cell($w,$h,substr($s,$j,$sep-$j),0,2,'',0,$link);
2400 $this->Cell($l/1000*$this->FontSize,$h,substr($s,$j),0,0,'',0,$link);

12