| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | parser.js | 14 ;[].concat(opts['array']).filter(Boolean).forEach(function (key) { 18 ;[].concat(opts['boolean']).filter(Boolean).forEach(function (key) { 22 ;[].concat(opts.string).filter(Boolean).forEach(function (key) { 26 ;[].concat(opts.count).filter(Boolean).forEach(function (key) { 30 ;[].concat(opts.normalize).filter(Boolean).forEach(function (key) { 34 ;[].concat(opts.config).filter(Boolean).forEach(function (key) { 45 Object.keys(defaults).forEach(function (key) { 49 (aliases[key] || []).forEach(function (alias) { 56 Object.keys(flags.bools).forEach(function (key) { 222 Object.keys(flags.counts).forEach(function (key) { [all …]
|
| D | validation.js | 31 options.requiresArg.forEach(function (key) { 57 Object.keys(demanded).forEach(function (key) { 66 Object.keys(missing).forEach(function (key) { 85 Object.keys(aliases).forEach(function (key) { 86 aliases[key].forEach(function (alias) { 91 Object.keys(argv).forEach(function (key) { 114 checks.forEach(function (f) { 132 Object.keys(key).forEach(function (k) { 146 Object.keys(implied).forEach(function (key) { 187 implyFail.forEach(function (key) {
|
| D | usage.js | 32 fails.forEach(function (f) { 72 Object.keys(key).forEach(function (k) { 123 commands.forEach(function (command) { 156 keys.forEach(function (key) { 189 examples.forEach(function (example) { 193 examples.forEach(function (example) { 225 table.forEach(function (v) { 242 ;(Object.keys(options.alias) || []).forEach(function (key) { 243 options.alias[key].forEach(function (alias) {
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 76 Object.keys(argv).forEach(key => { 88 argv._.slice(currentContext.commands.length).forEach(key => { 99 argv._.slice(expected).forEach(key => { 120 argv._.slice(currentContext.commands.length).forEach(key => { 146 Object.keys(argv).forEach(key => { 149 [].concat(argv[key]).forEach(value => { 161 invalidKeys.forEach(key => { 170 Object.keys(key).forEach(k => { 180 value.forEach(i => self.implies(key, i)); 208 Object.keys(implied).forEach(key => { [all …]
|
| D | usage.js | 110 keyOrKeys.forEach(k => { 115 Object.keys(keyOrKeys).forEach(k => { 173 usages.forEach(usage => { 203 commands.forEach(command => { 295 .forEach(({ normalizedKeys, switches }) => { 296 normalizedKeys.forEach(key => { 303 displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => { 305 normalizedKeys.forEach(key => { 353 examples.forEach(example => { 356 examples.forEach(example => { [all …]
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 85 [].concat(opts.array || []).filter(Boolean).forEach(function (opt) { 103 [].concat(opts.boolean || []).filter(Boolean).forEach(function (key) { 107 [].concat(opts.string || []).filter(Boolean).forEach(function (key) { 111 [].concat(opts.number || []).filter(Boolean).forEach(function (key) { 115 [].concat(opts.count || []).filter(Boolean).forEach(function (key) { 119 [].concat(opts.normalize || []).filter(Boolean).forEach(function (key) { 124 Object.entries(opts.narg).forEach(([key, value]) => { 132 Object.entries(opts.coerce).forEach(([key, value]) => { 142 [].concat(opts.config).filter(Boolean).forEach(function (key) { 147 Object.entries(opts.config).forEach(([key, value]) => { [all …]
|
| /plugin/asciidocjs/node_modules/get-intrinsic/test/ |
| D | GetIntrinsic.js | 6 var forEach = require('for-each'); variable 82 forEach(v.nonStrings, function (nonString) { 90 forEach(v.nonBooleans, function (nonBoolean) { 98 forEach([ 131 forEach([ 154 forEach([ 203 forEach(generatorFns, function (genFn) { 219 forEach(asyncFns, function (asyncFn) { 235 forEach(asyncGenFns, function (asyncGenFn) {
|
| /plugin/fho/ |
| D | script.js | 8 legendItems.forEach(item => { 23 statusRows.forEach(row => { 25 cells.forEach(cell => { 58 statusRows.forEach((row, rowIndex) => { 60 cells.forEach((cell, cellIndex) => { 115 data.forEach(entry => {
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | index.js | 5 keys.slice(0, -1).forEach(function (key) { 39 [].concat(opts.boolean).filter(Boolean).forEach(function (key) { 52 Object.keys(opts.alias || {}).forEach(function (key) { 54 aliases[key].forEach(function (x) { 61 [].concat(opts.string).filter(Boolean).forEach(function (key) { 64 [].concat(aliases[key]).forEach(function (k) { 127 (aliases[key] || []).forEach(function (x) { 132 Object.keys(flags.bools).forEach(function (key) { 244 Object.keys(defaults).forEach(function (k) { 248 (aliases[k] || []).forEach(function (x) { [all …]
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.array.for-each.js | 4 var STRICT = require('./_strict-method')([].forEach, true); 8 forEach: function forEach(callbackfn /* , thisArg */) {
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.array.for-each.js | 4 var STRICT = require('./_strict-method')([].forEach, true); 8 forEach: function forEach(callbackfn /* , thisArg */) {
|
| /plugin/hiresimage/ |
| H A D | script.js | 51 document.querySelectorAll(sel).forEach(sharpen); 63 mutations.forEach(function(mutation) { 65 mutation.addedNodes.forEach(function(node) { 70 node.querySelectorAll('img').forEach(sharpen);
|
| /plugin/asciidocjs/node_modules/async/ |
| D | auto.js | 198 Object.keys(tasks).forEach(key => { 216 dependencies.forEach(dependencyName => { 258 taskListeners.forEach(fn => fn()); 276 Object.keys(results).forEach(rkey => { 308 getDependents(currentTask).forEach(dependent => { 322 Object.keys(tasks).forEach(key => {
|
| /plugin/revealjs/js/ |
| D | reveal.js | 506 config.dependencies.forEach( function( s ) { 522 scripts.forEach( function( s ) { 593 asyncDependencies.forEach( function( s ) { 821 toArray( node.childNodes ).forEach( function( child ) { 864 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) { 869 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) { 955 fragmentGroups.forEach( function( fragments ) { 959 previousFragmentStep.forEach( function( fragment ) { 965 fragments.forEach( function( fragment ) { 979 fragmentGroups.forEach( function( fragments ) { [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/ |
| D | index.js | 53 rows.forEach(function (row) { 66 rows.forEach(function (row) { 90 _this.rows.forEach(function (row, i) { 114 rrows.forEach(function (rrow, r) { 116 rrow.forEach(function (col, c) { 197 row.forEach(function (col, c) { 209 wrapped.forEach(function (str, r) { 238 row.forEach(function (col, i) { 250 widths.forEach(function (w, i) {
|
| /plugin/quickstats/scripts/ |
| D | sorttable-cmpr.js | 3 …forEach(document.getElementsByTagName("table"),function(a){if(a.className.search(/\bsortable\b/)!=… 14 …forEach){Array.forEach=function(e,c,b){for(var a=0;a<e.length;a++){c.call(b,e[a],a,e)}}}Function.p… function
|
| D | sorttable.js | 34 forEach(document.getElementsByTagName('table'), function(table) { 123 forEach(theadrow.childNodes, function(cell) { 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { function 457 Function.prototype.forEach = function(object, block, context) { function 466 String.forEach = function(string, block, context) { function 467 Array.forEach(string.split(""), function(chr, index) { 473 var forEach = function(object, block, context) { 479 } else if (object.forEach instanceof Function) { 481 object.forEach(block, context); [all …]
|
| /plugin/sqlraw/ |
| D | sorttable.min.js | 1 …e)return;sorttable.DATE_RE=/^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;forEach(document.getEleme… 10 theadrow=this.parentNode;forEach(theadrow.childNodes,function(cell){if(cell.nodeType==1){cell.class… 43 if(!Array.forEach){Array.forEach=function(array,block,context){for(var i=0;i<array.length;i++){bloc… function 44 …forEach=function(object,block,context){for(var key in object){if(typeof this.prototype[key]=="unde… function 45 resolve.forEach(object,block,context);}};
|
| /plugin/asciidocjs/node_modules/pug-linker/ |
| D | index.js | 26 ast.nodes.forEach(function addNode(node) { 30 node.nodes.forEach(addNode); 45 expectedBlocks.forEach(function (expectedBlock) { 54 Object.keys(ast.declaredBlocks).forEach(function (name) { 77 parentBlocks.forEach(function (parentBlock) { 97 parentBlockList.forEach(function (parentBlock) {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 173 [].concat(opts.array || []).filter(Boolean).forEach(function (opt) { 189 [].concat(opts.boolean || []).filter(Boolean).forEach(function (key) { 193 [].concat(opts.string || []).filter(Boolean).forEach(function (key) { 197 [].concat(opts.number || []).filter(Boolean).forEach(function (key) { 201 [].concat(opts.count || []).filter(Boolean).forEach(function (key) { 205 [].concat(opts.normalize || []).filter(Boolean).forEach(function (key) { 210 Object.entries(opts.narg).forEach(([key, value]) => { 218 Object.entries(opts.coerce).forEach(([key, value]) => { 227 [].concat(opts.config).filter(Boolean).forEach(function (key) { 232 Object.entries(opts.config).forEach(([key, value]) => { [all …]
|
| /plugin/xlsx2dw/ |
| D | script.js | 50 table.forEach(row => { 54 table.forEach(row => { 55 row.forEach((cell, index) => { 119 row.forEach(cell => { 133 …-content"]["office:body"]["office:spreadsheet"]["table:table"]["table:table-row"].forEach((row => { 144 table.forEach((row, rowIndex) => { 150 row.forEach((cell, columnIndex) => { 270 row._cells.forEach(function(cell, colNumber) {
|
| /plugin/asciidocjs/node_modules/cliui/build/lib/ |
| D | index.js | 51 rows.forEach(columns => { 59 rows.forEach(columns => { 83 this.rows.forEach(row => { 94 this.rasterize(row).forEach((rrow, r) => { 96 rrow.forEach((col, c) => { 164 row.forEach((col, c) => { 182 wrapped.forEach((str, r) => {
|
| /plugin/asciidocjs/node_modules/acorn-globals/ |
| D | index.js | 46 node.params.forEach(function (node) { 59 node.properties.forEach(function (node) { 64 node.elements.forEach(function (node) { 92 node.declarations.forEach(function (declaration) { 155 globals.forEach(function (node) {
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | forEach.js | 36 function forEach(collection, iteratee) { function 41 module.exports = forEach;
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | compiler.js | 73 lines.forEach(function (line) { 124 node.children.forEach(function (child) { 133 node.children.forEach(function (child, i) { 176 args.children.forEach(function (arg, i) { 187 contentArgs.forEach(function (arg, i) { 365 node.ops.forEach(function (op) { 435 node.targets.forEach(function (target) { 456 node.targets.forEach(function (target, i) { 478 node.cases.forEach(function (c, i) { 549 bindings.forEach(function (b) { [all …]
|