Home
last modified time | relevance | path

Searched refs:GetParser (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_document_parser_unittest.cpp28 CXFA_DocumentParser* GetParser() const { return parser_.get(); } in GetParser() function in CXFA_DocumentParserTest
45 ASSERT_TRUE(GetParser()->Parse(stream, XFA_PacketType::Config)); in TEST_F()
47 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
63 ASSERT_TRUE(GetParser()->Parse(stream, XFA_PacketType::Config)); in TEST_F()
65 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
80 ASSERT_TRUE(GetParser()->Parse(stream, XFA_PacketType::Config)); in TEST_F()
82 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
97 ASSERT_TRUE(GetParser()->Parse(stream, XFA_PacketType::Config)); in TEST_F()
99 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
117 ASSERT_TRUE(GetParser()->Parse(stream, XFA_PacketType::Config)); in TEST_F()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/qa/cppunit/
H A Dtest_starmath.cxx235 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in editFailure()
242 pErrorDesc = m_xDocShRef->GetParser()->PrevError(); in editFailure()
249 pErrorDesc = m_xDocShRef->GetParser()->PrevError(); in editFailure()
267 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorUnexpectedToken()
276 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorPoundExpected()
285 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorColorExpected()
294 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorLgroupExpected()
303 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorRgroupExpected()
312 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorLbraceExpected()
321 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser()->NextError(); in ParseErrorRbraceExpected()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/qa/cppunit/
H A Dtest_starmath.cxx238 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in editFailure()
243 pErrorDesc = m_xDocShRef->GetParser().PrevError(); in editFailure()
248 pErrorDesc = m_xDocShRef->GetParser().PrevError(); in editFailure()
262 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorUnexpectedToken()
271 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorPoundExpected()
280 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorColorExpected()
289 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorLgroupExpected()
298 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorRgroupExpected()
307 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorLbraceExpected()
316 const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); in ParseErrorRbraceExpected()
[all …]
/dports/net/gdrive/gdrive-2.1.1/cli/
H A Dflags.go7 GetParser() Parser methodSpec
14 parsers = append(parsers, flag.GetParser())
40 func (self BoolFlag) GetParser() Parser { func
76 func (self StringFlag) GetParser() Parser { func
111 func (self IntFlag) GetParser() Parser { func
146 func (self StringSliceFlag) GetParser() Parser { func
/dports/net/nsscache/nsscache-version-0.44/nss_cache/sources/
H A Dhttpsource.py323 def GetParser(self): member in UpdateGetter
339 return self.GetParser().GetMap(cache_info, self.CreateMap())
345 def GetParser(self): member in AutomountUpdateGetter
357 def GetParser(self): member in PasswdUpdateGetter
370 def GetParser(self): member in ShadowUpdateGetter
383 def GetParser(self): member in GroupUpdateGetter
396 def GetParser(self): member in NetgroupUpdateGetter
409 def GetParser(self): member in SshkeyUpdateGetter
H A Dhttpsource_test.py242 parser = self.updater.GetParser()
244 isinstance(self.updater.GetParser(),
258 parser = self.updater.GetParser()
260 isinstance(self.updater.GetParser(),
326 parser = self.updater.GetParser()
328 isinstance(self.updater.GetParser(),
342 parser = self.updater.GetParser()
344 isinstance(self.updater.GetParser(),
359 parser = self.updater.GetParser()
361 isinstance(self.updater.GetParser(),
[all …]
H A Ds3source.py195 def GetParser(self): member in S3UpdateGetter
211 return self.GetParser().GetMap(cache_info, self.CreateMap())
217 def GetParser(self): member in PasswdUpdateGetter
230 def GetParser(self): member in GroupUpdateGetter
243 def GetParser(self): member in ShadowUpdateGetter
256 def GetParser(self): member in SshkeyUpdateGetter
H A Dconsulsource.py88 def GetParser(self): member in PasswdUpdateGetter
101 def GetParser(self): member in GroupUpdateGetter
114 def GetParser(self): member in ShadowUpdateGetter
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeOpExecutor.cpp190 GetParser()->DropStreamParser(); in DidBuildModel()
359 streamParserGrip = GetParser()->GetStreamParser(); in RunFlushLoop()
423 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
545 streamParserGrip = GetParser()->GetStreamParser(); in FlushDocumentWrite()
587 GetParser()->PermanentlyUndefineInsertionPoint(); in FlushDocumentWrite()
642 *aInterrupted = !GetParser()->IsParserEnabled(); in StartLayout()
652 *aInterrupted = !GetParser()->IsParserEnabled(); in PauseDocUpdate()
695 sele->SetCreatorParser(GetParser()); in RunScript()
706 GetParser()->BlockParser(); in RunScript()
756 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeOpExecutor.cpp212 GetParser()->DropStreamParser(); in DidBuildModel()
388 streamParserGrip = GetParser()->GetStreamParser(); in RunFlushLoop()
452 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
584 streamParserGrip = GetParser()->GetStreamParser(); in FlushDocumentWrite()
626 GetParser()->PermanentlyUndefineInsertionPoint(); in FlushDocumentWrite()
681 *aInterrupted = !GetParser()->IsParserEnabled(); in StartLayout()
691 *aInterrupted = !GetParser()->IsParserEnabled(); in PauseDocUpdate()
734 sele->SetCreatorParser(GetParser()); in RunScript()
745 GetParser()->BlockParser(); in RunScript()
795 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeOpExecutor.cpp362 GetParser()->DropStreamParser(); in DidBuildModel()
539 streamParserGrip = GetParser()->GetStreamParser(); in RunFlushLoop()
602 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
733 streamParserGrip = GetParser()->GetStreamParser(); in FlushDocumentWrite()
774 GetParser()->PermanentlyUndefineInsertionPoint(); in FlushDocumentWrite()
829 *aInterrupted = !GetParser()->IsParserEnabled(); in StartLayout()
839 *aInterrupted = !GetParser()->IsParserEnabled(); in PauseDocUpdate()
882 sele->SetCreatorParser(GetParser()); in RunScript()
893 GetParser()->BlockParser(); in RunScript()
941 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
[all …]
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TreeOpExecutor.cpp361 GetParser()->DropStreamParser(); in DidBuildModel()
537 streamParserGrip = GetParser()->GetStreamParser(); in RunFlushLoop()
600 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
731 streamParserGrip = GetParser()->GetStreamParser(); in FlushDocumentWrite()
772 GetParser()->PermanentlyUndefineInsertionPoint(); in FlushDocumentWrite()
839 *aInterrupted = !GetParser()->IsParserEnabled(); in StartLayout()
849 *aInterrupted = !GetParser()->IsParserEnabled(); in PauseDocUpdate()
892 sele->SetCreatorParser(GetParser()); in RunScript()
903 GetParser()->BlockParser(); in RunScript()
957 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeOpExecutor.cpp362 GetParser()->DropStreamParser(); in DidBuildModel()
539 streamParserGrip = GetParser()->GetStreamParser(); in RunFlushLoop()
602 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
733 streamParserGrip = GetParser()->GetStreamParser(); in FlushDocumentWrite()
774 GetParser()->PermanentlyUndefineInsertionPoint(); in FlushDocumentWrite()
829 *aInterrupted = !GetParser()->IsParserEnabled(); in StartLayout()
839 *aInterrupted = !GetParser()->IsParserEnabled(); in PauseDocUpdate()
882 sele->SetCreatorParser(GetParser()); in RunScript()
893 GetParser()->BlockParser(); in RunScript()
941 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dexprgen.cxx76 nStringId = rGen.GetParser()->aGblStrings.Add( aStrVal ); in Gen()
83 nStringId = rGen.GetParser()->aGblStrings.Add( nVal, eType ); in Gen()
130 if ( rGen.GetParser()->bClassModule ) in Gen()
181 rGen.GetParser()->Error( ERRCODE_BASIC_INTERNAL_ERROR, "Opcode" ); in GenElement()
225 sal_uInt16 nSid = rGen.GetParser()->aGblStrings.Add( pExpr->GetName() ); in Gen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dexprgen.cxx75 nStringId = rGen.GetParser()->aGblStrings.Add( aStrVal ); in Gen()
79 nStringId = rGen.GetParser()->aGblStrings.Add( nVal, eType ); in Gen()
126 if ( rGen.GetParser()->bClassModule ) in Gen()
177 rGen.GetParser()->Error( ERRCODE_BASIC_INTERNAL_ERROR, "Opcode" ); in GenElement()
220 sal_uInt16 nSid = rGen.GetParser()->aGblStrings.Add( pExpr->GetName() ); in Gen()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5TreeOpExecutor.cpp135 GetParser()->DropStreamParser(); in DidBuildModel()
237 NS_DispatchToMainThread(NewRunnableMethod(GetParser(), &nsHtml5Parser::Terminate))); in MarkAsBroken()
415 GetParser()->GetStreamParser(); in RunFlushLoop()
419 nsresult rv = GetParser()->ParseUntilBlocked(); in RunFlushLoop()
661 sele->SetCreatorParser(GetParser()); in RunScript()
672 GetParser()->BlockParser(); in RunScript()
726 GetParser()->ContinueAfterFailedCharsetSwitch(); in NeedsCharsetSwitchTo()
783 nsHtml5TreeOpExecutor::GetParser() in GetParser() function in nsHtml5TreeOpExecutor
799 GetParser()->InitializeDocWriteParserState(aState, aLine); in InitializeDocWriteParserState()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dbufferparserthread.cpp40 if (!m_pNativeParser->GetParser()->IsFileFortran(filename, fsForm)) in ParseBuffer()
49 m_pNativeParser->GetParser()->SetNewCurrentTokens(pTokens); in ParseBuffer()
H A Dadddirparserthread.cpp48 m_pNativeParser->GetParser()->SetNewADirTokens(pTokens); in ParseFiles()
49 m_pNativeParser->GetParser()->SetNewADirIncludeDB(pIncludeDB); in ParseFiles()
H A Dworkspaceparserthread.cpp50 m_pNativeParser->GetParser()->SetNewTokens(pTokens); in ParseFiles()
51 m_pNativeParser->GetParser()->SetNewIncludeDB(pIncludeDB); in ParseFiles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/parser/
H A Dxml_document_parser.cc1299 static inline XMLDocumentParser* GetParser(void* closure) { in GetParser() function
1313 GetParser(closure)->StartElementNs( in StartElementNsHandler()
1323 GetParser(closure)->EndElementNs(); in EndElementNsHandler()
1327 GetParser(closure)->Characters(chars, length); in CharactersHandler()
1333 GetParser(closure)->GetProcessingInstruction(ToString(target), in ProcessingInstructionHandler()
1338 GetParser(closure)->CdataBlock(ToString(text, length)); in CdataBlockHandler()
1342 GetParser(closure)->Comment(ToString(text)); in CommentHandler()
1459 if (!ent && GetParser(closure)->IsXHTMLDocument()) { in GetEntityHandler()
1470 XMLDocumentParser* parser = GetParser(closure); in StartDocumentHandler()
1478 GetParser(closure)->EndDocument(); in EndDocumentHandler()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/parser/
H A Dxml_document_parser.cc1302 static inline XMLDocumentParser* GetParser(void* closure) { in GetParser() function
1316 GetParser(closure)->StartElementNs( in StartElementNsHandler()
1326 GetParser(closure)->EndElementNs(); in EndElementNsHandler()
1330 GetParser(closure)->Characters(chars, length); in CharactersHandler()
1336 GetParser(closure)->GetProcessingInstruction(ToString(target), in ProcessingInstructionHandler()
1341 GetParser(closure)->CdataBlock(ToString(text, length)); in CdataBlockHandler()
1345 GetParser(closure)->Comment(ToString(text)); in CommentHandler()
1462 if (!ent && GetParser(closure)->IsXHTMLDocument()) { in GetEntityHandler()
1473 XMLDocumentParser* parser = GetParser(closure); in StartDocumentHandler()
1481 GetParser(closure)->EndDocument(); in EndDocumentHandler()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/tools/python/
H A Ddeps-to-manifest.py149 def GetParser(): function
161 parser = GetParser()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/tools/python/
H A Ddeps-to-manifest.py149 def GetParser(): function
161 parser = GetParser()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/tools/python/
H A Ddeps-to-manifest.py149 def GetParser(): function
161 parser = GetParser()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/python/
H A Ddeps-to-manifest.py149 def GetParser(): function
161 parser = GetParser()

12345678910