selectolax 0.3.25__tar.gz → 0.3.26__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.

Files changed (1027) hide show
  1. {selectolax-0.3.25 → selectolax-0.3.26}/CHANGES.rst +11 -0
  2. {selectolax-0.3.25/selectolax.egg-info → selectolax-0.3.26}/PKG-INFO +1 -1
  3. {selectolax-0.3.25 → selectolax-0.3.26}/docs/conf.py +10 -4
  4. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/__init__.py +1 -1
  5. selectolax-0.3.26/selectolax/lexbor.pyi +172 -0
  6. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/parser.pyi +69 -38
  7. {selectolax-0.3.25 → selectolax-0.3.26/selectolax.egg-info}/PKG-INFO +1 -1
  8. {selectolax-0.3.25 → selectolax-0.3.26}/setup.cfg +1 -7
  9. {selectolax-0.3.25 → selectolax-0.3.26}/setup.py +1 -1
  10. {selectolax-0.3.25 → selectolax-0.3.26}/tests/test_nodes.py +0 -1
  11. selectolax-0.3.25/selectolax/lexbor.pyi +0 -141
  12. {selectolax-0.3.25 → selectolax-0.3.26}/LICENSE +0 -0
  13. {selectolax-0.3.25 → selectolax-0.3.26}/MANIFEST.in +0 -0
  14. {selectolax-0.3.25 → selectolax-0.3.26}/README.rst +0 -0
  15. {selectolax-0.3.25 → selectolax-0.3.26}/docs/Makefile +0 -0
  16. {selectolax-0.3.25 → selectolax-0.3.26}/docs/index.rst +0 -0
  17. {selectolax-0.3.25 → selectolax-0.3.26}/docs/lexbor.rst +0 -0
  18. {selectolax-0.3.25 → selectolax-0.3.26}/docs/logo.png +0 -0
  19. {selectolax-0.3.25 → selectolax-0.3.26}/docs/make.bat +0 -0
  20. {selectolax-0.3.25 → selectolax-0.3.26}/docs/modules.rst +0 -0
  21. {selectolax-0.3.25 → selectolax-0.3.26}/docs/parser.rst +0 -0
  22. {selectolax-0.3.25 → selectolax-0.3.26}/docs/selectolax.rst +0 -0
  23. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/.git +0 -0
  24. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/.travis.yml +0 -0
  25. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/CHANGELOG.md +0 -0
  26. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/CMakeLists.txt +0 -0
  27. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/INSTALL.md +0 -0
  28. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/LICENSE +0 -0
  29. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/NOTICE +0 -0
  30. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/README.md +0 -0
  31. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/config.cmake +0 -0
  32. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/feature.cmake +0 -0
  33. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/pvs_studio.sh +0 -0
  34. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/array.c +0 -0
  35. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/array.h +0 -0
  36. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/array_obj.c +0 -0
  37. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/array_obj.h +0 -0
  38. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/avl.c +0 -0
  39. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/avl.h +0 -0
  40. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/base.h +0 -0
  41. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/bst.c +0 -0
  42. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/bst.h +0 -0
  43. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/bst_map.c +0 -0
  44. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/bst_map.h +0 -0
  45. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/conv.c +0 -0
  46. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/conv.h +0 -0
  47. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/core.h +0 -0
  48. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/def.h +0 -0
  49. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/diyfp.c +0 -0
  50. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/diyfp.h +0 -0
  51. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/dobject.c +0 -0
  52. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/dobject.h +0 -0
  53. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/dtoa.c +0 -0
  54. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/dtoa.h +0 -0
  55. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/fs.h +0 -0
  56. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/hash.c +0 -0
  57. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/hash.h +0 -0
  58. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/in.c +0 -0
  59. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/in.h +0 -0
  60. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/lexbor.h +0 -0
  61. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/mem.c +0 -0
  62. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/mem.h +0 -0
  63. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/mraw.c +0 -0
  64. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/mraw.h +0 -0
  65. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/perf.h +0 -0
  66. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/plog.c +0 -0
  67. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/plog.h +0 -0
  68. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/print.c +0 -0
  69. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/print.h +0 -0
  70. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/sbst.h +0 -0
  71. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/serialize.c +0 -0
  72. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/serialize.h +0 -0
  73. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/shs.c +0 -0
  74. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/shs.h +0 -0
  75. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/str.c +0 -0
  76. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/str.h +0 -0
  77. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/str_res.h +0 -0
  78. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/strtod.c +0 -0
  79. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/strtod.h +0 -0
  80. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/swar.h +0 -0
  81. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/types.h +0 -0
  82. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/utils.c +0 -0
  83. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/core/utils.h +0 -0
  84. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule/const.h +0 -0
  85. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule/res.h +0 -0
  86. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule/state.c +0 -0
  87. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule/state.h +0 -0
  88. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule.c +0 -0
  89. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/at_rule.h +0 -0
  90. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/base.h +0 -0
  91. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/css.c +0 -0
  92. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/css.h +0 -0
  93. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/declaration.c +0 -0
  94. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/declaration.h +0 -0
  95. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/log.c +0 -0
  96. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/log.h +0 -0
  97. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/parser.c +0 -0
  98. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/parser.h +0 -0
  99. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property/const.h +0 -0
  100. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property/res.h +0 -0
  101. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property/state.c +0 -0
  102. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property/state.h +0 -0
  103. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property.c +0 -0
  104. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/property.h +0 -0
  105. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/rule.c +0 -0
  106. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/rule.h +0 -0
  107. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/base.h +0 -0
  108. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo.c +0 -0
  109. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo.h +0 -0
  110. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo_const.h +0 -0
  111. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo_res.h +0 -0
  112. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo_state.c +0 -0
  113. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/pseudo_state.h +0 -0
  114. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/selector.c +0 -0
  115. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/selector.h +0 -0
  116. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/selectors.c +0 -0
  117. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/selectors.h +0 -0
  118. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/state.c +0 -0
  119. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/selectors/state.h +0 -0
  120. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/state.c +0 -0
  121. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/state.h +0 -0
  122. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/stylesheet.c +0 -0
  123. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/stylesheet.h +0 -0
  124. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/anb.c +0 -0
  125. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/anb.h +0 -0
  126. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/base.h +0 -0
  127. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/parser.c +0 -0
  128. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/parser.h +0 -0
  129. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/res.h +0 -0
  130. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/state.c +0 -0
  131. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/state.h +0 -0
  132. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/state_res.h +0 -0
  133. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/syntax.c +0 -0
  134. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/syntax.h +0 -0
  135. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/token.c +0 -0
  136. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/token.h +0 -0
  137. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/token_res.h +0 -0
  138. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/tokenizer/error.c +0 -0
  139. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/tokenizer/error.h +0 -0
  140. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/tokenizer.c +0 -0
  141. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/syntax/tokenizer.h +0 -0
  142. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/unit/const.h +0 -0
  143. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/unit/res.h +0 -0
  144. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/unit.c +0 -0
  145. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/unit.h +0 -0
  146. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/value/const.h +0 -0
  147. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/value/res.h +0 -0
  148. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/value.c +0 -0
  149. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/css/value.h +0 -0
  150. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/base.h +0 -0
  151. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/collection.c +0 -0
  152. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/collection.h +0 -0
  153. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/dom.h +0 -0
  154. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/exception.c +0 -0
  155. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/exception.h +0 -0
  156. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interface.c +0 -0
  157. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interface.h +0 -0
  158. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/attr.c +0 -0
  159. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/attr.h +0 -0
  160. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/attr_const.h +0 -0
  161. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/attr_res.h +0 -0
  162. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/cdata_section.c +0 -0
  163. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/cdata_section.h +0 -0
  164. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/character_data.c +0 -0
  165. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/character_data.h +0 -0
  166. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/comment.c +0 -0
  167. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/comment.h +0 -0
  168. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document.c +0 -0
  169. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document.h +0 -0
  170. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document_fragment.c +0 -0
  171. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document_fragment.h +0 -0
  172. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document_type.c +0 -0
  173. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/document_type.h +0 -0
  174. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/element.c +0 -0
  175. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/element.h +0 -0
  176. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/event_target.c +0 -0
  177. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/event_target.h +0 -0
  178. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/node.c +0 -0
  179. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/node.h +0 -0
  180. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/processing_instruction.c +0 -0
  181. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/processing_instruction.h +0 -0
  182. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/shadow_root.c +0 -0
  183. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/shadow_root.h +0 -0
  184. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/text.c +0 -0
  185. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/dom/interfaces/text.h +0 -0
  186. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/base.h +0 -0
  187. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/big5.c +0 -0
  188. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/const.h +0 -0
  189. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/decode.c +0 -0
  190. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/decode.h +0 -0
  191. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/encode.c +0 -0
  192. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/encode.h +0 -0
  193. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/encoding.c +0 -0
  194. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/encoding.h +0 -0
  195. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/euc_kr.c +0 -0
  196. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/gb18030.c +0 -0
  197. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/iso_2022_jp_katakana.c +0 -0
  198. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/jis0208.c +0 -0
  199. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/jis0212.c +0 -0
  200. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/multi.h +0 -0
  201. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/range.c +0 -0
  202. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/range.h +0 -0
  203. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/res.c +0 -0
  204. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/res.h +0 -0
  205. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/single.c +0 -0
  206. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/encoding/single.h +0 -0
  207. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/base.h +0 -0
  208. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/encoding.c +0 -0
  209. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/encoding.h +0 -0
  210. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/html.h +0 -0
  211. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interface.c +0 -0
  212. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interface.h +0 -0
  213. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interface_res.h +0 -0
  214. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/anchor_element.c +0 -0
  215. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/anchor_element.h +0 -0
  216. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/area_element.c +0 -0
  217. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/area_element.h +0 -0
  218. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/audio_element.c +0 -0
  219. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/audio_element.h +0 -0
  220. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/base_element.c +0 -0
  221. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/base_element.h +0 -0
  222. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/body_element.c +0 -0
  223. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/body_element.h +0 -0
  224. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/br_element.c +0 -0
  225. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/br_element.h +0 -0
  226. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/button_element.c +0 -0
  227. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/button_element.h +0 -0
  228. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/canvas_element.c +0 -0
  229. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/canvas_element.h +0 -0
  230. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/d_list_element.c +0 -0
  231. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/d_list_element.h +0 -0
  232. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/data_element.c +0 -0
  233. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/data_element.h +0 -0
  234. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/data_list_element.c +0 -0
  235. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/data_list_element.h +0 -0
  236. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/details_element.c +0 -0
  237. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/details_element.h +0 -0
  238. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/dialog_element.c +0 -0
  239. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/dialog_element.h +0 -0
  240. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/directory_element.c +0 -0
  241. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/directory_element.h +0 -0
  242. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/div_element.c +0 -0
  243. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/div_element.h +0 -0
  244. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/document.c +0 -0
  245. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/document.h +0 -0
  246. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/element.c +0 -0
  247. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/element.h +0 -0
  248. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/embed_element.c +0 -0
  249. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/embed_element.h +0 -0
  250. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/field_set_element.c +0 -0
  251. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/field_set_element.h +0 -0
  252. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/font_element.c +0 -0
  253. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/font_element.h +0 -0
  254. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/form_element.c +0 -0
  255. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/form_element.h +0 -0
  256. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/frame_element.c +0 -0
  257. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/frame_element.h +0 -0
  258. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/frame_set_element.c +0 -0
  259. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/frame_set_element.h +0 -0
  260. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/head_element.c +0 -0
  261. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/head_element.h +0 -0
  262. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/heading_element.c +0 -0
  263. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/heading_element.h +0 -0
  264. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/hr_element.c +0 -0
  265. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/hr_element.h +0 -0
  266. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/html_element.c +0 -0
  267. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/html_element.h +0 -0
  268. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/iframe_element.c +0 -0
  269. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/iframe_element.h +0 -0
  270. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/image_element.c +0 -0
  271. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/image_element.h +0 -0
  272. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/input_element.c +0 -0
  273. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/input_element.h +0 -0
  274. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/label_element.c +0 -0
  275. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/label_element.h +0 -0
  276. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/legend_element.c +0 -0
  277. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/legend_element.h +0 -0
  278. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/li_element.c +0 -0
  279. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/li_element.h +0 -0
  280. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/link_element.c +0 -0
  281. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/link_element.h +0 -0
  282. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/map_element.c +0 -0
  283. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/map_element.h +0 -0
  284. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/marquee_element.c +0 -0
  285. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/marquee_element.h +0 -0
  286. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/media_element.c +0 -0
  287. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/media_element.h +0 -0
  288. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/menu_element.c +0 -0
  289. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/menu_element.h +0 -0
  290. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/meta_element.c +0 -0
  291. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/meta_element.h +0 -0
  292. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/meter_element.c +0 -0
  293. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/meter_element.h +0 -0
  294. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/mod_element.c +0 -0
  295. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/mod_element.h +0 -0
  296. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/o_list_element.c +0 -0
  297. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/o_list_element.h +0 -0
  298. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/object_element.c +0 -0
  299. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/object_element.h +0 -0
  300. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/opt_group_element.c +0 -0
  301. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/opt_group_element.h +0 -0
  302. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/option_element.c +0 -0
  303. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/option_element.h +0 -0
  304. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/output_element.c +0 -0
  305. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/output_element.h +0 -0
  306. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/paragraph_element.c +0 -0
  307. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/paragraph_element.h +0 -0
  308. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/param_element.c +0 -0
  309. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/param_element.h +0 -0
  310. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/picture_element.c +0 -0
  311. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/picture_element.h +0 -0
  312. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/pre_element.c +0 -0
  313. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/pre_element.h +0 -0
  314. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/progress_element.c +0 -0
  315. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/progress_element.h +0 -0
  316. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/quote_element.c +0 -0
  317. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/quote_element.h +0 -0
  318. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/script_element.c +0 -0
  319. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/script_element.h +0 -0
  320. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/select_element.c +0 -0
  321. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/select_element.h +0 -0
  322. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/slot_element.c +0 -0
  323. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/slot_element.h +0 -0
  324. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/source_element.c +0 -0
  325. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/source_element.h +0 -0
  326. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/span_element.c +0 -0
  327. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/span_element.h +0 -0
  328. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/style_element.c +0 -0
  329. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/style_element.h +0 -0
  330. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_caption_element.c +0 -0
  331. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_caption_element.h +0 -0
  332. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_cell_element.c +0 -0
  333. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_cell_element.h +0 -0
  334. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_col_element.c +0 -0
  335. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_col_element.h +0 -0
  336. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_element.c +0 -0
  337. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_element.h +0 -0
  338. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_row_element.c +0 -0
  339. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_row_element.h +0 -0
  340. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_section_element.c +0 -0
  341. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/table_section_element.h +0 -0
  342. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/template_element.c +0 -0
  343. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/template_element.h +0 -0
  344. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/text_area_element.c +0 -0
  345. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/text_area_element.h +0 -0
  346. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/time_element.c +0 -0
  347. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/time_element.h +0 -0
  348. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/title_element.c +0 -0
  349. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/title_element.h +0 -0
  350. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/track_element.c +0 -0
  351. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/track_element.h +0 -0
  352. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/u_list_element.c +0 -0
  353. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/u_list_element.h +0 -0
  354. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/unknown_element.c +0 -0
  355. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/unknown_element.h +0 -0
  356. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/video_element.c +0 -0
  357. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/video_element.h +0 -0
  358. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/window.c +0 -0
  359. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/interfaces/window.h +0 -0
  360. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/node.c +0 -0
  361. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/node.h +0 -0
  362. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/parser.c +0 -0
  363. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/parser.h +0 -0
  364. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/serialize.c +0 -0
  365. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/serialize.h +0 -0
  366. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/style.c +0 -0
  367. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/style.h +0 -0
  368. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tag.h +0 -0
  369. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tag_res.h +0 -0
  370. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/token.c +0 -0
  371. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/token.h +0 -0
  372. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/token_attr.c +0 -0
  373. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/token_attr.h +0 -0
  374. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/error.c +0 -0
  375. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/error.h +0 -0
  376. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/res.h +0 -0
  377. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state.c +0 -0
  378. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state.h +0 -0
  379. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_comment.c +0 -0
  380. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_comment.h +0 -0
  381. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_doctype.c +0 -0
  382. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_doctype.h +0 -0
  383. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_rawtext.c +0 -0
  384. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_rawtext.h +0 -0
  385. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_rcdata.c +0 -0
  386. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_rcdata.h +0 -0
  387. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_script.c +0 -0
  388. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer/state_script.h +0 -0
  389. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer.c +0 -0
  390. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tokenizer.h +0 -0
  391. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/active_formatting.c +0 -0
  392. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/active_formatting.h +0 -0
  393. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/error.c +0 -0
  394. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/error.h +0 -0
  395. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_body.c +0 -0
  396. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/after_after_frameset.c +0 -0
  397. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/after_body.c +0 -0
  398. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/after_frameset.c +0 -0
  399. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/after_head.c +0 -0
  400. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/before_head.c +0 -0
  401. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/before_html.c +0 -0
  402. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/foreign_content.c +0 -0
  403. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_body.c +0 -0
  404. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_caption.c +0 -0
  405. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_cell.c +0 -0
  406. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_column_group.c +0 -0
  407. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_frameset.c +0 -0
  408. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_head.c +0 -0
  409. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_head_noscript.c +0 -0
  410. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_row.c +0 -0
  411. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_select.c +0 -0
  412. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_select_in_table.c +0 -0
  413. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_table.c +0 -0
  414. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_body.c +0 -0
  415. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_table_text.c +0 -0
  416. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/in_template.c +0 -0
  417. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/initial.c +0 -0
  418. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode/text.c +0 -0
  419. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/insertion_mode.h +0 -0
  420. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/open_elements.c +0 -0
  421. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/open_elements.h +0 -0
  422. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/template_insertion.c +0 -0
  423. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree/template_insertion.h +0 -0
  424. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree.c +0 -0
  425. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree.h +0 -0
  426. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/html/tree_res.h +0 -0
  427. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ns/base.h +0 -0
  428. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ns/const.h +0 -0
  429. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ns/ns.c +0 -0
  430. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ns/ns.h +0 -0
  431. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ns/res.h +0 -0
  432. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/posix/lexbor/core/fs.c +0 -0
  433. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/posix/lexbor/core/memory.c +0 -0
  434. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/posix/lexbor/core/perf.c +0 -0
  435. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/fs.c +0 -0
  436. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/memory.c +0 -0
  437. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/ports/windows_nt/lexbor/core/perf.c +0 -0
  438. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/punycode/base.h +0 -0
  439. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/punycode/punycode.c +0 -0
  440. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/punycode/punycode.h +0 -0
  441. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/selectors/base.h +0 -0
  442. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/selectors/selectors.c +0 -0
  443. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/selectors/selectors.h +0 -0
  444. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/tag/base.h +0 -0
  445. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/tag/const.h +0 -0
  446. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/tag/res.h +0 -0
  447. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/tag/tag.c +0 -0
  448. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/tag/tag.h +0 -0
  449. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/base.h +0 -0
  450. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/idna.c +0 -0
  451. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/idna.h +0 -0
  452. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_0.h +0 -0
  453. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_1.h +0 -0
  454. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_10.h +0 -0
  455. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_11.h +0 -0
  456. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_12.h +0 -0
  457. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_13.h +0 -0
  458. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_14.h +0 -0
  459. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_15.h +0 -0
  460. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_16.h +0 -0
  461. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_17.h +0 -0
  462. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_18.h +0 -0
  463. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_19.h +0 -0
  464. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_2.h +0 -0
  465. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_20.h +0 -0
  466. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_21.h +0 -0
  467. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_22.h +0 -0
  468. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_23.h +0 -0
  469. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_24.h +0 -0
  470. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_25.h +0 -0
  471. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_26.h +0 -0
  472. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_27.h +0 -0
  473. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_28.h +0 -0
  474. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_29.h +0 -0
  475. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_3.h +0 -0
  476. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_30.h +0 -0
  477. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_31.h +0 -0
  478. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_32.h +0 -0
  479. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_33.h +0 -0
  480. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_34.h +0 -0
  481. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_35.h +0 -0
  482. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_36.h +0 -0
  483. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_37.h +0 -0
  484. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_38.h +0 -0
  485. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_39.h +0 -0
  486. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_4.h +0 -0
  487. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_5.h +0 -0
  488. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_6.h +0 -0
  489. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_7.h +0 -0
  490. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_8.h +0 -0
  491. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_9.h +0 -0
  492. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_compose.h +0 -0
  493. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/table_idna_types.h +0 -0
  494. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/unicode.c +0 -0
  495. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/unicode/unicode.h +0 -0
  496. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/url/base.h +0 -0
  497. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/url/url.c +0 -0
  498. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/url/url.h +0 -0
  499. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/base.h +0 -0
  500. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/http.c +0 -0
  501. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/http.h +0 -0
  502. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/utils.h +0 -0
  503. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/warc.c +0 -0
  504. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/source/lexbor/utils/warc.h +0 -0
  505. {selectolax-0.3.25 → selectolax-0.3.26}/lexbor/version +0 -0
  506. {selectolax-0.3.25 → selectolax-0.3.26}/modest/.git +0 -0
  507. {selectolax-0.3.25 → selectolax-0.3.26}/modest/.gitignore +0 -0
  508. {selectolax-0.3.25 → selectolax-0.3.26}/modest/.travis.yml +0 -0
  509. {selectolax-0.3.25 → selectolax-0.3.26}/modest/CHANGELOG.md +0 -0
  510. {selectolax-0.3.25 → selectolax-0.3.26}/modest/CMakeLists.txt +0 -0
  511. {selectolax-0.3.25 → selectolax-0.3.26}/modest/INSTALL.md +0 -0
  512. {selectolax-0.3.25 → selectolax-0.3.26}/modest/LICENSE +0 -0
  513. {selectolax-0.3.25 → selectolax-0.3.26}/modest/Makefile +0 -0
  514. {selectolax-0.3.25 → selectolax-0.3.26}/modest/Makefile.bin.cfg +0 -0
  515. {selectolax-0.3.25 → selectolax-0.3.26}/modest/Makefile.cfg +0 -0
  516. {selectolax-0.3.25 → selectolax-0.3.26}/modest/README.md +0 -0
  517. {selectolax-0.3.25 → selectolax-0.3.26}/modest/api_breaking_changes.md +0 -0
  518. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/declaration.h +0 -0
  519. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/finder.h +0 -0
  520. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/match.h +0 -0
  521. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/myosi.h +0 -0
  522. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/pseudo_class.h +0 -0
  523. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/resource.h +0 -0
  524. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/thread.h +0 -0
  525. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/finder/type.h +0 -0
  526. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/glue.h +0 -0
  527. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/layer/layer.h +0 -0
  528. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/modest.h +0 -0
  529. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/myosi.h +0 -0
  530. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/node/node.h +0 -0
  531. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/node/property.h +0 -0
  532. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/node/raw_property.h +0 -0
  533. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/node/serialization.h +0 -0
  534. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/render/begin.h +0 -0
  535. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/render/binding.h +0 -0
  536. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/render/tree.h +0 -0
  537. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/render/tree_node.h +0 -0
  538. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/default.h +0 -0
  539. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/default_entries.h +0 -0
  540. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/default_resources.h +0 -0
  541. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/map.h +0 -0
  542. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/map_resource.h +0 -0
  543. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/raw.h +0 -0
  544. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/sheet.h +0 -0
  545. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/modest/style/type.h +0 -0
  546. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/incoming.h +0 -0
  547. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/myosi.h +0 -0
  548. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/mystring.h +0 -0
  549. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/mythread.h +0 -0
  550. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/perf.h +0 -0
  551. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/thread_queue.h +0 -0
  552. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/avl_tree.h +0 -0
  553. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mchar_async.h +0 -0
  554. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mcobject.h +0 -0
  555. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mcobject_async.h +0 -0
  556. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mcsimple.h +0 -0
  557. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mcsync.h +0 -0
  558. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mctree.h +0 -0
  559. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/mhash.h +0 -0
  560. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils/resources.h +0 -0
  561. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycore/utils.h +0 -0
  562. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/an_plus_b.h +0 -0
  563. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/api.h +0 -0
  564. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/check.h +0 -0
  565. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/convert.h +0 -0
  566. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/default.h +0 -0
  567. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/default_entries.h +0 -0
  568. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/default_resources.h +0 -0
  569. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/entry.h +0 -0
  570. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/entry_destroy.h +0 -0
  571. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/entry_destroy_resources.h +0 -0
  572. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/init.h +0 -0
  573. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/myosi.h +0 -0
  574. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/parser.h +0 -0
  575. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/serialization.h +0 -0
  576. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/serialization_resources.h +0 -0
  577. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/declaration/state.h +0 -0
  578. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/entry.h +0 -0
  579. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/media/init.h +0 -0
  580. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/media/myosi.h +0 -0
  581. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/media/state.h +0 -0
  582. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/mycss.h +0 -0
  583. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/myosi.h +0 -0
  584. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/mystring.h +0 -0
  585. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/namespace/init.h +0 -0
  586. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/namespace/myosi.h +0 -0
  587. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/namespace/parser.h +0 -0
  588. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/namespace/serialization.h +0 -0
  589. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/namespace/state.h +0 -0
  590. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/parser.h +0 -0
  591. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/const.h +0 -0
  592. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/init.h +0 -0
  593. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/myosi.h +0 -0
  594. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/parser.h +0 -0
  595. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/resources.h +0 -0
  596. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/resources_name.h +0 -0
  597. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/serialization.h +0 -0
  598. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/property/shared.h +0 -0
  599. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/function.h +0 -0
  600. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/function_parser.h +0 -0
  601. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/function_resource.h +0 -0
  602. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/init.h +0 -0
  603. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/list.h +0 -0
  604. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/myosi.h +0 -0
  605. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/myosi_resource.h +0 -0
  606. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/parser.h +0 -0
  607. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/pseudo.h +0 -0
  608. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/pseudo_resource.h +0 -0
  609. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/serialization.h +0 -0
  610. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/state.h +0 -0
  611. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/value.h +0 -0
  612. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/selectors/value_resource.h +0 -0
  613. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/stack.h +0 -0
  614. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/stylesheet.h +0 -0
  615. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/syntax_ending.h +0 -0
  616. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/tokenizer.h +0 -0
  617. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/tokenizer_end.h +0 -0
  618. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/tokenizer_global.h +0 -0
  619. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/tokenizer_resource.h +0 -0
  620. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/color.h +0 -0
  621. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/color_const.h +0 -0
  622. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/color_parser.h +0 -0
  623. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/color_resources.h +0 -0
  624. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/consume.h +0 -0
  625. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/destroy.h +0 -0
  626. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/image.h +0 -0
  627. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/image_resources.h +0 -0
  628. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/resources.h +0 -0
  629. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/serialization.h +0 -0
  630. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/units.h +0 -0
  631. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/units_resources.h +0 -0
  632. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/mycss/values/values.h +0 -0
  633. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myencoding/detect_resource.h +0 -0
  634. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myencoding/encoding.h +0 -0
  635. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myencoding/myosi.h +0 -0
  636. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myencoding/mystring.h +0 -0
  637. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myencoding/resource.h +0 -0
  638. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/cmap.h +0 -0
  639. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/glyf.h +0 -0
  640. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/head.h +0 -0
  641. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/hhea.h +0 -0
  642. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/hmtx.h +0 -0
  643. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/loca.h +0 -0
  644. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/maxp.h +0 -0
  645. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/myfont.h +0 -0
  646. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/myosi.h +0 -0
  647. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/name.h +0 -0
  648. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/os_2.h +0 -0
  649. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/pclt.h +0 -0
  650. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/vhea.h +0 -0
  651. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myfont/vmtx.h +0 -0
  652. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/api.h +0 -0
  653. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/callback.h +0 -0
  654. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/charef.h +0 -0
  655. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/charef_resource.h +0 -0
  656. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/data_process.h +0 -0
  657. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/def.h +0 -0
  658. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/myhtml.h +0 -0
  659. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/mynamespace.h +0 -0
  660. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/mynamespace_resource.h +0 -0
  661. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/myosi.h +0 -0
  662. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/mystring.h +0 -0
  663. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/parser.h +0 -0
  664. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/rules.h +0 -0
  665. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/serialization.h +0 -0
  666. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/stream.h +0 -0
  667. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tag.h +0 -0
  668. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tag_const.h +0 -0
  669. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/token.h +0 -0
  670. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tokenizer.h +0 -0
  671. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tokenizer_doctype.h +0 -0
  672. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tokenizer_end.h +0 -0
  673. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tokenizer_script.h +0 -0
  674. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myhtml/tree.h +0 -0
  675. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myunicode/myosi.h +0 -0
  676. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/host.h +0 -0
  677. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/myosi.h +0 -0
  678. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/parser.h +0 -0
  679. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/path.h +0 -0
  680. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/punycode.h +0 -0
  681. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/resources.h +0 -0
  682. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/scheme.h +0 -0
  683. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/scheme_const.h +0 -0
  684. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/scheme_resources.h +0 -0
  685. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/serialization.h +0 -0
  686. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/url.h +0 -0
  687. {selectolax-0.3.25 → selectolax-0.3.26}/modest/include/myurl/utils.h +0 -0
  688. {selectolax-0.3.25 → selectolax-0.3.26}/modest/modest.pc.in +0 -0
  689. {selectolax-0.3.25 → selectolax-0.3.26}/modest/modestConfig.cmake.in +0 -0
  690. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/declaration.c +0 -0
  691. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/declaration.h +0 -0
  692. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/finder.c +0 -0
  693. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/finder.h +0 -0
  694. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/match.c +0 -0
  695. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/match.h +0 -0
  696. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/myosi.h +0 -0
  697. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/pseudo_class.c +0 -0
  698. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/pseudo_class.h +0 -0
  699. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/resource.h +0 -0
  700. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/thread.c +0 -0
  701. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/thread.h +0 -0
  702. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/type.c +0 -0
  703. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/finder/type.h +0 -0
  704. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/glue.c +0 -0
  705. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/glue.h +0 -0
  706. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/layer/layer.c +0 -0
  707. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/layer/layer.h +0 -0
  708. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/modest.c +0 -0
  709. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/modest.h +0 -0
  710. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/myosi.h +0 -0
  711. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/node.c +0 -0
  712. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/node.h +0 -0
  713. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/property.c +0 -0
  714. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/property.h +0 -0
  715. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/raw_property.c +0 -0
  716. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/raw_property.h +0 -0
  717. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/serialization.c +0 -0
  718. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/node/serialization.h +0 -0
  719. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/begin.c +0 -0
  720. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/begin.h +0 -0
  721. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/binding.c +0 -0
  722. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/binding.h +0 -0
  723. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/tree.c +0 -0
  724. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/tree.h +0 -0
  725. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/tree_node.c +0 -0
  726. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/render/tree_node.h +0 -0
  727. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/default.c +0 -0
  728. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/default.h +0 -0
  729. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/default_entries.h +0 -0
  730. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/default_resources.h +0 -0
  731. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/map.c +0 -0
  732. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/map.h +0 -0
  733. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/map_resource.h +0 -0
  734. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/raw.c +0 -0
  735. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/raw.h +0 -0
  736. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/sheet.c +0 -0
  737. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/sheet.h +0 -0
  738. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/type.c +0 -0
  739. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/modest/style/type.h +0 -0
  740. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/incoming.c +0 -0
  741. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/incoming.h +0 -0
  742. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/myosi.c +0 -0
  743. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/myosi.h +0 -0
  744. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/mystring.c +0 -0
  745. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/mystring.h +0 -0
  746. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/mythread.c +0 -0
  747. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/mythread.h +0 -0
  748. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/perf.h +0 -0
  749. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/thread_queue.c +0 -0
  750. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/thread_queue.h +0 -0
  751. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/avl_tree.c +0 -0
  752. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/avl_tree.h +0 -0
  753. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mchar_async.c +0 -0
  754. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mchar_async.h +0 -0
  755. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcobject.c +0 -0
  756. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcobject.h +0 -0
  757. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcobject_async.c +0 -0
  758. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcobject_async.h +0 -0
  759. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcsimple.c +0 -0
  760. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcsimple.h +0 -0
  761. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcsync.c +0 -0
  762. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mcsync.h +0 -0
  763. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mctree.c +0 -0
  764. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mctree.h +0 -0
  765. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mhash.c +0 -0
  766. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/mhash.h +0 -0
  767. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils/resources.h +0 -0
  768. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils.c +0 -0
  769. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycore/utils.h +0 -0
  770. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/an_plus_b.c +0 -0
  771. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/an_plus_b.h +0 -0
  772. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/api.h +0 -0
  773. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/check.c +0 -0
  774. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/check.h +0 -0
  775. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/convert.c +0 -0
  776. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/convert.h +0 -0
  777. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/default.c +0 -0
  778. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/default.h +0 -0
  779. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/default_entries.h +0 -0
  780. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/default_resources.h +0 -0
  781. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/entry.c +0 -0
  782. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/entry.h +0 -0
  783. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/entry_destroy.c +0 -0
  784. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/entry_destroy.h +0 -0
  785. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/entry_destroy_resources.h +0 -0
  786. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/init.c +0 -0
  787. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/init.h +0 -0
  788. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/myosi.h +0 -0
  789. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/parser.c +0 -0
  790. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/parser.h +0 -0
  791. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/serialization.c +0 -0
  792. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/serialization.h +0 -0
  793. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/serialization_resources.h +0 -0
  794. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/state.c +0 -0
  795. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/declaration/state.h +0 -0
  796. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/entry.c +0 -0
  797. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/entry.h +0 -0
  798. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/media/init.c +0 -0
  799. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/media/init.h +0 -0
  800. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/media/myosi.h +0 -0
  801. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/media/state.c +0 -0
  802. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/media/state.h +0 -0
  803. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/mycss.c +0 -0
  804. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/mycss.h +0 -0
  805. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/myosi.h +0 -0
  806. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/mystring.c +0 -0
  807. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/mystring.h +0 -0
  808. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/init.c +0 -0
  809. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/init.h +0 -0
  810. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/myosi.h +0 -0
  811. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/parser.c +0 -0
  812. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/parser.h +0 -0
  813. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/serialization.c +0 -0
  814. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/serialization.h +0 -0
  815. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/state.c +0 -0
  816. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/namespace/state.h +0 -0
  817. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/parser.c +0 -0
  818. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/parser.h +0 -0
  819. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/const.h +0 -0
  820. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/init.c +0 -0
  821. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/init.h +0 -0
  822. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/myosi.h +0 -0
  823. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser.c +0 -0
  824. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser.h +0 -0
  825. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser_background.c +0 -0
  826. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser_image.c +0 -0
  827. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser_text_decoration.c +0 -0
  828. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/parser_url.c +0 -0
  829. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/resources.h +0 -0
  830. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/resources_name.h +0 -0
  831. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/serialization.c +0 -0
  832. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/serialization.h +0 -0
  833. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/shared.c +0 -0
  834. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/property/shared.h +0 -0
  835. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/function.c +0 -0
  836. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/function.h +0 -0
  837. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/function_parser.c +0 -0
  838. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/function_parser.h +0 -0
  839. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/function_resource.h +0 -0
  840. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/init.c +0 -0
  841. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/init.h +0 -0
  842. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/list.c +0 -0
  843. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/list.h +0 -0
  844. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/myosi.h +0 -0
  845. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/myosi_resource.h +0 -0
  846. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/parser.c +0 -0
  847. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/parser.h +0 -0
  848. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/pseudo.c +0 -0
  849. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/pseudo.h +0 -0
  850. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/pseudo_resource.h +0 -0
  851. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/serialization.c +0 -0
  852. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/serialization.h +0 -0
  853. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/state.c +0 -0
  854. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/state.h +0 -0
  855. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/value.c +0 -0
  856. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/value.h +0 -0
  857. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/selectors/value_resource.h +0 -0
  858. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/stack.c +0 -0
  859. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/stack.h +0 -0
  860. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/stylesheet.c +0 -0
  861. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/stylesheet.h +0 -0
  862. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/syntax/ending.h +0 -0
  863. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/syntax/syntax.h +0 -0
  864. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/syntax_ending.h +0 -0
  865. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer.c +0 -0
  866. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer.h +0 -0
  867. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer_end.c +0 -0
  868. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer_end.h +0 -0
  869. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer_global.c +0 -0
  870. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer_global.h +0 -0
  871. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/tokenizer_resource.h +0 -0
  872. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color.c +0 -0
  873. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color.h +0 -0
  874. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color_const.h +0 -0
  875. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color_parser.c +0 -0
  876. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color_parser.h +0 -0
  877. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/color_resources.h +0 -0
  878. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/consume.c +0 -0
  879. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/consume.h +0 -0
  880. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/destroy.c +0 -0
  881. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/destroy.h +0 -0
  882. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/image.c +0 -0
  883. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/image.h +0 -0
  884. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/image_resources.h +0 -0
  885. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/resources.h +0 -0
  886. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/serialization.c +0 -0
  887. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/serialization.h +0 -0
  888. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/units.c +0 -0
  889. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/units.h +0 -0
  890. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/units_resources.h +0 -0
  891. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/values.c +0 -0
  892. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/mycss/values/values.h +0 -0
  893. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/detect.c +0 -0
  894. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/detect_resource.h +0 -0
  895. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/encoding.c +0 -0
  896. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/encoding.h +0 -0
  897. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/myosi.h +0 -0
  898. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/mystring.c +0 -0
  899. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/mystring.h +0 -0
  900. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myencoding/resource.h +0 -0
  901. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/cmap.c +0 -0
  902. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/cmap.h +0 -0
  903. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/glyf.c +0 -0
  904. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/glyf.h +0 -0
  905. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/head.c +0 -0
  906. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/head.h +0 -0
  907. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/hhea.c +0 -0
  908. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/hhea.h +0 -0
  909. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/hmtx.c +0 -0
  910. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/hmtx.h +0 -0
  911. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/loca.c +0 -0
  912. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/loca.h +0 -0
  913. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/maxp.c +0 -0
  914. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/maxp.h +0 -0
  915. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/myfont.c +0 -0
  916. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/myfont.h +0 -0
  917. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/myosi.c +0 -0
  918. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/myosi.h +0 -0
  919. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/name.c +0 -0
  920. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/name.h +0 -0
  921. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/os_2.c +0 -0
  922. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/os_2.h +0 -0
  923. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/pclt.c +0 -0
  924. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/pclt.h +0 -0
  925. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/vhea.c +0 -0
  926. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/vhea.h +0 -0
  927. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/vmtx.c +0 -0
  928. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myfont/vmtx.h +0 -0
  929. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/api.h +0 -0
  930. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/callback.c +0 -0
  931. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/callback.h +0 -0
  932. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/charef.c +0 -0
  933. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/charef.h +0 -0
  934. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/charef_resource.h +0 -0
  935. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/data_process.c +0 -0
  936. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/data_process.h +0 -0
  937. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/def.h +0 -0
  938. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/myhtml.c +0 -0
  939. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/myhtml.h +0 -0
  940. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/mynamespace.c +0 -0
  941. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/mynamespace.h +0 -0
  942. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/mynamespace_resource.h +0 -0
  943. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/myosi.h +0 -0
  944. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/mystring.c +0 -0
  945. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/mystring.h +0 -0
  946. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/parser.c +0 -0
  947. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/parser.h +0 -0
  948. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/rules.c +0 -0
  949. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/rules.h +0 -0
  950. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/serialization.c +0 -0
  951. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/serialization.h +0 -0
  952. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/stream.c +0 -0
  953. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/stream.h +0 -0
  954. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tag.c +0 -0
  955. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tag.h +0 -0
  956. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tag_const.h +0 -0
  957. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tag_init.c +0 -0
  958. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/token.c +0 -0
  959. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/token.h +0 -0
  960. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer.c +0 -0
  961. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer.h +0 -0
  962. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_doctype.c +0 -0
  963. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_doctype.h +0 -0
  964. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_end.c +0 -0
  965. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_end.h +0 -0
  966. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_script.c +0 -0
  967. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tokenizer_script.h +0 -0
  968. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tree.c +0 -0
  969. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myhtml/tree.h +0 -0
  970. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/posix/mycore/io.c +0 -0
  971. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/posix/mycore/memory.c +0 -0
  972. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/posix/mycore/perf.c +0 -0
  973. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/posix/mycore/thread.c +0 -0
  974. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/posix/mycore/utils/mcsync.c +0 -0
  975. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/windows_nt/mycore/io.c +0 -0
  976. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/windows_nt/mycore/memory.c +0 -0
  977. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/windows_nt/mycore/perf.c +0 -0
  978. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/windows_nt/mycore/thread.c +0 -0
  979. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myport/windows_nt/mycore/utils/mcsync.c +0 -0
  980. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myunicode/myosi.c +0 -0
  981. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myunicode/myosi.h +0 -0
  982. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/host.c +0 -0
  983. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/host.h +0 -0
  984. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/myosi.c +0 -0
  985. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/myosi.h +0 -0
  986. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/parser.c +0 -0
  987. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/parser.h +0 -0
  988. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/parser_end.c +0 -0
  989. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/path.c +0 -0
  990. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/path.h +0 -0
  991. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/punycode.c +0 -0
  992. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/punycode.h +0 -0
  993. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/resources.h +0 -0
  994. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/scheme.c +0 -0
  995. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/scheme.h +0 -0
  996. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/scheme_const.h +0 -0
  997. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/scheme_resources.h +0 -0
  998. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/serialization.c +0 -0
  999. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/serialization.h +0 -0
  1000. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/url.c +0 -0
  1001. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/url.h +0 -0
  1002. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/utils.c +0 -0
  1003. {selectolax-0.3.25 → selectolax-0.3.26}/modest/source/myurl/utils.h +0 -0
  1004. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/base.pxi +0 -0
  1005. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor/attrs.pxi +0 -0
  1006. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor/node.pxi +0 -0
  1007. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor/selection.pxi +0 -0
  1008. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor/util.pxi +0 -0
  1009. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor.c +0 -0
  1010. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor.pxd +0 -0
  1011. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/lexbor.pyx +0 -0
  1012. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/modest/node.pxi +0 -0
  1013. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/modest/selection.pxi +0 -0
  1014. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/modest/util.pxi +0 -0
  1015. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/parser.c +0 -0
  1016. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/parser.pxd +0 -0
  1017. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/parser.pyx +0 -0
  1018. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/py.typed +0 -0
  1019. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax/utils.pxi +0 -0
  1020. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax.egg-info/SOURCES.txt +0 -0
  1021. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax.egg-info/dependency_links.txt +0 -0
  1022. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax.egg-info/not-zip-safe +0 -0
  1023. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax.egg-info/requires.txt +0 -0
  1024. {selectolax-0.3.25 → selectolax-0.3.26}/selectolax.egg-info/top_level.txt +0 -0
  1025. {selectolax-0.3.25 → selectolax-0.3.26}/tests/__init__.py +0 -0
  1026. {selectolax-0.3.25 → selectolax-0.3.26}/tests/test_parser.py +0 -0
  1027. {selectolax-0.3.25 → selectolax-0.3.26}/tests/test_utils.py +0 -0
