Lines Matching refs:template_registry

132         template_registry: &HashMap<&str, Template>,  in render()
141 template_registry, in render()
153 template_registry: &HashMap<&str, Template>, in render_into()
302 match template_registry.get(template_name) { in render_into()
306 template_registry, in render_into()
415 let template_registry = other_templates(); in test_literal() localVariable
420 &template_registry, in test_literal()
432 let template_registry = other_templates(); in test_value() localVariable
437 &template_registry, in test_value()
449 let template_registry = other_templates(); in test_path() localVariable
454 &template_registry, in test_path()
466 let template_registry = other_templates(); in test_if_taken() localVariable
471 &template_registry, in test_if_taken()
483 let template_registry = other_templates(); in test_if_untaken() localVariable
488 &template_registry, in test_if_untaken()
500 let template_registry = other_templates(); in test_if_else_taken() localVariable
505 &template_registry, in test_if_else_taken()
517 let template_registry = other_templates(); in test_if_else_untaken() localVariable
522 &template_registry, in test_if_else_untaken()
534 let template_registry = other_templates(); in test_ifnot_taken() localVariable
539 &template_registry, in test_ifnot_taken()
551 let template_registry = other_templates(); in test_ifnot_untaken() localVariable
556 &template_registry, in test_ifnot_untaken()
568 let template_registry = other_templates(); in test_ifnot_else_taken() localVariable
573 &template_registry, in test_ifnot_else_taken()
585 let template_registry = other_templates(); in test_ifnot_else_untaken() localVariable
590 &template_registry, in test_ifnot_else_untaken()
604 let template_registry = other_templates(); in test_nested_ifs() localVariable
609 &template_registry, in test_nested_ifs()
621 let template_registry = other_templates(); in test_with() localVariable
626 &template_registry, in test_with()
638 let template_registry = other_templates(); in test_for_loop() localVariable
643 &template_registry, in test_for_loop()
655 let template_registry = other_templates(); in test_for_loop_index() localVariable
660 &template_registry, in test_for_loop_index()
673 let template_registry = other_templates(); in test_for_loop_first() localVariable
678 &template_registry, in test_for_loop_first()
691 let template_registry = other_templates(); in test_for_loop_last() localVariable
696 &template_registry, in test_for_loop_last()
708 let template_registry = other_templates(); in test_whitespace_stripping_value() localVariable
713 &template_registry, in test_whitespace_stripping_value()
725 let template_registry = other_templates(); in test_call() localVariable
730 &template_registry, in test_call()
742 let template_registry = other_templates(); in test_formatter() localVariable
747 &template_registry, in test_formatter()
759 let template_registry = other_templates(); in test_unknown() localVariable
764 &template_registry, in test_unknown()
775 let template_registry = other_templates(); in test_escaping() localVariable
780 &template_registry, in test_escaping()
792 let template_registry = other_templates(); in test_unescaped() localVariable
798 &template_registry, in test_unescaped()
811 let template_registry = other_templates(); in test_root_print() localVariable
816 &template_registry, in test_root_print()
829 let template_registry = other_templates(); in test_root_branch() localVariable
834 &template_registry, in test_root_branch()
847 let template_registry = other_templates(); in test_root_iterate() localVariable
852 &template_registry, in test_root_iterate()
865 let template_registry = other_templates(); in test_number_truthiness_zero() localVariable
870 &template_registry, in test_number_truthiness_zero()
883 let template_registry = other_templates(); in test_number_truthiness_one() localVariable
888 &template_registry, in test_number_truthiness_one()
906 let template_registry = other_templates(); in test_indexed_paths() localVariable
911 &template_registry, in test_indexed_paths()
932 let template_registry = other_templates(); in test_indexed_paths_fall_back_to_string_lookup() localVariable
937 &template_registry, in test_indexed_paths_fall_back_to_string_lookup()