Home
last modified time | relevance | path

Searched refs:querySelector (Results 1 – 25 of 125) sorted by relevance

12345

/plugin/aichat/script/
H A DAIChatButton.js32 this.#dialog = this.#root.querySelector('dialog');
39 this.#dialog.querySelector('button.fs').addEventListener('click', function() {
50 this.#root.querySelector('button.start').title = this.getAttribute('label') || 'AI Chat';
51 this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat';
58 this.#root.querySelector('button.start').animate({
H A DAIChatChat.js29 this.#input = this.#root.querySelector('textarea');
30 this.#output = this.#root.querySelector('.output');
31 this.#progress = this.#root.querySelector('progress');
32 this.#controls = this.#root.querySelector('.controls');
33 const form = this.#root.querySelector('form');
35 const restart = this.#root.querySelector('.delete-history');
/plugin/diagrams/script/
H A DDiagramsMediaManager.js10 const tree = document.querySelector('#media__tree');
20 const filePanel = document.querySelector('#mediamanager__page .panel.file');
39 const svgLink = mutation.target.querySelector('a.mf_svg');
42 const actionList = mutation.target.querySelector('ul.actions');
43 if (actionList.querySelector('button.diagrams-btn')) continue; // already added
125 const fullScreenNS = document.querySelector('#mediamanager__page .panelHeader h3 strong');
126 const popupNS = document.querySelector('#media__manager #media__ns');
H A Dembed-editbutton.js6 if (!document.querySelector('head link[rel="edit"]')) return;
30 embed.parentNode.querySelector('.diagrams-buttons').appendChild(button);
H A Dmediafile-linkfix.js15 const observable = document.querySelector('body');
/plugin/fetchmedia/script/
H A Dmain.js13 const td = document.querySelector(selector);
31 const td = document.querySelector(selector);
62 namespace: form.querySelector('input[name="namespace"]').value,
63 type: form.querySelector('input[name="mediatypes"]:checked').value,
64 sectok: form.querySelector('input[name="sectok"]').value,
/plugin/fksnewsfeed/
H A Dscript.js36 const newsContainer = stream.querySelector('.stream');
39 const loadBar = stream.querySelector('.load-bar');
40 const moreButton = stream.querySelector('.more-news');
/plugin/revealjs/plugin/notes/
H A Dnotes.js24 var jsFileLocation = document.querySelector('script[src$="notes.js"]').src; // this js file path
87 notesElement = slideElement.querySelector( 'aside.notes' ),
88 fragmentElement = slideElement.querySelector( '.current-fragment' );
107 var fragmentNotes = fragmentElement.querySelector( 'aside.notes' );
/plugin/toolbox/extension/
H A Dcontent.js9 var gen = document.querySelector("meta[name='generator']");
11 var edi = document.querySelector("#wiki__text");
/plugin/widearea/widearea/
H A Dwidearea.js219 var targetTextarea = document.querySelector("textarea[data-widearea-id='" + wideAreaId + "']");
303 var overlayLayer = document.querySelector(".widearea-overlayLayer");
318 var smallTextArea = document.querySelector("textarea.widearea-fullscreened");
319 var overlayLayer = document.querySelector(".widearea-overlayLayer");
320 var fullscreenTextArea = overlayLayer.querySelector("textarea");
359 var targetElement = document.querySelector(selector);
/plugin/combo/resources/snippet/js/
H A Dmenubar-fixed-top.js13 let fixedNavbar = document.querySelector(fixedMenuSelector)
56 let fixedNavbar = document.querySelector(fixedMenuSelector)
H A Dpage-explorer-tree.js18 let button = element.querySelector(`button[data-wiki-id='${processedId}']`);
23 let link = element.querySelector(`a[data-wiki-id='${processedId}']`);
H A Dcombo-loader.js12 let head = document.querySelector("head");
22 let head = document.querySelector("head");
H A Dwebcode.js8 let htmlIFrameElement = iframeElement.contentWindow.document.querySelector("html");
13 calculatedHeight = iframeElement.contentWindow.document.querySelector("body").offsetHeight;
H A Drequire.js38 document.querySelector("#message").innerHTML = "The dom is ready !";
H A Dtoast.js8 toastElement.querySelector("button").focus();
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1querySelector("annotation");c&&(f.replaceWith?f.replaceWith(c):f.parentNode&&f.parentNode.replaceC…
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}v (…)
H A Ddatepair.js83 this.startDateInput = this.container.querySelector('.'+this.settings.startClass+'.'+this.settings.dateClass);
84 this.endDateInput = this.container.querySelector('.'+this.settings.endClass+'.'+this.settings.dateClass);
85 this.startTimeInput = this.container.querySelector('.'+this.settings.startClass+'.'+this.settings.timeClass);
86 this.endTimeInput = this.container.querySelector('.'+this.settings.endClass+'.'+this.settings.timeClass);
/plugin/webcode/
H A Dscript.js15 … webCodeIFrame.height = webCodeIFrame.contentWindow.document.querySelector("html").offsetHeight
/plugin/mobiletable/
H A DmobileTable.js33 const row = table.querySelector("tr")
132 const tbody = table.querySelector("tbody").cloneNode(false)
290 const div = document.querySelector("div.mobiletable")
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStructural.php109 public function querySelector($query); function
/plugin/stackedit/
H A Dscript.js4 const el = document.querySelector('textarea');
/plugin/autolink4/
H A Dscript.js9 var textElt = document.querySelector('.plugin-autolink4__admintext');
/plugin/shell/
H A DP0wnyShell.js44 this.eShellCmdInput = this.eRoot.querySelector('#shell-cmd');
45 this.eShellContent = this.eRoot.querySelector('#shell-content');
46 this.eShellPrompt = this.eRoot.querySelector('#shell-prompt');

12345