Home
last modified time | relevance | path

Searched refs:FastParser (Results 1 – 25 of 117) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dfastparser.cxx64 FastParser::FastParser() : in FastParser() function in oox::core::FastParser
77 FastParser::~FastParser() in ~FastParser()
81 void FastParser::registerNamespace( sal_Int32 nNamespaceId ) in registerNamespace()
101 void FastParser::setDocumentHandler( const Reference< XFastDocumentHandler >& rxDocHandler ) in setDocumentHandler()
108 void FastParser::clearDocumentHandler() in clearDocumentHandler()
115 void FastParser::parseStream( const InputSource& rInputSource, bool bCloseStream ) in parseStream()
124 void FastParser::parseStream( const Reference< XInputStream >& rxInStream, const OUString& rStreamN… in parseStream()
132 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName ) in parseStream()
H A Dxmlfilterbase.cxx156 void registerNamespaces( FastParser& rParser ) in registerNamespaces()
177 FastParser maFastParser;
296 FastParser* XmlFilterBase::createParser() in createParser()
298 FastParser* pParser = new FastParser; in createParser()
334 FastParser aParser; in importFragment()
339 bool XmlFilterBase::importFragment( const rtl::Reference<FragmentHandler>& rxHandler, FastParser& r… in importFragment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dfastparser.cxx67 FastParser::FastParser() : in FastParser() function in oox::core::FastParser
80 FastParser::~FastParser() in ~FastParser()
84 void FastParser::registerNamespace( sal_Int32 nNamespaceId ) in registerNamespace()
104 void FastParser::setDocumentHandler( const Reference< XFastDocumentHandler >& rxDocHandler ) in setDocumentHandler()
111 void FastParser::clearDocumentHandler() in clearDocumentHandler()
118 void FastParser::parseStream( const InputSource& rInputSource, bool bCloseStream ) in parseStream()
127 void FastParser::parseStream( const Reference< XInputStream >& rxInStream, const OUString& rStreamN… in parseStream()
135 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName ) in parseStream()
H A Dxmlfilterbase.cxx159 void registerNamespaces( FastParser& rParser ) in registerNamespaces()
179 FastParser maFastParser;
297 FastParser* XmlFilterBase::createParser() in createParser()
299 FastParser* pParser = new FastParser; in createParser()
334 FastParser aParser; in importFragment()
339 bool XmlFilterBase::importFragment( const rtl::Reference<FragmentHandler>& rxHandler, FastParser& r… in importFragment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/core/
H A Dfastparser.hxx53 class OOX_DLLPUBLIC FastParser class
57 explicit FastParser();
59 FastParser(const FastParser&) = delete;
60 FastParser& operator=(const FastParser&) = delete;
62 ~FastParser();
H A Dxmlfilterbase.hxx76 class FastParser;
125 bool importFragment( const rtl::Reference<FragmentHandler>& rxHandler, FastParser& rParser );
246 static FastParser* createParser();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/core/
H A Dfastparser.hxx54 class OOX_DLLPUBLIC FastParser class
58 explicit FastParser();
60 FastParser(const FastParser&) = delete;
61 FastParser& operator=(const FastParser&) = delete;
63 ~FastParser();
H A Dxmlfilterbase.hxx71 class FastParser;
116 bool importFragment( const rtl::Reference<FragmentHandler>& rxHandler, FastParser& rParser );
237 static FastParser* createParser();
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/jysrc/
H A Dpytemplate_defaults.py91FastParser = context.getFastParserClass() # from org.python.pydev.parser.fastparser import FastPa…
93 ret = FastParser.parseToKnowGloballyAccessiblePath(
196FastParser = context.getFastParserClass() #from org.python.pydev.parser.fastparser import FastPar…
201 found = FastParser.firstClassOrFunction(doc, startLine, searchForward, context.isCythonFile())
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dworkbookhelper.hxx49 class FastParser;
262 …ent( const rtl::Reference<oox::core::FragmentHandler>& rxHandler, oox::core::FastParser& rParser );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dworkbookhelper.hxx48 class FastParser;
259 …ent( const rtl::Reference<oox::core::FragmentHandler>& rxHandler, oox::core::FastParser& rParser );
/dports/devel/py-defusedxml/defusedxml-0.6.0/defusedxml/
H A Dxmlrpc.py141 xmlrpc_client.FastParser = DefusedExpatParser
149 xmlrpc_client.FastParser = None
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/
H A DREADME11 Multi-threading in FastParser can be disabled for debugging purposes with:
/dports/editors/libreoffice/libreoffice-7.2.6.2/sax/
H A DREADME.md13 Multi-threading in FastParser can be disabled for debugging purposes with:
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xml/sax/
H A DFastParser.idl17 service FastParser: XFastParser;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xml/sax/
H A DFastParser.idl17 service FastParser: XFastParser;
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/
H A D_pydev_xmlrpclib.py470 FastParser = _xmlrpclib.Parser variable
473 FastParser = FastUnmarshaller = None variable
1014 if FastParser and FastUnmarshaller:
1020 parser = FastParser(target)
1023 if FastParser:
1024 parser = FastParser(target)
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_imps/
H A D_pydev_xmlrpclib.py470 FastParser = _xmlrpclib.Parser variable
473 FastParser = FastUnmarshaller = None variable
1014 if FastParser and FastUnmarshaller:
1020 parser = FastParser(target)
1023 if FastParser:
1024 parser = FastParser(target)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_imps/
H A D_pydev_xmlrpclib.py470 FastParser = _xmlrpclib.Parser variable
473 FastParser = FastUnmarshaller = None variable
1014 if FastParser and FastUnmarshaller:
1020 parser = FastParser(target)
1023 if FastParser:
1024 parser = FastParser(target)
/dports/lang/python27/Python-2.7.18/Lib/
H A Dxmlrpclib.py526 FastParser = _xmlrpclib.Parser variable
529 FastParser = FastUnmarshaller = None variable
1025 if FastParser and FastUnmarshaller:
1031 parser = FastParser(target)
1034 if FastParser:
1035 parser = FastParser(target)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dxmlrpclib.py526 FastParser = _xmlrpclib.Parser variable
529 FastParser = FastUnmarshaller = None variable
1025 if FastParser and FastUnmarshaller:
1031 parser = FastParser(target)
1034 if FastParser:
1035 parser = FastParser(target)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dxmlrpclib.py525 FastParser = _xmlrpclib.Parser variable
528 FastParser = FastUnmarshaller = None variable
1016 if FastParser and FastUnmarshaller:
1022 parser = FastParser(target)
1025 if FastParser:
1026 parser = FastParser(target)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_imps/
H A D_pydev_xmlrpclib.py526 FastParser = _xmlrpclib.Parser variable
529 FastParser = FastUnmarshaller = None variable
1017 if FastParser and FastUnmarshaller:
1023 parser = FastParser(target)
1026 if FastParser:
1027 parser = FastParser(target)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dxmlrpclib.py525 FastParser = _xmlrpclib.Parser variable
528 FastParser = FastUnmarshaller = None variable
1016 if FastParser and FastUnmarshaller:
1022 parser = FastParser(target)
1025 if FastParser:
1026 parser = FastParser(target)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx117 … uno::Reference< xml::sax::XFastParser > xParser = xml::sax::FastParser::create(xContext); in GetDoc()
288 uno::Reference< xml::sax::XFastParser > xParser = xml::sax::FastParser::create(xContext); in GetBlockText()
412 uno::Reference< xml::sax::XFastParser > xParser = xml::sax::FastParser::create(xContext); in ReadInfo()

12345