Searched refs:abbrs (Results 1 – 2 of 2) sorted by relevance
146 list($commands, $abbrs) = $this->_genCommandsAndAbbrs($calls);153 'abbreviations' => $abbrs192 $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;313 if ($line_length > 0 && !array_key_exists($i, $abbrs))317 return array($commands, $abbrs);950 * @param array $abbrs information about abbreviations953 function _renderDiagram ($framework, $abbrs) argument[all …]
21 …$this->abbrs = file(DOKU_PLUGIN . 'subjectindex/plugins/bible_abbr.txt', FILE_IGNORE_NEW_LINES | F…43 $hit = (preg_grep('/(^|\s)' . $abbr . '($|\s)/', $this->abbrs));