@@ -1,6 +1,17 @@
1
1
  selectolax Changelog
2
2
  ====================
3
3
 
4
+
5
+ Version 0.3.26
6
+ -------------
7
+
8
+ Released
9
+
10
+ - Improve type hints
11
+
12
+
13
+
14
+
4
15
  Version 0.3.25
5
16
  -------------
6
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: selectolax
3
- Version: 0.3.25
3
+ Version: 0.3.26
4
4
  Summary: Fast HTML5 parser with CSS selectors.
5
5
  Home-page: https://github.com/rushter/selectolax
6
6
  Author: Artem Golubin
@@ -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-2023, Artem Golubin"
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 = 'sphinx_rtd_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
- # html_theme_options = {}
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
- # html_logo = None
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  __author__ = """Artem Golubin"""
5
5
  __email__ = 'me@rushter.com'
6
- __version__ = '0.3.25'
6
+ __version__ = '0.3.26'
7
7
 
8
8
  from . import parser
9
9
  from . import lexbor
@@ -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
+ ...
@@ -1,15 +1,28 @@
1
- from typing import Iterator, TypeVar, Literal
1
+ from typing import Any, Iterator, TypeVar, Literal, overload
2
2
 
3
3
  DefaultT = TypeVar("DefaultT")
4
4
 
