Searched refs:line_no (Results 1 – 2 of 2) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | box.inline.php | 290 function init_line(&$box, &$line_no) { argument 292 $this->_lines[$line_no] = $line_box; 302 function extend_line(&$box, $line_no) { argument 303 if (!isset($this->_lines[$line_no])) { 305 $this->init_line($box, $line_no); 307 return $line_no; 311 if ($box->get_left() < $this->_lines[$line_no]->right) { 312 $line_no++; 313 $this->init_line($box, $line_no); 314 return $line_no; [all …]
|
| /plugin/projects/plugins/target/ |
| D | plot.php | 136 $line_no = 0; 145 $plot->setColorPalette($line_no, $colors[$name]['R'], 155 'Serie' . $column, 'Serie' . $x_column, $line_no); 162 'Serie' . $column, 'Serie' . $x_column, $line_no, 165 $line_no++;
|