Searched refs:replaceWith (Results 1 – 25 of 135) sorted by relevance
123456
| /plugin/sequencediagram/bower_components/lodash/lib/main/ |
| D | build-site.js | 46 $code.replaceWith(`<a href="#${ id }"><code>_.${ id }</code></a>`); 74 $a.replaceWith($a.html()); 132 $divs.replaceWith($divs.html()); 158 $span.replaceWith($span.html());
|
| /plugin/jquery-syntax/jquery-syntax/ |
| D | jquery.syntax.layout.list.js | 8 …wCode.height(jQuery(list).height());jQuery(list).replaceWith(rawCode);}else{jQuery(rawCode).replac…
|
| D | jquery.syntax.layout.table.js | 6 …ode.height(jQuery(table).height());jQuery(table).replaceWith(rawCode);}else{jQuery(rawCode).replac…
|
| D | jquery.syntax.layout.fixed.js | 8 …ode.height(jQuery(fixed).height());jQuery(fixed).replaceWith(rawCode);}else{jQuery(rawCode).replac…
|
| D | jquery.syntax.brush.basic.js | 5 …ction',html).each(function(){var text=jQuery(this).text();jQuery(this).replaceWith(jQuery('<a>').a…
|
| D | jquery.syntax.layout.editor.js | 19 ….prototype.slice.call(this.container.childNodes,start,end);$(oldLines).replaceWith(newLines);}else…
|
| D | jquery.syntax.core.js | 106 …linkify!==false){jQuery('span.href',html).each(function(){jQuery(this).replaceWith(jQuery('<a>').a… 115 if(html&&options.replace===true){container.replaceWith(html);}});});});};Syntax.loader.core=true;
|
| /plugin/nsexport/ |
| D | script.js | 31 $throb.replaceWith(LANG.plugins.nsexport.done); 71 $form.replaceWith($msg);
|
| /plugin/katex/_assets/contrib/ |
| D | copy-tex.min.js | 1 …<i.length;l++){var f=i[l],c=f.querySelector("annotation");c&&(f.replaceWith?f.replaceWith(c):f.par…
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 212 table.replaceWith(dummy) 234 dummy.replaceWith(mobile) 269 dummy.replaceWith(original)
|
| D | script.js | 3 …Child(b);return b},I=function(g){var d=document.createElement("div");g.replaceWith(d);return d};re… 6 …===D).rowSpan=h);y=1===y?h:y-1;if(1<y)continue}}l+=1}}c=u;B.set(c,b);m.replaceWith(c);c.classList.… 7 u&&E(u,k);m.replaceWith(b);m=!0}e=m}return e}}({selector:"div.page div.mobiletable table",parseColu…
|
| /plugin/owncloud/ |
| D | script.js | 24 $place.replaceWith($response); 74 $place.replaceWith(data);
|
| /plugin/fancysearch/ |
| D | script.js | 17 $oldNamespaceSelect.replaceWith($newNamespaceSelect);
|
| /plugin/socialshareprivacy/ |
| D | jquery.socialshareprivacy.min.js | 22 …tml(a.services.facebook.txt_fb_on),k.find("img.fb_like_privacy_dummy").replaceWith(q)):(k.removeCl… 24 …html(a.services.twitter.txt_twitter_on),l.find("img.tweet_this_dummy").replaceWith(r)):(l.removeCl… 26 …ff").html(a.services.gplus.txt_gplus_on),m.find("img.gplus_one_dummy").replaceWith(s)):(m.removeCl…
|
| D | jquery.socialshareprivacy.js | 181 $container_fb.find('img.fb_like_privacy_dummy').replaceWith(fb_code); 214 $container_tw.find('img.tweet_this_dummy').replaceWith(twitter_code); 242 $container_gplus.find('img.gplus_one_dummy').replaceWith(gplus_code);
|
| /plugin/svgelement/ |
| D | svgelement.js | 39 parentAnchor.replaceWith(svgElement);
|
| /plugin/flowchartjs/ |
| D | script.js | 15 jQuery(this).replaceWith(
|
| /plugin/vshare/ |
| H A D | script.js | 75 this.replaceWith(iframe);
|
| /plugin/farmsync/script/ |
| D | results.js | 99 …$this.replaceWith('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span><div>' + jqXHR.resp… 187 $form.replaceWith('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span>');
|
| /plugin/farmer/script/ |
| H A D | plugins.js | 80 $td.replaceWith(data);
|
| /plugin/bugzillaint/ |
| D | script.js | 72 master.find('a.bzref').replaceWith( renderBug( master, bug ) ); 79 master.find('a.bzref').replaceWith( renderBug( master, rootBug ) );
|
| /plugin/issuelinks/script/ |
| D | admin_repo.js | 193 $this.replaceWith($importStatusElement);
|
| /plugin/bootswrapper/ |
| D | script.js | 73 $nav.find('.dropdown div.li').replaceWith(function () {
|
| /plugin/filelisting/ |
| D | script.js | 162 $filesInNamespace.first().replaceWith(fileRows);
|
| /plugin/ckgdoku/ckeditor/lang/ |
| D | en.js | 1 …eplaceAll:"Replace All",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:"… property
|
123456