Home
last modified time | relevance | path

Searched refs:querySelectorAll (Results 51 – 75 of 140) sorted by path

123456

/plugin/combo/resources/snippet/js/
H A Donview-intersector.js48 const targets = document.querySelectorAll(".show-on-scroll");
H A Dpage-explorer-tree.js5 document.querySelectorAll(".page-explorer-tree-cs").forEach(element => {
H A Dpage-protection.js6 document.querySelectorAll(`[data-${acronymPageProtection}-link="warning"], [data-${acronymPageProtection}-link="login"]`).forEach(element => {
H A Dquality.js5 document.querySelectorAll(".combo-quality-item").forEach((metadataControlItem) => {
H A Dsubscribe.js6 const forms = document.querySelectorAll(`${subscribeComponentSelector} form`);
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsvg-injector.js3 let mySVGsToInject = document.querySelectorAll('img.svg-injection-cs');
H A Dtoast.js3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
H A Dtooltip.js15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
H A Dwebcode.js41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {
/plugin/diagrams/script/
H A DDiagramsForm.js171 document.body.querySelectorAll(`img[src='${url}']`)
H A Dembed-editbutton.js8 document.querySelectorAll('object.diagrams-svg[data-pos]').forEach(embed => {
H A Dmediafile-editbutton.js7 const diagrams = document.querySelectorAll('object.diagrams-svg[data-id]');
/plugin/diagramsnet/lib/js/
H A Dapp.min.js722querySelectorAll('div[style*="display: flex; justify-content: flex-end;"]'),c=0;c<b.length;c++)b[c…
10003 …)&&d.parentNode.removeChild(d)}};e(document.querySelectorAll("head > style[id]"));e(document.query…
10361 …"create":"copy"));b=b?"none":"";q&&(ja.style.display=b);for(var c=K.querySelectorAll(".geTempDlgLi…
10375 …(function(b,c){mxEvent.addListener(c,"click",function(){for(var f=b.querySelectorAll("li"),d=0;d<f…
10584 ….get("property"));u.style.cursor="pointer";var A=function(){var c=y.querySelectorAll(".gePropNonHe…
11722 …notificationWin.style.display="none";for(var c=this.notificationWin.querySelectorAll(".circle.acti…
H A Dexport.js390 var pages = document.querySelectorAll('[id^=mxPage]');
880 …document.querySelectorAll('foreignObject div').forEach(d => d.style.fontFamily = (d.style.fontFami…
H A Dextensions.min.js1705querySelectorAll(t)}},yt=function(t){return function(){return this.matches(t)}},gt=function(t){ret…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js5991 var unread = this.notificationWin.querySelectorAll('.circle.active');
H A DDialogs.js10430 var elems = dlgDiv.querySelectorAll(".geTempDlgLinkToDiagram");
10923 var lis = subUl2.querySelectorAll('li');
H A DDrawioFile.js1134 removeExtFont(document.querySelectorAll('head > style[id]'));
1135 removeExtFont(document.querySelectorAll('head > link[id]'));
H A DEditor.js5055 var rows = grid.querySelectorAll('.gePropNonHeaderRow');
H A DEditorUi.js15384 var actions = cdiv.querySelectorAll('.geCommentAction');
15443 var forOpenActions = replies[i].querySelectorAll('.geCommentAction');
15716 var modDateDivs = listDiv.querySelectorAll('.geCommentDate');
H A DElectronApp.js1693 document.querySelectorAll('.geMenuItem').forEach(i => i.style.webkitAppRegion = 'no-drag');
1746 …document.querySelectorAll('#geWindow-controls .button').forEach(b => b.className = 'button dark');…
1751 …document.querySelectorAll('#geWindow-controls .button').forEach(b => b.className = 'button white');
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6querySelectorAll(t)}},yt=function(t){return function(){return this.matches(t)}},gt=function(t){ret…
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js53 return elem.querySelectorAll(selector);

123456