Home
last modified time | relevance | path

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

/plugin/latexport/implementation/
Ddecorator_persister.php53 $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 …]
Ddecorator.php147 function appendCommand($command, $scope, $argument = '') { function in decorator
149 $this->decorator->appendCommand($command, $scope, $argument);
/plugin/latexport/_test/
Ddecorator_mock.php142 function appendCommand($command, $scope, $argument = '') { function in DecoratorMock