Home
last modified time | relevance | path

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

/plugin/dtable/
H A Dhelper.php15 static $line_nr_c = array(); variable in helper_plugin_dtable
30 if (!is_array(self::$line_nr_c[$file_path])) {
31 self::$line_nr_c[$file_path] = array();
35 $start_pos = count(self::$line_nr_c[$file_path]) - 1;
36 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
41 if (($find = array_search($start_line, self::$line_nr_c[$file_path])) !== false) {
50 self::$line_nr_c[$file_path][$i] = $line_nr;
54 self::$line_nr_c[$file_path][$i] = $line_nr;
65 return self::$line_nr_c[$file_path][$pos];
72 self::$line_nr_c[$file_path][$i] = $line_nr;
[all …]