Searched refs:cancel (Results 201 - 225 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DWaveform.tcl51 after cancel [list catch {.f3.bs invoke}]
H A Dpitch.tcl31 after cancel Draw
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Danilabel.tcl63 after cancel $animationCallbacks(%W)
105 after cancel \$animationCallbacks(%W)
H A Dpendulum.tcl115 after cancel $animationCallbacks(pendulum)
119 after cancel $animationCallbacks(pendulum)
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireIRM.cpp137 // cancel the command if its in use.
140 fLockCmd->cancel( kIOFireWireBusReset );
197 // return from cancel. fLockCmdInUse is cleared by lockComplete.
199 // calling cancel on commands that are not busy will still call
207 fLockCmd->cancel( kIOFireWireBusReset );
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineModel.js281 * @param {!{cancel: function()}} reader
323 this._reader.cancel();
366 reader.cancel();
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebPanelAuthenticationHandler.m114 // cancel loading instead, since this case is fairly
140 [panel cancel:self];
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainerCheck.mm76 // mandatory to complete or cancel before releasing this object
83 // mandatory to complete or cancel before releasing this object
95 // this will call indirectly call cancel
163 - (void)cancel
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DNetworkResourceLoader.cpp170 m_handle->cancel();
257 m_handle->cancel();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationManagerProxy.cpp113 void WebNotificationManagerProxy::cancel(WebPageProxy* webPage, uint64_t pageNotificationID) function in class:WebKit::WebNotificationManagerProxy
116 m_provider.cancel(notification);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl687 button $w.cancel -text "Cancel" \
689 pack $w.cancel -side right -fill y -padx 12 -pady 4
741 button $w.cancel -text "Cancel" \
744 pack $w.cancel -side right -padx 12 -pady 6
848 button $w.cancel -text "Cancel" -command [list destroy $top]
849 pack $w.cancel -side right -padx 12 -pady 6
1011 button $w.cancel -text "Cancel" -command [list destroy $top]
1012 pack $w.cancel -side right -padx 12 -pady 8
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dtmpldlg.tcl198 -default 0 -cancel 1]
200 $dlg add -name cancel
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl39 {-cancel Int -1 0 "%d >= -1"}
133 bind $path <Escape> [list ButtonBox::invoke $path.bbox [Widget::getoption $path -cancel]]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequilas.tcl294 after cancel TqsCommit
303 after cancel TqsCommit
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_all.test58 set tepam::argument_dialogbox(test,status) cancel
64 -result "cancel" \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtoolbar.itk242 if {$_balloonAfterID != 0} {after cancel $_balloonAfterID}
582 after cancel $_balloonAfterID
598 # If <1> then got a click cancel
603 after cancel $_balloonAfterID
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconnection.c1078 int rc = LDAP_OTHER, cancel; local
1187 cancel = op->o_cancel;
1188 if ( cancel != SLAP_CANCEL_NONE && cancel != SLAP_CANCEL_DONE ) {
1189 if ( cancel == SLAP_CANCEL_REQ ) {
1201 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
1202 && cancel != SLAP_CANCEL_DONE );
1204 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
1205 && cancel != SLAP_CANCEL_DONE );
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheGroup.cpp343 m_manifestHandle->cancel();
354 m_currentHandle->cancel();
565 m_currentHandle->cancel();
582 m_currentHandle->cancel();
595 m_currentHandle->cancel();
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcnrcvr.c220 ** cancel, the connection breaks or a resource exhaustion problem
262 * Loop until a cancel is sent to this thread.
401 * thread has sent us a cancel indicating the
424 * Remove any pending cancel on this assoc. Otherwise, it's
425 * possible that the receiver thread will see this cancel after
435 ("CN: assoc->%p rcvr cancel found at acb_dealloc\n",
446 * Check if rpc__cn_assoc_acb_free() posted the cancel.
1043 * use in cancel processing.
1079 * Initialize some cancel state information.
1081 call_r->common.u.server.cancel
[all...]
H A Ddgcall.c839 * enabled (i.e. user cancels or orphans) and arrange for proper cancel
887 * cancel, process it.
919 * We certainly can't try to detect a non-existant cancel;
1013 * a call to recvfrom, we'll need to post a cancel against its thread
1564 * A local cancel has been detected (i.e. a cancelable operation
1585 * cancel *was* generated locally. The original client will
1586 * only accept a forwarded cancel request (resulting in a remotely
1587 * generated cancel) while a callback is in progress. The callback
1590 * If the call has yet to establish a cancel timeout, do so now.
1592 ccall->cancel
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dxyplot.tcl100 catch {after cancel $data($path,after_id)}
122 catch {after cancel $data($path,after_id)}
133 catch {after cancel $data($path,after_id)}
206 catch {after cancel $data($path,after_id)}
278 catch {after cancel $data($path,after_id)}
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dxmfbox.tcl107 set data(cancelBtn) $w.bot.cancel
387 set data(cancelBtn) [::tk::AmpWidget button $bot.cancel -text [mc "&Cancel"] \
391 pack $bot.ok $bot.filter $bot.cancel -padx 10 -pady 10 -expand yes \
914 catch {after cancel $Priv(lbAccel,$w,afterId)}
941 after cancel $Priv(lbAccel,$w,afterId)
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dxmfbox.tcl107 set data(cancelBtn) $w.bot.cancel
369 set data(cancelBtn) [::tk::AmpWidget button $bot.cancel -text [mc "&Cancel"] \
373 pack $bot.ok $bot.filter $bot.cancel -padx 10 -pady 10 -expand yes \
892 catch {after cancel $Priv(lbAccel,$w,afterId)}
919 after cancel $Priv(lbAccel,$w,afterId)
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitdownload.cpp151 priv->resourceHandle->cancel();
547 priv->resourceHandle->cancel();
935 m_download->priv->resourceHandle->cancel();
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp.h580 int msec, int *cancel)
584 extern int httpReconnect2(http_t *http, int msec, int *cancel)
602 int blocking, int msec, int *cancel)

Completed in 198 milliseconds

1234567891011>>