Searched refs:abbr_desciptions (Results 1 – 2 of 2) sorted by relevance
1715 this.abbr_desciptions = {};1785 this.abbr_desciptions = {};1795 this.abbr_desciptions[abbr_word] = this._php_trim(abbr_desc);1805 this.abbr_desciptions = {};2862 self.abbr_desciptions[abbr_word] = self._php_trim(abbr_desc);2882 if (abbr in self.abbr_desciptions) {2883 var desc = self.abbr_desciptions[abbr];
1765 var $abbr_desciptions = array(); variable in MarkdownExtra_Parser1782 $this->abbr_desciptions = array();1790 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);1802 $this->abbr_desciptions = array();3222 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);3245 if (isset($this->abbr_desciptions[$abbr])) {3246 $desc = $this->abbr_desciptions[$abbr];