Lines Matching refs:instruction
71 $instruction = $event->data->calls[$i];
73 switch ($instruction[0]) {
76 $this->headerTitle = $instruction[1][0];
77 $this->headerLevel = $instruction[1][1];
78 $this->headerId = sectionID($instruction[1][0], $this->headerCheck);
91 switch ($instruction[1][0]) {
93 $this->handlePluginQnaBlock($i, $instruction[1][1]);
283 public function apply(&$instruction) { argument
287 $instructions = count($instruction);
293 $output[] = $instruction[$i];
296 $this->applyCorrections($i, $instruction, $output);
301 $output[] = $instruction[$i];
309 $instruction = $output;