Home
last modified time | relevance | path

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

12

/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/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/latexit/
H A Drenderer.php1208 * @param int $numrows Number of rows in table (not required in LaTeX)
1211 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
/plugin/odp/
H A Drenderer.php690 function table_open($maxcols = NULL, $numrows = NULL){ argument
/plugin/mellelexport/
H A Drenderer.php724 …function table_open($maxcols = null, $numrows = null, $pos = null){call_user_func_array(array($thi… argument
/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/mytemplate/
H A Daction.php239 $numrows = 0;
249 $numrows++;
253 while ($numrows < $minrows) {
256 $numrows++;
/plugin/nroff/
H A Drenderer.php847 function table_open($maxcols = NULL, $numrows = NULL){ argument

12