Home
last modified time | relevance | path

Searched refs:maxcols (Results 1 – 25 of 30) sorted by relevance

12

/plugin/latexport/implementation/
H A Ddecorator_tables.php14 static function makeRow($maxcols) { argument
16 for ($n = 0; $n < $maxcols; $n++) {
108 * @param int $maxcols maximum number of columns
112 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
113 $this->row = CellSize::makeRow($maxcols);
114 $this->decorator->table_open($maxcols, $numrows, $pos);
H A Ddecorator_persister.php897 * @param int $maxcols maximum number of columns
901 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
904 $this->appendContent("\\begin{tabular}{|".str_repeat("c|", $maxcols)."}\\hline\r\n");
H A Ddecorator.php896 * @param int $maxcols maximum number of columns
900 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
902 $this->decorator->table_open($maxcols, $numrows, $pos);
/plugin/odt/ODT/
H A DODTTable.php17 * @param int $maxcols maximum number of columns
20 …public static function tableOpen(ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tab… argument
119 $table = new ODTElementTable($tableStyleName, $maxcols, $numrows);
370 * @param null $maxcols
373 …public static function tableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $e… argument
382 self::tableOpenUseProperties($params, $properties, $maxcols, $numrows);
397 * @param null $maxcols
400 …public static function tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = … argument
421 self::tableOpen($params, $maxcols, $numrows, $style_name);
H A DODTDocument.php1086 * @param int $maxcols maximum number of columns
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){ argument
1092 ODTTable::tableOpen($this->params, $maxcols, $numrows, NULL, $element, $attributes);
1098 * @param int $maxcols maximum number of columns
1182 …function tableOpenUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportn… argument
1192 ODTTable::tableOpenUseCSS($this->params, $maxcols, $numrows, $element, $attributes);
1201 function tableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){ argument
1203 ODTTable::tableOpenUseProperties($this->params, $properties, $maxcols, $numrows);
/plugin/latexport/_test/
H A Dcommand.php149 private $maxcols = null; variable in CommandTableOpen
153 function __construct($maxcols = null, $numrows = null, $pos = null) { argument
155 $this->maxcols = $maxcols;
H A Ddecorator_mock.php146 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
147 $this->listOfCommands->enqueue(new CommandTableOpen($maxcols, $numrows, $pos));
/plugin/dokutexit/
H A Dlatex.php689 function table_open($maxcols = NULL, $numrows = NULL) { argument
692 $this->$table_mode($maxcols, $numrows);
735 'args' => array($maxcols, $numrows)));
782 list($maxcols, $numrows) = $this->_current_table_args;
894 for ($i = 0; $i < $maxcols; $i++) {
978 for ($i = 1; $i <= $maxcols; $i++) {
989 for ($i = 1; $i <= $maxcols; $i++) {
1077 $this->putcmd('multicolumn{'.($maxcols).'}{|l|}{');
1085 $this->putcmd('multicolumn{'.($maxcols).'}{|r|}{');
1100 for ($i = 0; $i < $maxcols; $i++) {
[all …]
/plugin/fckg/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null){ argument
115 parent::table_open($maxcols = null, $numrows = null, $pos = null);
/plugin/ckgdoku/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/ckgedit/
H A Drenderer.php113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/odt/ODT/elements/
H A DODTElementTable.php33 public function __construct($style_name=NULL, $maxcols = 0, $numrows = 0) { argument
39 $this->setTableMaxColumns($maxcols);
40 if ($maxcols == 0) {
67 $maxcols = $this->getTableMaxColumns();
69 if ($maxcols == 0) {
/plugin/rplus/
H A Drenderer.php227 * @param int $maxcols maximum number of columns
232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) argument
/plugin/dw2markdown/
H A Drenderer.php479 * @param int $maxcols maximum number of columns
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
/plugin/revealjs/
H A Drenderer.php291 * @param int $maxcols maximum number of columns
295 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) { argument
/plugin/edittable/renderer/
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
/plugin/odt/renderer/
H A Dpage.php752 * @param int $maxcols maximum number of columns
755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){ argument
756 $this->document->tableOpen($maxcols, $numrows);
1807 …function _odtTableOpenUseCSS($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, … argument
1808 $this->document->tableOpenUseCSS($maxcols, $numrows, $element, $attributes, $import);
1818 function _odtTableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){ argument
1819 $this->document->tableOpenUseProperties ($properties, $maxcols, $numrows);
/plugin/text/
H A Drenderer.php486 * @param int $maxcols maximum number of columns
490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
/plugin/latexit/
H A Drenderer.php1207 * @param int $maxcols Maximum of collumns in the table
1211 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
1212 $this->table_cols = $maxcols;
1222 for ($i = 0; $i < $maxcols; $i++) {
/plugin/qc/
H A Drenderer.php256 public function table_open($maxcols = null, $numrows = null, $pos = null)
246 table_open($maxcols = null, $numrows = null, $pos = null) global() argument
/plugin/purplenumbers/
H A Drenderer.php89 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
/plugin/xml/
H A Drenderer.php496 function table_open($maxcols = null, $numrows = null){ argument
497 $this->doc .= '<table maxcols="' . $maxcols . '" numrows="' . $numrows . '">'.DOKU_LF;
/plugin/actionrenderer/
H A Drenderer.php435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) argument
/plugin/gemini/
H A Drenderer.php443 public function table_open($maxcols = null, $numrows = null, $pos = null) argument
/plugin/odp/
H A Drenderer.php690 function table_open($maxcols = NULL, $numrows = NULL){ argument
692 for($i=0; $i<$maxcols; $i++){

12