5
5
  class _Attributes:
6
6
  @staticmethod
7
- def create(node: "Node", decode_errors: str) -> "_Attributes": ...
7
+ def create(node: Node, decode_errors: str) -> _Attributes: ...
8
8
  def keys(self) -> Iterator[str]: ...
9
- def items(self) -> Iterator[tuple[str, str]]: ...
10
- def values(self) -> Iterator[str]: ...
11
- def get(self, key, default: DefaultT | None = None) -> str | DefaultT: ...
12
- def sget(self, key, default: str = "") -> str | DefaultT: ...
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: ...
13
26
 
14
27
  class Selector:
15
28
  """An advanced CSS selector that supports additional operations.
@@ -18,12 +31,12 @@ class Selector:
18
31
 
19
32
  Please note, this is an experimental feature that can change in the future."""
20
33
 
21
- def __init__(self, node: "Node", query: str): ...
22
- def css(self, query: str) -> "Node":
34
+ def __init__(self, node: Node, query: str): ...
35
+ def css(self, query: str) -> Node:
23
36
  """Evaluate CSS selector against current scope."""
24
37
  ...
25
38
  @property
26
- def matches(self) -> list["Node"]:
39
+ def matches(self) -> list[Node]:
27
40
  """Returns all possible selector matches"""
