Home
last modified time | relevance | path

Searched refs:supportsScheme (Results 1 – 21 of 21) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DURIStreamOpenerTest.cpp188 assertTrue (!opener.supportsScheme("string")); in testRegisterUnregister()
190 assertTrue (opener.supportsScheme("string")); in testRegisterUnregister()
197 assertTrue (!opener.supportsScheme("string")); in testRegisterUnregister()
/dports/www/kristall/kristall-6b39f244/src/protocols/
H A Dfilehandler.hpp14 bool supportsScheme(QString const & scheme) const override;
H A Dabouthandler.hpp14 bool supportsScheme(QString const & scheme) const override;
H A Dfingerclient.hpp18 bool supportsScheme(QString const & scheme) const override;
H A Dgopherclient.hpp18 bool supportsScheme(QString const & scheme) const override;
H A Dwebclient.hpp19 bool supportsScheme(QString const & scheme) const override;
H A Dgeminiclient.hpp20 bool supportsScheme(QString const & scheme) const override;
H A Dfilehandler.cpp15 bool FileHandler::supportsScheme(const QString &scheme) const in supportsScheme() function in FileHandler
H A Dabouthandler.cpp13 bool AboutHandler::supportsScheme(const QString &scheme) const in supportsScheme() function in AboutHandler
H A Dfingerclient.cpp28 bool FingerClient::supportsScheme(const QString &scheme) const in supportsScheme() function in FingerClient
H A Dgopherclient.cpp28 bool GopherClient::supportsScheme(const QString &scheme) const in supportsScheme() function in GopherClient
H A Dwebclient.cpp21 bool WebClient::supportsScheme(const QString &scheme) const in supportsScheme() function in WebClient
H A Dgeminiclient.cpp41 bool GeminiClient::supportsScheme(const QString &scheme) const in supportsScheme() function in GeminiClient
/dports/x11-fm/dolphin/dolphin-21.12.3/src/search/
H A Ddolphinquery.h25 static bool supportsScheme(const QString& urlScheme);
H A Ddolphinquery.cpp90 bool DolphinQuery::supportsScheme(const QString& urlScheme) in supportsScheme() function in DolphinQuery
H A Ddolphinsearchbox.cpp136 if (DolphinQuery::supportsScheme(url.scheme())) { in fromSearchUrl()
/dports/www/kristall/kristall-6b39f244/src/
H A Dprotocolhandler.hpp38 virtual bool supportsScheme(QString const & scheme) const = 0;
H A Dbrowsertab.cpp1513 if(ptr->supportsScheme(url.scheme())) { in startRequest()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DURIStreamOpener.h110 bool supportsScheme(const std::string& scheme);
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DURIStreamOpener.cpp155 bool URIStreamOpener::supportsScheme(const std::string& scheme) in supportsScheme() function in Poco::URIStreamOpener
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Ddolphinquerytest.cpp174 QVERIFY(DolphinQuery::supportsScheme(searchUrl.scheme())); in testBalooSearchParsing()