Home
last modified time | relevance | path

Searched refs:abbrs (Results 1 – 2 of 2) sorted by relevance

/plugin/diagram/syntax/
H A Dmain.php146 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;
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
[all …]
/plugin/subjectindex/plugins/
H A DEntryVerse.php21 …$this->abbrs = file(DOKU_PLUGIN . 'subjectindex/plugins/bible_abbr.txt', FILE_IGNORE_NEW_LINES | F…
43 $hit = (preg_grep('/(^|\s)' . $abbr . '($|\s)/', $this->abbrs));