Lines Matching refs:match

457     text = text.replace(all, function(match, text) {  argument
530 'mg'), function(match, id, url2, url3, title) { argument
590 'mg'), function(match) { argument
617 return text.replace(/ {2,}\n/mg, function(match) { argument
633 var _doAnchors_reference_callback = function(match, whole_match, link_text, link_id) { argument
725 ), function(match, whole_match, link_text, url3, url4, x0, x1, title) { argument
790 ), function(match, whole_match, alt_text, link_id) { argument
849 ), function(match, whole_match, alt_text, url3, url4, x5, x6, title) { argument
878 text = text.replace(/^(.+?)[ ]*\n(=+|-+)[ ]*\n+/mg, function(match, span, line) { argument
881 if(line == '-' && span.match(/^-(?: |$)/)) {
882 return match;
904 ), function(match, hashes, span) { argument
926 var _doLists_callback = function(match, list, x2, x3, type) { argument
929 var list_type = type.match(marker_ul_re) ? "ul" : "ol";
1044 ), function(match, leading_line, leading_space, marker_space, item, tailing_blank_line) { argument
1047 if (leading_line || tailing_blank_line || item.match(/\n{2,}/)) {
1085 ), function(match, codeblock) { argument
1160 var parts = text.match(token_re); //PREG_SPLIT_DELIM_CAPTURE
1299 ), function(match, bq) { argument
1308 bq = bq.replace(/(\\s*<pre>[\\s\\S]+?<\/pre>)/mg, function(match, pre) { argument
1348 else if (!value.match(/^B\x1A[0-9]+B$/)) {
1434 text = text.replace(/<((https?|ftp|dict):[^'">\s]+)>/i, function(match, address) { argument
1460 ), function(match, address) { argument
1597 var parts = str.match(span_re); //PREG_SPLIT_DELIM_CAPTURE
1634 …if (str.match(new RegExp('^([\\s\\S]*?[^`])' + this._php_preg_quote(token) + '(?!`)([\\s\\S]*)$', …
1687 return text.replace(/(.)\x1A[0-9]+\1/g, function(match) { argument
1688 return self.html_hashes[match];
1939 var parts_available = text.match(block_tag_re); //PREG_SPLIT_DELIM_CAPTURE
1977 if (matches = text.match(new RegExp('^((?=(.+?|\\n[^\\n])))/1*?[^`]' + tag_re + '[^`]'))) {
1990 else if(tag.match(new RegExp('^\\n?[ ]{0,' + (indent + 3) + '}~'))) {
1993 … if(matches = text.match(new RegExp('^(?:.*\\n)+?[ ]{0,' + indent + '}' + tag_re + '[ ]*\\n'))) {
2016 else if (tag.match(new RegExp('^<(?:' + this.block_tags_re + ')\\b')) ||
2018 tag.match(new RegExp('^<(?:' + this.context_block_tags_re + ')\\b')) &&
2019 parsed.match(newline_before_re) &&
2020 text.match(newline_after_re)
2036 tag.match(new RegExp('^<(?:' + this.clean_tags_re + ')\\b')) ||
2052 tag.match(new RegExp('^</?(?:' + enclosing_tag_re + ')\\b'))
2145 if(matches = text.match(/^<([\w:$]*)\b/)) {
2159 var parts_available = text.match(tag_re); //PREG_SPLIT_DELIM_CAPTURE);
2180 if(tag.match(new RegExp('^</?(?:' + this.auto_close_tags_re + ')\\b')) ||
2191 if (tag.match(new RegExp('^</?' + base_tag_name_re + '\\b'))) {
2201 (attr_m = tag.match(markdown_attr_re)) &&
2202 (attr_m[2] + attr_m[3]).match(/^1|block|span$/))
2210 tag.match(new RegExp('^<(?:' + this.contain_span_tags_re + ')\\b'));
2214 if (matches = block_text.match(/(?:^|\n)( *?)(?! ).*?$/)) {
2227 matches = tag.match(/^<([\w:$]*)\b/);
2296 ), function(match, span, id, line) { argument
2298 if(line == '-' && span.match(/^- /)) {
2299 return match;
2323 ), function(match, hashes, span, id) { argument
2342 var _doTable_callback = function(match, head, underline, content) { argument
2356 if (s.match(/^ *-+: *$/)) { attr[n] = ' align="right"'; }
2357 else if (s.match(/^ *:-+: *$/)) { attr[n] = ' align="center"'; }
2358 else if (s.match(/^ *:-+ *$/)) { attr[n] = ' align="left"'; }
2433 ), function(match, head, underline, content) { argument
2437 return _doTable_callback.call(this, match, head, underline, content);
2519 ), function(match, pre, list) { argument
2561 ), function(match, pre, terms_str) { argument
2592 ), function(match, leading_line, marker_space, def) { argument
2593 if (leading_line || def.match(/\n{2,}/)) {
2646 ), function(match, m1, codeblock) { argument
2648 codeblock = codeblock.replace(/^\n+/, function(match) { argument
2649 return self._php_str_repeat("<br" + self.empty_element_suffix, match.length);
2687 var is_p = !value.match(/^B\x1A[0-9]+B|^C\x1A[0-9]+C$/);
2731 ), function(match, m1, m2) { argument
2756 var _appendFootnotes_callback = function(match, m1) { argument
2825 if (footnote.match(/<\/p>$/)) {
2857 ), function(match, abbr_word, abbr_desc) { argument
2881 ), function(match, prev, abbr) { argument
2891 return match;