Home
last modified time | relevance | path

Searched refs:numrows (Results 1 – 25 of 33) sorted by relevance

12

/plugin/odt/ODT/
H A DODTTable.php18 * @param int $numrows NOT IMPLEMENTED
20 …public static function tableOpen(ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tab… argument
119 $table = new ODTElementTable($tableStyleName, $maxcols, $numrows);
371 * @param null $numrows
373 …public static function tableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $e… argument
382 self::tableOpenUseProperties($params, $properties, $maxcols, $numrows);
398 * @param null $numrows
400 …nction tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = 0, $numrows = 0){ argument
421 self::tableOpen($params, $maxcols, $numrows, $style_name);
H A DODTDocument.php1087 * @param int $numrows NOT IMPLEMENTED
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){ argument
1092 ODTTable::tableOpen($this->params, $maxcols, $numrows, NULL, $element, $attributes);
1099 * @param int $numrows NOT IMPLEMENTED
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.php150 private $numrows = null; variable in CommandTableOpen
153 function __construct($maxcols = null, $numrows = null, $pos = null) { argument
156 $this->numrows = $numrows;
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/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/latexport/implementation/
H A Ddecorator_tables.php109 * @param int $numrows NOT IMPLEMENTED
112 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
114 $this->decorator->table_open($maxcols, $numrows, $pos);
H A Ddecorator.php897 * @param int $numrows NOT IMPLEMENTED
900 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
902 $this->decorator->table_open($maxcols, $numrows, $pos);
H A Ddecorator_persister.php898 * @param int $numrows NOT IMPLEMENTED
901 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
/plugin/mytemplate/
H A Daction.php239 $numrows = 0;
249 $numrows++;
253 while ($numrows < $minrows) {
256 $numrows++;
/plugin/datatemplate/syntax/
H A Dlist.php269 * @param int $numrows the total number of rows in the sql result.
272 function _renderPagination($data, $numrows) { argument
296 for($i=1; $i <= ceil($numrows / $data['limit']); $i++) {
303 if($numrows - $offset > $data['limit']){
/plugin/dokutexit/
H A Dlatex.php689 function table_open($maxcols = NULL, $numrows = NULL) { argument
692 $this->$table_mode($maxcols, $numrows);
732 $this->_current_table_args = array($maxcols, $numrows);
735 'args' => array($maxcols, $numrows)));
782 list($maxcols, $numrows) = $this->_current_table_args;
800 list($maxcols, $numrows) = $this->_current_table_args;
804 if ($numrows > $this->info['tablemaxrows']) { // need config
817 $this->putnl("%% Numrows: " . $numrows);
886 function tabular_open($maxcols = NULL, $numrows = NULL) { argument
969 function tabularx_open($maxcols = NULL, $numrows = NULL) { argument
[all …]
/plugin/rplus/
H A Drenderer.php228 * @param int $numrows NOT IMPLEMENTED
232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) argument
/plugin/dw2markdown/
H A Drenderer.php480 * @param int $numrows NOT IMPLEMENTED
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
/plugin/revealjs/
H A Drenderer.php292 * @param int $numrows NOT IMPLEMENTED
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.php753 * @param int $numrows NOT IMPLEMENTED
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.php487 * @param int $numrows NOT IMPLEMENTED
490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
/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/odt/ODT/elements/
H A DODTElementTable.php33 public function __construct($style_name=NULL, $maxcols = 0, $numrows = 0) { argument

12