Home
last modified time | relevance | path

Searched refs:NoAll (Results 1 – 25 of 82) sorted by relevance

1234

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
101 raise NoAll(modname)
103 except NoAll:
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
101 raise NoAll(modname)
103 except NoAll:
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest___all__.py8 class NoAll(RuntimeError): class
32 raise NoAll(modname)
103 raise NoAll(modname)
105 except NoAll:
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
101 raise NoAll(modname)
103 except NoAll:
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest___all__.py15 class NoAll(RuntimeError): class
36 raise NoAll(modname)
107 raise NoAll(modname)
109 except NoAll:
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest___all__.py15 class NoAll(RuntimeError): class
36 raise NoAll(modname)
107 raise NoAll(modname)
109 except NoAll:
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
101 raise NoAll(modname)
103 except NoAll:
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
31 raise NoAll(modname)
102 raise NoAll(modname)
104 except NoAll:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest___all__.py15 class NoAll(RuntimeError): class
36 raise NoAll(modname)
106 raise NoAll(modname)
108 except NoAll:
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest___all__.py8 class NoAll(RuntimeError): class
32 raise NoAll(modname)
103 raise NoAll(modname)
105 except NoAll:
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
95 raise NoAll(modname)
97 except NoAll:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
101 raise NoAll(modname)
103 except NoAll:
/dports/audio/polyphone/polyphone-75a5e88/sources/core/sample/
H A Dsampleloader.cpp96 QMessageBox::NoAll | QMessageBox::No); in load()
102 msgBox.button(QMessageBox::NoAll)->setText(QObject::tr("I&gnore all")); in load()
106 case QMessageBox::NoAll: *replace = 4; break; in load()
/dports/net/kget/kget-21.12.3/core/
H A Durlchecker_p.h46 NoAll enumerator
H A Durlchecker.cpp83 done(m_applyAll->isChecked() ? NoAll : No); in slotNoClicked()
602 case ExistingTransferDialog::ExistingDialogReturn::NoAll: in hasExistingTransferMessages()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/projects/
H A Dexplorer.py100 QMessageBox.No|QMessageBox.NoAll|QMessageBox.Cancel
122 elif answer == QMessageBox.NoAll:
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen3/tests/
H A Dtest__all__.py15 class NoAll(RuntimeError): class
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/tests/
H A Dtest__all__.py15 class NoAll(RuntimeError): class
/dports/devel/qmake/qt-x11-free-3.3.8/src/dialogs/
H A Dqmessagebox.h72 Retry = 6, Ignore = 7, YesAll = 8, NoAll = 9, ButtonMask = 0xff, enumerator
/dports/audio/polyphone/polyphone-75a5e88/sources/core/
H A Dduplicator.cpp787 QMessageBox::NoAll | QMessageBox::No); in openDialog()
793 msgBox.button(QMessageBox::NoAll)->setText(tr("I&gnore all")); in openDialog()
798 case QMessageBox::NoAll: reponse = IGNORER_TOUT; break; in openDialog()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosdevice.cpp339 … mBox.setStandardButtons(QMessageBox::NoAll | QMessageBox::No | QMessageBox::Yes); in deviceInfo()
349 case QMessageBox::NoAll: in deviceInfo()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWMessageBox.C23 StandardButton::NoAll,
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtWidgets/
H A Dqmessagebox.sip77 NoAll,
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtWidgets/
H A Dqmessagebox.sip77 NoAll,
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtWidgets/
H A Dqmessagebox.sip77 NoAll,

1234