Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 25 of 132) sorted by relevance

123456

/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js46 $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/
H A Djquery.syntax.layout.list.js8 …wCode.height(jQuery(list).height());jQuery(list).replaceWith(rawCode);}else{jQuery(rawCode).replac…
H A Djquery.syntax.layout.table.js6 …ode.height(jQuery(table).height());jQuery(table).replaceWith(rawCode);}else{jQuery(rawCode).replac…
H A Djquery.syntax.layout.fixed.js8 …ode.height(jQuery(fixed).height());jQuery(fixed).replaceWith(rawCode);}else{jQuery(rawCode).replac…
H A Djquery.syntax.brush.basic.js5 …ction',html).each(function(){var text=jQuery(this).text();jQuery(this).replaceWith(jQuery('<a>').a…
/plugin/nsexport/
H A Dscript.js31 $throb.replaceWith(LANG.plugins.nsexport.done);
71 $form.replaceWith($msg);
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …<i.length;l++){var f=i[l],c=f.querySelector("annotation");c&&(f.replaceWith?f.replaceWith(c):f.par…
/plugin/owncloud/
H A Dscript.js24 $place.replaceWith($response);
74 $place.replaceWith(data);
/plugin/mobiletable/
H A DmobileTable.js212 table.replaceWith(dummy)
234 dummy.replaceWith(mobile)
269 dummy.replaceWith(original)
H A Dscript.js3 …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/fancysearch/
H A Dscript.js17 $oldNamespaceSelect.replaceWith($newNamespaceSelect);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/flowchartjs/
H A Dscript.js15 jQuery(this).replaceWith(
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js181 $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);
H A Djquery.socialshareprivacy.min.js22 …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…
/plugin/vshare/
H A Dscript.js75 this.replaceWith(iframe);
/plugin/farmsync/script/
H A Dresults.js99 …$this.replaceWith('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span><div>' + jqXHR.resp…
187 $form.replaceWith('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span>');
/plugin/farmer/script/
H A Dplugins.js80 $td.replaceWith(data);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php98 $node->replaceWith(clone $toc);
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php335 public function replaceWith(array $elements) global() function in League\\CommonMark\\Util\\ArrayCollection
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php115 public function replaceWith(Node $replacement): void
130 public function replaceWith(Node $replacement) global() function in League\\CommonMark\\Node\\Node
/plugin/bugzillaint/
H A Dscript.js72 master.find('a.bzref').replaceWith( renderBug( master, bug ) );
79 master.find('a.bzref').replaceWith( renderBug( master, rootBug ) );
/plugin/issuelinks/script/
H A Dadmin_repo.js193 $this.replaceWith($importStatusElement);
/plugin/bootswrapper/
H A Dscript.js73 $nav.find('.dropdown div.li').replaceWith(function () {

123456