Searched refs:parsing (Results 1 – 9 of 9) sorted by relevance
18 If you need support SVG animation attribute parsing,
1255 parser->m_parsingStatus.parsing = XML_INITIALIZED; in parserInit()1336 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetEncoding()1337 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetEncoding()1616 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_UseForeignDTD()1617 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_UseForeignDTD()1632 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetReturnNSTriplet()1633 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetReturnNSTriplet()1902 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetParamEntityParsing()1903 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetParamEntityParsing()1920 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetHashSalt()[all …]
849 enum XML_Parsing parsing; member913 enum XML_ParamEntityParsing parsing);
11 BitBake handles the parsing and execution of the data files. The data34 responsible for parsing the Metadata, generating a list of tasks from it, and
159 If the log parsing is successful, you will see the following screen:221 Perfetto log parsing fails
10 The Lottie Widget is capable of parsing, rasterizing, and playing `Lottie animations <https://lotti…
70 …inx](https://www.sphinx-doc.org/en/master/) and its underlying [docutils parsing engine](https://d…
334 # enable parsing support.1036 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the1046 # If clang assisted parsing is enabled you can provide the compiler with command
59 - **feat(libpng): add parsing variable to libpng** `6553 <https://github.com/lvgl/lvgl/pull/6553>`__