Lines Matching refs:querySelectorAll
138 Array.from(document.querySelectorAll('input[type=file]')).forEach(function (elem) {
176 …Array.from(document.querySelectorAll('.mikio.dokuwiki .mode_login fieldset label.block input.edit,…
200 Array.from(document.querySelectorAll('a[rel="exit-admin"]')).forEach(function (elem) {
224 Array.from(document.querySelectorAll('a[rel="exit-page"]')).forEach(function (elem) {
248 Array.from(document.querySelectorAll('.admin_tasks span.prompt')).forEach(function (elem) {
279 … Array.from(document.querySelectorAll('#mediamanager__page .filelist')).forEach(function (elem) {
304 Array.from(elem.querySelectorAll('img')).forEach(function (elem) {
312 Array.from(target.querySelectorAll('div.odd, div.even')).forEach(function (elem) {
367 … let colorSelectorInputs = document.querySelectorAll('div.mikio-color-picker input[type="color"]');
377 … let colorTextInputs = document.querySelectorAll('div.mikio-color-picker input[type="text"]');
634 … Array.from(parentElem.querySelectorAll('.mikio-breadcrumbs ul li a')).forEach(function (elem) {
638 …Array.from(parentElem.querySelectorAll('.mikio-breadcrumbs ul li, .mikio-breadcrumbs ul li a')).fo…
671 Array.from(document.querySelectorAll(selectorArray[part])).forEach(function (elem) {
679 Array.from(document.querySelectorAll('a.navSel')).forEach(function (elem) {