Home
last modified time | relevance | path

Searched refs:QUrl (Results 76 – 100 of 16935) sorted by relevance

12345678910>>...678

/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Durlhandlermanager_p.h30 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
56 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
77 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
99 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
120 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override in handleClick() argument
145 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
162 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
186 Q_REQUIRED_RESULT bool handleClick(const QUrl &, ViewerPrivate *) const override;
194 KMime::Content *nodeForUrl(const QUrl &url, ViewerPrivate *w) const;
195 bool attachmentIsInHeader(const QUrl &url) const;
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dnetaccess.h197 …static KDELIBS4SUPPORT_DEPRECATED bool file_copy(const QUrl &src, const QUrl &target, QWidget *win…
198 static KDELIBS4SUPPORT_DEPRECATED bool copy(const QUrl &src, const QUrl &target,
224 …static KDELIBS4SUPPORT_DEPRECATED bool dircopy(const QUrl &src, const QUrl &target, QWidget *windo…
232 …static KDELIBS4SUPPORT_DEPRECATED bool dircopy(const QList<QUrl> &src, const QUrl &target, QWidge…
240 …static KDELIBS4SUPPORT_DEPRECATED bool move(const QUrl &src, const QUrl &target, QWidget *window =…
249 …static KDELIBS4SUPPORT_DEPRECATED bool move(const QList<QUrl> &src, const QUrl &target, QWidget *w…
325 static QUrl mostLocalUrl(const QUrl &url, QWidget *window);
441 static QString mimetype(const QUrl &url, QWidget *window);
472 bool filecopyInternal(const QUrl &src, const QUrl &target, int permissions,
474 bool dircopyInternal(const QList<QUrl> &src, const QUrl &target,
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/playlists/types/file/xspf/
H A DTestXSPFPlaylist.cpp64 const QUrl url = QUrl::fromLocalFile(dataPath( testXspf )); in initTestCase()
173 QUrl testUrl; in testSetAndGetInfo()
185 testUrl = QUrl::fromUserInput(""); in testSetAndGetInfo()
192 QUrl testUrl; in testSetAndGetLocation()
204 testUrl = QUrl::fromUserInput(""); in testSetAndGetLocation()
225 QUrl testUrl; in testSetAndGetImage()
237 testUrl = QUrl::fromUserInput(""); in testSetAndGetImage()
258 QUrl testUrl; in testSetAndGetLicense()
270 testUrl = QUrl::fromUserInput(""); in testSetAndGetLicense()
277 QUrl testUrl; in testSetAndGetAttribution()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/irctextformat/
H A Dtst_irctextformat.cpp127 Q_DECLARE_METATYPE(QList<QUrl>) in Q_DECLARE_METATYPE() argument
130 qRegisterMetaType<QList<QUrl> >(); in Q_DECLARE_METATYPE()
135 QTest::addColumn<QList<QUrl> >("urls"); in Q_DECLARE_METATYPE()
139 …attern << "www.fi" << "<a href='http://www.fi'>www.fi</a>" << (QList<QUrl>() << QUrl("http://www.f… in Q_DECLARE_METATYPE()
149 …il.com'>jpnurmi@gmail.com</a>" << (QList<QUrl>() << QUrl("http://www.fi") << QUrl("ftp://ftp.funet… in Q_DECLARE_METATYPE()
155 << (QList<QUrl>() << QUrl("http://freenode.net/faq.shtml#gettinghelp")); in Q_DECLARE_METATYPE()
159 …<< (QList<QUrl>() << QUrl("https://communi.github.io") << QUrl("https://communi.github.io/doc") <<… in Q_DECLARE_METATYPE()
163 …<< (QList<QUrl>() << QUrl("https://github.com/communi/communi-desktop/compare/257ca915a490...8832b… in Q_DECLARE_METATYPE()
167 … << (QList<QUrl>() << QUrl("http://www.fi") << QUrl("ftp://ftp.funet.fi")); in Q_DECLARE_METATYPE()
171 …<< (QList<QUrl>() << QUrl("http://www.fi") << QUrl("ftp://ftp.funet.fi") << QUrl("mailto:jpnurmi@g… in Q_DECLARE_METATYPE()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/network/
H A Dtest_UrlUtil.cpp22 QTest::addColumn<QUrl>("url1"); in isMatchingSameOriginPolicy_data()
23 QTest::addColumn<QUrl>("url2"); in isMatchingSameOriginPolicy_data()
26 …QTest::newRow("none_80") << QUrl("http://www.web.de/index.html") << QUrl("http://www.web.de:80") <… in isMatchingSameOriginPolicy_data()
27 …QTest::newRow("8080_8080") << QUrl("http://www.web.de:8080/index.html") << QUrl("http://www.web.de… in isMatchingSameOriginPolicy_data()
28 …QTest::newRow("none_443") << QUrl("https://www.web.de/index.html") << QUrl("https://www.web.de:443… in isMatchingSameOriginPolicy_data()
36 …QTest::newRow("no_scheme_https_without_port") << QUrl("de.dummy.cz") << QUrl("https://de.dummy.cz"… in isMatchingSameOriginPolicy_data()
38 …QTest::newRow("no_scheme_http_with_port") << QUrl("de.dummy.cz") << QUrl("http://de.dummy.cz:80") … in isMatchingSameOriginPolicy_data()
39 …QTest::newRow("no_scheme_http_without_port") << QUrl("de.dummy.cz") << QUrl("http://de.dummy.cz") … in isMatchingSameOriginPolicy_data()
45 QFETCH(QUrl, url1); in isMatchingSameOriginPolicy()
46 QFETCH(QUrl, url2); in isMatchingSameOriginPolicy()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkurlnavigatortest.cpp198 QTest::addColumn<QUrl>("url"); in testUrlParsing_data()
210 QFETCH(QUrl, url); in testUrlParsing()
212 m_navigator->setLocationUrl(QUrl()); in testUrlParsing()
235 const QUrl tempDirUrl = QUrl::fromLocalFile(tempDirPath); in testRelativePaths()
236 const QUrl dirAUrl = QUrl::fromLocalFile(dirA); in testRelativePaths()
237 const QUrl linkUrl = QUrl::fromLocalFile(link); in testRelativePaths()
289 QTest::addColumn<QUrl>("url"); in testFixUrlPath_data()
299 QFETCH(QUrl, url); in testFixUrlPath()
338 QFETCH(QUrl, locationUrl); in testButtonUrl()
340 QFETCH(QUrl, expectedButtonUrl); in testButtonUrl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.h120 class QUrl; variable
176 QUrl();
177 QUrl(const QUrl &copy);
178 QUrl &operator =(const QUrl &copy);
185 QUrl(QUrl &&other) noexcept : d(other.d) in QUrl() function
187 inline QUrl &operator=(QUrl &&other) noexcept
189 ~QUrl();
258 Q_REQUIRED_RESULT QUrl resolved(const QUrl &relative) const;
380 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFo…
382 Q_DECL_CONSTEXPR inline QUrl::FormattingOptions operator|(QUrl::UrlFormattingOption f1, QUrl::Forma…
[all …]

12345678910>>...678