Home
last modified time | relevance | path

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

/plugin/dtable/
Dhelper.php11 static $line_nr_c = array(); variable in helper_plugin_dtable
25 if (!is_array(self::$line_nr_c[$file_path] ?? null)) {
26 self::$line_nr_c[$file_path] = array();
30 $start_pos = count(self::$line_nr_c[$file_path]) - 1;
31 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
36 if (($find = array_search($start_line, self::$line_nr_c[$file_path] ?? [])) !== false) {
45 self::$line_nr_c[$file_path][$i] = $line_nr;
49 self::$line_nr_c[$file_path][$i] = $line_nr;
60 return self::$line_nr_c[$file_path][$pos];
67 self::$line_nr_c[$file_path][$i] = $line_nr;
[all …]