rcpp_framework/core/html
2022-02-04 05:51:53 +01:00
..
bbcode_parser.cpp Removed the script tag parsing from the bbcode parser. 2022-02-04 05:51:53 +01:00
bbcode_parser.h Added a bbcode parser. It's a copy of the html parser for now. 2022-02-04 05:50:13 +01:00
form_validator.cpp FormValidator and HTMLBuilder now uses my string and vector aswell. 2021-11-01 18:00:34 +01:00
form_validator.h FormValidator and HTMLBuilder now uses my string and vector aswell. 2021-11-01 18:00:34 +01:00
html_builder.cpp Made the more complex helper methods return the HTMLBuilder tself instead of the HTMLTags in HTMLBuilder . 2022-01-09 14:58:35 +01:00
html_builder.h Made the more complex helper methods return the HTMLBuilder tself instead of the HTMLTags in HTMLBuilder . 2022-01-09 14:58:35 +01:00
html_parser.cpp Fix edge cases during parsing <script> tags with in-html code. 2021-11-21 12:32:36 +01:00
html_parser.h Fox include guard. 2022-02-04 05:47:51 +01:00