Searched refs:_php_trim (Results 1 – 1 of 1) sorted by relevance
233 Markdown_Parser.prototype._php_trim = function(target, charlist) { method in Markdown_Parser1106 code = this._php_htmlspecialchars_ENT_NOQUOTES(this._php_trim(code));1795 this.abbr_desciptions[abbr_word] = this._php_trim(abbr_desc);1992 tag_re = this._php_preg_quote(this._php_trim(tag));2374 text += " <th" + attr[n] + ">" + self.runSpanGamut(self._php_trim(header)) + "</th>\n";2380 var rows = self._php_trim(content, "\n").split("\n");2526 var result = self._php_trim(self.processDefListItems(list));2563 var terms = self._php_trim(terms_str).split("\n");2567 term = self.runSpanGamut(self._php_trim(term));2683 value = this._php_trim(this.runSpanGamut(value));[all …]