Searched refs:appendCommand (Results 1 – 3 of 3) sorted by relevance
/plugin/latexport/implementation/ |
H A D | decorator_persister.php | 53 $this->appendCommand("input", $link); 203 $this->appendCommand('end', 'document'); 434 $this->appendCommand('begin', 'itemize'); 441 $this->appendCommand('end', 'itemize'); 497 $this->appendCommand("end", "verbatim"); 810 $this->appendCommand('centering'); 823 $this->appendCommand('end', 'figure'); 825 $this->appendCommand('hfill'); 913 $this->appendCommand("end", "tabular"); 914 $this->appendCommand("end", "center"); [all …]
|
H A D | decorator.php | 147 function appendCommand($command, $scope, $argument = '') { function in decorator 149 $this->decorator->appendCommand($command, $scope, $argument);
|
/plugin/latexport/_test/ |
H A D | decorator_mock.php | 142 function appendCommand($command, $scope, $argument = '') { function in DecoratorMock
|