Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dlatex.php69 var $_tmphandle = NULL; variable in Doku_Renderer_latex
103 if (is_null($this->_tmphandle))
109 rewind($this->_tmphandle);
110 while (!feof($this->_tmphandle))
111 $this->doc .= fgets($this->_tmphandle);
113 fclose($this->_tmphandle);
1742 if (is_null($this->_tmphandle))
1745 fwrite($this->_tmphandle, $text);