28
41
  ...
29
42
  @property
@@ -32,7 +45,7 @@ class Selector:
32
45
  ...
33
46
  def text_contains(
34
47
  self, text: str, deep: bool = True, separator: str = "", strip: bool = False
35
- ) -> "Selector":
48
+ ) -> Selector:
36
49
  """Filter all current matches given text."""
37
50
  ...
38
51
  def any_text_contains(
@@ -42,7 +55,7 @@ class Selector:
42
55
  ...
43
56
  def attribute_long_than(
44
57
  self, text: str, length: int, start: str | None = None
45
- ) -> "Selector":
58
+ ) -> Selector:
46
59
  """Filter all current matches by attribute length.
47
60
 
48
61
  Similar to string-length in XPath."""
@@ -56,15 +69,15 @@ class Selector:
56
69
  ...
57
70
 
58
71
  class Node:
59
- parser: "HTMLParser"
72
+ parser: HTMLParser
60
73
  @property
61
- def attributes(self) -> dict[str, None | str]:
74
+ def attributes(self) -> dict[str, str | None]:
62
75
  """Get all attributes that belong to the current node.
63
76
 
64
77
  The value of empty attributes is None."""
65
78
  ...
66
79
  @property
67
- def attrs(self) -> "_Attributes":
80
+ def attrs(self) -> _Attributes:
68
81
  """A dict-like object that is similar to the attributes property, but operates directly on the Node data."""
