Home
last modified time | relevance | path

Searched refs:QUrl (Results 51 – 75 of 16167) sorted by relevance

12345678910>>...647

/dports/devel/py-qt5-help/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/print/py-qt5-printsupport/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/textproc/py-qt5-xml/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/textproc/py-qt5-xmlpatterns/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/x11/py-qt5-opengl/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/graphics/py-qt5-svg/PyQt5-5.15.4/sip/QtCore/
H A Dqurl.sip93 class QUrl
111 QUrl();
112 QUrl(const QString &url, QUrl::ParsingMode mode = QUrl::TolerantMode);
113 QUrl(const QUrl &copy);
114 ~QUrl();
237 QUrl resolved(const QUrl &relative) const;
244 static QUrl fromEncoded(const QByteArray &u, QUrl::ParsingMode mode = QUrl::TolerantMode);
276 …static QList<QUrl> fromStringList(const QStringList &uris, QUrl::ParsingMode mode = QUrl::Tolerant…
279 QUrl adjusted(QUrl::FormattingOptions options) const;
307 …ags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOptio…
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dsoprano.py253 return QUrl()
256 return QUrl()
259 return QUrl()
262 return QUrl()
265 return QUrl()
268 return QUrl()
610 return QUrl()
634 return QUrl()
1014 return QUrl()
1023 return QUrl()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqurl_c.cpp16 return (QUrlH) new QUrl(); in QUrl_Create()
21 delete (QUrl *)handle; in QUrl_Destroy()
26 return (QUrlH) new QUrl(*(const QUrl*)copy); in QUrl_Create2()
38 ((QUrl *)handle)->swap(*(QUrl*)other); in QUrl_swap()
51 t_retval = ((QUrl *)handle)->url((QUrl::FormattingOptions)options); in QUrl_url()
58 t_retval = ((QUrl *)handle)->toString((QUrl::FormattingOptions)options); in QUrl_toString()
76 *(QUrl *)retval = QUrl::fromEncoded(*(const QByteArray*)url, mode); in QUrl_fromEncoded()
83 *(QUrl *)retval = QUrl::fromUserInput(t_userInput); in QUrl_fromUserInput()
268 *(QUrl *)retval = ((QUrl *)handle)->resolved(*(const QUrl*)relative); in QUrl_resolved()
278 return (bool) ((QUrl *)handle)->isParentOf(*(const QUrl*)url); in QUrl_isParentOf()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqurl_c.cpp16 return (QUrlH) new QUrl(); in QUrl_Create()
21 delete (QUrl *)handle; in QUrl_Destroy()
26 return (QUrlH) new QUrl(*(const QUrl*)copy); in QUrl_Create2()
38 ((QUrl *)handle)->swap(*(QUrl*)other); in QUrl_swap()
51 t_retval = ((QUrl *)handle)->url((QUrl::FormattingOptions)options); in QUrl_url()
58 t_retval = ((QUrl *)handle)->toString((QUrl::FormattingOptions)options); in QUrl_toString()
76 *(QUrl *)retval = QUrl::fromEncoded(*(const QByteArray*)url, mode); in QUrl_fromEncoded()
83 *(QUrl *)retval = QUrl::fromUserInput(t_userInput); in QUrl_fromUserInput()
268 *(QUrl *)retval = ((QUrl *)handle)->resolved(*(const QUrl*)relative); in QUrl_resolved()
278 return (bool) ((QUrl *)handle)->isParentOf(*(const QUrl*)url); in QUrl_isParentOf()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqurl_c.cpp16 return (QUrlH) new QUrl(); in QUrl_Create()
21 delete (QUrl *)handle; in QUrl_Destroy()
26 return (QUrlH) new QUrl(*(const QUrl*)copy); in QUrl_Create2()
38 ((QUrl *)handle)->swap(*(QUrl*)other); in QUrl_swap()
51 t_retval = ((QUrl *)handle)->url((QUrl::FormattingOptions)options); in QUrl_url()
58 t_retval = ((QUrl *)handle)->toString((QUrl::FormattingOptions)options); in QUrl_toString()
76 *(QUrl *)retval = QUrl::fromEncoded(*(const QByteArray*)url, mode); in QUrl_fromEncoded()
83 *(QUrl *)retval = QUrl::fromUserInput(t_userInput); in QUrl_fromUserInput()
268 *(QUrl *)retval = ((QUrl *)handle)->resolved(*(const QUrl*)relative); in QUrl_resolved()
278 return (bool) ((QUrl *)handle)->isParentOf(*(const QUrl*)url); in QUrl_isParentOf()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqurl_c.cpp16 return (QUrlH) new QUrl(); in QUrl_Create()
21 delete (QUrl *)handle; in QUrl_Destroy()
26 return (QUrlH) new QUrl(*(const QUrl*)copy); in QUrl_Create2()
38 ((QUrl *)handle)->swap(*(QUrl*)other); in QUrl_swap()
51 t_retval = ((QUrl *)handle)->url((QUrl::FormattingOptions)options); in QUrl_url()
58 t_retval = ((QUrl *)handle)->toString((QUrl::FormattingOptions)options); in QUrl_toString()
76 *(QUrl *)retval = QUrl::fromEncoded(*(const QByteArray*)url, mode); in QUrl_fromEncoded()
83 *(QUrl *)retval = QUrl::fromUserInput(t_userInput); in QUrl_fromUserInput()
268 *(QUrl *)retval = ((QUrl *)handle)->resolved(*(const QUrl*)relative); in QUrl_resolved()
278 return (bool) ((QUrl *)handle)->isParentOf(*(const QUrl*)url); in QUrl_isParentOf()
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Styles/Flat/
H A Dflatstyleplugin.cpp80 qmlRegisterType(QUrl(prefix + "ButtonStyle.qml"), uri, 1, 0, "ButtonStyle"); in registerTypes()
81 qmlRegisterType(QUrl(prefix + "CalendarStyle.qml"), uri, 1, 0, "CalendarStyle"); in registerTypes()
91 qmlRegisterType(QUrl(prefix + "GaugeStyle.qml"), uri, 1, 0, "GaugeStyle"); in registerTypes()
94 qmlRegisterType(QUrl(prefix + "MenuBarStyle.qml"), uri, 1, 0, "MenuBarStyle"); in registerTypes()
95 qmlRegisterType(QUrl(prefix + "PieMenuStyle.qml"), uri, 1, 0, "PieMenuStyle"); in registerTypes()
100 qmlRegisterType(QUrl(prefix + "SliderStyle.qml"), uri, 1, 0, "SliderStyle"); in registerTypes()
101 qmlRegisterType(QUrl(prefix + "SpinBoxStyle.qml"), uri, 1, 0, "SpinBoxStyle"); in registerTypes()
104 qmlRegisterType(QUrl(prefix + "SwitchStyle.qml"), uri, 1, 0, "SwitchStyle"); in registerTypes()
105 qmlRegisterType(QUrl(prefix + "TabViewStyle.qml"), uri, 1, 0, "TabViewStyle"); in registerTypes()
110 qmlRegisterType(QUrl(prefix + "ToolBarStyle.qml"), uri, 1, 0, "ToolBarStyle"); in registerTypes()
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/import/
H A Dqtquickvirtualkeyboardplugin.cpp90 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 1, 0, "InputPanel"); in registerTypes()
91 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 1, 2, "InputPanel"); in registerTypes()
92 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 1, 3, "InputPanel"); in registerTypes()
93 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 2, 0, "InputPanel"); in registerTypes()
94 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 2, 1, "InputPanel"); in registerTypes()
95 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 2, 2, "InputPanel"); in registerTypes()
96 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 2, 3, "InputPanel"); in registerTypes()
97 qmlRegisterType(QUrl(path + QLatin1String("InputPanel.qml")), uri, 2, 4, "InputPanel"); in registerTypes()
104 qmlRegisterType(QUrl(componentsPath + QLatin1String("BaseKey.qml")), uri, 1, 0, "BaseKey"); in registerTypes()
126 qmlRegisterType(QUrl(componentsPath + QLatin1String("Key.qml")), uri, 1, 0, "Key"); in registerTypes()
[all …]
/dports/audio/elisa/elisa-21.12.3/autotests/
H A Ddatabasetestdata.h30 QUrl::fromLocalFile(QStringLiteral("album1")), 1, false,
35 QUrl::fromLocalFile(QStringLiteral("album1")), 2, false,
40 QUrl::fromLocalFile(QStringLiteral("album1")), 3, false,
45 QUrl::fromLocalFile(QStringLiteral("album1")), 4, false,
50 QUrl::fromLocalFile(QStringLiteral("album1")), 4, false,
55 QUrl::fromLocalFile(QStringLiteral("album2")), 4, true,
60 QUrl::fromLocalFile(QStringLiteral("album2")), 1, true,
65 QUrl::fromLocalFile(QStringLiteral("album2")), 5, true,
70 QUrl::fromLocalFile(QStringLiteral("album2")), 2, true,
75 QUrl::fromLocalFile(QStringLiteral("album2")), 3, true,
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdesktopservices/
H A Dtst_qdesktopservices.cpp106 QCOMPARE(QDesktopServices::openUrl(QUrl()), false); in openUrl()
116 QTest::addColumn<QUrl>("url"); in openHttpUrl_data()
131 QFETCH(QUrl, url); in openHttpUrl()
139 QTest::addColumn<QUrl>("url"); in openMailtoUrl_data()
198 QFETCH(QUrl, url); in openMailtoUrl()
206 QTest::addColumn<QUrl>("url"); in openFileUrl_data()
241 QFETCH(QUrl, url); in openFileUrl()
265 QUrl lastHandledUrl;
268 inline void handle(const QUrl &url) { in handle()
281 QUrl fooUrl("foo://blub/meh"); in handlers()
[all …]
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Ddriveservice.cpp32 QUrl url(Private::GoogleApisUrl); in fetchAboutUrl()
47 QUrl fetchAppUrl(const QString &appId) in fetchAppUrl()
49 QUrl url(Private::GoogleApisUrl); in fetchAppUrl()
54 QUrl fetchAppsUrl() in fetchAppsUrl()
56 QUrl url(Private::GoogleApisUrl); in fetchAppsUrl()
63 QUrl url(Private::GoogleApisUrl); in fetchChildReference()
70 QUrl url(Private::GoogleApisUrl); in fetchChildReferences()
117 QUrl fetchFilesUrl() in fetchFilesUrl()
124 QUrl fetchChangesUrl() in fetchChangesUrl()
291 QUrl fetchDrivesUrl() in fetchDrivesUrl()
[all …]
H A Ddriveservice.h29 KGAPIDRIVE_EXPORT QUrl fetchAboutUrl(bool includeSubscribed,
33 KGAPIDRIVE_EXPORT QUrl fetchAppUrl(const QString &appId);
35 KGAPIDRIVE_EXPORT QUrl fetchAppsUrl();
49 KGAPIDRIVE_EXPORT QUrl fetchChangesUrl();
51 KGAPIDRIVE_EXPORT QUrl copyFileUrl(const QString &fileId);
55 KGAPIDRIVE_EXPORT QUrl fetchFileUrl(const QString &fileId);
57 KGAPIDRIVE_EXPORT QUrl fetchFilesUrl();
59 KGAPIDRIVE_EXPORT QUrl touchFileUrl(const QString &fileId);
61 KGAPIDRIVE_EXPORT QUrl trashFileUrl(const QString &fileId);
108 KGAPIDRIVE_EXPORT QUrl fetchDrivesUrl();
[all …]
/dports/devel/kio-extras/kio-extras-21.12.3/smb/autotests/
H A Dsmburltest.cpp19 SMBUrl url(QUrl("smb:/")); in testMinimalToSmbcValid()
25 SMBUrl url(QUrl("smb:")); in testMinimalToSmbcValid()
40 SMBUrl url(QUrl("smb://host/share/file")); in testPart()
46 SMBUrl url(QUrl("smb://host/share/file")); in testUp()
53 SMBUrl url(QUrl("smb://host/share")); in testAddPath()
62 SMBUrl url(QUrl("cifs://host/share/file")); in testCifs()
117 QCOMPARE(SMBUrl(QUrl(QUrl("smb://?kio-workgroup=HAX%25MAX").url())).toSmbcUrl(), in testWorkgroupWithSpaces()
120 QCOMPARE(SMBUrl(QUrl(QUrl("smb:///?kio-workgroup=DOMÄNE A").url())).toSmbcUrl(), in testWorkgroupWithSpaces()
140 SMBUrl url(QUrl("file:///foo")); in testFileParts()
141 QCOMPARE(QUrl("file:///foo"), url); in testFileParts()
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/desktoppaths/
H A Ddesktoppathssettings.cpp39 QUrl desktopLocation() const in desktopLocation()
44 void setDesktopLocation(const QUrl &url) in setDesktopLocation()
49 QUrl documentsLocation() const in documentsLocation()
59 QUrl downloadsLocation() const in downloadsLocation()
69 QUrl musicLocation() const in musicLocation()
74 void setMusicLocation(const QUrl &url) in setMusicLocation()
79 QUrl picturesLocation() const in picturesLocation()
84 void setPicturesLocation(const QUrl &url) in setPicturesLocation()
89 QUrl videosLocation() const in videosLocation()
94 void setVideosLocation(const QUrl &url) in setVideosLocation()
[all …]
/dports/net/kget/kget-21.12.3/core/
H A Durlchecker.h58 static void removeDuplicates(QList<QUrl> &urls);
133 static bool wouldOverwrite(const QUrl &source, const QUrl &dest);
152 static QList<QUrl> hasExistingTransferMessages(const QList<QUrl> &urls, const UrlType type);
200 …static QUrl destUrl(const QUrl &destOrFolder, const QUrl &source, const QString &fileName = QStrin…
226 UrlError addUrl(const QUrl &url);
237 bool addUrls(const QList<QUrl> &urls);
248 QList<QUrl> correctUrls() const;
273 QUrl checkExistingFile(const QUrl &source, const QUrl &destination);
280 QList<QUrl> errorUrls()const;
298 QList<QUrl> m_correctUrls;
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoNetAccess.h198 static bool file_copy(const QUrl &src, const QUrl &target, QWidget *window = 0);
199 static bool copy(const QUrl &src, const QUrl &target,
223 static bool dircopy(const QUrl &src, const QUrl &target, QWidget *window);
229 static bool dircopy(const QList<QUrl> &src, const QUrl &target, QWidget *window = 0L);
236 static bool move(const QUrl &src, const QUrl &target, QWidget *window = 0L);
243 static bool move(const QList<QUrl> &src, const QUrl &target, QWidget *window = 0L);
316 static QUrl mostLocalUrl(const QUrl &url, QWidget *window);
333 static bool del(const QUrl &url, QWidget *window);
459 bool filecopyInternal(const QUrl &src, const QUrl &target, int permissions,
461 bool dircopyInternal(const QList<QUrl> &src, const QUrl &target,
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoNetAccess.h198 static bool file_copy(const QUrl &src, const QUrl &target, QWidget *window = 0);
199 static bool copy(const QUrl &src, const QUrl &target,
223 static bool dircopy(const QUrl &src, const QUrl &target, QWidget *window);
229 static bool dircopy(const QList<QUrl> &src, const QUrl &target, QWidget *window = 0L);
236 static bool move(const QUrl &src, const QUrl &target, QWidget *window = 0L);
243 static bool move(const QList<QUrl> &src, const QUrl &target, QWidget *window = 0L);
316 static QUrl mostLocalUrl(const QUrl &url, QWidget *window);
333 static bool del(const QUrl &url, QWidget *window);
459 bool filecopyInternal(const QUrl &src, const QUrl &target, int permissions,
461 bool dircopyInternal(const QList<QUrl> &src, const QUrl &target,
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dcopyjob.h29 QUrl uSource;
30 QUrl uDest;
75 QList<QUrl> srcUrls() const;
81 QUrl destUrl() const;
199 void copying(KIO::Job *job, const QUrl &src, const QUrl &dest);
223 void moving(KIO::Job *job, const QUrl &from, const QUrl &to);
240 void renamed(KIO::Job *job, const QUrl &from, const QUrl &to);
267 void copyingLinkDone(KIO::Job *job, const QUrl &from, const QString &target, const QUrl &to);
298 KIOCORE_EXPORT CopyJob *copy(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags);
317 KIOCORE_EXPORT CopyJob *copyAs(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags);
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dkfiledialog.h148 QUrl baseUrl() const;
376 static QString getOpenFileName(const QUrl &startDir = QUrl(),
411 static QStringList getOpenFileNames(const QUrl &startDir = QUrl(),
436 static QUrl getOpenUrl(const QUrl &startDir = QUrl(),
461 static QList<QUrl> getOpenUrls(const QUrl &startDir = QUrl(),
486 static QString getSaveFileName(const QUrl &startDir = QUrl(),
559 static QUrl getSaveUrl(const QUrl &startDir = QUrl(),
587 static QUrl getSaveUrl(const QUrl &startDir,
607 static QString getExistingDirectory(const QUrl &startDir = QUrl(),
626 static QUrl getExistingDirectoryUrl(const QUrl &startDir = QUrl(),
[all …]
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Ddraganddrophelpertest.cpp29 QTest::addColumn<QUrl>("url"); in testUrlListMatchesUrl_data()
33 << QList<QUrl> {QUrl::fromLocalFile("/root")} in testUrlListMatchesUrl_data()
34 << QUrl::fromLocalFile("/root") in testUrlListMatchesUrl_data()
38 << QList<QUrl> {QUrl::fromLocalFile("/root/")} in testUrlListMatchesUrl_data()
43 << QList<QUrl> {QUrl("ftp://server:2211/dir")} in testUrlListMatchesUrl_data()
48 … << QList<QUrl> {QUrl::fromLocalFile("/usr/share"), QUrl::fromLocalFile("/usr/local/bin")} in testUrlListMatchesUrl_data()
53 … << QList<QUrl> {QUrl::fromLocalFile("/usr/share"), QUrl::fromLocalFile("/usr/local/bin")} in testUrlListMatchesUrl_data()
54 << QUrl() in testUrlListMatchesUrl_data()
58 << QList<QUrl>() in testUrlListMatchesUrl_data()
65 QFETCH(QList<QUrl>, urlList); in testUrlListMatchesUrl()
[all …]

12345678910>>...647