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');
1219 this.current_cell.text = this.current_cell.text.replace(/:::/gm,"");
1414 text = text.replace(/~~CLOSE_HTML_BLOCK~~\n*/gm, "\n</code>\n\n~~CLOSE_HTML_BLOCK~~\n\n");
1615 results = results.replace(/(\[\[\\\\)(.*?)\]\]/gm, function(match,brackets,block) {
1625 …results = results.replace(/(\s*={2,}).*?CKGE_TMP_(\w+)(.*?).*?CKGE_TMP_c?\2.*?\1/gm, function(m,ta…
1626 m=m.replace(/CKGE_TMP_\w+/gm,"");
1633 results = results.replace(/\s?(CKGE_TMP_\w+)\s?/gm, function(m,tag) {
1638 results = results.replace(/(\s*={2,})(.*?)(\[\[|\{\{)(.*?)(\]\]|\}\})(.*?)\1/gm, function(m,h_marku…
1662 …results =results.replace(/\[\[(\w+\.?\w{0,12})>(.*?)\|(.*?)\]\]/gm,function(match,id,iw_replace,li…
1680 … results =results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm,function(match,pipes,format) {
1710 results = results.replace(/(\s+[\-\*_]\s*)([\*\/_\']{2})(.*?)(\2)([^\n]*)\n+/gm,
1729 results = results.replace(/L_BR_K/gm, line_break_final) ;
1730 results = results.replace(/(\\\\)\s+/gm, "$1 \n");
1765 regex = /\[\[(.*?)(<font[^\>]+>)([^<]+(\]\])?)[^\>]+\/font>\s*(\]\])/gm;
1767 else regex = /(<font[^\>\{]+>)\{\{(:?.*?)\|(:?.*?)<\/font>/gm;
1774 a=a.replace(/\n/gm,"");
1775 a=a.replace(/\s/gm,"");
1778 c=c.replace(/\n/gm,"");
1779 c=c.replace(/\s/gm,"");
1800 results = results.replace(/<\/font>\s{1}/gm,"</font>");
1813 var regex = /\>\s+(\*\*|__|\/\/|'')\s+_\s+\1\s+<\/font>/gm;
1819 …results = results.replace(/\[\[(.*?)\|(<font[^\>]+>)(.*?)(<\/font>)\s*(\]\])\s*/gm,function(match,…
1828 …results = results.replace(/(\s*={2,})\s*(.*?)(<font[^\>]+>)(.*?)(<\/font>)(.*?)\s*\1/gm,function(m…
1890 results = results.replace(/_LIST_EOFL_/gm, " " + line_break_final + " ");
1897 if(!useComplexTables) { results = results.replace(/~~COMPLEX_TABLES~~/gm,""); }
1898 results=results.replace(/_CKG_ASTERISK_/gm,'*');
1906 results=results.replace(/divalNLine/gm,"\n")