69
82
  ...
70
83
  @property
@@ -88,10 +101,10 @@ class Node:
88
101
  def text(self, deep: bool = True, separator: str = "", strip: bool = False) -> str:
89
102
  """Returns the text of the node including text of all its child nodes."""
90
103
  ...
91
- def iter(self, include_text: bool = False) -> Iterator["Node"]:
104
+ def iter(self, include_text: bool = False) -> Iterator[Node]:
92
105
  """Iterate over nodes on the current level."""
93
106
  ...
94
- def traverse(self, include_text: bool = False) -> Iterator["Node"]:
107
+ def traverse(self, include_text: bool = False) -> Iterator[Node]:
95
108
  """Iterate over all child and next nodes starting from the current level."""
96
109
  ...
97
110
  @property
@@ -99,30 +112,30 @@ class Node:
99
112
  """Return the name of the current tag (e.g. div, p, img)."""
100
113
  ...
101
114
  @property
102
- def child(self) -> None | "Node":
115
+ def child(self) -> Node | None:
103
116
  """Return the child node."""
104
117
  ...
105
118
  @property
106
- def parent(self) -> None | "Node":
119
+ def parent(self) -> Node | None:
107
120
  """Return the parent node."""
108
121
  ...
109
122
  @property
110
- def next(self) -> None | "Node":
123
+ def next(self) -> Node | None:
111
124
  """Return next node."""
