Lines Matching refs:abbrs
146 list($commands, $abbrs) = $this->_genCommandsAndAbbrs($calls);
153 'abbreviations' => $abbrs
192 $abbrs = array();
259 $abbrs[$line_index][$data['abbr']]['content'] = array();
260 $abbrs[$line_index][$data['abbr']]['params'] = array();
285 $abbrs[$line_index][$data['abbr']]['params'][$key] = $value;
288 $catching_abbr = &$abbrs[$line_index][$data['abbr']]['content'];
313 if ($line_length > 0 && !array_key_exists($i, $abbrs))
317 return array($commands, $abbrs);
950 * @param array $abbrs information about abbreviations
953 function _renderDiagram ($framework, $abbrs) argument
988 …else if (array_key_exists($line_index, $abbrs) && array_key_exists($cell['text'], $abbrs[$line_ind…
990 $cell_content = $this->_renderWikiCalls ($abbrs[$line_index][$cell['text']]['content']);
991 $cell['style'] = $this->_generateBlockStyle ($abbrs[$line_index][$cell['text']]['params']);