Home
last modified time | relevance | path

Searched refs:forEach (Results 1 – 25 of 54) sorted by relevance

123

/template/mikio/assets/
H A Dmikio.js20 self.stickyItems.forEach((item) => {
68 [].forEach.call(stickyElements, (item) => {
98 … Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
110 Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
117 Array.from(document.getElementsByTagName('body')).forEach(function (elem) {
119 … Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
128 Array.from(document.getElementsByClassName('mikio-navbar-toggle')).forEach(function (elem) {
133 Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
138 Array.from(document.querySelectorAll('input[type=file]')).forEach(function (elem) {
176 …put.edit, .mikio.dokuwiki .mode_denied fieldset label.block input.edit')).forEach(function (elem) {
[all …]
/template/starterbootstrap/js/
Dsorttable.js34 forEach(document.getElementsByTagName('table'), function(table) {
123 forEach(theadrow.childNodes, function(cell) {
450 if (!Array.forEach) { // mozilla already supports this
451 Array.forEach = function(array, block, context) { function
459 Function.prototype.forEach = function(object, block, context) { function
468 String.forEach = function(string, block, context) { function
469 Array.forEach(string.split(""), function(chr, index) {
475 var forEach = function(object, block, context) {
481 } else if (object.forEach instanceof Function) {
483 object.forEach(block, context);
[all …]
/template/bootstrap3/assets/iconify/
Diconify.min.js13forEach(function(e){null===i[t]?delete u[n][e]:u[n][e]=i[e]});break;default:u[n]=i}}}function le(e…
/template/comicslate/
Dscript.js61 …( '.page a.wikilink1, .page a.wikilink2, .page a.urlextern, .page a.interwiki' ) . forEach ( e => {
66 document . querySelectorAll ( '.page a.wikilink2' ) . forEach ( e => {
71 …( '.page a.wikilink1, .page a.wikilink2, .page a.urlextern, .page a.interwiki' ) . forEach ( e => {
115 document . querySelectorAll ( ".dokuwiki img:not([src*='fetch'])" ) . forEach (
221 document . querySelectorAll ( '.ct-area, .fn-area' ) . forEach (
/template/strap/resources/snippet/js/
H A Donhover.js20 document.querySelectorAll('[data-hover-class]').forEach(dataHoverElement => {
32 mutationList.forEach((mutation) => {
H A Donview-intersector.js36 entries.forEach(entry => {
49 targets.forEach(function(target) {
H A Dcarrousel.js13 carrousels.forEach(carrousel => {
38 elementChildNodes.forEach(element => {
58 elementChildNodes.forEach(element => {
H A Dwebcode.js36 .forEach((mutation) => {
41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {
H A Dlozad-print.js6 document.querySelectorAll('.lazy-cs').forEach(element => {
H A Dmasonry.js2 document.querySelectorAll('.masonry').forEach(elem => {
H A Dheight-toggle.js2 [...document.querySelectorAll('.height-toggle-cs')].forEach(element => {
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 => {
H A Dtooltip.js15 …document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Toolt…
H A Dlozad-raster.js22 document.querySelectorAll('.masonry').forEach(element=>{
H A Dquality.js5 document.querySelectorAll(".combo-quality-item").forEach((metadataControlItem) => {
H A Dpage-explorer-tree.js5 document.querySelectorAll(".page-explorer-tree-cs").forEach(element => {
H A Dlozad-svg-injection.js26 dataSet.class.split(" ").forEach(e => svg.classList.add(e));
H A Dpage-protection.js6 …ageProtection}-link="warning"], [data-${acronymPageProtection}-link="login"]`).forEach(element => {
H A Dbacklink.js5 document.querySelectorAll(".combo-backlink-item").forEach((metadataControlItem) => {
/template/ad-hominem/
H A Dscript.js35 Array.prototype.forEach.call(al, function (a) { method in Array
37 Object.entries($p.linkinfo._restURLs).forEach((c) => {
215 Array.prototype.forEach.call(buttons, function(b) { method in Array
251 Array.prototype.forEach.call(togglers, function(t) { method in Array
260 Array.prototype.forEach.call(btn, function(b) {
/template/rtd_suterdev/js/
Dreadthedokus.js315 nodes.forEach(function(elem) {
411 nodes.forEach(function(elem) {
419 nodes2.forEach(function(elem) {
438 nodes3.forEach(function(item) {
460 nodes.forEach(function(elem) {
501 nodes.forEach(function(elem){
/template/readthedokus/js/
H A Dreadthedokus.js361 nodes.forEach(function(elem) {
421 nodes.forEach(function(elem) {
429 nodes2.forEach(function(elem) {
448 nodes3.forEach(function(item) {
472 nodes.forEach(function(elem) {
513 nodes.forEach(function(elem){
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js6forEach((function(s){if("default"!==s){var i=Object.getOwnPropertyDescriptor(t,s);Object.definePro…
H A Dpopper.min.js5forEach((function(e){o.has(e)||(e=n.get(e))&&t(e)})),r.push(e)}var n=new Map,o=new Set,r=[];return…

123