Searched refs:errback (Results 1 – 7 of 7) sorted by relevance
/plugin/asciidocjs/node_modules/async/ |
D | forever.js | 56 function forever(fn, errback) { argument 57 var done = (0, _onlyOnce2.default)(errback);
|
/plugin/jplayer/components/ |
D | require.js | 507 function onError(err, errback) { argument 511 if (errback) { 512 errback(err); 720 init: function (depMaps, factory, errback, options) { argument 732 if (errback) { 734 this.on('error', errback); 738 errback = bind(this, function (err) { 750 this.errback = errback; 1095 if (this.errback) { 1096 on(depMap, 'error', this.errback); [all …]
|
D | require-built.js | 507 function onError(err, errback) { argument 511 if (errback) { 512 errback(err); 720 init: function (depMaps, factory, errback, options) { argument 732 if (errback) { 734 this.on('error', errback); 738 errback = bind(this, function (err) { 750 this.errback = errback; 1095 if (this.errback) { 1096 on(depMap, 'error', this.errback); [all …]
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
D | require.js | 507 function onError(err, errback) { argument 511 if (errback) { 512 errback(err); 720 init: function (depMaps, factory, errback, options) { argument 732 if (errback) { 734 this.on('error', errback); 738 errback = bind(this, function (err) { 750 this.errback = errback; 1095 if (this.errback) { 1096 on(depMap, 'error', this.errback); [all …]
|
/plugin/asciidocjs/node_modules/async/dist/ |
D | async.js | 3144 function forever(fn, errback) { argument 3145 var done = onlyOnce(errback);
|
D | async.mjs | 3111 * If an error is passed to the callback then `errback` is called with the 3121 * @param {Function} [errback] - when `fn` passes an error to it's callback, 3123 * @returns {Promise} a promise that rejects if an error occurs and an errback 3138 function forever(fn, errback) { argument 3139 var done = onlyOnce(errback);
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …errback] Callback on error.\n * @param {string} [callbackParam] Custom query parameter for the JSO…
|