Searched refs:templates_def (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | templates_test.cpp | 56 do_test_ok(const text::templates_def& templates, const std::string& input_str, in do_test_ok() 76 do_test_fail(const text::templates_def& templates, const std::string& input_str, in do_test_fail() 93 text::templates_def templates; in ATF_TEST_CASE_BODY() 102 text::templates_def templates; in ATF_TEST_CASE_BODY() 112 text::templates_def templates; in ATF_TEST_CASE_BODY() 123 text::templates_def templates; in ATF_TEST_CASE_BODY() 132 text::templates_def templates; in ATF_TEST_CASE_BODY() 144 text::templates_def templates; in ATF_TEST_CASE_BODY() 165 text::templates_def templates; in ATF_TEST_CASE_BODY() 177 text::templates_def templates; in ATF_TEST_CASE_BODY() [all …]
|
H A D | templates.cpp | 248 text::templates_def _templates; 490 templates_parser(const text::templates_def& templates_, in templates_parser() 529 text::templates_def::templates_def(void) in templates_def() function in text::templates_def 545 text::templates_def::add_variable(const std::string& name, in add_variable() 562 text::templates_def::remove_variable(const std::string& name) in remove_variable() 578 text::templates_def::add_vector(const std::string& name) in add_vector() 592 text::templates_def::add_to_vector(const std::string& name, in add_to_vector() 610 text::templates_def::exists(const std::string& name) const in exists() 625 text::templates_def::get_variable(const std::string& name) const in get_variable() 641 const text::templates_def::strings_vector& [all …]
|
H A D | templates.hpp | 77 class templates_def { class 100 templates_def(void); 115 void instantiate(const templates_def&, std::istream&, std::ostream&); 116 void instantiate(const templates_def&, const fs::path&, const fs::path&);
|
H A D | templates_fwd.hpp | 39 class templates_def;
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_report_html.cpp | 131 add_map(text::templates_def& templates, const config::properties_map& props, in add_map() 167 text::templates_def _summary_templates; 175 static text::templates_def 178 text::templates_def templates; in common_templates() 251 generate(const text::templates_def& templates, in generate() 316 text::templates_def templates = common_templates(); in got_context() 349 text::templates_def templates = common_templates(); in got_result() 421 generate(text::templates_def(), "report.css", "report.css"); in write_summary()
|