Searched refs:abbr_desciptions (Results 1 – 1 of 1) sorted by relevance
1727 var $abbr_desciptions = array(); variable in MarkdownExtra_Parser1742 $this->abbr_desciptions = array();1750 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);1760 $this->abbr_desciptions = array();2807 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);2830 if (isset($this->abbr_desciptions[$abbr])) {2831 $desc = $this->abbr_desciptions[$abbr];
Completed in 8 milliseconds