Lines Matching refs:enqueue

36 		$this->listOfCommands->enqueue(new CommandHeader($text, $level, $pos));
40 $this->listOfCommands->enqueue(new CommandPOpen());
44 $this->listOfCommands->enqueue(new CommandCData($text));
48 $this->listOfCommands->enqueue(new CommandPClose());
52 $this->listOfCommands->enqueue(new CommandLinebreak());
80 $this->listOfCommands->enqueue(new CommandInternalLink($link, $title));
90 $this->listOfCommands->enqueue(new CommandInternalMedia($src, $title, $align, $width, $height,
95 $this->listOfCommands->enqueue(new CommandFootnoteOpen());
99 $this->listOfCommands->enqueue(new CommandFootnoteClose());
103 $this->listOfCommands->enqueue(new CommandListOOpen());
107 $this->listOfCommands->enqueue(new CommandListOClose());
111 $this->listOfCommands->enqueue(new CommandListUOpen());
115 $this->listOfCommands->enqueue(new CommandListUClose());
119 $this->listOfCommands->enqueue(new CommandListItemOpen($level, $node));
123 $this->listOfCommands->enqueue(new CommandListContentOpen());
127 $this->listOfCommands->enqueue(new CommandListContentClose());
131 $this->listOfCommands->enqueue(new CommandListItemClose());
135 $this->listOfCommands->enqueue(new CommandMathjaxContent($formula));
143 $this->listOfCommands->enqueue(new CommandAppendCommand($command, $scope, $argument));
147 $this->listOfCommands->enqueue(new CommandTableOpen($maxcols, $numrows, $pos));
151 $this->listOfCommands->enqueue(new CommandTableClose($pos));
155 $this->listOfCommands->enqueue(new CommandTableHeadOpen());
159 $this->listOfCommands->enqueue(new CommandTableHeadClose());
163 $this->listOfCommands->enqueue(new CommandTableBodyOpen());
167 $this->listOfCommands->enqueue(new CommandTableBodyClose());
171 $this->listOfCommands->enqueue(new CommandTableFootOpen());
175 $this->listOfCommands->enqueue(new CommandTableFootClose());
179 $this->listOfCommands->enqueue(new CommandTableRowOpen());
183 $this->listOfCommands->enqueue(new CommandTableRowClose());
187 $this->listOfCommands->enqueue(new CommandTableHeaderOpen($colspan, $align, $rowspan));
191 $this->listOfCommands->enqueue(new CommandTableHeaderClose());
195 $this->listOfCommands->enqueue(new CommandTableCellOpen($colspan, $align, $rowspan));
199 $this->listOfCommands->enqueue(new CommandTableCellClose());
203 $this->listOfCommands->enqueue(new CommandTableCline($start, $end));