Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:abbr_word

1724         foreach ($this->predef_abbr as $abbr_word => $abbr_desc) {
1727 $this->abbr_word_re .= preg_quote($abbr_word);
1728 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
2779 $abbr_word = $matches[1];
2783 $this->abbr_word_re .= preg_quote($abbr_word);
2784 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);