Lines Matching defs:QUIET
76 QUIET = "quiet"
134 if opts[QUIET]:
637 if QUIET not in opts:
641 if opts[QUIET]:
648 if opts[QUIET] is True:
655 if opts[VERBOSE] and opts[QUIET]:
657 [VERBOSE, QUIET])
684 opts_new[QUIET] = True
780 if opts_new[QUIET] and opts_new[VERBOSE]:
782 [QUIET, VERBOSE])
872 (QUIET, False, [], {"type": "boolean"})
1053 (QUIET, False, [], {"type": "boolean"}),