Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 1516) sorted by relevance

12345678910>>...61

/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
Dmsword.js94 inner = inner.replace(/&lt/gm,'<');
95 inner = inner.replace(/&gt/mg,'>');
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
112 inner = inner.replace(/&lt/gm,'<');
113 inner = inner.replace(/&gt/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 …]
Dmsword.js.unc94 inner = inner.replace(/&lt/gm,'<');
95 inner = inner.replace(/&gt/mg,'>');
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
112 inner = inner.replace(/&lt/gm,'<');
113 inner = inner.replace(/&gt/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/
Dmsword.js1replace(/&lt/gm,"<");e=e.replace(/&gt/mg,">");var g=new RegExp("<xml>([^]*)</xml>","gm");e=e.repla…
Dmsword.js.unc99 inner = inner.replace(/&lt/gm,'<');
100 inner = inner.replace(/&gt/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(/&lt/gm,'<');
124 inner = inner.replace(/&gt/mg,'>');
125 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>");
126 inner = inner.replace(/<table.*?>/mg, "<table>");
[all …]
/plugin/fckg/fckeditor/editor/plugins/bbcode/
Dfckplugin.js37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
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/
Dfckplugin.js37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
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/
Dparse_wiki-cmpr.js1replace(i,function(v){v=v.replace(/\s+/g,"");return v});i=new RegExp("\\>(.*?)(\\]\\]\\<\\/font\\>…
/plugin/ckgedit/scripts/
Dparse_wiki-cmpr.js1replace(i,function(v){v=v.replace(/\s+/g,"");return v});i=new RegExp("\\>(.*?)(\\]\\]\\<\\/font\\>…
Dparse_wiki.js.unc13 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/
Dmsie.js74 … 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(/&nbsp;/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 …]
Dopera.js106 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,'&lt;');
138 content = content.replace(/>/g,'&gt;');
140 else content = content.replace(/\$0/,cc);
141 content = content.replace(/\n/g,'<br>');
[all …]
Dgecko.js26 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,'&lt;');
138 content = content.replace(/>/g,'&gt;');
[all …]
/plugin/ikso/
Dscript.js114 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/
Dfckplugin.js41 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(/&nbsp;/gi, ""); // for IE in <indent>
69 mySelection = mySelection.replace(/<indent.*?indent>/gi, "");
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDevel.js72replace(/%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/
Dtokenize.js41 let msg = e.message, pos = e.raisedAt, replace = true
45replace = {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/
Dtokenize.js41 let msg = e.message, pos = e.raisedAt, replace = true
45replace = {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/
Dtidy-block.js11 .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/
Dfckoutput.py30 def escape(text, replace=string.replace): argument
38 text = replace(text, '&', '&amp;') # must be done 1st
39 text = replace(text, '<', '&lt;')
40 text = replace(text, '>', '&gt;')
41 text = replace(text, '"', '&quot;')
108 'fileUrl': fileUrl.replace ('"', '\\"'),
109 'fileName': fileName.replace ( '"', '\\"' ) ,
110 'customMsg': customMsg.replace ( '"', '\\"' ),
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dextract-import-url-and-media.js18 .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/
DMunge.php38 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.js1 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.js1 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/
Dmarked.js6replace("label",k._label).replace("title",k._title).getRegex(),k.bullet=/(?:[*+-]|\d{1,9}\.)/,k.it…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Drouter.js14 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 …]

12345678910>>...61