Lines Matching refs:w

21          regex = new RegExp("(\\{\\{(.*?)\\.\\w{2,4})\\|\\<font");
24 regex = new RegExp("\\{\\{(.*?)\\.\\w{2,4}\\|[:\\w\\-\\.\\s]+\\<\\/font");
27 regex = new RegExp('\\>\\{\\{(.*?)\\.\\w+\\<\\/font\\>\\b', 'gm');
264 var iw_type = class_name.match(/iw_(\w+\.?\w{0,12})/);
274 iw_type[1] = iw_type[1].replace(/_(\w{2})/g, "." +"$1" );
473 matches = attrs[i].value.match(/font-family:\s*([\w\-\s,]+);?/);
478 //matches = attrs[i].value.match(/font-size:\s*(\d+(\w+|%));?/);
484 matches = attrs[i].value.match(/font-weight:\s*(\w+);?/);
500 matches = attrs[i].value.match(/background:\s*(\w+)/);
519 matches = attrs[i].value.match(/\s*(\w+)align/);
680 if(this.attr.match(/\.\w+$/)) { // external mime's first access
1420 if(this.interwiki && results.match(/>\w+\s*\|$/)) {
1426 results=results.replace(/>\w+\s*\|$/,'>'+text);
1440 if(text.match(/^&\w+;/)) {
1528 if(!results.match(/\[\[\\\\.*?\|$/) && !text.match(/\w:(\\(\w?))+/ ))
1530 if(!text.match(/\\\\[\w\.\-\_]+\\[\w\.\-\_]+/)) {
1539 if(text.match(/\w/) && ! text.match(/^\s*\d\)\s*$/)) {
1568 results=results.replace(/(&\w+;)\s*([\*\/_]{2})_FORMAT_SPACE_(\w+)/,"$1$2$3");
1621 results = results.replace(/%*\\%*([^\w]{1})%*\\%*/g, "$1");
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) {
1662 …results =results.replace(/\[\[(\w+\.?\w{0,12})>(.*?)\|(.*?)\]\]/gm,function(match,id,iw_replace,li…
1691 …var regex = new RegExp("(&amp;|\\W|\\w|\\d)(\\*\\*|\\/\\/|\\'\\'|__|<\/del>)+" + HTMLParser_FORMAT…
1698 results=results.replace(/([\*\/_]{2})@@_SP_@@(&\w+;)/g,"$1 $2");