Home
last modified time | relevance | path

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

/plugin/dtable/
Dsyntax.php64 $file_cont = explode("\n", io_readWikiPage($filepath, $id));
69 …while( $i < count($file_cont) && strpos($file_cont[$i], '|') !== 0 && strpos($file_cont[$i], '^')…
76 while( $i < count($file_cont) && strpos( $file_cont[ $i ], '</dtable>' ) !== 0 )
78 $raw_lines .= $file_cont[$i]."\n";
Dhelper.php12 static $file_cont = NULL; variable in helper_plugin_dtable
41 if (self::$file_cont == NULL)
42 self::$file_cont = io_readFile($file_path);
44 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) {
46 if(self::$file_cont[$i] == "\n")
62 if (self::$file_cont == NULL)
63 self::$file_cont = io_readFile($file_path);
68 if(self::$file_cont[$i] == "\n")