Lines Matching defs:template_registry

415         let template_registry = other_templates();  in test_literal()  localVariable
432 let template_registry = other_templates(); in test_value() localVariable
449 let template_registry = other_templates(); in test_path() localVariable
466 let template_registry = other_templates(); in test_if_taken() localVariable
483 let template_registry = other_templates(); in test_if_untaken() localVariable
500 let template_registry = other_templates(); in test_if_else_taken() localVariable
517 let template_registry = other_templates(); in test_if_else_untaken() localVariable
534 let template_registry = other_templates(); in test_ifnot_taken() localVariable
551 let template_registry = other_templates(); in test_ifnot_untaken() localVariable
568 let template_registry = other_templates(); in test_ifnot_else_taken() localVariable
585 let template_registry = other_templates(); in test_ifnot_else_untaken() localVariable
604 let template_registry = other_templates(); in test_nested_ifs() localVariable
621 let template_registry = other_templates(); in test_with() localVariable
638 let template_registry = other_templates(); in test_for_loop() localVariable
655 let template_registry = other_templates(); in test_for_loop_index() localVariable
673 let template_registry = other_templates(); in test_for_loop_first() localVariable
691 let template_registry = other_templates(); in test_for_loop_last() localVariable
708 let template_registry = other_templates(); in test_whitespace_stripping_value() localVariable
725 let template_registry = other_templates(); in test_call() localVariable
742 let template_registry = other_templates(); in test_formatter() localVariable
759 let template_registry = other_templates(); in test_unknown() localVariable
775 let template_registry = other_templates(); in test_escaping() localVariable
792 let template_registry = other_templates(); in test_unescaped() localVariable
811 let template_registry = other_templates(); in test_root_print() localVariable
829 let template_registry = other_templates(); in test_root_branch() localVariable
847 let template_registry = other_templates(); in test_root_iterate() localVariable
865 let template_registry = other_templates(); in test_number_truthiness_zero() localVariable
883 let template_registry = other_templates(); in test_number_truthiness_one() localVariable
906 let template_registry = other_templates(); in test_indexed_paths() localVariable
932 let template_registry = other_templates(); in test_indexed_paths_fall_back_to_string_lookup() localVariable