Searched refs:abbr_word_re (Results 1 – 1 of 1) sorted by relevance
1728 var $abbr_word_re = ''; variable in MarkdownExtra_Parser1743 $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) {[all …]
Completed in 8 milliseconds