Lines Matching refs:line_nr
23 static function line_nr($pos, $file_path, $start_line = 0) { function in helper_plugin_dtable
24 $line_nr = 0;
28 $line_nr = 0;
31 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
44 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) {
45 self::$line_nr_c[$file_path][$i] = $line_nr;
47 $line_nr++;
49 self::$line_nr_c[$file_path][$i] = $line_nr;
54 $line_nr = $start_line;
67 self::$line_nr_c[$file_path][$i] = $line_nr;
69 $line_nr++;
166 $line = helper_plugin_dtable::line_nr($pos, $this->file_path, $this->start_line);
174 $line = helper_plugin_dtable::line_nr($pos, $this->file_path, $this->start_line);
200 $line = helper_plugin_dtable::line_nr($pos, $this->file_path, $this->start_line);