Searched refs:thunk (Results 1 – 4 of 4) 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"); });
|