112
125
  ...
113
126
  @property
114
- def prev(self) -> None | "Node":
127
+ def prev(self) -> Node | None:
115
128
  """Return previous node."""
116
129
  ...
117
130
  @property
118
- def last_child(self) -> None | "Node":
131
+ def last_child(self) -> Node | None:
119
132
  """Return last child node."""
120
133
  ...
121
134
  @property
122
- def html(self) -> None | str:
135
+ def html(self) -> str | None:
123
136
  """Return HTML representation of the current node including all its child nodes."""
124
137
  ...
125
- def css(self, query: str) -> list["Node"]:
138
+ def css(self, query: str) -> list[Node]:
126
139
  """Evaluate CSS selector against current node and its child nodes."""
127
140
  ...
128
141
  def any_css_matches(self, selectors: tuple[str]) -> bool:
@@ -131,9 +144,18 @@ class Node:
131
144
  def css_matches(self, selector: str) -> bool:
132
145
  """Returns True if CSS selector matches a node."""
133
146
  ...
147
+ @overload
134
148
  def css_first(
135
- self, query: str, default: DefaultT | None = None, strict: bool = False
136
- ) -> "Node" | DefaultT:
149
+ self, query: str, default: Any = ..., strict: Literal[True] = ...
150
+ ) -> Node: ...
151
+ @overload
152
+ def css_first(
153
+ self, query: str, default: DefaultT, strict: bool = False
154
+ ) -> Node | DefaultT: ...
155
+ @overload
156
+ def css_first(
157
+ self, query: str, default: None = ..., strict: bool = False
158
+ ) -> Node | None:
137
159
  """Evaluate CSS selector against current node and its child nodes."""
