Lines Matching refs:Property
54 """Class to test the functionality of the pkg.config Property classes.
138 propcls = cfg.Property
834 ({ "prop_type": cfg.Property, "value_map": { "None": None }
844 extype = args.get("prop_type", cfg.Property)
919 propcls = cfg.Property
994 cfg.Property("prop"),
1024 cfg.Property("str_basic"),
1025 cfg.Property("str_escape", default=";, &, (, ), |, ^, <, "
1027 cfg.Property("str_default", default=TH_PACKAGE),
1062 cfg.Property("str_basic"),
1344 propcls = cfg.Property
1880 cfg.Property("one_slash", default="\\"),
1881 cfg.Property("two_slash", default="\\\\"),
1882 cfg.Property("one_slash_embed", default="\\\n\\"),
1883 cfg.Property("two_slash_embed", default="\\\\\n\\\\"),
1884 cfg.Property("end_embed_one_slash", default="foo\\\n\\"),
1885 cfg.Property("end_one_slash", default="foo\\"),
1886 cfg.Property("end_two_slash", default="foo\\\\"),
1887 cfg.Property("end_embed_two_slash", default="foo\\\\\n\\\\"),
1888 cfg.Property("multi_line", default="foo\\\n\n\\\n\n\\\n\\"),