Home
last modified time | relevance | path

Searched refs:querySelectorAll (Results 1 – 25 of 184) sorted by relevance

12345678

/plugin/revealjs/js/
Dreveal.js761 dom.controlsLeft = toArray( document.querySelectorAll( '.navigate-left' ) );
762 dom.controlsRight = toArray( document.querySelectorAll( '.navigate-right' ) );
763 dom.controlsUp = toArray( document.querySelectorAll( '.navigate-up' ) );
764 dom.controlsDown = toArray( document.querySelectorAll( '.navigate-down' ) );
765 dom.controlsPrev = toArray( document.querySelectorAll( '.navigate-prev' ) );
766 dom.controlsNext = toArray( document.querySelectorAll( '.navigate-next' ) );
864 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) {
869 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) {
950 var fragmentGroups = sortFragments( page.querySelectorAll( '.fragment' ), true );
988 toArray( page.querySelectorAll( '.fragment:not(.fade-out)' ) ).forEach( function( fragment ) {
[all …]
/plugin/fho/
Dscript.js7 const legendItems = document.querySelectorAll(".legend span");
21 … const statusRows = document.querySelectorAll("table.status-table tbody tr"); // Wähle alle Zeilen
24 const cells = row.querySelectorAll(".status-cell");
59 const cells = row.querySelectorAll(".status-cell");
122 … const cell = row.querySelectorAll(".status-cell")[cellIndex]; // Hole die entsprechende Zelle
/plugin/bureaucracytoolbar/
H A Dscript.js5 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');
57 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');
77 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');
/plugin/minecraftrecipe/
Dscript.js2 const cycleContainers = document.querySelectorAll('.item-cycle');
5 const items = container.querySelectorAll('.cycle-item');
/plugin/katex/_assets/contrib/
Dcopy-tex.min.js1querySelectorAll(".katex-mathml + .katex-html"),a=0;a<r.length;a++){var o=r[a];o.remove?o.remove()…
/plugin/aichat/script/
DAIChatButton.js34 const toggleButtons = this.#root.querySelectorAll('button.toggle');
54 for (const elem of this.#root.querySelectorAll('[title]')) {
/plugin/svgelement/
Dsvgelement.js4 const images = document.querySelectorAll('a > img[src$=".svg"]');
18 const scripts = svgElement.querySelectorAll('script');
/plugin/hiresimage/
H A Dscript.js51 document.querySelectorAll(sel).forEach(sharpen);
70 node.querySelectorAll('img').forEach(sharpen);
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js14 let inlineScriptElements = Array.from(targetElement.querySelectorAll("script:not([src])"));
45 let srcScriptElements = Array.from(targetElement.querySelectorAll("script[src]"));
H A Dsvg-injector.js3 let mySVGsToInject = document.querySelectorAll('img.svg-injection-cs');
H A Dmasonry.js2 document.querySelectorAll('.masonry').forEach(elem => {
H A Dlozad-print.js6 document.querySelectorAll('.lazy-cs').forEach(element => {
H A Dheight-toggle.js2 [...document.querySelectorAll('.height-toggle-cs')].forEach(element => {
H A Dtoast.js3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
H A Dprism-ansi-to-html.js11 const elements = document.querySelectorAll('code.language-txt')
H A Dheight-toggle-onclick.js9 [...document.querySelectorAll('.height-toggle-onclick-cs')].forEach(element => {
H A Dedit-button.js3 document.querySelectorAll('.edit-button-cs').forEach(editButtonFormElement => {
/plugin/mobiletable/
DmobileTable.js141 for (let row of table.querySelectorAll("tr")) {
217 tables = tables || document.querySelectorAll(selector)
245 tables = tables || document.querySelectorAll(selector)
261 for (let cell of original.querySelectorAll("td, th")) {
Dscript.js3 …aceWith(d);return d};return function(g,d){if(g)a:{var e=d||document.querySelectorAll(r);var b=!1;e…
4 …endChild(v);n=Array(c.length).fill(0);p=!0;t=$jscomp.makeIterator(t.querySelectorAll("tr"));for(f=…
6querySelectorAll(r);m=!1;e=$jscomp.makeIterator(e);for(b=e.next();!b.done;b=e.next())if(c=b.value,…
/plugin/mizarverifiabledocs/src/
H A Dscript.js189 const elementsToToggle = wrapper.querySelectorAll(
212 const wrappers = document.querySelectorAll(".mizarWrapper");
226 const hideButtons = document.querySelectorAll(".hide-button");
235 const showButtons = document.querySelectorAll(".show-button");
266 const allWrappers = document.querySelectorAll(".mizarWrapper");
275 const allWrappers = document.querySelectorAll(".mizarWrapper");
620 errorPanel.querySelectorAll(".error-link").forEach((link) => {
696 const mizarBlocks = document.querySelectorAll(".mizarWrapper");
802 const copyButtons = document.querySelectorAll(".copy-button");
/plugin/traumacalc/
Dscript.js109 document.querySelectorAll('.traumacalc select').forEach(select => select.value = '0');
110 document.querySelectorAll('.traumacalc input[type="text"]').forEach(input => input.value = '');
/plugin/webcode/
Dscript.js7 var webCodeIFrames = document.querySelectorAll("iframe.webCode");
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
DStructural.php117 public function querySelectorAll($query); function
/plugin/jsoncode/
Dscript.js4 const codeblocks = document.querySelectorAll('pre.code.json');
/plugin/diagrams/script/
H A Ddownload.js6 document.querySelectorAll('div.diagrams-buttons').forEach(diagramActions => {

12345678