Searched refs:action (Results 1 – 3 of 3) sorted by relevance
| /scripts/kconfig/ |
| A D | qconf.cc | 874 QAction *action; in contextMenuEvent() local 878 action->setCheckable(true); in contextMenuEvent() 882 action, SLOT(setOn(bool))); in contextMenuEvent() 883 action->setChecked(showName); in contextMenuEvent() 886 action->setCheckable(true); in contextMenuEvent() 890 action, SLOT(setOn(bool))); in contextMenuEvent() 894 action->setCheckable(true); in contextMenuEvent() 898 action, SLOT(setOn(bool))); in contextMenuEvent() 899 action->setChecked(showData); in contextMenuEvent() 1228 action->setCheckable(true); in createStandardContextMenu() [all …]
|
| /scripts/ |
| A D | style.py | 171 parser.add_argument('-c', '--commit', action='store_true', 173 parser.add_argument('-n', '--dry_run', action='store_true',
|
| A D | spdxcheck.py | 230 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
|
Completed in 11 milliseconds