| /plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/ |
| D | msword.js | 94 inner = inner.replace(/</gm,'<'); 95 inner = inner.replace(/>/mg,'>'); 100 inner = inner.replace(regex, function(m,n) { 106 inner = inner.replace(regex, function(m,n) { 112 inner = inner.replace(/</gm,'<'); 113 inner = inner.replace(/>/mg,'>'); 114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>"); 115 inner = inner.replace(/<table.*?>/mg, "<table>"); 116 inner = inner.replace(/<tr.*?>/mg, "<tr>"); 117 inner = inner.replace(/<td.*?>/mg, "<td>"); [all …]
|
| D | msword.js.unc | 94 inner = inner.replace(/</gm,'<'); 95 inner = inner.replace(/>/mg,'>'); 100 inner = inner.replace(regex, function(m,n) { 106 inner = inner.replace(regex, function(m,n) { 112 inner = inner.replace(/</gm,'<'); 113 inner = inner.replace(/>/mg,'>'); 114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>"); 115 inner = inner.replace(/<table.*?>/mg, "<table>"); 116 inner = inner.replace(/<tr.*?>/mg, "<tr>"); 117 inner = inner.replace(/<td.*?>/mg, "<td>"); [all …]
|
| /plugin/ckgedit/ckeditor/plugins/msword/dialogs/ |
| D | msword.js | 1 …replace(/</gm,"<");e=e.replace(/>/mg,">");var g=new RegExp("<xml>([^]*)</xml>","gm");e=e.repla…
|
| D | msword.js.unc | 99 inner = inner.replace(/</gm,'<'); 100 inner = inner.replace(/>/mg,'>'); 105 inner = inner.replace(regex, function(m,n) { 110 inner = inner.replace(/<img\s/, '<img alt=\"msword\" '); 115 inner = inner.replace(regex, function(m,n) { 120 inner = inner.replace(regex,""); 123 inner = inner.replace(/</gm,'<'); 124 inner = inner.replace(/>/mg,'>'); 125 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>"); 126 inner = inner.replace(/<table.*?>/mg, "<table>"); [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/bbcode/ |
| D | fckplugin.js | 37 data = data.replace( /</g, '<' ) ; 38 data = data.replace( />/g, '>' ) ; 41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ; 44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ; 45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ; 48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ; 51 data = data.replace( /\[i\](.+?)\[\/i]/gi, '<i>$1</i>' ) ; 54 data = data.replace( /\[u\](.+?)\[\/u]/gi, '<u>$1</u>' ) ; 73 data = data.replace( /<br(?=[ \/>]).*?>/gi, '\r\n') ; 76 data = data.replace( /<a .*?href=(["'])(.+?)\1.*?>(.+?)<\/a>/gi, '[url=$2]$3[/url]') ; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/plugins/bbcode/ |
| D | fckplugin.js | 37 data = data.replace( /</g, '<' ) ; 38 data = data.replace( />/g, '>' ) ; 41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ; 44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ; 45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ; 48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ; 51 data = data.replace( /\[i\](.+?)\[\/i]/gi, '<i>$1</i>' ) ; 54 data = data.replace( /\[u\](.+?)\[\/u]/gi, '<u>$1</u>' ) ; 73 data = data.replace( /<br(?=[ \/>]).*?>/gi, '\r\n') ; 76 data = data.replace( /<a .*?href=(["'])(.+?)\1.*?>(.+?)<\/a>/gi, '[url=$2]$3[/url]') ; [all …]
|
| /plugin/ckgdoku/scripts/ |
| D | parse_wiki-cmpr.js | 1 …replace(i,function(v){v=v.replace(/\s+/g,"");return v});i=new RegExp("\\>(.*?)(\\]\\]\\<\\/font\\>…
|
| /plugin/ckgedit/scripts/ |
| D | parse_wiki-cmpr.js | 1 …replace(i,function(v){v=v.replace(/\s+/g,"");return v});i=new RegExp("\\>(.*?)(\\]\\]\\<\\/font\\>…
|
| D | parse_wiki.js.unc | 13 results = results.replace(regex, function(m) { 14 m = m.replace(/\s+/g, ""); 357 interwiki_label = interwiki_label.replace(/^.*?oIWIKIo/, 'oIWIKIo'); 358 interwiki_label = interwiki_label.replace(/cIWIKIc.*/, 'cIWIKIc'); 359 iw_type[1] = iw_type[1].replace(/_(\w{2})/g, "." + "$1"); 570 matches[1] = matches[1].replace(/;/, ""); 580 matches[1] = matches[1].replace(/;/, ""); 599 results = results.replace(/\^$/, '|'); 628 } else this.link_title = this.link_title.replace(/\s+.*$/, ""); 637 attrs[i].value = attrs[i].value.replace(/\./g, '_'); [all …]
|
| /plugin/codehighlight/cp/engines/ |
| D | msie.js | 74 … window.clipboardData.setData('Text',window.clipboardData.getData('Text').replace(/\t/g,'\u2008')); 116 o = o.replace(/<BR>/g,'\r\n'); 117 o = o.replace(/\u2008/g,'\t'); 119 o = o.replace(/<P>/g,'\n'); 120 o = o.replace(/<\/P>/g,'\r'); 121 o = o.replace(/<.*?>/g,''); 122 o = o.replace(/ /g,''); 124 o = o.replace(/\n\r/g,'<P></P>'); 125 o = o.replace(/\n/g,'<P>'); 126 o = o.replace(/\r/g,'<\/P>'); [all …]
|
| D | opera.js | 106 o = o.replace(/<(?!span|\/span|br).*?>/gi,''); 112 x = x.replace(/\t/g, ' '); 115 if(arguments[1]&&arguments[2]) x = x.replace(arguments[1],arguments[2]); 118 x = x.replace(Language.syntax[i].input,Language.syntax[i].output); 128 words = words.replace(/[\s\n\r\);\W]/g,'\n').split('\n'); 129 return words[words.length-1].replace(/[\W]/gi,'').toLowerCase(); 137 var content = snippets[i].output.replace(/</g,'<'); 138 content = content.replace(/>/g,'>'); 140 else content = content.replace(/\$0/,cc); 141 content = content.replace(/\n/g,'<br>'); [all …]
|
| D | gecko.js | 26 body.innerHTML = body.innerHTML.replace(/\n/g,""); 111 o = o.replace(/<br>/g,'\n'); 112 o = o.replace(/<.*?>/g,''); 114 x = x.replace(/\n/g,'<br>'); 116 if(arguments[1]&&arguments[2]) x = x.replace(arguments[1],arguments[2]); 119 x = x.replace(Language.syntax[i].input,Language.syntax[i].output); 128 words = words.replace(/[\s\n\r\);\W]/g,'\n').split('\n'); 129 return words[words.length-1].replace(/[\W]/gi,'').toLowerCase(); 137 var content = snippets[i].output.replace(/</g,'<'); 138 content = content.replace(/>/g,'>'); [all …]
|
| /plugin/ikso/ |
| D | script.js | 114 kampo.value = kampo.value.replace(markiloREG,''); 159 t = t.replace(Cxapelado_literoj.cxRX,"ĉ"); 160 t = t.replace(Cxapelado_literoj.gxRX,"ĝ"); 161 t = t.replace(Cxapelado_literoj.hxRX,"ĥ"); 162 t = t.replace(Cxapelado_literoj.jxRX,"ĵ"); 163 t = t.replace(Cxapelado_literoj.sxRX,"ŝ"); 164 t = t.replace(Cxapelado_literoj.uxRX,"ŭ"); 165 t = t.replace(Cxapelado_literoj.CxRX,"Ĉ"); 166 t = t.replace(Cxapelado_literoj.GxRX,"Ĝ"); 167 t = t.replace(Cxapelado_literoj.HxRX,"Ĥ"); [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/plugintool/ |
| D | fckplugin.js | 41 val = val.replace(/^\s+/,''); 42 val = val.replace(/\s+$/,''); 55 mySelection = mySelection.replace(/^\s+/,""); 56 mySelection = mySelection.replace(/\s+$/,""); 61 mySelection = mySelection.replace(/<\/FCK:plugin>/gi,""); 62 mySelection = mySelection.replace(/<FCK:plugin.*?>/gi,""); 65 mySelection = mySelection.replace(/<\/P>/gi," <br><br> "); 66 mySelection = mySelection.replace(/^<P.*?>/gi," <br><br> "); 67 mySelection = mySelection.replace(/ /gi, ""); // for IE in <indent> 69 mySelection = mySelection.replace(/<indent.*?indent>/gi, ""); [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Devel.js | 72 …replace(/%script-src%/g, 'https://www.dropbox.com https://api.trello.com https://devhost.jgraph.co… 74 replace(/%connect-src%/g, 'https://*.dropboxapi.com https://trello.com https://api.trello.com'). 76 replace(/%style-src%/g, 'https://devhost.jgraph.com'). 77 replace(/%frame-src%/g, ''). 78 replace(/ /g, ' '); 85 …var app_diagrams_net = csp.replace(/%script-src%/g, 'https://www.dropbox.com https://api.trello.co… 86 replace(/%connect-src%/g, 'https://*.dropboxapi.com https://api.trello.com'). 87 replace(/%frame-src%/g, ''). 88 replace(/%style-src%/g, ''). 89 replace(/ /g, ' ') + ' frame-ancestors \'self\' https://teams.microsoft.com;'; [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | tokenize.js | 41 let msg = e.message, pos = e.raisedAt, replace = true 45 … replace = {start: e.pos, end: pos, type: tt.string, value: this.input.slice(e.pos + 1, pos)} variable 49 replace = {start: e.pos, end: pos, type: tt.regexp, value: re} variable 51 replace = {start: e.pos, end: pos, variable 55 replace = false 66 replace = false 68 replace = true 73 if (replace === true) replace = {start: pos, end: pos, type: tt.name, value: "✖"} 74 if (replace) { 76 replace.loc = new SourceLocation( [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | tokenize.js | 41 let msg = e.message, pos = e.raisedAt, replace = true 45 … replace = {start: e.pos, end: pos, type: tt.string, value: this.input.slice(e.pos + 1, pos)} variable 49 replace = {start: e.pos, end: pos, type: tt.regexp, value: re} variable 51 replace = {start: e.pos, end: pos, variable 55 replace = false 66 replace = false 68 replace = true 73 if (replace === true) replace = {start: pos, end: pos, type: tt.name, value: "✖"} 74 if (replace) { 76 replace.loc = new SourceLocation( [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | tidy-block.js | 11 .replace(/\n|\r\n/g, ' ') 12 .replace(/\s+/g, ' ') 13 .replace(/(,|:|\() /g, '$1') 14 .replace(/ \)/g, ')') 15 .replace(/'([a-zA-Z][a-zA-Z\d\-_]+)'/, '$1') 16 .replace(/"([a-zA-Z][a-zA-Z\d\-_]+)"/, '$1') 17 .replace(withoutSpaceAfterClosingBrace ? /\) /g : null, ')');
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
| D | fckoutput.py | 30 def escape(text, replace=string.replace): argument 38 text = replace(text, '&', '&') # must be done 1st 39 text = replace(text, '<', '<') 40 text = replace(text, '>', '>') 41 text = replace(text, '"', '"') 108 'fileUrl': fileUrl.replace ('"', '\\"'), 109 'fileName': fileName.replace ( '"', '\\"' ) , 110 'customMsg': customMsg.replace ( '"', '\\"' ),
|
| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | extract-import-url-and-media.js | 18 .replace(IMPORT_PREFIX_PATTERN, '') 20 .replace(URL_PREFIX_PATTERN, '(') 21 .replace(URL_SUFFIX_PATTERN, ')') 22 .replace(QUOTE_PREFIX_PATTERN, '') 23 .replace(QUOTE_SUFFIX_PATTERN, ''); 28 .replace(BRACE_PREFIX, '') 29 .replace(BRACE_SUFFIX, '');
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/ |
| D | Munge.php | 38 protected $replace = array(); variable in HTMLPurifier_URIFilter_Munge 80 $this->replace = array_map('rawurlencode', $this->replace); 82 $new_uri = strtr($this->target, $this->replace); 102 $this->replace['%s'] = $string; 103 $this->replace['%r'] = $context->get('EmbeddedURI', true) ?: ''; 105 $this->replace['%n'] = $token ? $token->name : ''; 106 $this->replace['%m'] = $context->get('CurrentAttr', true) ?: ''; 107 $this->replace['%p'] = $context->get('CurrentCSSProperty', true) ?: ''; 110 $this->replace['%t'] = hash_hmac("sha256", $string, $this->secretKey);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _replacer.js | 1 module.exports = function (regExp, replace) { argument 2 var replacer = replace === Object(replace) ? function (part) { 3 return replace[part]; 4 } : replace; 6 return String(it).replace(regExp, replacer);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _replacer.js | 1 module.exports = function (regExp, replace) { argument 2 var replacer = replace === Object(replace) ? function (part) { 3 return replace[part]; 4 } : replace; 6 return String(it).replace(regExp, replacer);
|
| /plugin/revealjs/plugin/markdown/ |
| D | marked.js | 6 …replace("label",k._label).replace("title",k._title).getRegex(),k.bullet=/(?:[*+-]|\d{1,9}\.)/,k.it…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | router.js | 14 this.replace(href); 21 replace: function(href) { method 196 location.replace('http://example.com#search/news'); 206 location.replace('http://example.com#search/тест'); 216 location.replace('http://example.com#search/nyc/p10'); 264 location.replace('http://example.com#route'); 279 location.replace('http://example.com#start_here'); 281 location.replace = function(href) { function 284 Backbone.history.navigate('end_here', {replace: true}); property 289 location.replace('http://example.com#splat/long-list/of/splatted_99args/end'); [all …]
|