Searched refs:_php_preg_quote (Results 1 – 1 of 1) sorted by relevance
159 tmp.push(this._php_preg_quote(this.escape_chars.charAt(i)));218 Markdown_Parser.prototype._php_preg_quote = function(text) { method in Markdown_Parser1634 …if (str.match(new RegExp('^([\\s\\S]*?[^`])' + this._php_preg_quote(token) + '(?!`)([\\s\\S]*)$', …1794 this.abbr_word_re += this._php_preg_quote(abbr_word); // ?? str -> re?1966 var tag_re = this._php_preg_quote(tag); // For use in a regular expression.1976 tag_re = this._php_preg_quote(tag);1992 tag_re = this._php_preg_quote(this._php_trim(tag));2861 self.abbr_word_re += self._php_preg_quote(abbr_word);