Searched refs:abbr_word_re (Results 1 – 2 of 2) sorted by relevance
1716 this.abbr_word_re = '';1786 this.abbr_word_re = '';1791 if(this.abbr_word_re != '') {1792 this.abbr_word_re += '|';1794 this.abbr_word_re += this._php_preg_quote(abbr_word); // ?? str -> re?1806 this.abbr_word_re = '';2858 if (self.abbr_word_re != '') {2859 self.abbr_word_re += '|';2861 self.abbr_word_re += self._php_preg_quote(abbr_word);2874 if (this.abbr_word_re) {[all …]
1766 var $abbr_word_re = ''; variable in MarkdownExtra_Parser1783 $this->abbr_word_re = '';1787 if ($this->abbr_word_re)1788 $this->abbr_word_re .= '|';1789 $this->abbr_word_re .= preg_quote($abbr_word);1803 $this->abbr_word_re = '';3219 if ($this->abbr_word_re)3220 $this->abbr_word_re .= '|';3221 $this->abbr_word_re .= preg_quote($abbr_word);3231 if ($this->abbr_word_re) {[all …]