Home
last modified time | relevance | path

Searched refs:onReject (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/
H A DPromise.java81 Callback<Exception> onReject = reason -> { in then() local
86 then(onFulfill, onReject); in then()
99 public void then(Callback<T> onFulfill, Callback<Exception> onReject) { in then() argument
102 exceptInner(onReject); in then()
111 public void except(Callback<Exception> onReject) { in except() argument
113 exceptInner(onReject); in except()
124 private void exceptInner(Callback<Exception> onReject) { in exceptInner() argument
129 postCallbackToLooper(onReject, mRejectReason); in exceptInner()
131 mRejectCallbacks.add(onReject); in exceptInner()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/
H A DPromise.java81 Callback<Exception> onReject = reason -> { in then() local
86 then(onFulfill, onReject); in then()
99 public void then(Callback<T> onFulfill, Callback<Exception> onReject) { in then() argument
102 exceptInner(onReject); in then()
111 public void except(Callback<Exception> onReject) { in except() argument
113 exceptInner(onReject); in except()
124 private void exceptInner(Callback<Exception> onReject) { in exceptInner() argument
129 postCallbackToLooper(onReject, mRejectReason); in exceptInner()
131 mRejectCallbacks.add(onReject); in exceptInner()
/dports/misc/netron/node_modules/bluebird-lst/
H A Dindex.d.ts223 onReject: (error: E1 | E2 | E3) => U | PromiseLike<U>,
267 onReject: (error: E1 | E2) => U | PromiseLike<U>,
272 onReject: (error: E1 | E2) => U | PromiseLike<U>,
277 onReject: (error: E1 | E2) => U | PromiseLike<U>,
282 onReject: (error: E1 | E2) => U | PromiseLike<U>,
303 onReject: (error: E1) => U | PromiseLike<U>,
307 onReject: (error: E1) => U | PromiseLike<U>,
311 onReject: (error: E1) => U | PromiseLike<U>,
315 onReject: (error: E1) => U | PromiseLike<U>,
377 onReject: (error: E1 | E2) => U | PromiseLike<U>,
[all …]
/dports/devel/lazygit/lazygit-0.31.4/pkg/tasks/
H A Dasync_handler.go21 onReject func() member
48 if self.onReject != nil {
49 self.onReject()
H A Dasync_handler_test.go16 handler.onReject = func() {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/common/
H A DPromise.ts60 promise.then = function(onResolve, onReject) {
61 if (typeof onReject === 'function') {
62 onReject()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/event-source/
H A DJsonFeedEventSource.ts52 return Promise.construct((onResolve, onReject) => {
74 onReject()
81 onReject()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/go-http-js-libp2p/
H A Dp2pTransport.go122 onReject := js.FuncOf(func(this js.Value, args []js.Value) interface{} {
128 defer onReject.Release()
129 v.Call("then", onResolve, onReject)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/plugins/gcal/
H A DGcalEventSource.ts45 return Promise.construct((onResolve, onReject) => {
61 onReject()
83 onReject()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Djquery.d.ts259 then<U>(onFulfill: (value: T) => U, onReject?: (reason: any) => U): JQueryGenericPromise<U>;
260 …then<U>(onFulfill: (value: T) => JQueryGenericPromise<U>, onReject?: (reason: any) => U): JQueryGe…
261 …then<U>(onFulfill: (value: T) => U, onReject?: (reason: any) => JQueryGenericPromise<U>): JQueryGe…
262 …then<U>(onFulfill: (value: T) => JQueryGenericPromise<U>, onReject?: (reason: any) => JQueryGeneri…
283 …then<U>(onFulfill: (value: T) => U, onReject?: (...reasons: any[]) => U, onProgress?: (...progress…
284 …then<U>(onFulfill: (value: T) => JQueryGenericPromise<U>, onReject?: (...reasons: any[]) => U, onP…
285 …then<U>(onFulfill: (value: T) => U, onReject?: (...reasons: any[]) => JQueryGenericPromise<U>, onP…
286 …then<U>(onFulfill: (value: T) => JQueryGenericPromise<U>, onReject?: (...reasons: any[]) => JQuery…
289 …then<U>(onFulfill: (...values: any[]) => U, onReject?: (...reasons: any[]) => U, onProgress?: (...…
290 …then<U>(onFulfill: (...values: any[]) => JQueryGenericPromise<U>, onReject?: (...reasons: any[]) =…
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/cmd/dendritejs-pinecone/
H A Dmain.go115 onReject := js.FuncOf(func(this js.Value, args []js.Value) interface{} {
121 defer onReject.Release()
122 v.Call("then", onResolve, onReject)
/dports/net-im/dendrite/dendrite-0.5.1/cmd/dendritejs/
H A Dmain.go105 onReject := js.FuncOf(func(this js.Value, args []js.Value) interface{} {
111 defer onReject.Release()
112 v.Call("then", onResolve, onReject)
/dports/lang/nim/nim-1.6.2/lib/js/
H A Dasyncjs.nim187 proc then*[T](future: Future[T], onSuccess: proc, onReject: OnReject = nil): auto =
212 block: # then with `onReject` callback
231 asm "`ret` = `future`.then(`onSuccess`, `onReject`)"
234 proc catch*[T](future: Future[T], onReject: OnReject): Future[void] =
254 asm "`result` = `future`.catch(`onReject`)"
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dcleandialog.h25 void onReject();
H A Dcleandialog.cpp43 connect(ui->buttonBox, SIGNAL(rejected()), SLOT(onReject())); in CleanDialog()
95 void CleanDialog::onReject() { in onReject() function in CleanDialog
/dports/security/keybase/client-v5.7.1/shared/profile/user/weboftrust/
H A Dindex.tsx40 const onReject = () => {
105 onClick={onReject}
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dwindows.h204 void(*onReject)(ToxWindow *, ToxAV *, uint32_t, int); member
/dports/mail/trojita/trojita-0.7/src/Gui/
H A DSettingsDialog.h122 void onReject();
/dports/security/keybase/client-v5.7.1/shared/profile/wot-author/
H A Dindex.stories.tsx321 onReject: Sb.action('onReject'),
H A Dindex.tsx43 onReject?: () => void
255 onReject={onReact(false)}
454 onClick={props.onReject}
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DPromise.jsm80 * }, function onReject(aReason) {
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DPromise.jsm82 * }, function onReject(aReason) {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DPromise.jsm82 * }, function onReject(aReason) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DPromise.jsm80 * }, function onReject(aReason) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DPromise.jsm80 * }, function onReject(aReason) {

12