Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1715 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];
/plugin/markdownextra/
H A Dmarkdown.php1765 var $abbr_desciptions = array(); variable in MarkdownExtra_Parser
1782 $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];