Lines Matching refs:fcon_dict
2638 fcon_dict = self.get_all(True)
2639 for k in sorted(fcon_dict.keys()):
2640 if fcon_dict[k]:
2641 if fcon_dict[k][3]:
2642 …-a -f %s -t %s -r '%s' '%s'" % (file_type_str_to_option[k[1]], fcon_dict[k][2], fcon_dict[k][3], k…
2644 … l.append("-a -f %s -t %s '%s'" % (file_type_str_to_option[k[1]], fcon_dict[k][2], k[0]))
2652 fcon_dict = self.get_all(locallist)
2653 if len(fcon_dict) != 0:
2656 for k in sorted(fcon_dict.keys()):
2657 if fcon_dict[k]:
2659 …%-50s %-18s %s:%s:%s:%s " % (k[0], k[1], fcon_dict[k][0], fcon_dict[k][1], fcon_dict[k][2], transl…
2661 … print("%-50s %-18s %s:%s:%s " % (k[0], k[1], fcon_dict[k][0], fcon_dict[k][1], fcon_dict[k][2]))