Lines Matching refs:args
71 args = parser.parse_args() variable
73 c = sqlite3.connect(args.b)
108 if args.others:
110 runidval,runidCMD,runidVIEWcmd = parseSelector(args.others)
123 if args.cores:
124 cores=args.cores.split(",")
127 if args.ref:
128 coreids.append(str(getCoreID(args.ref.strip())))
178 if args.lastid:
181 if args.details:
522 if args.byc:
579 if args.byc:
619 if os.path.exists(args.comments):
621 path=os.path.join(args.comments,fileName+".html")
646 if args.r:
662 if args.r:
671 if args.g:
883 if args.clamp:
884 if t > args.clampval:
885 t = args.clampval
934 if args.g:
968 if args.byd:
970 if args.ratio:
984 if args.ratio:
1018 if args.byc:
1033 elif args.ratio:
1097 if os.path.exists(args.comments):
1099 path=os.path.join(args.comments,"comments.txt")
1113 if args.ratio:
1145 if args.ratio:
1146 referenceCoreID= getCoreID(args.ref)
1151 if args.toc:
1152 with open(args.toc,"r") as f:
1168 with open(args.o,"w") as output:
1169 if args.t=="md":
1171 if args.t=="html":
1173 if args.byc:
1175 if args.byd:
1177 document.accept(HTML(output,args.r,args.ratio,reorder))