138
160
  ...
139
161
  def decompose(self, recursive: bool = True) -> None:
@@ -171,7 +193,7 @@ class Node:
171
193
 
172
194
  Currently, works on text nodes only."""
173
195
  ...
174
- def select(self, query: str | None = None) -> "Selector":
196
+ def select(self, query: str | None = None) -> Selector:
175
197
  """Select nodes given a CSS selector.
176
198
 
177
199
  Works similarly to the css method, but supports chained filtering and extra features.
@@ -208,14 +230,23 @@ class HTMLParser:
208
230
  use_meta_tags: bool = True,
209
231
  decode_errors: Literal["strict", "ignore", "replace"] = "ignore",
210
232
  ): ...
211
- def css(self, query: str) -> list["Node"]:
233
+ def css(self, query: str) -> list[Node]:
212
234
  """A CSS selector.
213
235
 
214
236
  Matches pattern query against HTML tree."""
215
237
  ...
238
+ @overload
239
+ def css_first(
240
+ self, query: str, default: Any = ..., strict: Literal[True] = ...
241
+ ) -> Node: ...
242
+ @overload
243
+ def css_first(
244
+ self, query: str, default: DefaultT, strict: bool = False
245
+ ) -> Node | DefaultT: ...
246
+ @overload
216
247
  def css_first(
217
- self, query: str, default: DefaultT | None = None, strict: bool = False
218
- ) -> DefaultT | "Node":
248
+ self, query: str, default: None = ..., strict: bool = False
249
+ ) -> Node | None:
219
250
  """Same as css but returns only the first match."""
