selectolax 0.3.25__tar.gz → 0.3.27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of selectolax might be problematic. Click here for more details.
- {selectolax-0.3.25 → selectolax-0.3.27}/CHANGES.rst +15 -0
- {selectolax-0.3.25/selectolax.egg-info → selectolax-0.3.27}/PKG-INFO +1 -1
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/conf.py +10 -4
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/__init__.py +1 -1
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor.c +14 -14
- selectolax-0.3.27/selectolax/lexbor.pyi +172 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/parser.c +14 -14
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/parser.pyi +69 -38
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/utils.pxi +1 -1
- {selectolax-0.3.25 → selectolax-0.3.27/selectolax.egg-info}/PKG-INFO +1 -1
- {selectolax-0.3.25 → selectolax-0.3.27}/setup.cfg +1 -7
- {selectolax-0.3.25 → selectolax-0.3.27}/setup.py +1 -1
- {selectolax-0.3.25 → selectolax-0.3.27}/tests/test_nodes.py +0 -1
- {selectolax-0.3.25 → selectolax-0.3.27}/tests/test_utils.py +6 -0
- selectolax-0.3.25/selectolax/lexbor.pyi +0 -141
- {selectolax-0.3.25 → selectolax-0.3.27}/LICENSE +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/MANIFEST.in +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/README.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/Makefile +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/index.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/lexbor.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/logo.png +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/make.bat +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/modules.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/parser.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/docs/selectolax.rst +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/.git +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/.travis.yml +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/CHANGELOG.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/CMakeLists.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/INSTALL.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/LICENSE +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/NOTICE +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/README.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/config.cmake +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/feature.cmake +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/pvs_studio.sh +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/array.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/array.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/array_obj.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/array_obj.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/avl.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/avl.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/bst.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/bst.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/bst_map.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/bst_map.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/conv.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/conv.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/core.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/def.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/diyfp.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/diyfp.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/dobject.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/dobject.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/dtoa.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/dtoa.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/fs.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/hash.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/hash.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/in.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/in.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/lexbor.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/mem.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/mem.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/mraw.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/mraw.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/perf.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/plog.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/plog.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/print.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/print.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/sbst.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/serialize.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/serialize.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/shs.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/shs.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/str.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/str.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/str_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/strtod.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/strtod.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/swar.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/types.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/utils.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/core/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/at_rule.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/css.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/css.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/declaration.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/declaration.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/log.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/log.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/property.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/rule.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/rule.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo_state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/pseudo_state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/selector.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/selector.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/selectors.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/selectors.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/selectors/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/stylesheet.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/stylesheet.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/anb.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/anb.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/state_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/syntax.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/syntax.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/token.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/token.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/token_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/tokenizer/error.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/tokenizer/error.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/tokenizer.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/syntax/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/unit/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/unit/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/unit.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/unit.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/value/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/value/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/value.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/css/value.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/collection.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/collection.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/dom.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/exception.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/exception.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interface.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interface.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/attr.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/attr.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/attr_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/attr_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/cdata_section.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/cdata_section.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/character_data.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/character_data.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/comment.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/comment.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document_fragment.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document_fragment.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document_type.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/document_type.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/event_target.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/event_target.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/node.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/processing_instruction.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/processing_instruction.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/shadow_root.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/shadow_root.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/text.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/dom/interfaces/text.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/big5.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/decode.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/decode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/encode.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/encode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/encoding.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/encoding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/euc_kr.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/gb18030.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/iso_2022_jp_katakana.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/jis0208.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/jis0212.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/multi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/range.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/range.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/res.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/single.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/encoding/single.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/encoding.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/encoding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/html.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interface.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interface.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interface_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/anchor_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/anchor_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/area_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/area_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/audio_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/audio_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/base_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/base_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/body_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/body_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/br_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/br_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/button_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/button_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/canvas_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/canvas_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/d_list_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/d_list_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/data_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/data_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/data_list_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/data_list_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/details_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/details_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/dialog_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/dialog_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/directory_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/directory_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/div_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/div_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/document.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/document.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/embed_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/embed_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/field_set_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/field_set_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/font_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/font_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/form_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/form_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/frame_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/frame_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/frame_set_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/frame_set_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/head_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/head_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/heading_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/heading_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/hr_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/hr_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/html_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/html_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/iframe_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/iframe_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/image_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/image_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/input_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/input_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/label_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/label_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/legend_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/legend_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/li_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/li_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/link_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/link_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/map_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/map_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/marquee_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/marquee_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/media_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/media_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/menu_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/menu_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/meta_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/meta_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/meter_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/meter_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/mod_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/mod_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/o_list_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/o_list_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/object_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/object_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/opt_group_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/opt_group_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/option_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/option_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/output_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/output_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/paragraph_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/paragraph_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/param_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/param_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/picture_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/picture_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/pre_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/pre_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/progress_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/progress_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/quote_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/quote_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/script_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/script_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/select_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/select_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/slot_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/slot_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/source_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/source_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/span_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/span_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/style_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/style_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_caption_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_caption_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_cell_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_cell_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_col_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_col_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_row_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_row_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_section_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/table_section_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/template_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/template_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/text_area_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/text_area_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/time_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/time_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/title_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/title_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/track_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/track_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/u_list_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/u_list_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/unknown_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/unknown_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/video_element.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/video_element.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/window.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/interfaces/window.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/node.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/serialize.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/serialize.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/style.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/style.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tag.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tag_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/token.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/token.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/token_attr.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/token_attr.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/error.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/error.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_comment.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_comment.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_doctype.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_doctype.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_rawtext.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_rawtext.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_rcdata.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_rcdata.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_script.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer/state_script.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/active_formatting.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/active_formatting.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/error.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/error.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_body.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_frameset.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/after_body.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/after_frameset.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/after_head.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/before_head.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/before_html.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/foreign_content.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_body.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_caption.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_cell.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_column_group.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_frameset.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_head.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_head_noscript.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_row.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_select.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_select_in_table.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_table.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_body.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_text.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/in_template.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/initial.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode/text.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/insertion_mode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/open_elements.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/open_elements.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/template_insertion.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree/template_insertion.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/html/tree_res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ns/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ns/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ns/ns.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ns/ns.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ns/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/posix/lexbor/core/fs.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/posix/lexbor/core/memory.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/posix/lexbor/core/perf.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/fs.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/memory.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/perf.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/punycode/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/punycode/punycode.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/punycode/punycode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/selectors/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/selectors/selectors.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/selectors/selectors.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/tag/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/tag/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/tag/res.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/tag/tag.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/tag/tag.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/idna.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/idna.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_0.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_1.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_10.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_11.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_12.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_13.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_14.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_15.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_16.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_17.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_18.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_19.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_2.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_20.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_21.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_22.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_23.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_24.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_25.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_26.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_27.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_28.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_29.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_3.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_30.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_31.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_32.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_33.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_34.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_35.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_36.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_37.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_38.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_39.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_4.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_5.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_6.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_7.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_8.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_9.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_compose.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/table_idna_types.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/unicode.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/unicode/unicode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/url/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/url/url.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/url/url.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/base.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/http.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/http.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/warc.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/source/lexbor/utils/warc.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/lexbor/version +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/.git +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/.gitignore +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/.travis.yml +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/CHANGELOG.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/CMakeLists.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/INSTALL.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/LICENSE +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/Makefile +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/Makefile.bin.cfg +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/Makefile.cfg +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/README.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/api_breaking_changes.md +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/declaration.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/finder.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/match.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/thread.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/finder/type.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/glue.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/layer/layer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/modest.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/node/node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/node/property.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/node/raw_property.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/node/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/render/begin.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/render/binding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/render/tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/render/tree_node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/default.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/default_entries.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/default_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/map.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/map_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/raw.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/sheet.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/modest/style/type.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/incoming.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/mythread.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/perf.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/thread_queue.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mcobject.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mcsync.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mctree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/mhash.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycore/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/an_plus_b.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/api.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/check.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/convert.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/default.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/entry.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/declaration/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/entry.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/media/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/media/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/media/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/mycss.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/namespace/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/namespace/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/namespace/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/namespace/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/namespace/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/resources_name.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/property/shared.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/function.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/list.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/value.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/stack.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/stylesheet.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/syntax_ending.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/tokenizer_end.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/tokenizer_global.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/color.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/color_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/color_parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/color_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/consume.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/destroy.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/image.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/image_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/units.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/units_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/mycss/values/values.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myencoding/detect_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myencoding/encoding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myencoding/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myencoding/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myencoding/resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/cmap.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/glyf.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/head.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/hhea.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/hmtx.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/loca.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/maxp.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/myfont.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/name.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/os_2.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/pclt.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/vhea.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myfont/vmtx.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/api.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/callback.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/charef.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/charef_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/data_process.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/def.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/myhtml.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/mynamespace.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/rules.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/stream.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tag.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tag_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/token.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myhtml/tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myunicode/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/host.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/path.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/punycode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/scheme.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/scheme_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/scheme_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/url.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/include/myurl/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/modest.pc.in +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/modestConfig.cmake.in +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/declaration.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/declaration.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/finder.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/finder.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/match.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/match.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/pseudo_class.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/pseudo_class.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/thread.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/thread.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/type.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/finder/type.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/glue.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/glue.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/layer/layer.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/layer/layer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/modest.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/modest.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/node.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/property.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/property.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/raw_property.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/raw_property.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/node/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/begin.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/begin.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/binding.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/binding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/tree.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/tree_node.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/render/tree_node.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/default.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/default.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/default_entries.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/default_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/map.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/map.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/map_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/raw.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/raw.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/sheet.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/sheet.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/type.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/modest/style/type.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/incoming.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/incoming.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/myosi.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/mystring.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/mythread.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/mythread.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/perf.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/thread_queue.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/thread_queue.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/avl_tree.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/avl_tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mchar_async.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mchar_async.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcobject.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcobject.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcobject_async.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcobject_async.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcsimple.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcsimple.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mcsync.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mctree.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mctree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mhash.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/mhash.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycore/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/an_plus_b.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/an_plus_b.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/api.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/check.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/check.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/convert.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/convert.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/default.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/default.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/default_entries.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/default_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/entry.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/entry.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/entry_destroy.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/entry_destroy.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/entry_destroy_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/serialization_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/declaration/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/entry.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/entry.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/media/init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/media/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/media/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/media/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/media/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/mycss.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/mycss.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/mystring.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/namespace/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser_background.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser_image.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser_text_decoration.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/parser_url.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/resources_name.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/shared.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/property/shared.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/function.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/function.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/function_parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/function_parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/function_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/init.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/list.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/list.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/myosi_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/pseudo.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/pseudo.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/pseudo_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/state.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/state.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/value.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/value.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/selectors/value_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/stack.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/stack.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/stylesheet.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/stylesheet.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/syntax/ending.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/syntax/syntax.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/syntax_ending.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer_end.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer_end.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer_global.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer_global.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/tokenizer_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color_parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color_parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/color_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/consume.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/consume.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/destroy.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/destroy.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/image.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/image.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/image_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/units.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/units.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/units_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/values.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/mycss/values/values.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/detect.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/detect_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/encoding.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/encoding.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/mystring.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myencoding/resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/cmap.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/cmap.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/glyf.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/glyf.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/head.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/head.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/hhea.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/hhea.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/hmtx.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/hmtx.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/loca.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/loca.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/maxp.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/maxp.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/myfont.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/myfont.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/myosi.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/name.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/name.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/os_2.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/os_2.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/pclt.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/pclt.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/vhea.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/vhea.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/vmtx.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myfont/vmtx.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/api.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/callback.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/callback.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/charef.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/charef.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/charef_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/data_process.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/data_process.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/def.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/myhtml.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/myhtml.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/mynamespace.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/mynamespace.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/mynamespace_resource.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/mystring.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/mystring.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/rules.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/rules.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/stream.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/stream.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tag.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tag.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tag_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tag_init.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/token.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/token.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_doctype.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_doctype.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_end.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_end.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_script.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tokenizer_script.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tree.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myhtml/tree.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/posix/mycore/io.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/posix/mycore/memory.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/posix/mycore/perf.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/posix/mycore/thread.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/posix/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/windows_nt/mycore/io.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/windows_nt/mycore/memory.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/windows_nt/mycore/perf.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/windows_nt/mycore/thread.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myport/windows_nt/mycore/utils/mcsync.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myunicode/myosi.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myunicode/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/host.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/host.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/myosi.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/myosi.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/parser.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/parser.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/parser_end.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/path.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/path.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/punycode.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/punycode.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/scheme.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/scheme.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/scheme_const.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/scheme_resources.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/serialization.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/serialization.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/url.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/url.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/utils.c +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/modest/source/myurl/utils.h +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/base.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor/attrs.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor/node.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor/selection.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor/util.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor.pxd +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/lexbor.pyx +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/modest/node.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/modest/selection.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/modest/util.pxi +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/parser.pxd +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/parser.pyx +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax/py.typed +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax.egg-info/SOURCES.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax.egg-info/dependency_links.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax.egg-info/not-zip-safe +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax.egg-info/requires.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/selectolax.egg-info/top_level.txt +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/tests/__init__.py +0 -0
- {selectolax-0.3.25 → selectolax-0.3.27}/tests/test_parser.py +0 -0
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
selectolax Changelog
|
|
2
2
|
====================
|
|
3
3
|
|
|
4
|
+
Version 0.3.27
|
|
5
|
+
-------------
|
|
6
|
+
|
|
7
|
+
Released
|
|
8
|
+
|
|
9
|
+
- Fix: Header detected as head
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Version 0.3.26
|
|
13
|
+
-------------
|
|
14
|
+
|
|
15
|
+
Released
|
|
16
|
+
|
|
17
|
+
- Improve type hints
|
|
18
|
+
|
|
4
19
|
Version 0.3.25
|
|
5
20
|
-------------
|
|
6
21
|
|
|
@@ -49,6 +49,8 @@ extensions = [
|
|
|
49
49
|
'sphinx.ext.autodoc',
|
|
50
50
|
'sphinx.ext.viewcode',
|
|
51
51
|
'numpydoc',
|
|
52
|
+
'sphinxext.opengraph',
|
|
53
|
+
'sphinx_copybutton'
|
|
52
54
|
]
|
|
53
55
|
|
|
54
56
|
# Add any paths that contain templates here, relative to this directory.
|
|
@@ -65,7 +67,7 @@ master_doc = 'index'
|
|
|
65
67
|
|
|
66
68
|
# General information about the project.
|
|
67
69
|
project = u'selectolax'
|
|
68
|
-
copyright = u"2018-
|
|
70
|
+
copyright = u"2018-2024, Artem Golubin"
|
|
69
71
|
|
|
70
72
|
# The version info for the project you're documenting, acts as replacement
|
|
71
73
|
# for |version| and |release|, also used in various other places throughout
|
|
@@ -121,12 +123,16 @@ pygments_style = 'sphinx'
|
|
|
121
123
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
122
124
|
# a list of builtin themes.
|
|
123
125
|
# html_theme = 'default'
|
|
124
|
-
html_theme = '
|
|
126
|
+
html_theme = 'furo'
|
|
125
127
|
|
|
126
128
|
# Theme options are theme-specific and customize the look and feel of a
|
|
127
129
|
# theme further. For a list of options available for each theme, see the
|
|
128
130
|
# documentation.
|
|
129
|
-
|
|
131
|
+
html_theme_options = {
|
|
132
|
+
"source_repository": "https://github.com/rushter/selectolax",
|
|
133
|
+
"source_branch": "master",
|
|
134
|
+
"source_directory": "docs/",
|
|
135
|
+
}
|
|
130
136
|
|
|
131
137
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
132
138
|
# html_theme_path = []
|
|
@@ -141,7 +147,7 @@ html_theme = 'sphinx_rtd_theme'
|
|
|
141
147
|
|
|
142
148
|
# The name of an image file (relative to this directory) to place at the
|
|
143
149
|
# top of the sidebar.
|
|
144
|
-
|
|
150
|
+
html_logo = "logo.png"
|
|
145
151
|
|
|
146
152
|
# The name of an image file (within the static path) to use as favicon
|
|
147
153
|
# of the docs. This file should be a Windows icon file (.ico) being
|
|
@@ -3494,7 +3494,6 @@ static const char __pyx_k_AssertionError[] = "AssertionError";
|
|
|
3494
3494
|
static const char __pyx_k_LexborNode_css[] = "LexborNode.css";
|
|
3495
3495
|
static const char __pyx_k_LexborSelector[] = "LexborSelector";
|
|
3496
3496
|
static const char __pyx_k_fused_sigindex[] = "_fused_sigindex";
|
|
3497
|
-
static const char __pyx_k_html_body_head[] = "<html|<body|<head";
|
|
3498
3497
|
static const char __pyx_k_parse_fragment[] = "parse_fragment";
|
|
3499
3498
|
static const char __pyx_k_LexborNode_iter[] = "LexborNode.iter";
|
|
3500
3499
|
static const char __pyx_k_LexborNode_text[] = "LexborNode.text";
|
|
@@ -3518,6 +3517,7 @@ static const char __pyx_k_LexborNode_unwrap[] = "LexborNode.unwrap";
|
|
|
3518
3517
|
static const char __pyx_k_any_text_contains[] = "any_text_contains";
|
|
3519
3518
|
static const char __pyx_k_do_parse_fragment[] = "do_parse_fragment";
|
|
3520
3519
|
static const char __pyx_k_get_fragment_type[] = "get_fragment_type";
|
|
3520
|
+
static const char __pyx_k_html_body_head_er[] = "<html|<body|<head(?!er)";
|
|
3521
3521
|
static const char __pyx_k_selectolax_lexbor[] = "selectolax.lexbor";
|
|
3522
3522
|
static const char __pyx_k_Can_t_extract_text[] = "Can't extract text";
|
|
3523
3523
|
static const char __pyx_k_LexborSelector_css[] = "LexborSelector.css";
|
|
@@ -4160,7 +4160,7 @@ typedef struct {
|
|
|
4160
4160
|
PyObject *__pyx_n_u_head_and_body;
|
|
4161
4161
|
PyObject *__pyx_n_s_html;
|
|
4162
4162
|
PyObject *__pyx_kp_u_html_2;
|
|
4163
|
-
PyObject *
|
|
4163
|
+
PyObject *__pyx_kp_u_html_body_head_er;
|
|
4164
4164
|
PyObject *__pyx_n_s_html_len;
|
|
4165
4165
|
PyObject *__pyx_n_s_html_re;
|
|
4166
4166
|
PyObject *__pyx_n_s_i;
|
|
@@ -4724,7 +4724,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
4724
4724
|
Py_CLEAR(clear_module_state->__pyx_n_u_head_and_body);
|
|
4725
4725
|
Py_CLEAR(clear_module_state->__pyx_n_s_html);
|
|
4726
4726
|
Py_CLEAR(clear_module_state->__pyx_kp_u_html_2);
|
|
4727
|
-
Py_CLEAR(clear_module_state->
|
|
4727
|
+
Py_CLEAR(clear_module_state->__pyx_kp_u_html_body_head_er);
|
|
4728
4728
|
Py_CLEAR(clear_module_state->__pyx_n_s_html_len);
|
|
4729
4729
|
Py_CLEAR(clear_module_state->__pyx_n_s_html_re);
|
|
4730
4730
|
Py_CLEAR(clear_module_state->__pyx_n_s_i);
|
|
@@ -5266,7 +5266,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
5266
5266
|
Py_VISIT(traverse_module_state->__pyx_n_u_head_and_body);
|
|
5267
5267
|
Py_VISIT(traverse_module_state->__pyx_n_s_html);
|
|
5268
5268
|
Py_VISIT(traverse_module_state->__pyx_kp_u_html_2);
|
|
5269
|
-
Py_VISIT(traverse_module_state->
|
|
5269
|
+
Py_VISIT(traverse_module_state->__pyx_kp_u_html_body_head_er);
|
|
5270
5270
|
Py_VISIT(traverse_module_state->__pyx_n_s_html_len);
|
|
5271
5271
|
Py_VISIT(traverse_module_state->__pyx_n_s_html_re);
|
|
5272
5272
|
Py_VISIT(traverse_module_state->__pyx_n_s_i);
|
|
@@ -5908,7 +5908,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
5908
5908
|
#define __pyx_n_u_head_and_body __pyx_mstate_global->__pyx_n_u_head_and_body
|
|
5909
5909
|
#define __pyx_n_s_html __pyx_mstate_global->__pyx_n_s_html
|
|
5910
5910
|
#define __pyx_kp_u_html_2 __pyx_mstate_global->__pyx_kp_u_html_2
|
|
5911
|
-
#define
|
|
5911
|
+
#define __pyx_kp_u_html_body_head_er __pyx_mstate_global->__pyx_kp_u_html_body_head_er
|
|
5912
5912
|
#define __pyx_n_s_html_len __pyx_mstate_global->__pyx_n_s_html_len
|
|
5913
5913
|
#define __pyx_n_s_html_re __pyx_mstate_global->__pyx_n_s_html_re
|
|
5914
5914
|
#define __pyx_n_s_i __pyx_mstate_global->__pyx_n_s_i
|
|
@@ -7298,7 +7298,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_4get_fragment_type(CYTHON_UNUSED
|
|
|
7298
7298
|
* tree = parser_cls(html)
|
|
7299
7299
|
*
|
|
7300
7300
|
* import re # <<<<<<<<<<<<<<
|
|
7301
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
7301
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
7302
7302
|
*
|
|
7303
7303
|
*/
|
|
7304
7304
|
__pyx_t_3 = __Pyx_ImportDottedModule(__pyx_n_s_re, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 36, __pyx_L1_error)
|
|
@@ -7309,7 +7309,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_4get_fragment_type(CYTHON_UNUSED
|
|
|
7309
7309
|
/* "selectolax/utils.pxi":37
|
|
7310
7310
|
*
|
|
7311
7311
|
* import re
|
|
7312
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
7312
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
7313
7313
|
*
|
|
7314
7314
|
* has_html = False
|
|
7315
7315
|
*/
|
|
@@ -7332,7 +7332,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_4get_fragment_type(CYTHON_UNUSED
|
|
|
7332
7332
|
}
|
|
7333
7333
|
#endif
|
|
7334
7334
|
{
|
|
7335
|
-
PyObject *__pyx_callargs[3] = {__pyx_t_7,
|
|
7335
|
+
PyObject *__pyx_callargs[3] = {__pyx_t_7, __pyx_kp_u_html_body_head_er, __pyx_t_5};
|
|
7336
7336
|
__pyx_t_3 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+1-__pyx_t_6, 2+__pyx_t_6);
|
|
7337
7337
|
__Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
7338
7338
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
|
@@ -7344,7 +7344,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_4get_fragment_type(CYTHON_UNUSED
|
|
|
7344
7344
|
__pyx_t_3 = 0;
|
|
7345
7345
|
|
|
7346
7346
|
/* "selectolax/utils.pxi":39
|
|
7347
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
7347
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
7348
7348
|
*
|
|
7349
7349
|
* has_html = False # <<<<<<<<<<<<<<
|
|
7350
7350
|
* has_head = False
|
|
@@ -33919,7 +33919,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_12get_fragment_type(CYTHON_UNUSED
|
|
|
33919
33919
|
* tree = parser_cls(html)
|
|
33920
33920
|
*
|
|
33921
33921
|
* import re # <<<<<<<<<<<<<<
|
|
33922
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
33922
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
33923
33923
|
*
|
|
33924
33924
|
*/
|
|
33925
33925
|
__pyx_t_3 = __Pyx_ImportDottedModule(__pyx_n_s_re, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(8, 36, __pyx_L1_error)
|
|
@@ -33930,7 +33930,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_12get_fragment_type(CYTHON_UNUSED
|
|
|
33930
33930
|
/* "selectolax/utils.pxi":37
|
|
33931
33931
|
*
|
|
33932
33932
|
* import re
|
|
33933
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
33933
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
33934
33934
|
*
|
|
33935
33935
|
* has_html = False
|
|
33936
33936
|
*/
|
|
@@ -33953,7 +33953,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_12get_fragment_type(CYTHON_UNUSED
|
|
|
33953
33953
|
}
|
|
33954
33954
|
#endif
|
|
33955
33955
|
{
|
|
33956
|
-
PyObject *__pyx_callargs[3] = {__pyx_t_7,
|
|
33956
|
+
PyObject *__pyx_callargs[3] = {__pyx_t_7, __pyx_kp_u_html_body_head_er, __pyx_t_5};
|
|
33957
33957
|
__pyx_t_3 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+1-__pyx_t_6, 2+__pyx_t_6);
|
|
33958
33958
|
__Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
33959
33959
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
|
@@ -33965,7 +33965,7 @@ static PyObject *__pyx_pf_10selectolax_6lexbor_12get_fragment_type(CYTHON_UNUSED
|
|
|
33965
33965
|
__pyx_t_3 = 0;
|
|
33966
33966
|
|
|
33967
33967
|
/* "selectolax/utils.pxi":39
|
|
33968
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
33968
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
33969
33969
|
*
|
|
33970
33970
|
* has_html = False # <<<<<<<<<<<<<<
|
|
33971
33971
|
* has_head = False
|
|
@@ -43679,7 +43679,7 @@ static int __Pyx_CreateStringTabAndInitStrings(void) {
|
|
|
43679
43679
|
{&__pyx_n_u_head_and_body, __pyx_k_head_and_body, sizeof(__pyx_k_head_and_body), 0, 1, 0, 1},
|
|
43680
43680
|
{&__pyx_n_s_html, __pyx_k_html, sizeof(__pyx_k_html), 0, 0, 1, 1},
|
|
43681
43681
|
{&__pyx_kp_u_html_2, __pyx_k_html_2, sizeof(__pyx_k_html_2), 0, 1, 0, 0},
|
|
43682
|
-
{&
|
|
43682
|
+
{&__pyx_kp_u_html_body_head_er, __pyx_k_html_body_head_er, sizeof(__pyx_k_html_body_head_er), 0, 1, 0, 0},
|
|
43683
43683
|
{&__pyx_n_s_html_len, __pyx_k_html_len, sizeof(__pyx_k_html_len), 0, 0, 1, 1},
|
|
43684
43684
|
{&__pyx_n_s_html_re, __pyx_k_html_re, sizeof(__pyx_k_html_re), 0, 0, 1, 1},
|
|
43685
43685
|
{&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1},
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
from typing import Any, Iterator, Literal, TypeVar, NoReturn, overload
|
|
2
|
+
|
|
3
|
+
DefaultT = TypeVar("DefaultT")
|
|
4
|
+
|
|
5
|
+
class LexborAttributes:
|
|
6
|
+
@staticmethod
|
|
7
|
+
def create(node: LexborAttributes) -> LexborAttributes: ...
|
|
8
|
+
def keys(self) -> Iterator[str]: ...
|
|
9
|
+
def items(self) -> Iterator[tuple[str, str | None]]: ...
|
|
10
|
+
def values(self) -> Iterator[str | None]: ...
|
|
11
|
+
def __iter__(self) -> Iterator[str]: ...
|
|
12
|
+
def __len__(self) -> int: ...
|
|
13
|
+
def __getitem__(self, key: str) -> str | None: ...
|
|
14
|
+
def __setitem__(self, key: str, value: str) -> None: ...
|
|
15
|
+
def __delitem__(self, key: str) -> None: ...
|
|
16
|
+
def __contains__(self, key: str) -> bool: ...
|
|
17
|
+
def __repr__(self) -> str: ...
|
|
18
|
+
@overload
|
|
19
|
+
def get(self, key: str, default: DefaultT) -> DefaultT | str | None: ...
|
|
20
|
+
@overload
|
|
21
|
+
def get(self, key: str, default: None = ...) -> str | None: ...
|
|
22
|
+
@overload
|
|
23
|
+
def sget(self, key: str, default: str | DefaultT) -> str | DefaultT: ...
|
|
24
|
+
@overload
|
|
25
|
+
def sget(self, key: str, default: str = "") -> str: ...
|
|
26
|
+
|
|
27
|
+
class LexborSelector:
|
|
28
|
+
def __init__(self, node: LexborNode, query: str): ...
|
|
29
|
+
def css(self, query: str) -> NoReturn: ...
|
|
30
|
+
@property
|
|
31
|
+
def matches(self) -> list[LexborNode]: ...
|
|
32
|
+
@property
|
|
33
|
+
def any_matches(self) -> bool: ...
|
|
34
|
+
def text_contains(
|
|
35
|
+
self, text: str, deep: bool = True, separator: str = "", strip: bool = False
|
|
36
|
+
) -> LexborSelector: ...
|
|
37
|
+
def any_text_contains(
|
|
38
|
+
self, text: str, deep: bool = True, separator: str = "", strip: bool = False
|
|
39
|
+
) -> bool: ...
|
|
40
|
+
def attribute_longer_than(
|
|
41
|
+
self, attribute: str, length: int, start: str | None = None
|
|
42
|
+
) -> LexborSelector: ...
|
|
43
|
+
def any_attribute_longer_than(
|
|
44
|
+
self, attribute: str, length: int, start: str | None = None
|
|
45
|
+
) -> bool: ...
|
|
46
|
+
|
|
47
|
+
class LexborCSSSelector:
|
|
48
|
+
def __init__(self): ...
|
|
49
|
+
def find(self, query: str, node: LexborNode) -> list[LexborNode]: ...
|
|
50
|
+
def any_matches(self, query: str, node: LexborNode) -> bool: ...
|
|
51
|
+
|
|
52
|
+
class LexborNode:
|
|
53
|
+
parser: LexborHTMLParser
|
|
54
|
+
@property
|
|
55
|
+
def mem_id(self) -> int: ...
|
|
56
|
+
@property
|
|
57
|
+
def child(self) -> LexborNode | None: ...
|
|
58
|
+
@property
|
|
59
|
+
def first_child(self) -> LexborNode | None: ...
|
|
60
|
+
@property
|
|
61
|
+
def parent(self) -> LexborNode | None: ...
|
|
62
|
+
@property
|
|
63
|
+
def next(self) -> LexborNode | None: ...
|
|
64
|
+
@property
|
|
65
|
+
def prev(self) -> LexborNode | None: ...
|
|
66
|
+
@property
|
|
67
|
+
def last_child(self) -> LexborNode | None: ...
|
|
68
|
+
@property
|
|
69
|
+
def html(self) -> str | None: ...
|
|
70
|
+
def __hash__(self) -> int: ...
|
|
71
|
+
def text_lexbor(self) -> str: ...
|
|
72
|
+
def text(
|
|
73
|
+
self, deep: bool = True, separator: str = "", strip: bool = False
|
|
74
|
+
) -> str: ...
|
|
75
|
+
def css(self, query: str) -> list[LexborNode]: ...
|
|
76
|
+
@overload
|
|
77
|
+
def css_first(
|
|
78
|
+
self, query: str, default: Any = ..., strict: Literal[True] = ...
|
|
79
|
+
) -> LexborNode: ...
|
|
80
|
+
@overload
|
|
81
|
+
def css_first(
|
|
82
|
+
self, query: str, default: DefaultT, strict: bool = False
|
|
83
|
+
) -> LexborNode | DefaultT: ...
|
|
84
|
+
@overload
|
|
85
|
+
def css_first(
|
|
86
|
+
self, query: str, default: None = ..., strict: bool = False
|
|
87
|
+
) -> LexborNode | None: ...
|
|
88
|
+
def any_css_matches(self, selectors: tuple[str]) -> bool: ...
|
|
89
|
+
def css_matches(self, selector: str) -> bool: ...
|
|
90
|
+
@property
|
|
91
|
+
def tag_id(self) -> int: ...
|
|
92
|
+
@property
|
|
93
|
+
def tag(self) -> str | None: ...
|
|
94
|
+
def decompose(self, recursive: bool = True) -> None: ...
|
|
95
|
+
def strip_tags(self, tags: list[str], recursive: bool = False) -> None: ...
|
|
96
|
+
@property
|
|
97
|
+
def attributes(self) -> dict[str, str | None]: ...
|
|
98
|
+
@property
|
|
99
|
+
def attrs(self) -> LexborAttributes: ...
|
|
100
|
+
@property
|
|
101
|
+
def id(self) -> str | None: ...
|
|
102
|
+
def iter(self, include_text: bool = False) -> Iterator[LexborNode]: ...
|
|
103
|
+
def unwrap(self) -> None: ...
|
|
104
|
+
def unwrap_tags(self, tags: list[str]) -> None: ...
|
|
105
|
+
def traverse(self, include_text: bool = False) -> Iterator[LexborNode]: ...
|
|
106
|
+
def replace_with(self, value: bytes | str | LexborNode) -> None: ...
|
|
107
|
+
def insert_before(self, value: bytes | str | LexborNode) -> None: ...
|
|
108
|
+
def insert_after(self, value: bytes | str | LexborNode) -> None: ...
|
|
109
|
+
def insert_child(self, value: bytes | str | LexborNode) -> None: ...
|
|
110
|
+
@property
|
|
111
|
+
def raw_value(self) -> NoReturn: ...
|
|
112
|
+
def scripts_contain(self, query: str) -> bool: ...
|
|
113
|
+
def scripts_srcs_contain(self, queries: tuple[str]) -> bool: ...
|
|
114
|
+
def remove(self, recursive: bool = True) -> None: ...
|
|
115
|
+
def select(self, query: str | None = None) -> LexborSelector: ...
|
|
116
|
+
@property
|
|
117
|
+
def text_content(self) -> str | None: ...
|
|
118
|
+
|
|
119
|
+
class LexborHTMLParser:
|
|
120
|
+
def __init__(self, html: str): ...
|
|
121
|
+
@property
|
|
122
|
+
def selector(self) -> "LexborCSSSelector": ...
|
|
123
|
+
@property
|
|
124
|
+
def root(self) -> LexborNode | None: ...
|
|
125
|
+
@property
|
|
126
|
+
def body(self) -> LexborNode | None: ...
|
|
127
|
+
@property
|
|
128
|
+
def head(self) -> LexborNode | None: ...
|
|
129
|
+
def tags(self, name: str) -> list[LexborNode]: ...
|
|
130
|
+
def text(
|
|
131
|
+
self, deep: bool = True, separator: str = "", strip: bool = False
|
|
132
|
+
) -> str: ...
|
|
133
|
+
@property
|
|
134
|
+
def html(self) -> str | None: ...
|
|
135
|
+
def css(self, query: str) -> list[LexborNode]: ...
|
|
136
|
+
@overload
|
|
137
|
+
def css_first(
|
|
138
|
+
self, query: str, default: Any = ..., strict: Literal[True] = ...
|
|
139
|
+
) -> LexborNode: ...
|
|
140
|
+
@overload
|
|
141
|
+
def css_first(
|
|
142
|
+
self, query: str, default: DefaultT, strict: bool = False
|
|
143
|
+
) -> LexborNode | DefaultT: ...
|
|
144
|
+
@overload
|
|
145
|
+
def css_first(
|
|
146
|
+
self, query: str, default: None = ..., strict: bool = False
|
|
147
|
+
) -> LexborNode | None: ...
|
|
148
|
+
def strip_tags(self, tags: list[str], recursive: bool = False) -> None: ...
|
|
149
|
+
def select(self, query: str | None = None) -> LexborSelector | None: ...
|
|
150
|
+
def any_css_matches(self, selectors: tuple[str]) -> bool: ...
|
|
151
|
+
def scripts_contain(self, query: str) -> bool: ...
|
|
152
|
+
def scripts_srcs_contain(self, queries: tuple[str]) -> bool: ...
|
|
153
|
+
def css_matches(self, selector: str) -> bool: ...
|
|
154
|
+
def clone(self) -> LexborHTMLParser: ...
|
|
155
|
+
def unwrap_tags(self, tags: list[str]) -> None: ...
|
|
156
|
+
|
|
157
|
+
def create_tag(tag: str) -> LexborNode:
|
|
158
|
+
"""
|
|
159
|
+
Given an HTML tag name, e.g. `"div"`, create a single empty node for that tag,
|
|
160
|
+
e.g. `"<div></div>"`.
|
|
161
|
+
"""
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
def parse_fragment(html: str) -> list[LexborNode]:
|
|
165
|
+
"""
|
|
166
|
+
Given HTML, parse it into a list of Nodes, such that the nodes
|
|
167
|
+
correspond to the given HTML.
|
|
168
|
+
|
|
169
|
+
For contrast, HTMLParser adds `<html>`, `<head>`, and `<body>` tags
|
|
170
|
+
if they are missing. This function does not add these tags.
|
|
171
|
+
"""
|
|
172
|
+
...
|
|
@@ -3482,7 +3482,6 @@ static const char __pyx_k_HTMLParser_css[] = "HTMLParser.css";
|
|
|
3482
3482
|
static const char __pyx_k_Node_css_first[] = "Node.css_first";
|
|
3483
3483
|
static const char __pyx_k_Node_decompose[] = "Node.decompose";
|
|
3484
3484
|
static const char __pyx_k_fused_sigindex[] = "_fused_sigindex";
|
|
3485
|
-
static const char __pyx_k_html_body_head[] = "<html|<body|<head";
|
|
3486
3485
|
static const char __pyx_k_parse_fragment[] = "parse_fragment";
|
|
3487
3486
|
static const char __pyx_k_Attributes_keys[] = "_Attributes.keys";
|
|
3488
3487
|
static const char __pyx_k_Attributes_sget[] = "_Attributes.sget";
|
|
@@ -3513,6 +3512,7 @@ static const char __pyx_k_Node_replace_with[] = "Node.replace_with";
|
|
|
3513
3512
|
static const char __pyx_k_any_text_contains[] = "any_text_contains";
|
|
3514
3513
|
static const char __pyx_k_do_parse_fragment[] = "do_parse_fragment";
|
|
3515
3514
|
static const char __pyx_k_get_fragment_type[] = "get_fragment_type";
|
|
3515
|
+
static const char __pyx_k_html_body_head_er[] = "<html|<body|<head(?!er)";
|
|
3516
3516
|
static const char __pyx_k_selectolax_parser[] = "selectolax.parser";
|
|
3517
3517
|
static const char __pyx_k_Can_t_parse_HTML_s[] = "Can't parse HTML:\n%s";
|
|
3518
3518
|
static const char __pyx_k_HTMLParser_chars_s[] = "<HTMLParser chars=%s>";
|
|
@@ -4119,7 +4119,7 @@ typedef struct {
|
|
|
4119
4119
|
PyObject *__pyx_n_u_head_and_body;
|
|
4120
4120
|
PyObject *__pyx_n_s_html;
|
|
4121
4121
|
PyObject *__pyx_kp_u_html_2;
|
|
4122
|
-
PyObject *
|
|
4122
|
+
PyObject *__pyx_kp_u_html_body_head_er;
|
|
4123
4123
|
PyObject *__pyx_n_s_html_len;
|
|
4124
4124
|
PyObject *__pyx_n_s_html_re;
|
|
4125
4125
|
PyObject *__pyx_n_s_html_tree;
|
|
@@ -4663,7 +4663,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
4663
4663
|
Py_CLEAR(clear_module_state->__pyx_n_u_head_and_body);
|
|
4664
4664
|
Py_CLEAR(clear_module_state->__pyx_n_s_html);
|
|
4665
4665
|
Py_CLEAR(clear_module_state->__pyx_kp_u_html_2);
|
|
4666
|
-
Py_CLEAR(clear_module_state->
|
|
4666
|
+
Py_CLEAR(clear_module_state->__pyx_kp_u_html_body_head_er);
|
|
4667
4667
|
Py_CLEAR(clear_module_state->__pyx_n_s_html_len);
|
|
4668
4668
|
Py_CLEAR(clear_module_state->__pyx_n_s_html_re);
|
|
4669
4669
|
Py_CLEAR(clear_module_state->__pyx_n_s_html_tree);
|
|
@@ -5185,7 +5185,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
5185
5185
|
Py_VISIT(traverse_module_state->__pyx_n_u_head_and_body);
|
|
5186
5186
|
Py_VISIT(traverse_module_state->__pyx_n_s_html);
|
|
5187
5187
|
Py_VISIT(traverse_module_state->__pyx_kp_u_html_2);
|
|
5188
|
-
Py_VISIT(traverse_module_state->
|
|
5188
|
+
Py_VISIT(traverse_module_state->__pyx_kp_u_html_body_head_er);
|
|
5189
5189
|
Py_VISIT(traverse_module_state->__pyx_n_s_html_len);
|
|
5190
5190
|
Py_VISIT(traverse_module_state->__pyx_n_s_html_re);
|
|
5191
5191
|
Py_VISIT(traverse_module_state->__pyx_n_s_html_tree);
|
|
@@ -5807,7 +5807,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
5807
5807
|
#define __pyx_n_u_head_and_body __pyx_mstate_global->__pyx_n_u_head_and_body
|
|
5808
5808
|
#define __pyx_n_s_html __pyx_mstate_global->__pyx_n_s_html
|
|
5809
5809
|
#define __pyx_kp_u_html_2 __pyx_mstate_global->__pyx_kp_u_html_2
|
|
5810
|
-
#define
|
|
5810
|
+
#define __pyx_kp_u_html_body_head_er __pyx_mstate_global->__pyx_kp_u_html_body_head_er
|
|
5811
5811
|
#define __pyx_n_s_html_len __pyx_mstate_global->__pyx_n_s_html_len
|
|
5812
5812
|
#define __pyx_n_s_html_re __pyx_mstate_global->__pyx_n_s_html_re
|
|
5813
5813
|
#define __pyx_n_s_html_tree __pyx_mstate_global->__pyx_n_s_html_tree
|
|
@@ -29017,7 +29017,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_4get_fragment_type(CYTHON_UNUSED
|
|
|
29017
29017
|
* tree = parser_cls(html)
|
|
29018
29018
|
*
|
|
29019
29019
|
* import re # <<<<<<<<<<<<<<
|
|
29020
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
29020
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
29021
29021
|
*
|
|
29022
29022
|
*/
|
|
29023
29023
|
__pyx_t_3 = __Pyx_ImportDottedModule(__pyx_n_s_re, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(5, 36, __pyx_L1_error)
|
|
@@ -29028,7 +29028,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_4get_fragment_type(CYTHON_UNUSED
|
|
|
29028
29028
|
/* "selectolax/utils.pxi":37
|
|
29029
29029
|
*
|
|
29030
29030
|
* import re
|
|
29031
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
29031
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
29032
29032
|
*
|
|
29033
29033
|
* has_html = False
|
|
29034
29034
|
*/
|
|
@@ -29051,7 +29051,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_4get_fragment_type(CYTHON_UNUSED
|
|
|
29051
29051
|
}
|
|
29052
29052
|
#endif
|
|
29053
29053
|
{
|
|
29054
|
-
PyObject *__pyx_callargs[3] = {__pyx_t_7,
|
|
29054
|
+
PyObject *__pyx_callargs[3] = {__pyx_t_7, __pyx_kp_u_html_body_head_er, __pyx_t_5};
|
|
29055
29055
|
__pyx_t_3 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+1-__pyx_t_6, 2+__pyx_t_6);
|
|
29056
29056
|
__Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
29057
29057
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
|
@@ -29063,7 +29063,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_4get_fragment_type(CYTHON_UNUSED
|
|
|
29063
29063
|
__pyx_t_3 = 0;
|
|
29064
29064
|
|
|
29065
29065
|
/* "selectolax/utils.pxi":39
|
|
29066
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
29066
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
29067
29067
|
*
|
|
29068
29068
|
* has_html = False # <<<<<<<<<<<<<<
|
|
29069
29069
|
* has_head = False
|
|
@@ -31536,7 +31536,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_16get_fragment_type(CYTHON_UNUSED
|
|
|
31536
31536
|
* tree = parser_cls(html)
|
|
31537
31537
|
*
|
|
31538
31538
|
* import re # <<<<<<<<<<<<<<
|
|
31539
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
31539
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
31540
31540
|
*
|
|
31541
31541
|
*/
|
|
31542
31542
|
__pyx_t_3 = __Pyx_ImportDottedModule(__pyx_n_s_re, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(7, 36, __pyx_L1_error)
|
|
@@ -31547,7 +31547,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_16get_fragment_type(CYTHON_UNUSED
|
|
|
31547
31547
|
/* "selectolax/utils.pxi":37
|
|
31548
31548
|
*
|
|
31549
31549
|
* import re
|
|
31550
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
31550
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE) # <<<<<<<<<<<<<<
|
|
31551
31551
|
*
|
|
31552
31552
|
* has_html = False
|
|
31553
31553
|
*/
|
|
@@ -31570,7 +31570,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_16get_fragment_type(CYTHON_UNUSED
|
|
|
31570
31570
|
}
|
|
31571
31571
|
#endif
|
|
31572
31572
|
{
|
|
31573
|
-
PyObject *__pyx_callargs[3] = {__pyx_t_7,
|
|
31573
|
+
PyObject *__pyx_callargs[3] = {__pyx_t_7, __pyx_kp_u_html_body_head_er, __pyx_t_5};
|
|
31574
31574
|
__pyx_t_3 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+1-__pyx_t_6, 2+__pyx_t_6);
|
|
31575
31575
|
__Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
31576
31576
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
|
@@ -31582,7 +31582,7 @@ static PyObject *__pyx_pf_10selectolax_6parser_16get_fragment_type(CYTHON_UNUSED
|
|
|
31582
31582
|
__pyx_t_3 = 0;
|
|
31583
31583
|
|
|
31584
31584
|
/* "selectolax/utils.pxi":39
|
|
31585
|
-
* html_re = re.compile(r"<html|<body|<head", re.IGNORECASE)
|
|
31585
|
+
* html_re = re.compile(r"<html|<body|<head(?!er)", re.IGNORECASE)
|
|
31586
31586
|
*
|
|
31587
31587
|
* has_html = False # <<<<<<<<<<<<<<
|
|
31588
31588
|
* has_head = False
|
|
@@ -41216,7 +41216,7 @@ static int __Pyx_CreateStringTabAndInitStrings(void) {
|
|
|
41216
41216
|
{&__pyx_n_u_head_and_body, __pyx_k_head_and_body, sizeof(__pyx_k_head_and_body), 0, 1, 0, 1},
|
|
41217
41217
|
{&__pyx_n_s_html, __pyx_k_html, sizeof(__pyx_k_html), 0, 0, 1, 1},
|
|
41218
41218
|
{&__pyx_kp_u_html_2, __pyx_k_html_2, sizeof(__pyx_k_html_2), 0, 1, 0, 0},
|
|
41219
|
-
{&
|
|
41219
|
+
{&__pyx_kp_u_html_body_head_er, __pyx_k_html_body_head_er, sizeof(__pyx_k_html_body_head_er), 0, 1, 0, 0},
|
|
41220
41220
|
{&__pyx_n_s_html_len, __pyx_k_html_len, sizeof(__pyx_k_html_len), 0, 0, 1, 1},
|
|
41221
41221
|
{&__pyx_n_s_html_re, __pyx_k_html_re, sizeof(__pyx_k_html_re), 0, 0, 1, 1},
|
|
41222
41222
|
{&__pyx_n_s_html_tree, __pyx_k_html_tree, sizeof(__pyx_k_html_tree), 0, 0, 1, 1},
|