Searched refs:start_line (Results 1 – 3 of 3) sorted by relevance
/plugin/dtable/ |
D | helper.php | 23 static function line_nr($pos, $file_path, $start_line = 0) { argument 34 if ($start_line > 0) { 36 if (($find = array_search($start_line, self::$line_nr_c[$file_path] ?? [])) !== false) { 44 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) { 54 $line_nr = $start_line; 74 function rows($row, $page_id, $start_line) argument 78 $Parser->Handler = new helper_plugin_dtable_handler($page_id, $start_line); 89 function get_spans($start_line, $page_lines, $page_id) { argument 91 for ($i = $start_line; trim($page_lines[$i]) != '</dtable>' && $i < count($page_lines); $i++) { 96 $rows = self::rows($table, $page_id, $start_line); [all …]
|
D | syntax.php | 61 $start_line = $dtable->line_nr($pos, $filepath) ; 66 $start_line++; 68 $i = $start_line; 71 $start_line = $i; 82 $lines = $dtable->rows($raw_lines, $id, $start_line); 84 …$renderer->doc .= '<form class="dtable dynamic_form" id="dtable_'.$start_line.'_'.$id.'" action="'…
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | box.inline.php | 323 $start_line = 0; 330 $start_line = 1; 335 for ($i=$start_line; $i<$size; $i++) {
|