Home
last modified time | relevance | path

Searched refs:_cancel (Results 51 – 75 of 451) sorted by relevance

12345678910>>...19

/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dmerge.tcl179 -command [cb _cancel]
188 bind $w <Key-Escape> [cb _cancel]
189 wm protocol $w WM_DELETE_WINDOW [cb _cancel]
203 method _cancel {} {
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dmerge.tcl179 -command [cb _cancel]
188 bind $w <Key-Escape> [cb _cancel]
189 wm protocol $w WM_DELETE_WINDOW [cb _cancel]
203 method _cancel {} {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/
H A Dcalls_panel.cpp72 , _cancel(widget(), object_ptr<Ui::CallButton>(widget(), st::callCancel))
83 _cancel->setDuration(st::callPanelDuration);
84 _cancel->entity()->setText(tr::lng_call_cancel());
277 _cancel->entity()->setClickedCallback(hangupCallback); in initControls()
282 _cancel->finishAnimating(); in initControls()
496 _cancel->raise(); in reinitWithCall()
562 _cancel->setVisible(_cancel->toggled()); in showControls()
725 _cancel->moveToLeft((widget()->width() - threeWidth) / 2, _buttonsTop); in updateControlsGeometry()
819 toggleButton(_cancel, (state == State::Busy)); in stateChanged()
821 && !_cancel->toggled(); in stateChanged()
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_progress_window.cc42 static void _cancel (GtkWidget *, progress_window *);
98 GTK_SIGNAL_FUNC (_cancel), this); in progress_window()
250 _cancel (GtkWidget *, progress_window *p) in _cancel() function
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dreparent_dialog.cpp56 void ReparentDialog::_cancel() { in _cancel() function in ReparentDialog
78 ClassDB::bind_method("_cancel", &ReparentDialog::_cancel); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dreparent_dialog.cpp56 void ReparentDialog::_cancel() { in _cancel() function in ReparentDialog
78 ClassDB::bind_method("_cancel", &ReparentDialog::_cancel); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dreparent_dialog.cpp56 void ReparentDialog::_cancel() { in _cancel() function in ReparentDialog
78 ObjectTypeDB::bind_method("_cancel", &ReparentDialog::_cancel); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dreparent_dialog.cpp56 void ReparentDialog::_cancel() { in _cancel() function in ReparentDialog
78 ObjectTypeDB::bind_method("_cancel", &ReparentDialog::_cancel); in _bind_methods()
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/howto/listings/trial/calculus/
H A Dclient_2.py24 def _cancel(self, d): member in RemoteCalculationClient
29 callID = self.callLater(self.timeOut, self._cancel, d)
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DLoadingR.cs28 return _cancel;
42 _cancel = true;
46 _cancel = false;
51 private static bool _cancel; field in RouteViewer.Loading
/dports/graphics/py-pyinsane2/pyinsane2-2.0.13/pyinsane2/sane/
H A Dabstract.py269 def _cancel(self): member in Scan
288 self._cancel()
294 self._cancel()
318 self._cancel()
330 self._cancel()
338 self._cancel()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/rb/
H A DLoader.py49 self._cancel = Gio.Cancellable()
72 self._cancel.cancel()
/dports/databases/py-psycopg2cffi/psycopg2cffi-2.9.0/psycopg2cffi/_impl/
H A Dconnection.py110 self._cancel = ffi.NULL
372 if libpq.PQcancel(self._cancel, errbuf, err_length) == 0:
647 if self._cancel != ffi.NULL:
648 tmp, self._cancel = self._cancel, ffi.NULL
651 self._cancel = libpq.PQgetCancel(self._pgconn)
652 if self._cancel == ffi.NULL:
743 if self._cancel:
744 libpq.PQfreeCancel(self._cancel)
745 self._cancel = ffi.NULL
/dports/security/keybase/client-v5.7.1/shared/ios/CocoaLumberjack/
H A DDDASLLogCapture.m30 static BOOL _cancel = YES;
69 if (!_cancel) {
73 _cancel = NO;
81 _cancel = YES;
220 if (_cancel) {
/dports/games/scummvm-tools/scummvm-tools-2.5.0/gui/
H A Dmain.cpp446 _cancel = new wxButton(this, ID_CANCEL, wxT("Cancel")); in BEGIN_EVENT_TABLE()
447 _cancel->SetSize(80, -1); in BEGIN_EVENT_TABLE()
448 sizer->Add(_cancel, wxSizerFlags().Right().ReserveSpaceEvenIfHidden()); in BEGIN_EVENT_TABLE()
495 _cancel->SetLabel(wxT("Finish!")); in showFinish()
497 _cancel->SetLabel(wxT("Cancel")); in showFinish()
502 _cancel->SetLabel(wxT("Abort")); in showAbort()
504 _cancel->SetLabel(wxT("Cancel")); in showAbort()
/dports/deskutils/zim/zim-0.74.3/zim/gui/
H A Dsearchdialog.py68 self.cancel_button.connect_object('clicked', self.__class__._cancel, self)
99 def _cancel(self): member in SearchDialog
162 self.connect('destroy', self.__class__._cancel)
164 def _cancel(self): member in SearchResultsTreeView
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_testing/grpc_testing/_channel/
H A D_invocation.py25 def _cancel(handler): function
66 _cancel(self._handler)
96 _cancel(self._handler)
303 _cancel(self._handler)
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_testing/grpc_testing/_channel/
H A D_invocation.py25 def _cancel(handler): function
66 _cancel(self._handler)
96 _cancel(self._handler)
303 _cancel(self._handler)
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_testing/grpc_testing/_channel/
H A D_invocation.py25 def _cancel(handler): function
66 _cancel(self._handler)
96 _cancel(self._handler)
303 _cancel(self._handler)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_testing/grpc_testing/_channel/
H A D_invocation.py25 def _cancel(handler): function
66 _cancel(self._handler)
96 _cancel(self._handler)
303 _cancel(self._handler)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/payments/ui/
H A Dpayments_edit_information.cpp51 , _cancel( in EditInformation()
89 _cancel->addClickHandler([=] { in setupControls()
233 + _cancel->height() in updateControlsGeometry()
244 _cancel->moveToRight(right, buttonsTop + padding.top()); in updateControlsGeometry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahStrDedupQueue.cpp42 _cancel(false), in ShenandoahStrDedupQueue()
62 while (_consumer_queue == NULL && !_cancel) { in wait_impl()
72 _cancel = true; in cancel_wait_impl()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/
H A DScheduledObserver.cs401 private IDisposable _cancel; field in System.Reactive.ObserveOnObserver
406 _cancel = cancel; in ObserveOnObserver()
433 var cancel = Interlocked.Exchange(ref _cancel, null); in Dispose()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/google_calendar/models/
H A Dcalendar_recurrence_rule.py68 def _cancel(self): member in RecurrenceRule
69 self.calendar_event_ids._cancel()
70 super()._cancel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahStrDedupQueue.cpp42 _cancel(false), in ShenandoahStrDedupQueue()
62 while (_consumer_queue == NULL && !_cancel) { in wait_impl()
72 _cancel = true; in cancel_wait_impl()

12345678910>>...19