Searched refs:appendCommand (Results 1 – 3 of 3) sorted by relevance
| /plugin/latexport/implementation/ |
| D | decorator_persister.php | 53 $this->appendCommand("input", $link); 65 function appendCommand($command, $scope = null, $argument = '') { function in DecoratorPersister 203 $this->appendCommand('end', 'document'); 237 $this->appendCommand('chapter', $this->texifyText($text)); 244 $this->appendCommand('part', $this->texifyText($text)); 248 $this->appendCommand('chapter', $this->texifyText($text)); 252 $this->appendCommand('section', $this->texifyText($text)); 256 $this->appendCommand('subsection', $this->texifyText($text)); 434 $this->appendCommand('begin', 'itemize'); 441 $this->appendCommand('end', 'itemize'); [all …]
|
| D | decorator.php | 147 function appendCommand($command, $scope, $argument = '') { function in decorator 149 $this->decorator->appendCommand($command, $scope, $argument);
|
| /plugin/latexport/_test/ |
| D | decorator_mock.php | 142 function appendCommand($command, $scope, $argument = '') { function in DecoratorMock
|