Lines Matching defs:start_line
23 static function line_nr($pos, $file_path, $start_line = 0) {
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)
78 $Parser->Handler = new helper_plugin_dtable_handler($page_id, $start_line);
89 function get_spans($start_line, $page_lines, $page_id) {
91 for ($i = $start_line; trim($page_lines[$i]) != '</dtable>' && $i < count($page_lines); $i++) {
96 $rows = self::rows($table, $page_id, $start_line);
150 public $start_line;
152 public function __construct($page_id, $start_line) {
154 $this->start_line = $start_line;
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);