Searched refs:_cmdoutput (Results 1 – 6 of 6) sorted by relevance
32 public $_cmdoutput = ""; variable in LatexRender134 …$this->_cmdoutput .= "\n>>>>> $cmd\n" . trim(implode(PHP_EOL, $output)) . PHP_EOL . " --- exit st…
177 $this->el('pre', [], $plug->_latex->_cmdoutput)
240 $plug->_latex->_cmdoutput = ''; // activate command log.284 echo $plug->_latex->_cmdoutput;
297 if(isset($this->_cmdoutput))298 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
296 if(isset($this->_cmdoutput))297 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
240 $plug->_latex->_cmdoutput = ''; // activate command log.283 echo $plug->_latex->_cmdoutput;