Home
last modified time | relevance | path

Searched refs:removeQueryItem (Results 1 – 25 of 143) sorted by relevance

123456

/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dfileabstractdatajob.cpp202 query.removeQueryItem(QStringLiteral("convert")); in updateUrl()
205 query.removeQueryItem(QStringLiteral("enforceSingleParent")); in updateUrl()
206 query.removeQueryItem(QStringLiteral("includePermissionsForView")); in updateUrl()
212 query.removeQueryItem(QStringLiteral("ocr")); in updateUrl()
213 query.removeQueryItem(QStringLiteral("ocrLanguage")); in updateUrl()
219 query.removeQueryItem(QStringLiteral("pinned")); in updateUrl()
222 query.removeQueryItem(QStringLiteral("timedTextLanguage")); in updateUrl()
227 query.removeQueryItem(QStringLiteral("timedTextTrackName")); in updateUrl()
232 query.removeQueryItem(QStringLiteral("useContentAsIndexableText")); in updateUrl()
235 query.removeQueryItem(QStringLiteral("supportsAllDrives")); in updateUrl()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DWMSPreferencesDialog.h53 theQuery.removeQueryItem("BBOX"); in validate()
55 theQuery.removeQueryItem("REQUEST"); in validate()
57 theQuery.removeQueryItem("WIDTH"); in validate()
59 theQuery.removeQueryItem("HEIGHT"); in validate()
61 theQuery.removeQueryItem("TRANSPARENT"); in validate()
63 theQuery.removeQueryItem("tiled"); in validate()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/engine/
H A Ddbengineparameters.cpp231 q.removeQueryItem(QLatin1String("databaseType")); in removeFromUrl()
232 q.removeQueryItem(QLatin1String("databaseNameCore")); in removeFromUrl()
233 q.removeQueryItem(QLatin1String("databaseNameThumbnails")); in removeFromUrl()
234 q.removeQueryItem(QLatin1String("databaseNameFace")); in removeFromUrl()
236 q.removeQueryItem(QLatin1String("connectOptions")); in removeFromUrl()
237 q.removeQueryItem(QLatin1String("hostName")); in removeFromUrl()
238 q.removeQueryItem(QLatin1String("port")); in removeFromUrl()
239 q.removeQueryItem(QLatin1String("internalServer")); in removeFromUrl()
240 q.removeQueryItem(QLatin1String("internalServerPath")); in removeFromUrl()
244 q.removeQueryItem(QLatin1String("userName")); in removeFromUrl()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/MetaSearch/
H A Dutil.py184 query_string.removeQueryItem('service')
185 query_string.removeQueryItem('SERVICE')
186 query_string.removeQueryItem('request')
187 query_string.removeQueryItem('REQUEST')
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/MetaSearch/
H A Dutil.py184 query_string.removeQueryItem('service')
185 query_string.removeQueryItem('SERVICE')
186 query_string.removeQueryItem('request')
187 query_string.removeQueryItem('REQUEST')
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dqt4x5.hh104 inline void removeQueryItem( QUrl & url, QString const & key ) in removeQueryItem() function
108 urlQuery.removeQueryItem( key ); in removeQueryItem()
111 url.removeQueryItem( key ); in removeQueryItem()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/sql/
H A Dsqlstorage.cpp68 query.removeQueryItem(key); in convertOldUrl()
71 query.removeQueryItem(key); in convertOldUrl()
79 query.removeQueryItem(key); in convertOldUrl()
176 query.removeQueryItem(QLatin1String("mode")); in open()
177 query.removeQueryItem(optionKey); in open()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurlquery.h100 void removeQueryItem(const QString &key);
134 inline void QUrl::removeQueryItem(const QString &key) in removeQueryItem() function
135 { QUrlQuery q(*this); q.removeQueryItem(key); setQuery(q); } in removeQueryItem()
146 { QUrlQuery q(*this); q.removeQueryItem(fromEncodedComponent_helper(key)); setQuery(q); } in removeEncodedQueryItem()

123456