Lines Matching refs:action

227     handle_opts(args, login_args, args.action)
232 if args.action is "add":
234 if args.action is "modify":
236 if args.action is "delete":
238 if args.action is "list":
240 if args.action is "deleteall":
242 if args.action is "extract":
248 …parser.add_argument('-S', '--store', action=SetStore, help=_("Select an alternate SELinux Policy S…
256 …parser.add_argument('-n', '--noheading', action='store_false', default=True, help=_("Do not print …
260 …parser.add_argument('-N', '--noreload', action='store_false', default=True, help=_('Do not reload …
264 …parser.add_argument('-C', '--locallist', action='store_true', default=False, help=_("List %s local…
268 …parser.add_argument('-a', '--add', dest='action', action='store_const', const='add', help=_("Add a…
297 …parser.add_argument('-m', '--modify', dest='action', action='store_const', const='modify', help=_(…
301 …parser.add_argument('-l', '--list', dest='action', action='store_const', const='list', help=_("Lis…
305 …parser.add_argument('-d', '--delete', dest='action', action='store_const', const='delete', help=_(…
309 …parser.add_argument('-E', '--extract', dest='action', action='store_const', const='extract', help=…
313 …parser.add_argument('-D', '--deleteall', dest='action', action='store_const', const='deleteall', h…
349 if args.action and args.equal:
352 handle_opts(args, fcontext_args, args.action)
357 if args.action is "add":
362 if args.action is "modify":
367 if args.action is "delete":
372 if args.action is "list":
374 if args.action is "deleteall":
376 if args.action is "extract":
421 handle_opts(args, user_args, args.action)
426 if args.action is "add":
428 if args.action is "modify":
430 if args.action is "delete":
432 if args.action is "list":
434 if args.action is "deleteall":
436 if args.action is "extract":
460 action=CheckRole,
472 handle_opts(args, port_args, args.action)
477 if args.action is "add":
479 if args.action is "modify":
481 if args.action is "delete":
483 if args.action is "list":
485 if args.action is "deleteall":
487 if args.action is "extract":
517 handle_opts(args, interface_args, args.action)
522 if args.action is "add":
524 if args.action is "modify":
526 if args.action is "delete":
528 if args.action is "list":
530 if args.action is "deleteall":
532 if args.action is "extract":
561 if args.action == "add":
563 if args.action == "enable":
565 if args.action == "disable":
567 if args.action == "remove":
569 if args.action is "deleteall":
571 if args.action == "list":
573 if args.action is "extract":
591 …mgroup.add_argument('-r', '--remove', dest='action', action='store_const', const='remove', help=_(…
592 …mgroup.add_argument('-d', '--disable', dest='action', action='store_const', const='disable', help=…
593 …mgroup.add_argument('-e', '--enable', dest='action', action='store_const', const='enable', help=_(…
600 handle_opts(args, node_args, args.action)
605 if args.action is "add":
607 if args.action is "modify":
609 if args.action is "delete":
611 if args.action is "list":
613 if args.action is "deleteall":
615 if args.action is "extract":
647 handle_opts(args, boolean_args, args.action)
652 if args.action is "modify":
655 if args.action is "list":
657 if args.action is "deleteall":
659 if args.action is "extract":
681 …booleanGroup.add_argument('-1', '--on', dest='state', action='store_const', const='on', help=_('En…
682 …booleanGroup.add_argument('-0', '--off', dest='state', action='store_const', const='off', help=_('…
691 if args.action is "list":
694 if args.action is "add":
696 if args.action is "delete":
725 OBJECT.toggle(args.action)
751 …exportParser.add_argument('-f', '--output_file', dest='output_file', action=SetExportFile, help=_(…
833 …importParser.add_argument('-f', '--input_file', dest='input_file', action=SetImportFile, help=_('I…