Home
last modified time | relevance | path

Searched refs:replace (Results 476 – 500 of 1179) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1replace(/^not /, '');\n }\n else {\n determiner = 'must be';\n }\n…
H A Djson.worker.js1 …h),E(n[9]||h),t):new p(h,h,h,h,h)},e.file=function(e){var t=h;if(o&&(e=e.replace(/\\/g,f)),e[0]===…
H A Djson.worker.js.map1replace(/^not /, '');\n }\n else {\n determiner = 'must be';\n }\n…
H A D12.12.js.map1 … 'remove-watch',\n 'repeat',\n 'repeatedly',\n 'replace',\n 'repli…
H A D2.2.js477 function replace(range, newText) { function
480 TextEdit.replace = replace;
922 function create(newText, insert, replace) {
923 return { newText: newText, insert: insert, replace: replace };
24393 return text.replace(/</g, '&lt;').replace(/>/g, '&gt;');
32084 return text.replace(/\(\)$/, "($1)");
34621 return p.replace(/(\s|\(|\)|,|"|')/g, '\\$1');
36596 path = path.replace(/\\/g, _slash);
36852 value = value.replace(/\//g, '\\');
37242 typeof edit.replace !== 'undefined');
[all …]
H A D23.23.js.map1 …|min|pow|signum|chomp|format|formatlist|indent|join|lower|regex|regexall|replace|split|strrev|subs…
H A D3.3.js.map1replace,\n * insert and delete edits more easily.\n */\nexport var TextEdit;\n(function (TextEdit)…
H A D2.2.js.map1replace,\n * insert and delete edits more easily.\n */\nexport var TextEdit;\n(function (TextEdit)…
H A Dbundle.js33replace(/\\n|\n/g,"<br />"),r.log.info("vertexText"+a),function(e){var t,n,r=Object(i.select)(docu…
101replace(p.default.lineBreakRegex,"\n"),void 0===r.style&&(o.style=o.style||"stroke: #333; stroke-w…
121replace(/\\n/g,"#br#")).split("#br#")},r=function(e){for(var t="",n=0;n>=0;){if(!((n=e.indexOf("<s…
133replace(/\s/g,"")},v=0,y=function(e,t){h.log.info("Drawing ER diagram"),s.default.clear();var n=l.…
137replace(/"/g,"");break;case 30:this.$=o[a];break;case 31:i.parseDirective("%%{","open_directive");…
153replace(/fa[lrsb]?:fa-[\w-]+/g,(function(e){return"<i class='".concat(e.replace(":"," "),"'></i>")…
157replace(/fa[lrsb]?:fa-[\w-]+/g,(function(e){return"<i class='".concat(e.replace(":"," "),"'></i>")…
261replace(a.default.lineBreakRegex," "),i=e.append("text");i.attr("x",t.x),i.attr("y",t.y),i.style("…
316 …rocessed",!0);var u="mermaid-".concat(d());l=c.innerHTML,l=r()(l).trim().replace(/<br\s*\/?>/gi,"<…
320replace(/style.*:\S*#.*;/g,(function(e){return e.substring(0,e.length-1)}))).replace(/classDef.*:\…
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1replace(/^not /,"")):i="must be";const r=-1!==e.indexOf(".")?"property":"argument";let s=`The "${e…
H A Djson.worker.js1 …h),E(n[9]||h),t):new p(h,h,h,h,h)},e.file=function(e){var t=h;if(o&&(e=e.replace(/\\/g,f)),e[0]===…
H A Dbundle.css351 /* Find widget when replace is toggled on */
352 .monaco-editor .find-widget.replaceToggled > .replace-part {
375 .monaco-editor .find-widget > .replace-part {
382 .monaco-editor .find-widget > .replace-part .monaco-inputbox {
405 .monaco-editor .find-widget > .replace-part .replace-actions {
482 .monaco-editor .find-widget > .replace-part {
486 .monaco-editor .find-widget > .replace-part > .monaco-findInput {
495 .monaco-editor .find-widget > .replace-part > .monaco-findInput > .controls {
518 .monaco-editor .find-widget.collapsed-find-widget .button.replace,
519 .monaco-editor .find-widget.collapsed-find-widget .button.replace-all,
[all …]
H A Dbundle.js33replace(/\\n|\n/g,"<br />"),r.log.info("vertexText"+a),function(e){var t,n,r=Object(i.select)(docu…
101replace(p.default.lineBreakRegex,"\n"),void 0===r.style&&(o.style=o.style||"stroke: #333; stroke-w…
121replace(/\\n/g,"#br#")).split("#br#")},r=function(e){for(var t="",n=0;n>=0;){if(!((n=e.indexOf("<s…
133replace(/\s/g,"")},v=0,y=function(e,t){h.log.info("Drawing ER diagram"),s.default.clear();var n=l.…
137replace(/"/g,"");break;case 30:this.$=o[a];break;case 31:i.parseDirective("%%{","open_directive");…
153replace(/fa[lrsb]?:fa-[\w-]+/g,(function(e){return"<i class='".concat(e.replace(":"," "),"'></i>")…
157replace(/fa[lrsb]?:fa-[\w-]+/g,(function(e){return"<i class='".concat(e.replace(":"," "),"'></i>")…
261replace(a.default.lineBreakRegex," "),i=e.append("text");i.attr("x",t.x),i.attr("y",t.y),i.style("…
316 …rocessed",!0);var u="mermaid-".concat(d());l=c.innerHTML,l=r()(l).trim().replace(/<br\s*\/?>/gi,"<…
320replace(/style.*:\S*#.*;/g,(function(e){return e.substring(0,e.length-1)}))).replace(/classDef.*:\…
[all …]
H A D6.6.js1replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:… method in e
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js3 import { replace, location } from 'svelte-spa-router';
44 replace(
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte48 .replace('image/png', 'image/octet-stream');
H A DView.svelte8 text = text.replace(/^\s*%%.*\n/g, '\n');
66 code = state.code.replace(/</g, '&lt;').replace(/>/g, '&gt;');
/plugin/dirtylittlehelper/
H A Dscript.js25 the_code = dlh_objectValueGet(source_obj).replace(/\n/g,'\\n').match(/<dlh.mm>(.*?)<\/dlh.mm>/g);
29 …the_code = btoa('{"code":"' + the_code[0].replace('<dlh.mm>','').replace('<\/dlh.mm>','') + '","me…
147 dlh_return = dlh_return.replace("x","");
338 dlh_ids.push(this_id.replace('.','\\.') );
718 replace: function (item) { //returns what will be put to editor
781 replace: function (item) { //returns what will be put to editor
844 replace: function (item) { //returns what will be put to editor
950 this_namespace = this_namespace.replace('[[','');
951 this_namespace = this_namespace.replace('**','*');
952 this_namespace = this_namespace.replace('*',':*');
[all …]
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1replace","preformatBody","formatValue","formatRow","convert","customConverter","formatBody","forma…
/plugin/mediatooltip/
H A Dscript.js23 copy = copy.replace(/^.+::/,"");
38 camera = camera.replace(/tm=.*?$/,"");
41 date = tarray[1].replace(/[.\-_]\(\)/g,':');
43 title = title.replace(/_(\d\d[.\-_]\d\d([.\-_]\d\d)?)_/, date);
/plugin/schedule/lib/
H A DscheduleCitiesMap.js162 cityName = cityCode = cityName.replace(/[^A-ZÀÂÆÇÉÈÊËÎÏÑÔŒÙÛÜÿ a-zàâæçéèêëîïñôœùûüÿ'\-]/gi,'');
203 var addr = scheduleSelectedCity.find ('span.addresse').html ().replace (/<br>/gi, '~br~');
234 input. val (scheduleSelectedCity.find ('span.addresse').html ().replace (/<br>/gi, '~br~'));
522 …ppend ('<input type="hidden" name="schd[addr]" value="'+addrs.join ("|").replace (/<br>/gi, '~br~'…
527 …scheduleFinalForm.append ('<input type="hidden" name="'+this.name+'" value="'+this.value.replace(/…
541 var val = jQuery (this).val ().replace(/"/gi, "''");
585 scheduleSelectedCity.find ('span.addresse').html (addr.replace (/~br~/gi, '<br/>'));
/plugin/bookcreator/
H A Dscript.js720 return str.replace(htmlSpecialCharsRegEx, function(match) {
/plugin/bookcreator/script/
H A Djquery.fileDownload.js284 $.each(settings.data.replace(/\+/g, ' ').split("&"), function () {
460 return str.replace(htmlSpecialCharsRegEx, function(match) {
/plugin/dtable/
H A Dscript.js366 return table.replace(/^dtable_/, '');
590 …oolbutton dtable_unmerge" title="'+((JSINFO['lang']['show_merged_rows']).replace("%d", colspan-1))…
/plugin/ol3/
H A Dscript.js1replace(p,".")).split("."),e).join(".")}function _(t){for(var e,r,n=[],i=0,o=t.length;i<o;)(e=t.ch…
8replace(/^\s+|\s+$/g,"")}(t).replace(D,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}… method in t

1...<<11121314151617181920>>...48