220
251
  ...
221
252
  @property
@@ -225,18 +256,18 @@ class HTMLParser:
225
256
  Returns unknown in case the encoding is not determined."""
226
257
  ...
227
258
  @property
228
- def root(self) -> "Node" | None:
259
+ def root(self) -> Node | None:
229
260
  """Returns root node."""
230
261
  ...
231
262
  @property
232
- def head(self) -> "Node" | None:
263
+ def head(self) -> Node | None:
233
264
  """Returns head node."""
234
265
  ...
235
266
  @property
236
- def body(self) -> "Node" | None:
267
+ def body(self) -> Node | None:
237
268
  """Returns document body."""
238
269
  ...
239
- def tags(self, name: str) -> list["Node"]:
270
+ def tags(self, name: str) -> list[Node]:
240
271
  """Returns a list of tags that match specified name."""
241
272
  ...
242
273
  def text(self, deep: bool = True, separator: str = "", strip: bool = False) -> str:
@@ -249,10 +280,10 @@ class HTMLParser:
249
280
  Works the same as th unwrap method, but applied to a list of tags."""
250
281
  ...
251
282
  @property
252
- def html(self) -> None | str:
283
+ def html(self) -> str | None:
253
284
  """Return HTML representation of the page."""
254
285
  ...
255
- def select(self, query: str | None = None) -> "Selector" | None:
286
+ def select(self, query: str | None = None) -> Selector | None:
256
287
  """Select nodes given a CSS selector.
257
288
 
258
289
  Works similarly to the css method, but supports chained filtering and extra features.
@@ -272,7 +303,7 @@ class HTMLParser:
272
303
  Caches values on the first call to improve performance."""
273
304
  ...
274
305
  def css_matches(self, selector: str) -> bool: ...
275
- def clone(self) -> "HTMLParser":
306
+ def clone(self) -> HTMLParser:
276
307
  """Clone the current tree."""
277
308
  ...
278
309
  def merge_text_nodes(self):
@@ -281,14 +312,14 @@ class HTMLParser:
281
312
  This is useful for text extraction."""
282
313
  ...
283
314
 
284
- def create_tag(tag: str) -> "Node":
315
+ def create_tag(tag: str) -> Node:
285
316
  """
286
317
  Given an HTML tag name, e.g. `"div"`, create a single empty node for that tag,
287
318
  e.g. `"<div></div>"`.
288
319
  """
289
320
  ...
290
321
 
291
- def parse_fragment(html: str) -> list["Node"]:
322
+ def parse_fragment(html: str) -> list[Node]:
292
323
  """
293
324
  Given HTML, parse it into a list of Nodes, such that the nodes
294
325
  correspond to the given HTML.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: selectolax
3
- Version: 0.3.25
3
+ Version: 0.3.26
4
4
  Summary: Fast HTML5 parser with CSS selectors.
5
5
  Home-page: https://github.com/rushter/selectolax
6
6
  Author: Artem Golubin
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.3.25
2
+ current_version = 0.3.26
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -17,12 +17,6 @@ universal = 1
17
17
  [aliases]
18
18
  test = pytest
19
19
 
20
- [flake8]
21
- exclude = docs
22
- max-line-length = 120
23
- per-file-ignores =
24
- __init__.py: F401
25
-
26
20
  [pycodestyle]
27
21
  max-line-length = 120
28
22
 
@@ -167,7 +167,7 @@ def make_extensions():
167
167
 
168
168
  setup(
169
169
  name="selectolax",
170
- version='0.3.25',
170
+ version='0.3.26',
171
171
  description="Fast HTML5 parser with CSS selectors.",
172
172
  long_description=readme,
173
173
  author="Artem Golubin",
@@ -481,7 +481,6 @@ def test_node_comparison_fails(parser):
481
481
 
482
482
  assert node is not None
483
483
  assert node != 123
484
- assert node != object
485
484
 
486
485
 
487
486
  def test_raw_value():