Lines Matching refs:appendCommand
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');
448 $this->appendCommand('begin', 'enumerate');
455 $this->appendCommand('end', 'enumerate');
495 $this->appendCommand("begin", "verbatim");
497 $this->appendCommand("end", "verbatim");
516 $this->appendCommand("begin", "lstlisting", "language=php, style=php-style");
518 $this->appendCommand("end", "lstlisting");
542 $this->appendCommand("begin", "lstlisting", "language=html, style=html-style");
544 $this->appendCommand("end", "lstlisting");
560 $this->appendCommand("begin", "displayquote");
567 $this->appendCommand("end", "displayquote");
582 $this->appendCommand("begin", "lstlisting", "language=$lang, style=$lang-style");
584 $this->appendCommand("begin", "lstlisting");
587 $this->appendCommand("end", "lstlisting");
801 $this->appendCommand('begin', 'figure', '!htb');
809 $this->appendCommand('begin', 'minipage', "$availableSpace\\textwidth");
810 $this->appendCommand('centering');
812 $this->appendCommand('includegraphics', $this->insertImage($filename),
816 $this->appendCommand('caption', $this->texifyText($title));
819 $this->appendCommand('end', 'minipage');
823 $this->appendCommand('end', 'figure');
825 $this->appendCommand('hfill');
902 $this->appendCommand("begin", "table", "h");
903 $this->appendCommand("begin", "center");
913 $this->appendCommand("end", "tabular");
914 $this->appendCommand("end", "center");
915 $this->appendCommand("end", "table");