Lines Matching refs:abbr_word_re
1728 var $abbr_word_re = ''; variable in MarkdownExtra_Parser
1743 $this->abbr_word_re = '';
1747 if ($this->abbr_word_re)
1748 $this->abbr_word_re .= '|';
1749 $this->abbr_word_re .= preg_quote($abbr_word);
1761 $this->abbr_word_re = '';
2804 if ($this->abbr_word_re)
2805 $this->abbr_word_re .= '|';
2806 $this->abbr_word_re .= preg_quote($abbr_word);
2816 if ($this->abbr_word_re) {
2821 '(?:'.$this->abbr_word_re.')'.