Lines Matching refs:gm

12         var regex = /\>\s+(\*\*|__|\/\/|'')\s+_\s+\1\s+<\/font>/gm;
18 regex = new RegExp("\\>(.*?)(\\]\\]\\<\\/font\\>)|(\\<\\/font\\>\\]\\])", "gm");
27 regex = new RegExp('\\>\\{\\{(.*?)\\.\\w+\\<\\/font\\>\\b', 'gm');
1243 this.current_cell.text = this.current_cell.text.replace(/:::/gm, "");
1417 text = text.replace(/(\n?|\s+)\\/gm, "$1CBL__Bksl");
1423 … text = text.replace(/~~CLOSE_HTML_BLOCK~~\n*/gm, "\n</code>\n\n~~CLOSE_HTML_BLOCK~~\n\n");
1616 results = results.replace(/(\[\[\\\\)(.*?)\]\]/gm, function(match, brackets, block) {
1626 …results = results.replace(/(\s*={2,}).*?CKGE_TMP_(\w+)(.*?).*?CKGE_TMP_c?\2.*?\1/gm, function(m, t…
1627 m = m.replace(/CKGE_TMP_\w+/gm, "");
1634 results = results.replace(/\s?(CKGE_TMP_\w+)\s?/gm, function(m, tag) {
1639 …results = results.replace(/(\s*={2,})(.*?)(\[\[|\{\{)(.*?)(\]\]|\}\})(.*?)\1/gm, function(m, h_mar…
1664 …results = results.replace(/\[\[(\w+\.?\w{0,12})>(.*?)\|(.*?)\]\]/gm, function(match, id, iw_replac…
1681 …results = results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm, function(match, pipes, format) {
1711 results = results.replace(/^(\s+[\-\*_]\s*)([\*\/_\']{2})(.*?)(\2)([^\n]*)\n+/gm,
1738 results = results.replace(/L_BR_K/gm, line_break_final);
1739 results = results.replace(/(\\\\)\s+/gm, "$1 \n");
1774 regex = /\[\[(.*?)(<font[^\>]+>)([^<]+(\]\])?)[^\>]+\/font>\s*(\]\])/gm;
1775 } else regex = /(<font[^\>\{]+>)\{\{(:?.*?)\|(:?.*?)<\/font>/gm;
1782 a = a.replace(/\n/gm, "");
1783 a = a.replace(/\s/gm, "");
1786 c = c.replace(/\n/gm, "");
1787 // c = c.replace(/\s/gm, "");
1807 results = results.replace(/<\/font>\s{1}/gm, "</font>");
1820 var regex = /\>\s+(\*\*|__|\/\/|'')\s+_\s+\1\s+<\/font>/gm;
1826 …results = results.replace(/\[\[(.*?)\|(<font[^\>]+>)(.*?)(<\/font>)\s*(\]\])\s*/gm, function(match…
1835 …results = results.replace(/(\s*={2,})\s*(.*?)(<font[^\>]+>)(.*?)(<\/font>)(.*?)\s*\1/gm, function(…
1896 results = results.replace(/_LIST_EOFL_/gm, " " + line_break_final + " ");
1904 results = results.replace(/~~COMPLEX_TABLES~~/gm, "");
1906 results = results.replace(/_CKG_ASTERISK_/gm, '*');
1908 results = results.replace(/divalNLine/gm, "\n");