pandemonium_engine/modules/web/html
2023-03-22 01:43:45 +01:00
..
libs/hoedown
bbcode_parser.cpp Use string length() instead of size() as it was intended in HTMLParser, and BBCodeParser. 2022-08-20 21:57:50 +02:00
bbcode_parser.h
form_validator.cpp Fix typos with codespell. 2022-12-22 19:51:25 +01:00
form_validator.h
html_builder_bind.cpp Fixed more cases of using String.size() instead of String.length(). 2023-03-20 21:24:51 +01:00
html_builder_bind.h Added new tag() and ctag() universal tag helpers to the HTMLBuilder binder class. 2022-12-18 16:48:19 +01:00
html_builder.cpp Fixed more cases of using String.size() instead of String.length(). 2023-03-20 21:24:51 +01:00
html_builder.h Also added tag() and ctag() helpers to the c++ side HTMLBuilder, and smaller cleanups. 2022-12-18 16:53:23 +01:00
html_parser.cpp HTMLParser now properly parses doctype in a case insensitive way. Also improved an error message a bit. 2022-08-20 22:28:08 +02:00
html_parser.h
markdown_renderer.cpp Use the size struct member when parsing markdown in MarkdownRenderer. 2023-03-22 01:43:45 +01:00
markdown_renderer.h
paginator.cpp Fixed more cases of using String.size() instead of String.length(). 2023-03-20 21:24:51 +01:00
paginator.h