Searched refs:thunk (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/resolve/lib/ |
| D | sync.js | 195 var thunk = function () { return getPackageCandidates(x, start, opts); }; function 196 var dirs = packageIterator ? packageIterator(x, start, thunk, opts) : thunk();
|
| D | async.js | 323 var thunk = function () { return getPackageCandidates(x, start, opts); }; function 326 packageIterator ? packageIterator(x, start, thunk, opts) : thunk()
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | readme.markdown | 101 …* getNodeModulesDirs - a thunk (no-argument function) that returns the paths using standard `node_… 107 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod… 209 …* getNodeModulesDirs - a thunk (no-argument function) that returns the paths using standard `node_… 215 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 246 function thunk(formula) { function 698 this.body = thunk(function() { return opts.element.closest("body"); });
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1196 …thunk:i,resolve:n,reject:a}),this.runNext()})}get active(){return this._active}runNext(){this._wai…
|