/plugin/latexport/implementation/ |
H A D | decorator_tables.php | 14 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 D | decorator_persister.php | 897 * @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 D | decorator.php | 896 * @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 D | ODTTable.php | 17 * @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 D | ODTDocument.php | 1086 * @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 D | command.php | 149 private $maxcols = null; variable in CommandTableOpen 153 function __construct($maxcols = null, $numrows = null, $pos = null) { argument 155 $this->maxcols = $maxcols;
|
H A D | decorator_mock.php | 146 function table_open($maxcols = null, $numrows = null, $pos = null) { argument 147 $this->listOfCommands->enqueue(new CommandTableOpen($maxcols, $numrows, $pos));
|
/plugin/dokutexit/ |
H A D | latex.php | 689 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 D | renderer.php | 113 function table_open($maxcols = null, $numrows = null, $pos = null){ argument 115 parent::table_open($maxcols = null, $numrows = null, $pos = null);
|
/plugin/ckgdoku/ |
H A D | renderer.php | 113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument 115 parent::table_open($maxcols, $numrows, $pos,$classes);
|
/plugin/ckgedit/ |
H A D | renderer.php | 113 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 D | ODTElementTable.php | 33 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 D | renderer.php | 227 * @param int $maxcols maximum number of columns 232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) argument
|
/plugin/dw2markdown/ |
H A D | renderer.php | 479 * @param int $maxcols maximum number of columns 483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
|
/plugin/revealjs/ |
H A D | renderer.php | 291 * @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 D | json.php | 52 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
|
/plugin/odt/renderer/ |
H A D | page.php | 752 * @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 D | renderer.php | 486 * @param int $maxcols maximum number of columns 490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
|
/plugin/latexit/ |
H A D | renderer.php | 1207 * @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 D | renderer.php | 256 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 D | renderer.php | 89 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
|
/plugin/xml/ |
H A D | renderer.php | 496 function table_open($maxcols = null, $numrows = null){ argument 497 $this->doc .= '<table maxcols="' . $maxcols . '" numrows="' . $numrows . '">'.DOKU_LF;
|
/plugin/actionrenderer/ |
H A D | renderer.php | 435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) argument
|
/plugin/gemini/ |
H A D | renderer.php | 443 public function table_open($maxcols = null, $numrows = null, $pos = null) argument
|
/plugin/odp/ |
H A D | renderer.php | 690 function table_open($maxcols = NULL, $numrows = NULL){ argument 692 for($i=0; $i<$maxcols; $i++){
|