Home
last modified time | relevance | path

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

/plugin/dtable/
Dhelper.php23 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;
[all …]
Daction.php207 $line_nr = $line_to_add;
229 $line_nr = $scope[0];
239 …_line, $dtable_page_id), 'raw_row' => array($new_table_line, array($line_nr, $line_nr)), 'spans' =…
Dsyntax.php61 $start_line = $dtable->line_nr($pos, $filepath) ;