Home
last modified time | relevance | path

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

/plugin/dtable/
H A Dhelper.php28 function line_nr($pos, $file_path, $start_line = 0) { function in helper_plugin_dtable
29 $line_nr = 0;
33 $line_nr = 0;
36 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
50 self::$line_nr_c[$file_path][$i] = $line_nr;
52 $line_nr++;
54 self::$line_nr_c[$file_path][$i] = $line_nr;
59 $line_nr = $start_line;
72 self::$line_nr_c[$file_path][$i] = $line_nr;
74 $line_nr++;
[all …]
H A Daction.php215 $line_nr = $line_to_add;
237 $line_nr = $scope[0];
247 …_line, $dtable_page_id), 'raw_row' => array($new_table_line, array($line_nr, $line_nr)), 'spans' =…
H A Dsyntax.php66 $start_line = $dtable->line_nr($pos, $filepath) ;