Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 3 of 3) sorted by relevance

/plugin/dtable/
H A Dhelper.php28 function line_nr($pos, $file_path, $start_line = 0) { argument
39 if ($start_line > 0) {
41 if (($find = array_search($start_line, self::$line_nr_c[$file_path])) !== false) {
59 $line_nr = $start_line;
79 function rows($row, $page_id, $start_line) argument
83 $Parser->Handler = new helper_plugin_dtable_handler($page_id, $start_line);
94 function get_spans($start_line, $page_lines, $page_id) { argument
101 $rows = self::rows($table, $page_id, $start_line);
154 public $start_line; variable in helper_plugin_dtable_handler
156 public function __construct($page_id, $start_line) { argument
[all …]
H A Dsyntax.php66 $start_line = $dtable->line_nr($pos, $filepath) ;
71 $start_line++;
73 $i = $start_line;
76 $start_line = $i;
87 $lines = $dtable->rows($raw_lines, $id, $start_line);
91 …$renderer->doc .= '<form class="dtable dynamic_form" id="dtable_'.$start_line.'_'.$id.'" action="'…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php323 $start_line = 0;
330 $start_line = 1;
335 for ($i=$start_line; $i<$size; $i++) {