Home
last modified time | relevance | path

Searched refs:errback (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/async/
Dforever.js56 function forever(fn, errback) { argument
57 var done = (0, _onlyOnce2.default)(errback);
/plugin/jplayer/components/
Drequire.js507 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 …]
Drequire-built.js507 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/
Drequire.js507 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/
Dasync.js3144 function forever(fn, errback) { argument
3145 var done = onlyOnce(errback);
Dasync.mjs3111 * 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/
Dol.js.map1errback] Callback on error.\n * @param {string} [callbackParam] Custom query parameter for the JSO…