Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1727 var $abbr_desciptions = array(); variable in MarkdownExtra_Parser
1742 $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