Home
last modified time | relevance | path

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

/plugin/dtable/
H A Dsyntax.php69 $file_cont = explode("\n", io_readWikiPage($filepath, $id));
74 …while( $i < count($file_cont) && strpos($file_cont[$i], '|') !== 0 && strpos($file_cont[$i], '^')…
81 while( $i < count($file_cont) && strpos( $file_cont[ $i ], '</dtable>' ) !== 0 )
83 $raw_lines .= $file_cont[$i]."\n";
H A Dhelper.php16 static $file_cont = NULL; variable in helper_plugin_dtable
46 if (self::$file_cont == NULL)
47 self::$file_cont = io_readFile($file_path);
49 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) {
51 if(self::$file_cont[$i] == "\n")
67 if (self::$file_cont == NULL)
68 self::$file_cont = io_readFile($file_path);
73 if(self::$file_cont[$i] == "\n")